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

faas-cli: 0.16.21 -> 0.16.22
This commit is contained in:
Nick Cao 2024-01-26 08:57:56 -05:00 committed by GitHub
commit 7e7ec72794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.21";
version = "0.16.22";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-1zdxxd27XXSDcOhQi/um7jQlLZ3x+T09N1p1JJ8qzkk=";
sha256 = "sha256-m9pdP+ADNPWzrs4VPcdwE7I3aiaBtSb3i1qpFxMIdM4=";
};
vendorHash = null;