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

faas-cli: 0.16.14 -> 0.16.16
This commit is contained in:
Nick Cao
2023-10-08 10:07:06 -04:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.14";
version = "0.16.16";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-6zMmm1I2lYt/+9OcesW54Pw0V5bdRYQK5eSYAtZ7Xmo=";
sha256 = "sha256-QYwUXZdix5GeOYF3F9XR4lIE9cKZGGgEOtROzirLw3o=";
};
vendorHash = null;