garnet: 1.0.1 -> 1.0.5

This commit is contained in:
R. Ryantm 2024-04-21 07:26:44 +00:00 committed by tomf
parent 6b78a94909
commit 5e950c58ad
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
}:
buildDotnetModule {
pname = "garnet";
version = "1.0.1";
version = "1.0.5";
src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
rev = "v${garnet.version}";
hash = "sha256-elUmM9Yw1/gazIV194P+noIm7ajQpRTccEhD5gN9D2Q=";
hash = "sha256-e5XmLxECrQA+Fx0BMDJ1xlfnh0HtztqfF5cLm9Z1eCc=";
};
projectFile = "main/GarnetServer/GarnetServer.csproj";