node-problem-detector: 0.8.11 -> 0.8.12

This commit is contained in:
R. Ryantm 2022-09-10 01:51:01 +00:00
parent 34fde40edd
commit c018ad1418

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "node-problem-detector";
version = "0.8.11";
version = "0.8.12";
src = fetchFromGitHub {
owner = "kubernetes";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dkOkHsQ1ZfB5rSFuFRlrKf605EIo/7IkyyYz3ZhMggQ=";
sha256 = "sha256-FLOkGeGl2tpLCyJxiGubzo+d2fieF/aNfhNJ2nzOtfw=";
};
vendorSha256 = null;