Merge pull request #307002 from r-ryantm/auto-update/garnet

garnet: 1.0.5 -> 1.0.6
This commit is contained in:
Weijia Wang 2024-04-27 02:13:28 +02:00 committed by GitHub
commit 959f59047e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";