about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/node-problem-detector
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-03 18:10:45 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-03 18:10:45 +0000
commit2cfab8b61c7d302f6dd768f5bf48b119d3a5d888 (patch)
tree26a0e1557a7c789e5d6cc7da723df2ccd6b8daa7 /pkgs/applications/networking/cluster/node-problem-detector
parent60d9784263c188bedb0618616024c06149809580 (diff)
node-problem-detector: 0.8.5 -> 0.8.6
Diffstat (limited to 'pkgs/applications/networking/cluster/node-problem-detector')
-rw-r--r--pkgs/applications/networking/cluster/node-problem-detector/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/node-problem-detector/default.nix b/pkgs/applications/networking/cluster/node-problem-detector/default.nix
index 6be32ed17a4be..ffc682ca4d909 100644
--- a/pkgs/applications/networking/cluster/node-problem-detector/default.nix
+++ b/pkgs/applications/networking/cluster/node-problem-detector/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "node-problem-detector";
-  version = "0.8.5";
+  version = "0.8.6";
 
   src = fetchFromGitHub {
     owner = "kubernetes";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0lm691w4v2sdv5i2dkszwv6g11ig2aavlbxh40kjlmc05dz7dapv";
+    sha256 = "sha256-8qY99sEEOFY2eMfuZSWv49nw1LKVHn50P1gYQN6y2f4=";
   };
 
   vendorSha256 = null;