seth 2024-08-04 23:25:14 -04:00
parent 9d4d2a6a75
commit 01a2d2e402
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -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";