forked from mirrors/nixpkgs
Merge pull request #148426 from welteki/faas-cli-bump
faas-cli: 0.13.15 -> 0.14.1
This commit is contained in:
commit
43eea546d1
|
@ -10,14 +10,14 @@ in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "faas-cli";
|
pname = "faas-cli";
|
||||||
# When updating version change rev.
|
# When updating version change rev.
|
||||||
version = "0.13.15";
|
version = "0.14.1";
|
||||||
rev = "b562392b12a78a11bcff9c6fca5a47146ea2ba0a";
|
rev = "d94600d2d2be52a66e0a15c219634f3bcac27318";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openfaas";
|
owner = "openfaas";
|
||||||
repo = "faas-cli";
|
repo = "faas-cli";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "15kjxn0p8nz8147vsm9q5q6wr2w5ssybvn247kynj2n7139iva2f";
|
sha256 = "132m9kv7a4vv65n8y3sq1drks6n1pci9fhvq0s637imf2vxccxqr";
|
||||||
};
|
};
|
||||||
|
|
||||||
CGO_ENABLED = 0;
|
CGO_ENABLED = 0;
|
||||||
|
|
Loading…
Reference in a new issue