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