Unverified Commit 2f869d6b authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

garnet: 1.0.81 -> 1.0.82 (#435177)

parents 89618754 e9647db1
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.81";
  version = "1.0.82";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "garnet";
    tag = "v${version}";
    hash = "sha256-CEpxV6BoTfkC3Lka1Xuci3uyUYoWxoyYKTQTco5NVY4=";
    hash = "sha256-ju39u5GvlxKxTn47MAicNFM9Delk6n/ht74p2XxmM44=";
  };

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