garnet: 1.0.50 -> 1.0.53

This commit is contained in:
R. Ryantm 2025-01-24 23:12:20 +00:00
parent bafca6cbe1
commit 1adb25632e

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";