Merge pull request #304529 from r-ryantm/auto-update/ytt

ytt: 0.48.0 -> 0.49.0
This commit is contained in:
Mario Rodas 2024-04-16 08:59:40 -05:00 committed by GitHub
commit 6f5b879d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ytt";
version = "0.48.0";
version = "0.49.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-jHSSccD9jQGR2bblp1J9LQNPiTI47hsjPBmtPVmIRtI=";
sha256 = "sha256-7eG9ATZTqA48KFdPW/XVYNdq+giYVx0v1GDtabiTpQI=";
};
vendorHash = null;