i2p: 0.9.37 -> 0.9.38
This commit is contained in:
parent
830879d4c4
commit
f7165b2ad6
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue