garnet: 1.0.69 -> 1.0.70

This commit is contained in:
R. Ryantm
2025-06-09 05:08:01 +00:00
parent 047f31d25b
commit b31941ea59
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.0.69";
version = "1.0.70";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-U90y8VxGrRgXTdrusImNK2kRO+Tw9uiXoMiEb3YgaBM=";
hash = "sha256-E+fwtD0AcUCHhHrnR7OV2mnDtGUnkJkLBKl6DbXlooU=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";