garnet: 1.0.69 -> 1.0.70 (#415193)

This commit is contained in:
Weijia Wang
2025-06-17 17:25:21 +02:00
committed by GitHub
+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";