Skip to content

Commit

Permalink
grizzly: 0.6.1 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 2, 2025
1 parent 80018e6 commit c6919aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gr/grizzly/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "grizzly";
version = "0.6.1";
version = "0.7.1";

src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-9NtJHavlkuu8qSQI4FvXDOKfD1WjNzVqGDd8/8Fo3DE=";
hash = "sha256-1caG2QIBfbCgg9TLsW4XB0w+4dqUkQEsdWwRazbWeQA=";
};

vendorHash = "sha256-lioFmaFzqaxN1wnYJaoHA54to1xGZjaLGaqAFIfTaTs=";
vendorHash = "sha256-JxYafSralKqd/AB6fhTuQvt0q+/Zeu7dmZwVAAkolxY=";

subPackages = [ "cmd/grr" ];

Expand Down

0 comments on commit c6919aa

Please sign in to comment.