i2pd: 2.4.0 -> 2.5.1

This commit is contained in:
Edward Tjörnhammar
2016-03-13 21:36:29 +01:00
parent ef7d2c0ecf
commit e433a3015a
+2 -2
View File
@@ -4,13 +4,13 @@ stdenv.mkDerivation rec {
name = pname + "-" + version; name = pname + "-" + version;
pname = "i2pd"; pname = "i2pd";
version = "2.4.0"; version = "2.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PurpleI2P"; owner = "PurpleI2P";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1nkf3dplvyg2lgygd3jd4bqh5s4nm6ppyks3a05a1dcbwm8ws42y"; sha256 = "17qf2pbxf05iw2gzyc5bc2zg3a4ns6zf1pm8q9j7nqhchh1rv4cm";
}; };
buildInputs = [ boost zlib openssl ]; buildInputs = [ boost zlib openssl ];