i2p: 1.8.0 -> 1.9.0

This commit is contained in:
Andrey Vlasov 2022-08-23 15:06:35 +03:00 committed by GitHub
parent 13e426bbe6
commit 835ee238e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "i2p";
version = "1.8.0";
version = "1.9.0";
src = fetchurl {
url = "https://files.i2p-projekt.de/${version}/i2psource_${version}.tar.bz2";
sha256 = "sha256-Ul8q0yZ/EwuBKWs90kEC/c8q3wmNVCctpOG+Sr2H3wQ=";
sha256 = "sha256-V/YYFQmMNVk9ft4wX5i5AVxMYTxyIxrQhOaAaj4qo3E=";
};
buildInputs = [ jdk ant gettext which ];