Skip to content

Commit

Permalink
garnet: 1.0.48 -> 1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2025
1 parent e9b1bb0 commit 9c990e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ga/garnet/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildDotnetModule rec {
pname = "garnet";
version = "1.0.48";
version = "1.0.50";

src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
tag = "v${version}";
hash = "sha256-L+yML0VgD+rTReRurfH78U4uXZJWOW4mE+dmBQRbb9U=";
hash = "sha256-jmEPgGO9kQvzyGktFfsyEZdHlgJOZokzE3d5Xneu6/E=";
};

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

0 comments on commit 9c990e1

Please sign in to comment.