mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #216723 from welteki/bump-faas-cli
faas-cli: 0.15.4 -> 0.15.9
This commit is contained in:
commit
b553d2be9d
@ -18,13 +18,13 @@ let
|
|||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "faas-cli";
|
pname = "faas-cli";
|
||||||
version = "0.15.4";
|
version = "0.15.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openfaas";
|
owner = "openfaas";
|
||||||
repo = "faas-cli";
|
repo = "faas-cli";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Dj4Wli1z4X8FgnthjPszC/h4EIeFiMO/YB5Rlkis5f8=";
|
sha256 = "sha256-DudZOIwpsa7VaOQMJ2P/mfWHWYwESNhDfIUbtMV5Es0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user