garnet: 1.0.55 -> 1.0.57 (#383484)

This commit is contained in:
Wolfgang Walther
2025-02-25 20:04:05 +01:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.0.55";
version = "1.0.57";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-yeaSSQXsTw6JsF2ugCRSIWCSwuOYuWLErb77/CBraQE=";
hash = "sha256-rkU9Fb/CAVG920sYv96JizygPj9vuNL/1x3jVVIfBoo=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";