Merge pull request #331052 from r-ryantm/auto-update/garnet

garnet: 1.0.15 -> 1.0.16
This commit is contained in:
tomberek
2024-08-01 23:53:35 -04:00
committed by GitHub
+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";