forked from mirrors/nixpkgs
i2pd: 2.17.0 -> 2.18.0
This commit is contained in:
parent
404475a783
commit
0307a1acf6
|
@ -11,13 +11,13 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = pname + "-" + version;
|
name = pname + "-" + version;
|
||||||
pname = "i2pd";
|
pname = "i2pd";
|
||||||
version = "2.17.0";
|
version = "2.18.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PurpleI2P";
|
owner = "PurpleI2P";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1yl5h7mls50vkg7x5510mljmgsm02arqhcanwkrqw4ilwvcp1mgz";
|
sha256 = "019psm86n4k7nzxhw7cnbw144gqni59sf35wiy58a6x6dabmvq8h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib; [ boost zlib openssl ]
|
buildInputs = with stdenv.lib; [ boost zlib openssl ]
|
||||||
|
|
Loading…
Reference in a new issue