prometheus: 2.45.0 -> 2.46.0 (#246617)

https://github.com/prometheus/prometheus/releases/tag/v2.46.0

authored by WilliButz and committed by GitHub 3f0f188b 676cef57

+4 -4
+4 -4
pkgs/servers/monitoring/prometheus/default.nix
··· 31 31 }: 32 32 33 33 let 34 - version = "2.45.0"; 34 + version = "2.46.0"; 35 35 webUiStatic = fetchurl { 36 36 url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz"; 37 - hash = "sha256-xfIxq1cFkLjSxjPPdCjgv+FOvbUGdeZpRecbSIFUAXo="; 37 + hash = "sha256-H6RRyemawt9NRLTVG0iH4vNFNiuvdPZz7u43Zop0vVI="; 38 38 }; 39 39 in 40 40 buildGoModule rec { ··· 47 47 owner = "prometheus"; 48 48 repo = "prometheus"; 49 49 rev = "v${version}"; 50 - hash = "sha256-smc51YrWW8jPzmIkOi0kKaAGUS3TUXpzGDLyslhRVUE="; 50 + hash = "sha256-TB4N5aAfNw34HJ1HSt6rHTETTyAgpGA8B5VOFHisZFU="; 51 51 }; 52 52 53 - vendorHash = "sha256-W958ODhmRL4GAM6hZd71BgEmrwrzR2XHoDrc+rBo4TI="; 53 + vendorHash = "sha256-jeGtna7IeKAOiu4FFA2xRv+fwpzCpnqwI5nj641dlM4="; 54 54 55 55 excludedPackages = [ "documentation/prometheus-mixin" ]; 56 56