mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #234738 from r-ryantm/auto-update/prometheus-node-exporter
prometheus-node-exporter: 1.5.0 -> 1.6.0
This commit is contained in:
commit
c7c7bfda63
@ -5,17 +5,17 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "node_exporter";
|
pname = "node_exporter";
|
||||||
version = "1.5.0";
|
version = "1.6.0";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "node_exporter";
|
repo = "node_exporter";
|
||||||
sha256 = "sha256-jzgf7XVqtqHf5Uqkcr/0epC0R0fw7l7acr+F8jZ6M68=";
|
sha256 = "sha256-Aw1tdaiyr3wv3Ti3CFn2T80WRjEZaACwotKKJGY9I6Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-k4Wolrp/mebwA6ZLftCNVFOdHoXHcJZI9JWrhBxX5Pk=";
|
vendorHash = "sha256-hn2cMKhLl5qsm4sZErs6PXTs8yajowxw9a9vtHe5cAk=";
|
||||||
|
|
||||||
# FIXME: tests fail due to read-only nix store
|
# FIXME: tests fail due to read-only nix store
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user