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

i2p: 2.5.1 -> 2.5.2
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-30 10:09:29 +00:00 committed by GitHub
commit 507146ab23
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.1";
version = "2.5.2";
src = fetchzip {
urls = [
@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
"https://files.i2p-projekt.de/"
"https://download.i2p2.no/releases/"
]);
hash = "sha256-38kG0UyU1ngVdUb/H5tIuG3p+bsvJznjervDh3TWoGo=";
hash = "sha256-0ftTLdU/tf1xTUSuqHvveSS33h1XLGPkrXcGpIe8f0U=";
};
strictDeps = true;