Unverified Commit 8ffcaafa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

node-problem-detector: 1.35.1 -> 1.35.2 (#494378)

parents 094760fb 2d9cd225
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule (finalAttrs: {
  pname = "node-problem-detector";
  version = "1.35.1";
  version = "1.35.2";

  src = fetchFromGitHub {
    owner = "kubernetes";
    repo = "node-problem-detector";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-0N1EJjULH/Tff4v6JMrvJdO3Iq8EY8gt6xbbh21D8io=";
    sha256 = "sha256-hDf6F9sCrX6vu9FJlXTMRtGaA+gwI7PdqD9GKINHPO0=";
  };

  vendorHash = null;