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

faas-cli: 0.16.18 -> 0.16.21
This commit is contained in:
Nick Cao 2023-12-15 10:05:16 -05:00 committed by GitHub
commit 022cfc6884
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.16.18";
version = "0.16.21";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-qyMOHdOj47ef1NMBIO31xzopO6gOT96tvHhK/TO+E70=";
sha256 = "sha256-1zdxxd27XXSDcOhQi/um7jQlLZ3x+T09N1p1JJ8qzkk=";
};
vendorHash = null;