grafana: 10.4.0 -> 10.4.1

ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.4.1
This commit is contained in:
Maximilian Bosch 2024-03-22 11:35:33 +01:00
parent 71df962dfd
commit 9b6607a97e
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ let
in
buildGoModule rec {
pname = "grafana";
version = "10.4.0";
version = "10.4.1";
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-Rp2jGspbmqJFzSbiVy2/5oqQJnAdGG/T+VNBHVsHSwg=";
hash = "sha256-wKYn6EcfQlWj/6rKnGYphzq3IThRj6qCjpqwllNPht8=";
};
# borrowed from: https://github.com/NixOS/nixpkgs/blob/d70d9425f49f9aba3c49e2c389fe6d42bac8c5b0/pkgs/development/tools/analysis/snyk/default.nix#L20-L22