grafana: 10.1.1 -> 10.1.5

ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.1.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.1.5

10.1.3 doesn't seem to exist and 10.1.2 only changed the docker images.
This commit is contained in:
Maximilian Bosch 2023-10-13 23:11:37 +02:00
parent 6c5f6bc004
commit dc14787542
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "grafana";
version = "10.1.1";
version = "10.1.5";
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-XktCIGuCyzU9RqmkFtonobwLZcSrfELZfeVcLtkM/O4=";
hash = "sha256-/caja157OKe9atqZLDzw2oTwhWLNa5DxcgO1iueKow4=";
};
srcStatic = fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz";
hash = "sha256-mjFoAHzFzdJsVtYSHEwWP5tgEkNch9rPPT+nkU+XaPY=";
hash = "sha256-7LGs/8pbZMEwXHBSPac+guJ3GcYBS3qIRz7JeqZuVQ0=";
};
vendorHash = "sha256-7T4ui3JhtG9CPLc8Xx3F79UUFKiTL9N1aVrAxXZhu54=";
vendorHash = "sha256-KXgGtNHUi+k41GC3Wc5hbJw4k5fxq/p0Je6Q6UZwhtw=";
nativeBuildInputs = [ wire ];