Commit e9647db1 authored by R. RyanTM's avatar R. RyanTM
Browse files

garnet: 1.0.81 -> 1.0.82

parent 226bb7c9
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";