garnet: 1.0.57 -> 1.0.58

This commit is contained in:
R. Ryantm
2025-03-04 18:21:57 +00:00
parent 54040bae8e
commit d461687ece
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.0.57";
version = "1.0.58";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-rkU9Fb/CAVG920sYv96JizygPj9vuNL/1x3jVVIfBoo=";
hash = "sha256-PP1Dko7/3Yx3evEyTRhHA85m6XztQiUt307LVZsCx64=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";