garnet: 1.1.6 -> 1.1.9 (#523835)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-25 11:33:30 +00:00
committed by GitHub
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";