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

faas-cli: 0.14.11 -> 0.15.2
This commit is contained in:
Mario Rodas 2022-11-03 00:07:25 -05:00 committed by GitHub
commit 3e580b37a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.14.11";
version = "0.15.2";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-QecoAdsl4Nf4tCOsvHeZdSjBqQG+vXejRe8Q39jNNVI=";
sha256 = "sha256-kHpZeon85hU1cn2UmLNvC43z2nbWGFt6fWJDljwZANI=";
};
vendorSha256 = null;