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

faas-cli: 0.16.12 -> 0.16.14
This commit is contained in:
Nick Cao 2023-09-24 10:07:12 -04:00 committed by GitHub
commit 1d0dd7bcc5
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.12";
version = "0.16.14";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-1vjqSHm4/MrlbdPTNlFznQqgtu4aYsHnlw366gBgaHA=";
sha256 = "sha256-6zMmm1I2lYt/+9OcesW54Pw0V5bdRYQK5eSYAtZ7Xmo=";
};
vendorHash = null;