3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238450 from r-ryantm/auto-update/i2p

i2p: 2.2.0 -> 2.2.1
This commit is contained in:
Weijia Wang 2023-06-19 06:59:54 +03:00 committed by GitHub
commit 6a0e1e22fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "i2p";
version = "2.2.0";
version = "2.2.1";
src = fetchurl {
urls = map (mirror: "${mirror}/${finalAttrs.version}/i2psource_${finalAttrs.version}.tar.bz2") [
@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
"https://files.i2p-projekt.de"
"https://download.i2p2.no/releases"
];
sha256 = "sha256-5LoGpuKTWheZDwV6crjXnkUqJVamzv5QEtXdY0Zv7r8=";
sha256 = "sha256-9T80++I6h2LjeGVydRswG++ygojvtrEELU/GTGYQeE8=";
};
buildInputs = [ jdk ant gettext which ];