Merge: grafana: 11.3.0+security-01 -> 11.3.1 (#357417)

authored by Maximilian Bosch and committed by GitHub ba168748 6a331699

+4 -4
+4 -4
pkgs/servers/monitoring/grafana/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "grafana"; 11 - version = "11.3.0+security-01"; 11 + version = "11.3.1"; 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-t8D5JHhWJdsnY+SR+eiHy+jHkasAg8b5+uQ38OEFyR4="; 19 + hash = "sha256-r8+GdAI1W7Y4wLL8GTLzXUTaOzvLb/YQ4XWHmYs1biI="; 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-8XuRhipddv28msoSpG5WjpHc7NUEh4/+wRutKrY9r1U="; 54 + x86_64-linux = "sha256-s9PGuuGwB4Ixw0cekrg0oldQxRU6xmb3KjFrNPRiGLs="; 55 55 aarch64-linux = x86_64-linux; 56 - aarch64-darwin = "sha256-IOuE2QjZmeCOZdqA49RWoAtz2FROGqWo8Dp4wFnEkkk="; 56 + aarch64-darwin = "sha256-NVx+ipUPova7yN56Ag0b13Jb6CsD0fwHfPpwyDbQs+Y="; 57 57 x86_64-darwin = aarch64-darwin; 58 58 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 59 59 };