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

ytt: 0.46.3 -> 0.47.0
This commit is contained in:
Nikolay Korotkiy
2024-01-20 11:59:30 +04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ytt";
version = "0.46.3";
version = "0.47.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-K2+5NplyQuvc78NnNDiQhfrewqn84jDbiAyN8J9iTm0=";
sha256 = "sha256-aoKgXagCygK4pzRHw5Nf8LCzpzZd2X77th9tJA5f1aA=";
};
vendorHash = null;