garnet: 1.0.53 -> 1.0.54

This commit is contained in:
R. Ryantm
2025-02-05 08:04:40 +00:00
parent ab36ef17c8
commit eec71c8c0b
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.0.53";
version = "1.0.54";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-04USuwfoACJdEQ98DCzUKBVAyoGhTn1dHgVHw38xaWY=";
hash = "sha256-tTJz4LilzrSDDmsTwRRK3Svif3ewUWuU3nbUN8GyyPY=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";