garnet: 1.1.10 -> 2.1.0

(cherry picked from commit 3ed87c5c75)
This commit is contained in:
R. Ryantm
2026-07-26 15:45:29 +00:00
committed by github-actions[bot]
parent f1a1551ea1
commit a55c9f719c
2 changed files with 4 additions and 4 deletions

View File

@@ -31,8 +31,8 @@
},
{
"pname": "diskann-garnet",
"version": "1.0.27",
"hash": "sha256-z1kj3LbJGVk0X4SDocHO9SaS/b5bMhRIvHNhjTEObi8="
"version": "4.0.0",
"hash": "sha256-rHO7wJQ2F5nsf1rF5AE3bfjVHMEcKq/1og8WkZuJdjY="
},
{
"pname": "KeraLua",

View File

@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.1.10";
version = "2.1.0";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-tvfqs9ZSIQySJu7euf56ESzqw7A2973PSMr/rxNHxR8=";
hash = "sha256-tvtZ6D4yw7v0j6eAAUe56TCC0Nh2FSOt63Bvu6qVOZw=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";