Commit 8a4425fa authored by R. RyanTM's avatar R. RyanTM
Browse files

tektoncd-cli: 0.33.0 -> 0.34.0

parent a2f82b9b
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.33.0";
  version = "0.34.0";

  src = fetchFromGitHub {
    owner = "tektoncd";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-PjtZrN0AmD2Ll0Jgvw/7ZNb5/TqYdsngrdLjLfprPa0=";
    sha256 = "sha256-bX1PmLQDpNMh1JMYvnAQhLFYiEoa5UnQSc/i+Y6DigI=";
  };

  vendorHash = null;