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

faas-cli: 0.16.14 -> 0.16.16
This commit is contained in:
Nick Cao 2023-10-08 10:07:06 -04:00 committed by GitHub
commit d14edc378d
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.14";
version = "0.16.16";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-6zMmm1I2lYt/+9OcesW54Pw0V5bdRYQK5eSYAtZ7Xmo=";
sha256 = "sha256-QYwUXZdix5GeOYF3F9XR4lIE9cKZGGgEOtROzirLw3o=";
};
vendorHash = null;