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

ytt: 0.40.0 -> 0.40.1

authored by

Bobby Rong and committed by
GitHub
89a26ebf 4278418e

+2 -2
+2 -2
pkgs/development/tools/ytt/default.nix
··· 1 1 { lib, buildGoModule, fetchFromGitHub }: 2 2 buildGoModule rec { 3 3 pname = "ytt"; 4 - version = "0.40.0"; 4 + version = "0.40.1"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "vmware-tanzu"; 8 8 repo = "carvel-ytt"; 9 9 rev = "v${version}"; 10 - sha256 = "sha256-Oc4hNeSDsGHsA7V05LHFAJ5xvxWth2wEd3ag2ltVR10="; 10 + sha256 = "sha256-DtzdgEHgxoZRSvylq2vLzU1PAk1ETBDpBWFHcIW95r4="; 11 11 }; 12 12 13 13 vendorSha256 = null;