node-problem-detector: 0.8.16 -> 0.8.18

This commit is contained in:
R. Ryantm 2024-04-08 20:04:55 +00:00
parent f6eb921406
commit 366251726e
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;