[Backport release-26.05] garnet: 2.1.1 -> 2.1.4 (#552958)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-16 15:13:34 +00:00
committed by GitHub
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";