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

faas-cli: 0.16.25 -> 0.16.26
This commit is contained in:
Aleksana 2024-04-17 21:13:49 +08:00 committed by GitHub
commit e7b648f211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.25";
version = "0.16.26";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-6HX+n3OXSA2gJ0LW5zlH3FboM5RNaOI72EmnEI9wbFE=";
sha256 = "sha256-eyQpeud0rW07eb6wtcTYem10LWf/g2dxRwQEMH29wL8=";
};
vendorHash = null;