about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/node-problem-detector/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-05 01:20:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-05 01:20:09 +0000
commitb2e3feee301c44fb730f49136a3d5efa6fd6a283 (patch)
treea571c9b169988075e9e3ddab60669901013a07d3 /pkgs/applications/networking/cluster/node-problem-detector/default.nix
parent0bb74f147bd0adaef1b69964c451c7a1f497098f (diff)
node-problem-detector: 0.8.15 -> 0.8.16
Diffstat (limited to 'pkgs/applications/networking/cluster/node-problem-detector/default.nix')
-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 7084c14c82158..168f331378a6c 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.15";
+  version = "0.8.16";
 
   src = fetchFromGitHub {
     owner = "kubernetes";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-zuI34TBVN+ZOacn/TyTU1gVa4ujEuJfj3nKpcolH5Tg=";
+    sha256 = "sha256-tuukO7y+aqgu/f1DBZNUkElRTbEeZn+zkfixnFwWWwY=";
   };
 
   vendorHash = null;