mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
i2pd: 2.42.1 -> 2.43.0
This commit is contained in:
parent
6895427d34
commit
a5923a7139
@ -10,13 +10,13 @@ assert upnpSupport -> miniupnpc != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "i2pd";
|
pname = "i2pd";
|
||||||
version = "2.42.1";
|
version = "2.43.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PurpleI2P";
|
owner = "PurpleI2P";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-q44r+PVGxeoElVfthUh++X8EhxbzqJwjC/r5TD+89WA=";
|
sha256 = "sha256-JIO1Zm7me/SX0W7sVHOesERnqvC7jy0Fu1vfKFePFd0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with lib; [ boost zlib openssl ]
|
buildInputs = with lib; [ boost zlib openssl ]
|
||||||
|
Loading…
Reference in New Issue
Block a user