Merge pull request #127376 from Ma27/bump-grafana

grafana: 8.0.2 -> 8.0.3

authored by

Maximilian Bosch and committed by
GitHub
97704396 c1ae14f2

+4 -13
+4 -13
pkgs/servers/monitoring/grafana/default.nix
··· 1 - { lib, buildGoModule, fetchurl, fetchFromGitHub, nixosTests, fetchpatch }: 1 + { lib, buildGoModule, fetchurl, fetchFromGitHub, nixosTests }: 2 2 3 3 buildGoModule rec { 4 4 pname = "grafana"; 5 - version = "8.0.2"; 5 + version = "8.0.3"; 6 6 7 7 excludedPackages = [ "release_publisher" ]; 8 8 ··· 10 10 rev = "v${version}"; 11 11 owner = "grafana"; 12 12 repo = "grafana"; 13 - sha256 = "sha256-kCsrLZ0EbuMwqqDvUvhm8+B/vh6FpeJ5zkwste+qwyQ="; 13 + sha256 = "sha256-GGtmsz3c7Q6mEGCJ6cdz2CjOW0ovZZW8j6LMfFgrMZ4="; 14 14 }; 15 15 16 16 srcStatic = fetchurl { 17 17 url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz"; 18 - sha256 = "sha256-QBMGLN3MjYJcv2vbs9GHfrCixcV7nH+Ox3o6/YtRYak="; 18 + sha256 = "sha256-2x0FhKinrXAFenJcUDh4Q3RJNBrqixKBNZT7BZNNOj8="; 19 19 }; 20 20 21 21 vendorSha256 = "sha256-x7sSVIim/TOhMTbnRK/fpgxiSRSO8KwGILTE2i1gU3U="; 22 - 23 - patches = [ 24 - # https://github.com/grafana/grafana/pull/35635 (fixes declarative plugins for us) 25 - (fetchpatch { 26 - url = "https://github.com/grafana/grafana/commit/5b5cb948092bdb85e0378fd9ae01b564c4bf65f1.patch"; 27 - sha256 = "sha256-MnCjfLiHsBSWPcxVZ2dC4q8x1/TjzR8uyQhH2Jzgx7o="; 28 - includes = [ "pkg/util/filepath.go" ]; 29 - }) 30 - ]; 31 22 32 23 preBuild = '' 33 24 # The testcase makes an API call against grafana.com: