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

faas-cli: 0.14.7 -> 0.14.8
This commit is contained in:
figsoda 2022-09-26 13:40:26 -04:00 committed by GitHub
commit 422cb36985
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.14.7";
version = "0.14.8";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-iUS8bhTZc7oy7qy0ydmbVW3BNa/lZ2Q+kYefBKrNRyc=";
sha256 = "sha256-sdvApbsVgs5+pd/gVdkWbBk4eWojbqYbXXIjdbJXwGs=";
};
vendorSha256 = null;