garnet: 1.0.1 -> 1.0.5
This commit is contained in:
parent
6b78a94909
commit
5e950c58ad
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue