i2p: 0.9.39 -> 0.9.41

This commit is contained in:
Сухарик 2019-07-11 15:31:18 +03:00 committed by Frederik Rietdijk
parent 63a99ccee4
commit 253f9cf574

View File

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