Skip to content

Commit 90d7d23

Browse files
authored
Merge pull request #332386 from getchoo/pkgs/garnet/1.0.18
garnet: 1.0.16 -> 1.0.18
2 parents 5807e2c + 01a2d2e commit 90d7d23

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
@@ -7,13 +7,13 @@
77
}:
88
buildDotnetModule rec {
99
pname = "garnet";
10-
version = "1.0.16";
10+
version = "1.0.18";
1111

1212
src = fetchFromGitHub {
1313
owner = "microsoft";
1414
repo = "garnet";
1515
rev = "v${version}";
16-
hash = "sha256-0c6iJMSB9ThJVookibZL5CoAhrVMtY6oHYn92nN0114=";
16+
hash = "sha256-vKjFUa/f/nsBaBkxwIhtMox2qtbBzy+ipuqFHtLhbr4=";
1717
};
1818

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

0 commit comments

Comments
 (0)