about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-28 10:06:43 +0300
committerGitHub <noreply@github.com>2023-04-28 10:06:43 +0300
commit1f8b9319c22e2e7ec5d879b58e7a8a5c25f32b38 (patch)
tree9cac34540b2799c9ff54266090b4ad530d17e94a /pkgs/applications/networking/cluster
parent242b03539c5ee6f74975a10d05eb495719358127 (diff)
parent80f5b1d792febbb25e8fa7e2332b6bc85dfeed9b (diff)
Merge pull request #228627 from r-ryantm/auto-update/node-problem-detector
node-problem-detector: 0.8.12 -> 0.8.13
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/node-problem-detector/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/node-problem-detector/default.nix b/pkgs/applications/networking/cluster/node-problem-detector/default.nix
index 42a35e5c7f525..f88340f2c7ec9 100644
--- a/pkgs/applications/networking/cluster/node-problem-detector/default.nix
+++ b/pkgs/applications/networking/cluster/node-problem-detector/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "node-problem-detector";
-  version = "0.8.12";
+  version = "0.8.13";
 
   src = fetchFromGitHub {
     owner = "kubernetes";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-FLOkGeGl2tpLCyJxiGubzo+d2fieF/aNfhNJ2nzOtfw=";
+    sha256 = "sha256-nNi4YahrO4zwqwR90tIpQCAydGdQbfy5PXCifpP/T7Q=";
   };
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   doCheck = false;