garnet: 1.1.6 -> 1.1.9

This commit is contained in:
R. Ryantm
2026-05-25 01:18:57 +00:00
parent 577f4f868a
commit 0deb8382a8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -31,8 +31,8 @@
},
{
"pname": "diskann-garnet",
"version": "1.0.26",
"hash": "sha256-xKcv20olcK/0HBKsiaB+gNXqz6YyKHEdvYVjqssIjy0="
"version": "1.0.27",
"hash": "sha256-z1kj3LbJGVk0X4SDocHO9SaS/b5bMhRIvHNhjTEObi8="
},
{
"pname": "KeraLua",
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.1.6";
version = "1.1.9";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-OUCztqeE8oHaO0Cz/4Oz6bsp8GKszxwTjpbMLFvkCTE=";
hash = "sha256-8oZrUb3ed/M3juchn6OSRQAX6tfplekwmLLjHURtms8=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";