lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ytt: 0.46.0 -> 0.46.2

Diff: https://github.com/vmware-tanzu/carvel-ytt/compare/v0.46.0...v0.46.2

+2 -2
+2 -2
pkgs/development/tools/ytt/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ytt"; 5 - version = "0.46.0"; 5 + version = "0.46.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "vmware-tanzu"; 9 9 repo = "carvel-ytt"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-ZCWdOvwWXSeFzRQiiObuJqvz0ngAJ8n/0LeoGCv2vu4="; 11 + sha256 = "sha256-r9LQMQffnc/g1WFJU8m+Oy0hD+DudCNiVAcbAAPy1vI="; 12 12 }; 13 13 14 14 vendorHash = null;