grafana: 9.5.3 -> 10.0.1
https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v10-0/ ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.0.0-preview ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.0.0 ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.0.1 Also fixes CVE-2023-3128, see https://grafana.com/blog/2023/06/22/grafana-security-release-for-cve-2023-3128/?pg=graf&plcmt=top-promo-banner
This commit is contained in:
parent
83fe300f2b
commit
aba5c5bc2c
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "grafana";
|
||||
version = "9.5.3";
|
||||
version = "10.0.1";
|
||||
|
||||
excludedPackages = [ "alert_webhook_listener" "clean-swagger" "release_publisher" "slow_proxy" "slow_proxy_mac" "macaron" "devenv" ];
|
||||
|
||||
@ -10,15 +10,15 @@ buildGoModule rec {
|
||||
rev = "v${version}";
|
||||
owner = "grafana";
|
||||
repo = "grafana";
|
||||
hash = "sha256-b9FkyDEidM7n+eY9IlZT9vysphe4CW5vGXYn9M5BIJM=";
|
||||
hash = "sha256-7yxdUb0rP8yCyiy/IsMD3De66fwhY7KI8GNhwsbIB1o=";
|
||||
};
|
||||
|
||||
srcStatic = fetchurl {
|
||||
url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz";
|
||||
hash = "sha256-PfdRPMQrEaTwg9wWeyJo6I9HuQX6sxl1JbT9CTixnyc=";
|
||||
hash = "sha256-dENdPLbXka1NKix9KqgZ/K5RAB4jVZsVeDpnoPllnEM=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-E9Qdsk691+laPrQQnYBIwxAIbXh7wxB0G2e/Vp+4x98=";
|
||||
vendorHash = "sha256-ZDUEqueAr0z8+8+CxgfWhc4xgYU+X+aU9Kl48NcNIbM=";
|
||||
|
||||
nativeBuildInputs = [ wire ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user