garnet: 1.1.0 -> 1.1.1 (#500954)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-24 20:44:41 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-+yYNnB/5Crj6CxUYFtyZBOF2mG1m8ZEJb6LbJSvzk7c=";
hash = "sha256-Ngy49BjWQoMC7hqZFJxzrFIPxjG3eZmjKgUzZ2e2owQ=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";