garnet: 1.0.15 -> 1.0.16

This commit is contained in:
R. Ryantm
2024-07-30 09:20:30 +00:00
parent 7fee7ae70f
commit 50ee2b98cf
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildDotnetModule rec {
pname = "garnet";
version = "1.0.15";
version = "1.0.16";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
rev = "v${version}";
hash = "sha256-SpkhOztUh28N853+6BBQnVRBgphxJARLJXQzmXJwPyY=";
hash = "sha256-0c6iJMSB9ThJVookibZL5CoAhrVMtY6oHYn92nN0114=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";