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

faas-cli: 0.15.9 -> 0.16.3
This commit is contained in:
figsoda 2023-04-17 22:48:56 -04:00 committed by GitHub
commit c0e9387c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,16 +18,16 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.15.9";
version = "0.16.3";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-DudZOIwpsa7VaOQMJ2P/mfWHWYwESNhDfIUbtMV5Es0=";
sha256 = "sha256-EfDPJdLqsqrNwkJYceZolvyEbQPaT0W0GxvnRBsfZpg=";
};
vendorSha256 = null;
vendorHash = null;
CGO_ENABLED = 0;