We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab36ef1 commit eec71c8Copy full SHA for eec71c8
pkgs/by-name/ga/garnet/package.nix
@@ -8,13 +8,13 @@
8
9
buildDotnetModule rec {
10
pname = "garnet";
11
- version = "1.0.53";
+ version = "1.0.54";
12
13
src = fetchFromGitHub {
14
owner = "microsoft";
15
repo = "garnet";
16
tag = "v${version}";
17
- hash = "sha256-04USuwfoACJdEQ98DCzUKBVAyoGhTn1dHgVHw38xaWY=";
+ hash = "sha256-tTJz4LilzrSDDmsTwRRK3Svif3ewUWuU3nbUN8GyyPY=";
18
};
19
20
projectFile = "main/GarnetServer/GarnetServer.csproj";
0 commit comments