i2pd: 2.40.0 -> 2.41.0

This commit is contained in:
R. Ryantm 2022-02-21 09:53:17 +00:00
parent f9e65e44e5
commit 626d04ffb0

View file

@ -10,13 +10,13 @@ assert upnpSupport -> miniupnpc != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "i2pd"; pname = "i2pd";
version = "2.40.0"; version = "2.41.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PurpleI2P"; owner = "PurpleI2P";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-Cld5TP2YoLzm73q7uP/pwqEeUsT5uMPAUx9HABOVeZA="; sha256 = "sha256-fQqbZYb0brGmGf7Yc/2Zd5BZ+YOkGYC3o9uhShYdAE4=";
}; };
buildInputs = with lib; [ boost zlib openssl ] buildInputs = with lib; [ boost zlib openssl ]