Merge pull request #337305 from 6543-forks/update-i2p

i2p: 2.6.0 -> 2.6.1
This commit is contained in:
Sebastián Mancilla 2024-08-25 23:40:33 -04:00 committed by GitHub
commit a9f789eddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "i2p"; pname = "i2p";
version = "2.6.0"; version = "2.6.1";
src = fetchzip { src = fetchzip {
urls = [ urls = [
@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
"https://files.i2p-projekt.de/" "https://files.i2p-projekt.de/"
"https://download.i2p2.no/releases/" "https://download.i2p2.no/releases/"
]); ]);
hash = "sha256-9f4L1JRDTT+sBCEI/GIM9q2u1VJuiZi7DI9qgJMftd0="; hash = "sha256-ntjTXdpgcTReEVxzDEoq9r3NAqS7q4m+rlJXp7is1k0=";
}; };
strictDeps = true; strictDeps = true;