3
0
Fork 0
forked from mirrors/nixpkgs

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

tektoncd-cli: 0.27.0 -> 0.28.0
This commit is contained in:
Mario Rodas 2022-11-27 08:27:04 -05:00 committed by GitHub
commit f9f4b49f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tektoncd-cli";
version = "0.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-zLPZueKdUNauIzqXOV773SZ/RWg7UuMNeJHr7z6ZJ+E=";
sha256 = "sha256-8OW0n6aS7bDDbzbrMfJLL8Yvq3vJg47qHQB4zY0xxAw=";
};
vendorSha256 = null;