lol

prometheus: 3.1.0 → 3.3.0 (#400517)

authored by

Franz Pletz and committed by
GitHub
29662380 7582a317

+4 -4
+4 -4
pkgs/by-name/pr/prometheus/package.nix
··· 32 32 }: 33 33 34 34 let 35 - version = "3.1.0"; 35 + version = "3.3.0"; 36 36 webUiStatic = fetchurl { 37 37 url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz"; 38 - hash = "sha256-05DaaDIFtADnkLFqdHe5eUvo6LRz6BduMvGVmzOeurM="; 38 + hash = "sha256-hF8eLIaef4Z5ZGyjqX1Wyd/DD4Bk571ODQ11b+nHTTA="; 39 39 }; 40 40 in 41 41 buildGoModule rec { ··· 52 52 owner = "prometheus"; 53 53 repo = "prometheus"; 54 54 tag = "v${version}"; 55 - hash = "sha256-Q3f0L6cRVQRL1AHgUI3VNbMG9eTfcApbXfSjOTHr7Go="; 55 + hash = "sha256-WZR6c7uN8I+egoqABaWay0MfA3tv3O74jlrkC/1zt10="; 56 56 }; 57 57 58 - vendorHash = "sha256-vQwBnSxoyIYTeWLk3GD9pKDuUjjsMfwPptgyVnzcTok="; 58 + vendorHash = "sha256-xBopACaDrtGveVoza/WIge9m5bBAxnZC+qtsuAF20J4="; 59 59 60 60 excludedPackages = [ 61 61 "documentation/prometheus-mixin"