garnet: 1.0.13 -> 1.0.15

This commit is contained in:
R. Ryantm
2024-07-07 08:05:32 +00:00
parent 8f3b38daf2
commit 2ca98a088c
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildDotnetModule rec {
pname = "garnet";
version = "1.0.13";
version = "1.0.15";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
rev = "v${version}";
hash = "sha256-mAZBYVOAbVPKcOpt+vA4uEK+xEx4qXPnAthsPsxiXkw=";
hash = "sha256-SpkhOztUh28N853+6BBQnVRBgphxJARLJXQzmXJwPyY=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";