i2pd: 2.54.0 -> 2.55.0 (#369662)

This commit is contained in:
K900
2025-01-12 00:36:34 +03:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "i2pd";
version = "2.54.0";
version = "2.55.0";
src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "sha256-neoIDZNBBDq3tqz1ET3/CS/zb0Lret9niyuU7iWoNIE=";
sha256 = "sha256-mdjt2+h+IWjHBRDUpx85ku6s6gKHjxUBuhv+gJK7QhU=";
};
buildInputs = [