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

garnet: 1.0.13 -> 1.0.15
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-07 21:24:18 +00:00 committed by GitHub
commit ff120fe5cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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