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

i2p: 2.5.0 -> 2.5.1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-09 18:06:19 +00:00 committed by GitHub
commit 9cb6f24ad3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "i2p";
version = "2.5.0";
version = "2.5.1";
src = fetchzip {
urls = [
@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
"https://files.i2p-projekt.de/"
"https://download.i2p2.no/releases/"
]);
hash = "sha256-mGBt2BrHU2ETV3jRay5tEpMJEO3b3K6BlBjYZNedtEA=";
hash = "sha256-38kG0UyU1ngVdUb/H5tIuG3p+bsvJznjervDh3TWoGo=";
};
strictDeps = true;