ytt: 0.45.4 -> 0.46.0

Diff: https://github.com/vmware-tanzu/carvel-ytt/compare/v0.45.4...0.46.0
This commit is contained in:
techknowlogick 2023-09-22 10:08:47 +01:00
parent dcffa3bf06
commit 8b00dea6ef

View file

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