ytt: 0.48.0 -> 0.49.0

This commit is contained in:
R. Ryantm 2024-04-16 11:26:39 +00:00
parent 866de347db
commit 909dd7af1d
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;