3
0
Fork 0
forked from mirrors/nixpkgs

ytt: 0.31.0 -> 0.36.0

This commit is contained in:
R. RyanTM 2021-08-14 13:46:58 +00:00
parent 17b4b7097f
commit 1837bea295

View file

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "ytt";
version = "0.31.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-GXnhI8nd4ciFd22989ypqGy5pozKJm+dzg8MaDDvuZg=";
sha256 = "sha256-/o+SgH0wpQQokzpnlK6Im6K9U3Aax3GHe7IPmVg2etk=";
};
vendorSha256 = null;