garnet: 1.0.81 -> 1.0.82

This commit is contained in:
R. Ryantm
2025-08-20 05:20:45 +00:00
parent 226bb7c9df
commit e9647db1ce

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";