Merge pull request #264643 from techknowlogick/ytt-0462

ytt: 0.46.0 -> 0.46.2
This commit is contained in:
Mario Rodas 2023-10-31 21:31:02 -05:00 committed by GitHub
commit 0865ad7d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ytt";
version = "0.46.0";
version = "0.46.2";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-ZCWdOvwWXSeFzRQiiObuJqvz0ngAJ8n/0LeoGCv2vu4=";
sha256 = "sha256-r9LQMQffnc/g1WFJU8m+Oy0hD+DudCNiVAcbAAPy1vI=";
};
vendorHash = null;