Unverified Commit 7974b77a authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

prometheus-node-exporter: 1.10.2 -> 1.11.0 (#506709)

parents ea897ab3 354371d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule (finalAttrs: {
  pname = "node_exporter";
  version = "1.10.2";
  version = "1.11.0";

  src = fetchFromGitHub {
    owner = "prometheus";
    repo = "node_exporter";
    tag = "v${finalAttrs.version}";
    hash = "sha256-UaybbRmcvifXNwTNXg7mIYN9JnonSxwG62KfvU5auIE=";
    hash = "sha256-cZ7MGh80LIPTrTzgR6W+gl6BUc7ss60mjocwm1BMXC0=";
  };

  vendorHash = "sha256-zQn3Hn40zZT3ZLiYQc/68i9t791eisBSiB6Re24/Ncg=";
  vendorHash = "sha256-qTuzF4xeF0riOedwaUR4x/U6Jb0j+GIwUfUfstp2Cao=";

  # FIXME: tests fail due to read-only nix store
  doCheck = false;