prometheus: 2.38.0 -> 2.40.0

+4 -4
+4 -4
pkgs/servers/monitoring/prometheus/default.nix
··· 31 31 }: 32 32 33 33 let 34 - version = "2.38.0"; 34 + version = "2.40.0"; 35 35 webUiStatic = fetchurl { 36 36 url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz"; 37 - sha256 = "sha256-0CcWHJYso9iI1isCa2ZKYtNpfqcUt5sj23xkufxv6rw="; 37 + sha256 = "sha256-1uNwGs/UmwMhST7LyDq4hUEW9Y6xpmvCDDT3f58r3d4="; 38 38 }; 39 39 in 40 40 buildGoModule rec { ··· 45 45 rev = "v${version}"; 46 46 owner = "prometheus"; 47 47 repo = "prometheus"; 48 - sha256 = "sha256-5s2Q3xjublHAQSB6MaxZTMOPS0T6/Bn5Ki8NCkBYM2E="; 48 + sha256 = "sha256-QKeZ4N5I4VjTIT5WmEGt+gXt1Nnx3tzecLaSlhvGGuE="; 49 49 }; 50 50 51 - vendorSha256 = "sha256-wfHdfW4D4ESbglUUjAl5a93aJqLuQkqKHMChHGnCmCg="; 51 + vendorSha256 = "sha256-aRVoEgP84ITQ1D0PsFVJUKH/Uin7s80iQCwzgrfpjoM="; 52 52 53 53 excludedPackages = [ "documentation/prometheus-mixin" ]; 54 54