i2p: 0.9.37 -> 0.9.38

This commit is contained in:
Herwig Hochleitner 2019-01-31 20:39:03 +01:00
parent 830879d4c4
commit f7165b2ad6
1 changed files with 2 additions and 2 deletions

View File

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