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

faas-cli: 0.16.7 -> 0.16.11
This commit is contained in:
Nick Cao
2023-07-08 15:54:23 +08:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.7";
version = "0.16.11";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-VI7whlEekFalORlRTX/CEelm2zNi/QTqVgU/XkF3K48=";
sha256 = "sha256-B418oQpwB1yhsWRo58TGc2PonTlx3Lrcx1pJrbdJ2KM=";
};
vendorHash = null;