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

node-problem-detector: 0.8.16 -> 0.8.18
This commit is contained in:
Weijia Wang 2024-04-16 23:55:35 +02:00 committed by GitHub
commit 3f95f5d8d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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