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

faas-cli: 0.14.5 -> 0.14.6
This commit is contained in:
Bobby Rong 2022-08-24 18:24:03 +08:00 committed by GitHub
commit f2837a690b
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.5";
version = "0.14.6";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-nHpsScpVQhSoqvNZ+xTv2cA3lV1MyPZAgNLZRuyvksE=";
sha256 = "sha256-R9nusKdZpKZmUcEUchZlj7Jd5sM/Z2SScdK6kO6Ht2o=";
};
nativeBuildInputs = [ makeWrapper ];