i2pd: 2.58.0 -> 2.59.0

This commit is contained in:
R. Ryantm
2026-02-09 01:53:11 +00:00
parent 6aff6c5c82
commit fa2ecf9b34
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "i2pd";
version = "2.58.0";
version = "2.59.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = "i2pd";
tag = finalAttrs.version;
hash = "sha256-moUcivW3YIE2SvjS7rCXTjeCKUW/u/NXWH3VmJ9x6jg=";
hash = "sha256-PBwjP54gVtMduN//OXxd35KnRJv7sbA1MIUU+1KNUac=";
};
postPatch = lib.optionalString (!stdenv.hostPlatform.isx86) ''