ytt: 0.46.0 -> 0.46.2

Diff: https://github.com/vmware-tanzu/carvel-ytt/compare/v0.46.0...v0.46.2
This commit is contained in:
techknowlogick 2023-10-31 14:36:06 -04:00
parent 09e42015ad
commit 6107b8da8b

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ytt";
version = "0.46.0";
version = "0.46.2";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-ZCWdOvwWXSeFzRQiiObuJqvz0ngAJ8n/0LeoGCv2vu4=";
sha256 = "sha256-r9LQMQffnc/g1WFJU8m+Oy0hD+DudCNiVAcbAAPy1vI=";
};
vendorHash = null;