faas-cli: 0.14.8 -> 0.14.10

This commit is contained in:
R. Ryantm 2022-10-11 19:27:15 +00:00 committed by Bobby Rong
parent 7b45473226
commit 58ca4f9060

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.14.8";
version = "0.14.10";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-sdvApbsVgs5+pd/gVdkWbBk4eWojbqYbXXIjdbJXwGs=";
sha256 = "sha256-wXF9Ol92+JTfxXVuoXH3M8vaTrG+HeBTsvcIdqFfPG8=";
};
vendorSha256 = null;