i2pd: 2.28.0 -> 2.29.0

(#72538)
This commit is contained in:
R. RyanTM 2019-11-13 03:27:44 -08:00 committed by Renaud
parent 17b9054320
commit c7af822248

View file

@ -9,13 +9,13 @@ assert upnpSupport -> miniupnpc != null;
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.28.0";
version = "2.29.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "0pkqm5h3zvpbspj0xdc8j4yb1j2kc9gkw77mihc9g3rqifr7jvsv";
sha256 = "1issg3aidwikk4g12sa8q81zzp0hd0g8wdy2dx4899z8yrscl300";
};
buildInputs = with stdenv.lib; [ boost zlib openssl ]