garnet: 1.0.70 -> 1.0.72 (#418074)

This commit is contained in:
Wolfgang Walther
2025-06-27 15:38:34 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.0.70";
version = "1.0.72";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-E+fwtD0AcUCHhHrnR7OV2mnDtGUnkJkLBKl6DbXlooU=";
hash = "sha256-2hJl1JwwfAWZFEo1eUPXCoglj11qu1IzFkQlMl9lxm8=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";