Unverified Commit c85fd8d4 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

faas-cli: 0.14.4 -> 0.14.5
parents a7f89ddd 3e1faec7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@ let
in
buildGoModule rec {
  pname = "faas-cli";
  version = "0.14.4";
  version = "0.14.5";

  src = fetchFromGitHub {
    owner = "openfaas";
    repo = "faas-cli";
    rev = version;
    sha256 = "sha256-hpQn1lEJP0FmU1jhmXDgV/11RbMdEqblLPIrTQLKLOc=";
    sha256 = "sha256-nHpsScpVQhSoqvNZ+xTv2cA3lV1MyPZAgNLZRuyvksE=";
  };

  CGO_ENABLED = 0;