garnet: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm 2024-04-26 14:57:46 +00:00
parent b00f19626a
commit c9d1a66d33
1 changed files with 2 additions and 2 deletions

View File

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