grafana: 10.1.5 -> 10.2.0

ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.2.0
This commit is contained in:
Maximilian Bosch 2023-10-24 18:12:50 +02:00
parent d0d6219c42
commit 68f42d70de
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "grafana";
version = "10.1.5";
version = "10.2.0";
excludedPackages = [ "alert_webhook_listener" "clean-swagger" "release_publisher" "slow_proxy" "slow_proxy_mac" "macaron" "devenv" "modowners" ];
@ -10,15 +10,15 @@ buildGoModule rec {
rev = "v${version}";
owner = "grafana";
repo = "grafana";
hash = "sha256-/caja157OKe9atqZLDzw2oTwhWLNa5DxcgO1iueKow4=";
hash = "sha256-PNKvu7DfVHzBaRGM/Zej0oI5pbi6gPta+ZzVEXXmTsI=";
};
srcStatic = fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz";
hash = "sha256-7LGs/8pbZMEwXHBSPac+guJ3GcYBS3qIRz7JeqZuVQ0=";
hash = "sha256-KE026VWxlJYzRqTqry4h8vm1NIXB7sJUucz+W/s1eoE=";
};
vendorHash = "sha256-KXgGtNHUi+k41GC3Wc5hbJw4k5fxq/p0Je6Q6UZwhtw=";
vendorHash = "sha256-Mybo7ZVP7fwmBwloC3jHJnqPmhbj1DQSwz8T2onkL3Y=";
nativeBuildInputs = [ wire ];

BIN
store.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB