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

node-problem-detector: 0.8.7 -> 0.8.9
This commit is contained in:
Ben Siraphob 2021-08-17 18:06:33 -05:00 committed by GitHub
commit afa98665ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "node-problem-detector";
version = "0.8.7";
version = "0.8.9";
src = fetchFromGitHub {
owner = "kubernetes";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GyWvwgLtE8N+HLmGKUOjv5HXl2sdnecjh5y6VCOs+/0=";
sha256 = "sha256-P7niTGe0uzg2R1UHrPWbU4tOhOA1OwlP3dslZPwuF0A=";
};
vendorSha256 = null;