Merge pull request #271950 from SuperSandro2000/grafana

grafana: 10.2.0 -> 10.2.2

authored by Maximilian Bosch and committed by GitHub cfe12c16 e6df603b

+5 -5
+5 -5
pkgs/servers/monitoring/grafana/default.nix
··· 2 3 buildGoModule rec { 4 pname = "grafana"; 5 - version = "10.2.0"; 6 7 excludedPackages = [ "alert_webhook_listener" "clean-swagger" "release_publisher" "slow_proxy" "slow_proxy_mac" "macaron" "devenv" "modowners" ]; 8 9 src = fetchFromGitHub { 10 - rev = "v${version}"; 11 owner = "grafana"; 12 repo = "grafana"; 13 - hash = "sha256-PNKvu7DfVHzBaRGM/Zej0oI5pbi6gPta+ZzVEXXmTsI="; 14 }; 15 16 srcStatic = fetchurl { 17 url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz"; 18 - hash = "sha256-KE026VWxlJYzRqTqry4h8vm1NIXB7sJUucz+W/s1eoE="; 19 }; 20 21 - vendorHash = "sha256-Mybo7ZVP7fwmBwloC3jHJnqPmhbj1DQSwz8T2onkL3Y="; 22 23 nativeBuildInputs = [ wire ]; 24
··· 2 3 buildGoModule rec { 4 pname = "grafana"; 5 + version = "10.2.2"; 6 7 excludedPackages = [ "alert_webhook_listener" "clean-swagger" "release_publisher" "slow_proxy" "slow_proxy_mac" "macaron" "devenv" "modowners" ]; 8 9 src = fetchFromGitHub { 10 owner = "grafana"; 11 repo = "grafana"; 12 + rev = "v${version}"; 13 + hash = "sha256-MlrGBa/ZQwfETr5vt7CyJxtvZC021aeWsgKtfuc8wAc="; 14 }; 15 16 srcStatic = fetchurl { 17 url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz"; 18 + hash = "sha256-Mt0si5TxkXGQp5vmVD37fl3WKXuuIcJNtiTcEYCroZ8="; 19 }; 20 21 + vendorHash = "sha256-z2eDbnezG9TWrqLPxAXHBgdtXvaEf8ccUQUe9MnhjtQ="; 22 23 nativeBuildInputs = [ wire ]; 24