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

ytt: 0.49.0 -> 0.49.1
This commit is contained in:
Nick Cao 2024-06-13 13:41:02 -04:00 committed by GitHub
commit df8f0f0a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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