3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #159844 from r-ryantm/auto-update/ytt

ytt: 0.36.0 -> 0.39.0
This commit is contained in:
Mario Rodas 2022-02-13 13:46:07 -05:00 committed by GitHub
commit c930cabf4d
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.36.0";
version = "0.39.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-/o+SgH0wpQQokzpnlK6Im6K9U3Aax3GHe7IPmVg2etk=";
sha256 = "sha256-OzH974FowU68blLLi9l+o7JPSuY+9Bkz13Q10QOuHWA=";
};
vendorSha256 = null;