3
0
Fork 0
forked from mirrors/nixpkgs

i2p: 0.9.24 -> 0.9.25

This commit is contained in:
Herwig Hochleitner 2016-04-01 15:53:22 +02:00
parent 32b7b0009f
commit e4a56dbff8

View file

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