Commit b1b442db authored by R. RyanTM's avatar R. RyanTM
Browse files

tektoncd-cli: 0.35.1 -> 0.36.0

parent 71a5d2c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "tektoncd-cli";
  version = "0.35.1";
  version = "0.36.0";

  src = fetchFromGitHub {
    owner = "tektoncd";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-/o0UzjIUlRP936YG7fgfonPHc86z1WFCBcELor2frqE=";
    sha256 = "sha256-no/F9PqChokG2so3LeptHYO3BXoqWFyMtY/5nlEMT8Y=";
  };

  vendorHash = null;