Unverified Commit f1818b10 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

faas-cli: 0.16.17 -> 0.16.18
parents c0098539 63dbcafa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
  pname = "faas-cli";
  version = "0.16.17";
  version = "0.16.18";

  src = fetchFromGitHub {
    owner = "openfaas";
    repo = "faas-cli";
    rev = version;
    sha256 = "sha256-AiYqMXLc8YaPILx5TnL8E3xrYCDqBUfI+zzFQIknNJE=";
    sha256 = "sha256-qyMOHdOj47ef1NMBIO31xzopO6gOT96tvHhK/TO+E70=";
  };

  vendorHash = null;