Skip to content

Commit

Permalink
garnet: 1.0.46 -> 1.0.48 (#365548)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 17, 2024
2 parents d9db18e + ea18a10 commit c4435d0
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 46 deletions.
261 changes: 217 additions & 44 deletions pkgs/by-name/ga/garnet/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.46";
version = "1.0.48";

src = fetchFromGitHub {
owner = "microsoft";
repo = "garnet";
rev = "refs/tags/v${version}";
hash = "sha256-WXHtb4wDQxJ5n7/zbEGIrsfP0/dxV+ruYqcPFu1upho=";
hash = "sha256-L+yML0VgD+rTReRurfH78U4uXZJWOW4mE+dmBQRbb9U=";
};

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

0 comments on commit c4435d0

Please sign in to comment.