3
0
Fork 0
forked from mirrors/nixpkgs

i2p: 0.9.33 -> 0.9.34

This commit is contained in:
Herwig Hochleitner 2018-04-12 23:37:52 +02:00
parent 996238e532
commit dcf7e63f37

View file

@ -27,10 +27,10 @@ let wrapper = stdenv.mkDerivation rec {
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "i2p-0.9.33"; name = "i2p-0.9.34";
src = fetchurl { src = fetchurl {
url = "https://github.com/i2p/i2p.i2p/archive/${name}.tar.gz"; url = "https://github.com/i2p/i2p.i2p/archive/${name}.tar.gz";
sha256 = "1hlildi34p34xgpm0gqh09r2jb6nsa7a52gr074r6203xkl2racw"; sha256 = "1b3qw096b9i55izvrh2793sbg0ikvihfi6k15sz2pzmjn30hy37l";
}; };
buildInputs = [ jdk ant gettext which ]; buildInputs = [ jdk ant gettext which ];
patches = [ ./i2p.patch ]; patches = [ ./i2p.patch ];