node-problem-detector: 0.8.10 -> 0.8.11

This commit is contained in:
R. Ryantm 2022-08-02 19:22:18 +00:00
parent 063618d204
commit dfbe09a1e3

View file

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