faas-cli: 0.17.4 -> 0.17.5 (#423599)
Co-authored-by: welteki <han@openfaas.com>
This commit is contained in:
commit
2e55ed5f59
@ -24,13 +24,13 @@ let
|
|||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "faas-cli";
|
pname = "faas-cli";
|
||||||
version = "0.17.4";
|
version = "0.17.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openfaas";
|
owner = "openfaas";
|
||||||
repo = "faas-cli";
|
repo = "faas-cli";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-GM2gRfrdfUhfBn2atG21H7bNbW1HtgwQ7d7kMXvyMAs=";
|
sha256 = "sha256-/gDst9XDh63j2ZfLfioIKcIiXbOGyJWvYIbQwbV6xOc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user