Skip to content

Commit

Permalink
Merge: [24.05] grafana: 10.4.8 -> 10.4.9, fix CVE-2024-8118 (#345141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Sep 28, 2024
2 parents ced0da1 + 0fb2db3 commit 3b7041a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/grafana/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ let
in
buildGoModule rec {
pname = "grafana";
version = "10.4.8";
version = "10.4.9";

subPackages = [ "pkg/cmd/grafana" "pkg/cmd/grafana-server" "pkg/cmd/grafana-cli" ];

src = fetchFromGitHub {
owner = "grafana";
repo = "grafana";
rev = "v${version}";
hash = "sha256-mvPSQp/y0jyNgJ41A4AyY5pOsy+VLs1dcgcgfwlJg6U=";
hash = "sha256-Rapbfh2sHHi6wDXpihY1gGx2fA6IM/04THsE1dw1rOo=";
};

# borrowed from: https://github.com/NixOS/nixpkgs/blob/d70d9425f49f9aba3c49e2c389fe6d42bac8c5b0/pkgs/development/tools/analysis/snyk/default.nix#L20-L22
Expand Down

0 comments on commit 3b7041a

Please sign in to comment.