Merge pull request #16191 from bendlas/update-i2p

i2p: 0.9.25 -> 0.9.26
This commit is contained in:
zimbatm 2016-06-12 23:11:14 +01:00 committed by GitHub
commit f911b7393b

View File

@ -1,10 +1,10 @@
{ stdenv, procps, coreutils, fetchurl, jdk, jre, ant, gettext, which }:
stdenv.mkDerivation rec {
name = "i2p-0.9.25";
name = "i2p-0.9.26";
src = fetchurl {
url = "https://github.com/i2p/i2p.i2p/archive/${name}.tar.gz";
sha256 = "1lj4khln0k0b4f55hjighwn5j3cyal8flmapjmadjyj6cd5py0v8";
sha256 = "0h672w69a5xzgcrls64bpss3ga9hgpnrq90dr5lb5912pwwq9pa1";
};
buildInputs = [ jdk ant gettext which ];
patches = [ ./i2p.patch ];