Merge pull request #216723 from welteki/bump-faas-cli

faas-cli: 0.15.4 -> 0.15.9
This commit is contained in:
Nick Cao 2023-02-17 19:27:15 +08:00 committed by GitHub
commit b553d2be9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.15.4";
version = "0.15.9";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-Dj4Wli1z4X8FgnthjPszC/h4EIeFiMO/YB5Rlkis5f8=";
sha256 = "sha256-DudZOIwpsa7VaOQMJ2P/mfWHWYwESNhDfIUbtMV5Es0=";
};
vendorSha256 = null;