3
0
Fork 0
forked from mirrors/nixpkgs

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

tektoncd-cli: 0.31.0 -> 0.31.1
This commit is contained in:
Weijia Wang 2023-06-17 16:19:17 +03:00 committed by GitHub
commit 3a0bfab288
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.31.0";
version = "0.31.1";
src = fetchFromGitHub {
owner = "tektoncd";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-LJEdeYVwcmxd7DU/HI0TpWtZ1xUJz4WEnjEfvx5HsZQ=";
sha256 = "sha256-SneGlXEthl/x6n+IlMN6y/ZubgHlfseoV0PS9sGcrTM=";
};
vendorHash = null;