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

faas-cli: 0.14.4 -> 0.14.5
This commit is contained in:
figsoda 2022-08-10 22:10:04 +08:00 committed by GitHub
commit c85fd8d4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "faas-cli"; pname = "faas-cli";
version = "0.14.4"; version = "0.14.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openfaas"; owner = "openfaas";
repo = "faas-cli"; repo = "faas-cli";
rev = version; rev = version;
sha256 = "sha256-hpQn1lEJP0FmU1jhmXDgV/11RbMdEqblLPIrTQLKLOc="; sha256 = "sha256-nHpsScpVQhSoqvNZ+xTv2cA3lV1MyPZAgNLZRuyvksE=";
}; };
CGO_ENABLED = 0; CGO_ENABLED = 0;