garnet: 1.0.16 -> 1.0.18
Diff: https://github.com/microsoft/garnet/compare/v1.0.16...v1.0.18 Changelog: https://github.com/microsoft/garnet/releases/tag/v1.0.18
This commit is contained in:
parent
9d4d2a6a75
commit
01a2d2e402
@ -7,13 +7,13 @@
|
||||
}:
|
||||
buildDotnetModule rec {
|
||||
pname = "garnet";
|
||||
version = "1.0.16";
|
||||
version = "1.0.18";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "microsoft";
|
||||
repo = "garnet";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-0c6iJMSB9ThJVookibZL5CoAhrVMtY6oHYn92nN0114=";
|
||||
hash = "sha256-vKjFUa/f/nsBaBkxwIhtMox2qtbBzy+ipuqFHtLhbr4=";
|
||||
};
|
||||
|
||||
projectFile = "main/GarnetServer/GarnetServer.csproj";
|
||||
|
Loading…
Reference in New Issue
Block a user