Merge pull request #183442 from Mr-Andersen/patch-1

i2p: 1.6.1 -> 1.9.0
This commit is contained in:
Jonas Heinrich 2022-08-24 09:03:15 +02:00 committed by GitHub
commit da0010206d
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.6.1";
version = "1.9.0";
src = fetchurl {
url = "https://download.i2p2.de/releases/${version}/i2psource_${version}.tar.bz2";
sha256 = "sha256-cZYGxMtRDeT+dPJLv6U5EacFMYIfwe55op49luqhZzM=";
url = "https://files.i2p-projekt.de/${version}/i2psource_${version}.tar.bz2";
sha256 = "sha256-V/YYFQmMNVk9ft4wX5i5AVxMYTxyIxrQhOaAaj4qo3E=";
};
buildInputs = [ jdk ant gettext which ];