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 54040ba commit d461687Copy full SHA for d461687
pkgs/by-name/ga/garnet/package.nix
@@ -8,13 +8,13 @@
8
9
buildDotnetModule rec {
10
pname = "garnet";
11
- version = "1.0.57";
+ version = "1.0.58";
12
13
src = fetchFromGitHub {
14
owner = "microsoft";
15
repo = "garnet";
16
tag = "v${version}";
17
- hash = "sha256-rkU9Fb/CAVG920sYv96JizygPj9vuNL/1x3jVVIfBoo=";
+ hash = "sha256-PP1Dko7/3Yx3evEyTRhHA85m6XztQiUt307LVZsCx64=";
18
};
19
20
projectFile = "main/GarnetServer/GarnetServer.csproj";
0 commit comments