prometheus: 3.4.2 → 3.5.0 (#425340)

authored by Franz Pletz and committed by GitHub 0859bc6a ce9ebd67

+4 -4
+4 -4
pkgs/by-name/pr/prometheus/package.nix
··· 33 33 34 34 buildGoModule (finalAttrs: { 35 35 pname = "prometheus"; 36 - version = "3.4.2"; 36 + version = "3.5.0"; 37 37 38 38 outputs = [ 39 39 "out" ··· 45 45 owner = "prometheus"; 46 46 repo = "prometheus"; 47 47 tag = "v${finalAttrs.version}"; 48 - hash = "sha256-/JeT8+I/jNE7O2YT9qfu7RF3xculPyR3rRrFQIG4YV4="; 48 + hash = "sha256-QBmtJ+qBIwQzfJ7tx0P9/3kl6UaZou7qp8jrI+Qrcck="; 49 49 }; 50 50 51 - vendorHash = "sha256-edR9vvSNexRR8EGEiSCIIYl3ndGckS8XuIWojPrq60U="; 51 + vendorHash = "sha256-Svm+rH/cmS9mjiQHVucwKHy6ilw3mgySjRdC3ivw0YE="; 52 52 53 53 webUiStatic = fetchurl { 54 54 url = "https://github.com/prometheus/prometheus/releases/download/v${finalAttrs.version}/prometheus-web-ui-${finalAttrs.version}.tar.gz"; 55 - hash = "sha256-3aXP79aeA/qe99sVsJn0nNRggrzFWTmaRO3dBzOR6UU="; 55 + hash = "sha256-j+wOQ8m2joXZ3/C6bO8pxroM/hntVLP/QhoWVmdLir4="; 56 56 }; 57 57 58 58 excludedPackages = [