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

faas-cli: 0.16.30 -> 0.16.31
This commit is contained in:
Nick Cao 2024-07-26 17:14:58 -04:00 committed by GitHub
commit 6bfae023e9
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.30";
version = "0.16.31";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-tk0ZptDT4qxJLv5sMAh1oF8yXiTsKbv3UiQM8f4ywMA=";
sha256 = "sha256-RvDrdgHzGGjJorm55ksMk+YqPdBgQyWs1IDaxqOYON8=";
};
vendorHash = null;