node-problem-detector: 0.8.1 -> 0.8.2

This commit is contained in:
R. RyanTM 2020-06-06 13:48:34 +00:00 committed by Benjamin Hipple
parent 5f0bd4d70f
commit e833b55bd0
1 changed files with 4 additions and 3 deletions

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 ];
}; };
} }