garnet: 1.0.55 -> 1.0.57

This commit is contained in:
R. Ryantm
2025-02-19 21:33:11 +00:00
parent 44d1faee1a
commit ae35385e0f
+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";