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

node-problem-detector: 0.8.5 -> 0.8.6
This commit is contained in:
Mario Rodas 2021-02-08 21:16:38 -05:00 committed by GitHub
commit e47a837690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "node-problem-detector";
version = "0.8.5";
version = "0.8.6";
src = fetchFromGitHub {
owner = "kubernetes";
repo = pname;
rev = "v${version}";
sha256 = "0lm691w4v2sdv5i2dkszwv6g11ig2aavlbxh40kjlmc05dz7dapv";
sha256 = "sha256-8qY99sEEOFY2eMfuZSWv49nw1LKVHn50P1gYQN6y2f4=";
};
vendorSha256 = null;