i2p: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm
2025-02-06 00:37:54 +00:00
parent ab36ef17c8
commit 60e3142cc0
+2 -2
View File
@@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "i2p";
version = "2.7.0";
version = "2.8.0";
src = fetchzip {
urls =
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
"https://files.i2p-projekt.de/"
"https://download.i2p2.no/releases/"
]);
hash = "sha256-gw1i6jrmTfz9CZlCjtOUdH5R4vD57ysDeQxyyWifieg=";
hash = "sha256-Gw60l6aB9EcDxWowSHUF8LIoxs5bYamJYTVGKQI2V80=";
};
strictDeps = true;