i2pd: 2.9.0 -> 2.10.0

This commit is contained in:
Edward Tjörnhammar 2016-11-06 08:11:33 +01:00
parent 606726005f
commit 721c3d48e1
No known key found for this signature in database
GPG Key ID: 7B82CE4A866B6845

View File

@ -4,13 +4,13 @@ stdenv.mkDerivation rec {
name = pname + "-" + version; name = pname + "-" + version;
pname = "i2pd"; pname = "i2pd";
version = "2.9.0"; version = "2.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PurpleI2P"; owner = "PurpleI2P";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1xwcq7lklma0daamp9z76l9mgr3glpvicjgsr645rjhdv8a0mqwp"; sha256 = "0lw0vcibp3v5xz855h4x2rs3ff7yx86znzjfnfri348wg413js5c";
}; };
buildInputs = [ boost zlib openssl ]; buildInputs = [ boost zlib openssl ];