about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-06-06 12:37:11 -0400
committerGitHub <noreply@github.com>2020-06-06 12:37:11 -0400
commitcd0f07cb639051fc953c003314e0e807442a9d82 (patch)
treea90b5173ffde871e4af02e40ecef266d914fc55f /pkgs/applications/networking/cluster
parenta0ea372715c5032ea773f99b3e5d5cdb18632fac (diff)
parente833b55bd0309ef29f872fb01bfc4aa64f733a10 (diff)
downloadnixlib-cd0f07cb639051fc953c003314e0e807442a9d82.tar
nixlib-cd0f07cb639051fc953c003314e0e807442a9d82.tar.gz
nixlib-cd0f07cb639051fc953c003314e0e807442a9d82.tar.bz2
nixlib-cd0f07cb639051fc953c003314e0e807442a9d82.tar.lz
nixlib-cd0f07cb639051fc953c003314e0e807442a9d82.tar.xz
nixlib-cd0f07cb639051fc953c003314e0e807442a9d82.tar.zst
nixlib-cd0f07cb639051fc953c003314e0e807442a9d82.zip
Merge pull request #89650 from r-ryantm/auto-update/node-problem-detector
node-problem-detector: 0.8.1 -> 0.8.2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/node-problem-detector/default.nix7
1 files changed, 4 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 f68d5f08e66e..652518d892a8 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.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "kubernetes";
     repo = pname;
     rev = "v${version}";
-    sha256 = "02avknglmkr9k933a64hkw0rjfxvyh4sc3x70p41b8q2g6vzv2gs";
+    sha256 = "0cphlaf9k2va879jgqd6fzdgkscpwg29j1cpr677i3zj3hfgaw1g";
   };
 
   vendorSha256 = null;
@@ -37,7 +37,8 @@ buildGoModule rec {
   meta = with stdenv.lib; {
     description = "Various problem detectors running on the Kubernetes nodes";
     homepage = "https://github.com/kubernetes/node-problem-detector";
+    changelog = "https://github.com/kubernetes/node-problem-detector/releases/tag/v${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ lbpdt ];
   };
-}
\ No newline at end of file
+}