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

faas-cli: 0.16.26 -> 0.16.27
This commit is contained in:
Nick Cao 2024-05-11 10:01:19 -04:00 committed by GitHub
commit 89e97db2a0
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.26";
version = "0.16.27";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-eyQpeud0rW07eb6wtcTYem10LWf/g2dxRwQEMH29wL8=";
sha256 = "sha256-CZvIvvkDfpb4YPQIe5i8vZcmhLu7x0zTQGXCL8SxcvM=";
};
vendorHash = null;