grafana: 11.3.1 -> 11.4.0 (#363193)

ChangeLog: https://github.com/grafana/grafana/releases/tag/v11.4.0

authored by Maximilian Bosch and committed by GitHub d9cff315 d81dea3b

+4 -4
+4 -4
pkgs/servers/monitoring/grafana/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "grafana"; 11 - version = "11.3.1"; 11 + version = "11.4.0"; 12 12 13 13 subPackages = [ "pkg/cmd/grafana" "pkg/cmd/grafana-server" "pkg/cmd/grafana-cli" ]; 14 14 ··· 16 16 owner = "grafana"; 17 17 repo = "grafana"; 18 18 rev = "v${version}"; 19 - hash = "sha256-r8+GdAI1W7Y4wLL8GTLzXUTaOzvLb/YQ4XWHmYs1biI="; 19 + hash = "sha256-47jQ+ksq6zdS73o884q0xKLtOHssTnaIPdDOejlv/gU="; 20 20 }; 21 21 22 22 # borrowed from: https://github.com/NixOS/nixpkgs/blob/d70d9425f49f9aba3c49e2c389fe6d42bac8c5b0/pkgs/development/tools/analysis/snyk/default.nix#L20-L22 ··· 51 51 dontFixup = true; 52 52 outputHashMode = "recursive"; 53 53 outputHash = rec { 54 - x86_64-linux = "sha256-s9PGuuGwB4Ixw0cekrg0oldQxRU6xmb3KjFrNPRiGLs="; 54 + x86_64-linux = "sha256-5/l0vXVjHC4oG7ahVscJOwS74be7F8jei9nq6m2v2tQ="; 55 55 aarch64-linux = x86_64-linux; 56 - aarch64-darwin = "sha256-NVx+ipUPova7yN56Ag0b13Jb6CsD0fwHfPpwyDbQs+Y="; 56 + aarch64-darwin = "sha256-+texKSlcvtoi83ySEXy2E4SqnfyQ0l4MixTBpdemWvI="; 57 57 x86_64-darwin = aarch64-darwin; 58 58 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 59 59 };