garnet: 2.1.1 -> 2.1.4

(cherry picked from commit ea8d5bc3e8)
This commit is contained in:
R. Ryantm
2026-08-13 11:08:34 +00:00
committed by github-actions[bot]
parent b9aab758cd
commit 214c4062fc
2 changed files with 4 additions and 4 deletions

View File

@@ -31,8 +31,8 @@
},
{
"pname": "diskann-garnet",
"version": "4.0.2",
"hash": "sha256-0uV+dqa730iH0GDNzaU2mXaMwzPI2B4VF/mjcTtHQOU="
"version": "4.0.4",
"hash": "sha256-R1MB/9HGe9clojNjFnfQKsUe7Vf81iuGbo4FQVNf1Uo="
},
{
"pname": "KeraLua",

View File

@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "2.1.1";
version = "2.1.4";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-ngHibS0opJlZEW54kx4p61r4Djoli2Vl6z4qXm/gLIw=";
hash = "sha256-bzmB7PbYp09Jo7WZO1e4yipaonFljnLJfkucA+qAF/4=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";