Merge pull request #149248 from r-ryantm/auto-update/i2pd
i2pd: 2.39.0 -> 2.40.0
This commit is contained in:
commit
632b04a4a4
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.39.0";
|
version = "2.40.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PurpleI2P";
|
owner = "PurpleI2P";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-j8kHuX5Ca90ODjmF94HpGvjSpocDSuSxfVmvbIYRAKo=";
|
sha256 = "sha256-Cld5TP2YoLzm73q7uP/pwqEeUsT5uMPAUx9HABOVeZA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with lib; [ boost zlib openssl ]
|
buildInputs = with lib; [ boost zlib openssl ]
|
||||||
|
|
Loading…
Reference in a new issue