[Backport release-26.05] garnet: 2.1.0 -> 2.1.1 (#549304)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-05 13:58:18 +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.0",
"hash": "sha256-rHO7wJQ2F5nsf1rF5AE3bfjVHMEcKq/1og8WkZuJdjY="
"version": "4.0.2",
"hash": "sha256-0uV+dqa730iH0GDNzaU2mXaMwzPI2B4VF/mjcTtHQOU="
},
{
"pname": "KeraLua",

View File

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