garnet: 1.0.81 -> 1.0.82

(cherry picked from commit e9647db1ce)
This commit is contained in:
R. Ryantm
2025-08-20 05:20:45 +00:00
committed by Michael Daniels
parent ef795d583c
commit 494c83bf05

View File

@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "garnet";
version = "1.0.81";
version = "1.0.82";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-CEpxV6BoTfkC3Lka1Xuci3uyUYoWxoyYKTQTco5NVY4=";
hash = "sha256-ju39u5GvlxKxTn47MAicNFM9Delk6n/ht74p2XxmM44=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";