Merge pull request #89650 from r-ryantm/auto-update/node-problem-detector

node-problem-detector: 0.8.1 -> 0.8.2
This commit is contained in:
Benjamin Hipple 2020-06-06 12:37:11 -04:00 committed by GitHub
commit cd0f07cb63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "node-problem-detector"; pname = "node-problem-detector";
version = "0.8.1"; version = "0.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kubernetes"; owner = "kubernetes";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "02avknglmkr9k933a64hkw0rjfxvyh4sc3x70p41b8q2g6vzv2gs"; sha256 = "0cphlaf9k2va879jgqd6fzdgkscpwg29j1cpr677i3zj3hfgaw1g";
}; };
vendorSha256 = null; vendorSha256 = null;
@ -37,7 +37,8 @@ buildGoModule rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Various problem detectors running on the Kubernetes nodes"; description = "Various problem detectors running on the Kubernetes nodes";
homepage = "https://github.com/kubernetes/node-problem-detector"; homepage = "https://github.com/kubernetes/node-problem-detector";
changelog = "https://github.com/kubernetes/node-problem-detector/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ lbpdt ]; maintainers = with maintainers; [ lbpdt ];
}; };
} }