ytt: 0.45.2 -> 0.45.3

Diff: https://github.com/vmware-tanzu/carvel-ytt/compare/v0.45.2...v0.45.3
This commit is contained in:
Mario Rodas
2023-06-13 00:19:00 +00:00
parent b992b7502b
commit 3c34f79bf7
+2 -2
View File
@@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "ytt";
version = "0.45.2";
version = "0.45.3";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-D2m+o1rGi2CPLqaLJWHOcVeA7F0GeUu4jFneTOsP+Ak=";
sha256 = "sha256-2Q/a5GXHLh8RO6SLSqh6tiq5D8rPu9ftCQ1FaELwcv0=";
};
vendorHash = null;