faas-cli: 0.14.4 -> 0.14.5

This commit is contained in:
R. Ryantm 2022-08-10 13:49:36 +00:00
parent 0734dc5da2
commit 3e1faec7b0

View file

@ -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;