i2pd: 2.20.0 -> 2.21.0

This commit is contained in:
Edward Tjörnhammar 2018-10-04 18:17:39 +02:00
parent de93b32f90
commit 6ffb60c464
No known key found for this signature in database
GPG Key ID: 577898458385603E

View File

@ -11,13 +11,13 @@ stdenv.mkDerivation rec {
name = pname + "-" + version; name = pname + "-" + version;
pname = "i2pd"; pname = "i2pd";
version = "2.20.0"; version = "2.21.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PurpleI2P"; owner = "PurpleI2P";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "182iwfaz9ar18pqknrg60w89iinj91rn2651yaz2ap77h2a2psvf"; sha256 = "02zsig63cambwm479ckw4kl1dk00g1q2sbzsvn9vy1xpjy928n7v";
}; };
buildInputs = with stdenv.lib; [ boost zlib openssl ] buildInputs = with stdenv.lib; [ boost zlib openssl ]