Skip to content

Commit

Permalink
grafana: 10.4.10 -> 10.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Oct 23, 2024
1 parent 32e940c commit 533e7ad
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 @@ -28,15 +28,15 @@ let
in
buildGoModule rec {
pname = "grafana";
version = "10.4.10";
version = "10.4.11";

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

src = fetchFromGitHub {
owner = "grafana";
repo = "grafana";
rev = "v${version}";
hash = "sha256-qbKrSMhV2Zdqt3N8bUOn7sUuz9lHl2BbMy/Y6ymK/NY=";
hash = "sha256-RncdK/y4XyHD2l9/0+dxNxJyqoZMa05u1GIO8UKTkgc=";
};

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

0 comments on commit 533e7ad

Please sign in to comment.