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

faas-cli: 0.14.10 -> 0.14.11
This commit is contained in:
Mario Rodas
2022-10-20 07:13:58 -05:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.14.10";
version = "0.14.11";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-wXF9Ol92+JTfxXVuoXH3M8vaTrG+HeBTsvcIdqFfPG8=";
sha256 = "sha256-QecoAdsl4Nf4tCOsvHeZdSjBqQG+vXejRe8Q39jNNVI=";
};
vendorSha256 = null;