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

node-problem-detector: 0.8.18 -> 0.8.19
This commit is contained in:
Weijia Wang 2024-06-02 18:17:45 +02:00 committed by GitHub
commit 91a7c75d62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "node-problem-detector";
version = "0.8.18";
version = "0.8.19";
src = fetchFromGitHub {
owner = "kubernetes";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/AfEnYBoCFc/XP5U6oxGDFU63q8llaeR91OPzZU7zm8=";
sha256 = "sha256-foVMmRgxy0A62EzmDiGUd2/x5zOpMAMUzXitpxuSIU0=";
};
vendorHash = null;