Skip to content

Commit d461687

Browse files
committed
garnet: 1.0.57 -> 1.0.58
1 parent 54040ba commit d461687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ga/garnet/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildDotnetModule rec {
1010
pname = "garnet";
11-
version = "1.0.57";
11+
version = "1.0.58";
1212

1313
src = fetchFromGitHub {
1414
owner = "microsoft";
1515
repo = "garnet";
1616
tag = "v${version}";
17-
hash = "sha256-rkU9Fb/CAVG920sYv96JizygPj9vuNL/1x3jVVIfBoo=";
17+
hash = "sha256-PP1Dko7/3Yx3evEyTRhHA85m6XztQiUt307LVZsCx64=";
1818
};
1919

2020
projectFile = "main/GarnetServer/GarnetServer.csproj";

0 commit comments

Comments
 (0)