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

faas-cli: 0.16.11 -> 0.16.12
This commit is contained in:
figsoda 2023-07-11 09:11:57 -04:00 committed by GitHub
commit 1f022722b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "faas-cli";
version = "0.16.11";
version = "0.16.12";
src = fetchFromGitHub {
owner = "openfaas";
repo = "faas-cli";
rev = version;
sha256 = "sha256-B418oQpwB1yhsWRo58TGc2PonTlx3Lrcx1pJrbdJ2KM=";
sha256 = "sha256-1vjqSHm4/MrlbdPTNlFznQqgtu4aYsHnlw366gBgaHA=";
};
vendorHash = null;