i2pd: 2.56.0 -> 2.57.0 (#413443)

This commit is contained in:
Weijia Wang
2025-06-17 18:40:36 +02:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.56.0";
version = "2.57.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = "i2pd";
tag = version;
hash = "sha256-URFLVMd1j/br+/isQytVjSVosMHn1SEwqg2VNxStD0A=";
hash = "sha256-+LywTG+AXOas6fXF1pXjBkqa+fUbaWNMA3EqCEZfc/A=";
};
postPatch = lib.optionalString (!stdenv.hostPlatform.isx86) ''