Skip to content

Commit

Permalink
Merge pull request #193039 from r-ryantm/auto-update/faas-cli
Browse files Browse the repository at this point in the history
faas-cli: 0.14.7 -> 0.14.8
  • Loading branch information
figsoda committed Sep 26, 2022
2 parents 14467fe + 2b70cb3 commit 422cb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/faas-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.14.7";
version = "0.14.8";

src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-iUS8bhTZc7oy7qy0ydmbVW3BNa/lZ2Q+kYefBKrNRyc=";
sha256 = "sha256-sdvApbsVgs5+pd/gVdkWbBk4eWojbqYbXXIjdbJXwGs=";
};

vendorSha256 = null;
Expand Down

0 comments on commit 422cb36

Please sign in to comment.