mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
i2pd: 2.37.0 -> 2.38.0
This commit is contained in:
parent
edf45520ba
commit
1f0fd6dbe4
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@ assert upnpSupport -> miniupnpc != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "i2pd";
|
pname = "i2pd";
|
||||||
version = "2.37.0";
|
version = "2.38.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PurpleI2P";
|
owner = "PurpleI2P";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-//ootg0RZR2vzO702jGXuJ5qGMO49GSG0Lw6dKzGGt8=";
|
sha256 = "sha256-8wy6Zdnw0JgnHFLa1U3qlzjpDIqi2gykbkkV7lh+Zag=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with lib; [ boost zlib openssl ]
|
buildInputs = with lib; [ boost zlib openssl ]
|
||||||
|
|
Loading…
Reference in a new issue