Merge pull request #204905 from techknowlogick/ytt-0441

ytt: 0.44.0 -> 0.44.1
This commit is contained in:
Mario Rodas 2022-12-07 08:53:31 -05:00 committed by GitHub
commit bab85700b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;