Merge pull request #332386 from getchoo/pkgs/garnet/1.0.18

garnet: 1.0.16 -> 1.0.18
This commit is contained in:
Sebastián Mancilla 2024-08-20 19:11:35 -04:00 committed by GitHub
commit 90d7d23543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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