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

faas-cli: 0.14.6 -> 0.14.7
This commit is contained in:
superherointj 2022-09-21 18:34:18 -03:00 committed by GitHub
commit c6d79f56ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.14.6";
version = "0.14.7";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-R9nusKdZpKZmUcEUchZlj7Jd5sM/Z2SScdK6kO6Ht2o=";
sha256 = "sha256-iUS8bhTZc7oy7qy0ydmbVW3BNa/lZ2Q+kYefBKrNRyc=";
};
nativeBuildInputs = [ makeWrapper ];