Skip to content

Commit 8e6d8fe

Browse files
r-ryantmFRidh
authored andcommitted
node-problem-detector: 0.8.2 -> 0.8.3
1 parent 8593feb commit 8e6d8fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/networking/cluster/node-problem-detector

pkgs/applications/networking/cluster/node-problem-detector/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "node-problem-detector";
5-
version = "0.8.2";
5+
version = "0.8.3";
66

77
src = fetchFromGitHub {
88
owner = "kubernetes";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "0cphlaf9k2va879jgqd6fzdgkscpwg29j1cpr677i3zj3hfgaw1g";
11+
sha256 = "1sga5l8bvqgm0j71yj3l1ykqvchxa7cg8pkfvjsrqlikgrfb54f3";
1212
};
1313

1414
vendorSha256 = null;

0 commit comments

Comments
 (0)