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

faas-cli: 0.16.27 -> 0.16.29
This commit is contained in:
Nick Cao 2024-06-09 10:48:09 -04:00 committed by GitHub
commit 2898617d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.27";
version = "0.16.29";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-CZvIvvkDfpb4YPQIe5i8vZcmhLu7x0zTQGXCL8SxcvM=";
sha256 = "sha256-TKrn4ouRcQS1FpySpQCdK7EMjlE+qwa3e/Ze+TAdA7s=";
};
vendorHash = null;