Merge pull request #226750 from r-ryantm/auto-update/faas-cli

faas-cli: 0.15.9 -> 0.16.3

authored by

figsoda and committed by
GitHub
c0e9387c 529c9578

+3 -3
+3 -3
pkgs/development/tools/faas-cli/default.nix
··· 18 18 in 19 19 buildGoModule rec { 20 20 pname = "faas-cli"; 21 - version = "0.15.9"; 21 + version = "0.16.3"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "openfaas"; 25 25 repo = "faas-cli"; 26 26 rev = version; 27 - sha256 = "sha256-DudZOIwpsa7VaOQMJ2P/mfWHWYwESNhDfIUbtMV5Es0="; 27 + sha256 = "sha256-EfDPJdLqsqrNwkJYceZolvyEbQPaT0W0GxvnRBsfZpg="; 28 28 }; 29 29 30 - vendorSha256 = null; 30 + vendorHash = null; 31 31 32 32 CGO_ENABLED = 0; 33 33