node-problem-detector: 0.8.19 -> 0.8.20

This commit is contained in:
R. Ryantm 2024-10-17 14:58:57 +00:00
parent f7ad689594
commit a4b05c5aa0

View File

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