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

ytt: 0.47.0 -> 0.48.0
This commit is contained in:
Mario Rodas 2024-02-08 06:26:54 -05:00 committed by GitHub
commit 40a9ccf2d4
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.47.0";
version = "0.48.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-aoKgXagCygK4pzRHw5Nf8LCzpzZd2X77th9tJA5f1aA=";
sha256 = "sha256-jHSSccD9jQGR2bblp1J9LQNPiTI47hsjPBmtPVmIRtI=";
};
vendorHash = null;