ytt: 0.44.0 -> 0.44.1

Diff: https://github.com/vmware-tanzu/carvel-ytt/compare/v0.44.0...v0.44.1
This commit is contained in:
techknowlogick 2022-12-06 20:51:57 -05:00
parent f3793e52e1
commit 16a722f8b9

View File

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "ytt";
version = "0.44.0";
version = "0.44.1";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-mhfRrmZkeQWbYlgDEsjiUSOALXc6tI8eK81rjLYSXwk=";
sha256 = "sha256-3uyMwW8v2rPguXbPKy8IyQxroNaNS6rrXEcgRP91fdU=";
};
vendorSha256 = null;