i2pd: 2.18.0 -> 2.19.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/i2pd/versions. These checks were done: - built on NixOS - /nix/store/gdklqhnf7wzbvishm0kg30sn2cnyyql6-i2pd-2.19.0/bin/i2pd passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 2.19.0 with grep in /nix/store/gdklqhnf7wzbvishm0kg30sn2cnyyql6-i2pd-2.19.0 - directory tree listing: https://gist.github.com/b368821dcfd8906bc0c04fc1f74bf93a - du listing: https://gist.github.com/360ed57afe937d2071c05ec6896aad89
This commit is contained in:
parent
7c9d95fef5
commit
56fe7646e0
@ -11,13 +11,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
name = pname + "-" + version;
|
name = pname + "-" + version;
|
||||||
pname = "i2pd";
|
pname = "i2pd";
|
||||||
version = "2.18.0";
|
version = "2.19.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PurpleI2P";
|
owner = "PurpleI2P";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "019psm86n4k7nzxhw7cnbw144gqni59sf35wiy58a6x6dabmvq8h";
|
sha256 = "1676dqa4j7vd18fyxgl65yp3ip6aivchicy6qj8rwp3dilqkiv10";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib; [ boost zlib openssl ]
|
buildInputs = with stdenv.lib; [ boost zlib openssl ]
|
||||||
|
Loading…
Reference in New Issue
Block a user