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

ytt: 0.49.1 -> 0.50.0
This commit is contained in:
Weijia Wang 2024-07-16 23:36:51 +02:00 committed by GitHub
commit 22f58e4602
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.1";
version = "0.50.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-1W7pnljAzeIjXdjCj8nauvca4IGpsn0TmrKUNJtMg+E=";
sha256 = "sha256-57SCBlA2IoBy0iygqunFPBS/nyLtl7e7GlA3vB+ED/4=";
};
vendorHash = null;