prometheus: 2.47.1 -> 2.47.2

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/default.nix
··· 31 31 }: 32 32 33 33 let 34 - version = "2.47.1"; 34 + version = "2.47.2"; 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-NgVwxKhag/acE5sdP3910CuGWVWfmTSnXSSztEjLobs="; 37 + hash = "sha256-QLJXY6WzmKcOoLmBTVvCRhTRCAt3IXiHmd9KeLrfz+I="; 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-AK2DLFDWrpnkvOUb9dFYjdAa6+Vm6ftZQpexy/FULrs="; 50 + hash = "sha256-mV5sfv4+2a9R34wWcqMu/h/VqBSutmnSWnx0Q3K9L6M="; 51 51 }; 52 52 53 53 vendorHash = "sha256-qFp+tMHhXmJGY9MSukVRjBVzaIBgfxB0BorWiuInMwk=";