i2p: 0.9.23 -> 0.9.24

This commit is contained in:
Herwig Hochleitner 2016-02-09 16:15:48 +01:00
parent 3e358e255e
commit 8e0bc53f94

View file

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