i2pd: 2.2.0 -> 2.3.0

This commit is contained in:
Edward Tjörnhammar
2016-01-12 22:09:31 +01:00
parent e6cb9172ab
commit 3a6c354094
+2 -2
View File
@@ -4,13 +4,13 @@ stdenv.mkDerivation rec {
name = pname + "-" + version;
pname = "i2pd";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "0slrfmgrf9b689wpsdpvsnmhbqsygcy558dz259k6xcf50f7lfqh";
sha256 = "0gb6bdsyb7m0jkilln9h7z2l8gr8ia10jah17ygc15jzycygijis";
};
buildInputs = [ boost zlib openssl ];