Merge: grafana: 12.0.0 -> 12.0.0+security-01, fixes CVE-2025-4123 & CVE-2025-3580 (#410132)

This commit is contained in:
Maximilian Bosch
2025-05-24 14:45:50 +02:00
committed by GitHub
+2 -2
View File
@@ -41,7 +41,7 @@ let
in
buildGoModule rec {
pname = "grafana";
version = "12.0.0";
version = "12.0.0+security-01";
subPackages = [
"pkg/cmd/grafana"
@@ -53,7 +53,7 @@ buildGoModule rec {
owner = "grafana";
repo = "grafana";
rev = "v${version}";
hash = "sha256-VibGeRU0qCkEWUw9yVzG6LG1nomDsn17DBYAfV2eN5E=";
hash = "sha256-4i9YHhoneptF72F4zvV+KVUJiP8xfiowPJExQ9iteK4=";
};
# borrowed from: https://github.com/NixOS/nixpkgs/blob/d70d9425f49f9aba3c49e2c389fe6d42bac8c5b0/pkgs/development/tools/analysis/snyk/default.nix#L20-L22