Merge pull request #201717 from techknowlogick/ytt-0440

ytt: 0.43.0 -> 0.44.0
This commit is contained in:
Mario Rodas 2022-11-18 03:23:56 -05:00 committed by GitHub
commit 064731da48
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.43.0";
version = "0.44.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-oxN4IfJ6ATw92Yri2l1R0EF1CKsGrXikaaEPpnU9qqc=";
sha256 = "sha256-mhfRrmZkeQWbYlgDEsjiUSOALXc6tI8eK81rjLYSXwk=";
};
vendorSha256 = null;