Unverified Commit 4ea9e414 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

prometheus: 3.7.1 → 3.7.2 (#454632)

parents e3c14320 b2e235cf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

buildGoModule (finalAttrs: {
  pname = "prometheus";
  version = "3.7.1";
  version = "3.7.2";

  outputs = [
    "out"
@@ -45,14 +45,14 @@ buildGoModule (finalAttrs: {
    owner = "prometheus";
    repo = "prometheus";
    tag = "v${finalAttrs.version}";
    hash = "sha256-m5dQoEn/989gmG5Q4A/oCY6JKvOLzpAU8kaPQOsajlA=";
    hash = "sha256-bitRDX1oymFfzvQVYL31BON6UBfQYnqjZefQKc+yXx0=";
  };

  vendorHash = "sha256-V+qLxjqGOaT1veEwtklqcS7iO31ufvDHBA9DbZLzDiE=";

  webUiStatic = fetchurl {
    url = "https://github.com/prometheus/prometheus/releases/download/v${finalAttrs.version}/prometheus-web-ui-${finalAttrs.version}.tar.gz";
    hash = "sha256-88PNQfVM9le+2mqMBq9tyyZ+1J+yloWWIE4VJHSCS1g=";
    hash = "sha256-NFv6zNpMacd0RgVYBlWKbXKNCEh7WijpREg0bNojisM=";
  };

  excludedPackages = [