garnet: 1.0.83 -> 1.0.84

This commit is contained in:
R. Ryantm
2025-10-02 15:34:01 +00:00
parent 41b88f48c1
commit e1be055b2c
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.0.83";
version = "1.0.84";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-Z1PNgCanrHVyWILwR1HYjJdhoToMU43G9mo1UlRfV8Q=";
hash = "sha256-Bg+WQrGs9HyH3E9Ry4fPrnfDcKL8WuTH798pwHrLIuo=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";