Unverified Commit 688c8b45 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

garnet: 1.0.57 -> 1.0.58 (#387066)

parents 58d2463f d461687e
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.57";
  version = "1.0.58";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "garnet";
    tag = "v${version}";
    hash = "sha256-rkU9Fb/CAVG920sYv96JizygPj9vuNL/1x3jVVIfBoo=";
    hash = "sha256-PP1Dko7/3Yx3evEyTRhHA85m6XztQiUt307LVZsCx64=";
  };

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