Commit 1d06414f authored by R. RyanTM's avatar R. RyanTM
Browse files

garnet: 1.0.63 -> 1.0.64

parent 16762245
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildDotnetModule rec {
  pname = "garnet";
  version = "1.0.63";
  version = "1.0.64";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "garnet";
    tag = "v${version}";
    hash = "sha256-pOAeWQcZTkvnJGAP8H4dOABcHSEfGI4xTC/eS/3QoTM=";
    hash = "sha256-0poitBKuCfUtkGWXomQAictt7ts7Qdgq1TvEMSqvdJ4=";
  };

  projectFile = "main/GarnetServer/GarnetServer.csproj";