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

node-problem-detector: 0.8.12 -> 0.8.13
This commit is contained in:
Weijia Wang 2023-04-28 10:06:43 +03:00 committed by GitHub
commit 1f8b9319c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "node-problem-detector";
version = "0.8.12";
version = "0.8.13";
src = fetchFromGitHub {
owner = "kubernetes";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FLOkGeGl2tpLCyJxiGubzo+d2fieF/aNfhNJ2nzOtfw=";
sha256 = "sha256-nNi4YahrO4zwqwR90tIpQCAydGdQbfy5PXCifpP/T7Q=";
};
vendorSha256 = null;
vendorHash = null;
doCheck = false;