Merge pull request #161204 from r-ryantm/auto-update/i2pd

i2pd: 2.40.0 -> 2.41.0
This commit is contained in:
Renaud
2022-03-05 15:13:28 +01:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@ assert upnpSupport -> miniupnpc != null;
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.40.0";
version = "2.41.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-Cld5TP2YoLzm73q7uP/pwqEeUsT5uMPAUx9HABOVeZA=";
sha256 = "sha256-fQqbZYb0brGmGf7Yc/2Zd5BZ+YOkGYC3o9uhShYdAE4=";
};
buildInputs = with lib; [ boost zlib openssl ]