faas-cli: 0.16.11 -> 0.16.12

This commit is contained in:
R. Ryantm 2023-07-11 12:21:39 +00:00
parent 547a750222
commit 94cd157e28

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;