Unverified Commit 6537557c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

tektoncd-cli: 0.38.0 -> 0.38.1 (#341619)

parents f07f3e84 62da6fc9
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.38.0";
  version = "0.38.1";

  src = fetchFromGitHub {
    owner = "tektoncd";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-gg3FhPDXqnn3y/tcvlHTd0t8KxtPGTrN/2buBSVffBg=";
    sha256 = "sha256-FZbuYKYT/LJ9php66N2RYGGYDJxDI9fWfIZAI8X+iRk=";
  };

  vendorHash = null;