garnet: 1.0.50 -> 1.0.53 (#376538)

This commit is contained in:
Seth Flynn
2025-01-25 20:48:29 -05:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.0.50";
version = "1.0.53";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-jmEPgGO9kQvzyGktFfsyEZdHlgJOZokzE3d5Xneu6/E=";
hash = "sha256-04USuwfoACJdEQ98DCzUKBVAyoGhTn1dHgVHw38xaWY=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";