i2pd: 2.56.0 -> 2.57.0

This commit is contained in:
R. Ryantm
2025-06-03 01:40:14 +00:00
parent 3603bcb66c
commit a1e807c775
+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) ''