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

faas-cli: 0.16.4 -> 0.16.7
This commit is contained in:
Weijia Wang 2023-06-12 11:20:29 +03:00 committed by GitHub
commit 2be271ed33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "faas-cli"; pname = "faas-cli";
version = "0.16.4"; version = "0.16.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openfaas"; owner = "openfaas";
repo = "faas-cli"; repo = "faas-cli";
rev = version; rev = version;
sha256 = "sha256-NKKkHn49nbnSirCHUEetn5qJN9r3Sp5aOJ+fWGi45xw="; sha256 = "sha256-VI7whlEekFalORlRTX/CEelm2zNi/QTqVgU/XkF3K48=";
}; };
vendorHash = null; vendorHash = null;