Unverified Commit 52c5c9ae authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #311420 from r-ryantm/auto-update/tektoncd-cli

tektoncd-cli: 0.36.0 -> 0.37.0
parents fe9bd861 dc8d0b4f
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.36.0";
  version = "0.37.0";

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

  vendorHash = null;