mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
Merge pull request #323417 from Ma27/grafana-2405
[24.05] grafana: 10.4.4 -> 10.4.5
This commit is contained in:
commit
694d39651c
@ -21,7 +21,7 @@ let
|
||||
in
|
||||
buildGoModule rec {
|
||||
pname = "grafana";
|
||||
version = "10.4.4";
|
||||
version = "10.4.5";
|
||||
|
||||
subPackages = [ "pkg/cmd/grafana" "pkg/cmd/grafana-server" "pkg/cmd/grafana-cli" ];
|
||||
|
||||
@ -29,7 +29,7 @@ buildGoModule rec {
|
||||
owner = "grafana";
|
||||
repo = "grafana";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-3AG5ZnwdOvXUGORMKm5G5KiMPzVIiYkGkO9KXVQdWKw=";
|
||||
hash = "sha256-BR6OyCQ3q18ja3jXDbURiF6IAamgQLkkE5/6szaKxFU=";
|
||||
};
|
||||
|
||||
# borrowed from: https://github.com/NixOS/nixpkgs/blob/d70d9425f49f9aba3c49e2c389fe6d42bac8c5b0/pkgs/development/tools/analysis/snyk/default.nix#L20-L22
|
||||
|
Loading…
Reference in New Issue
Block a user