Merge pull request #137036 from NixOS/backport-137016-to-release-21.05
[Backport release-21.05] ccloud-cli: 1.25 > 1.39
This commit is contained in:
commit
b6d56faa55
@ -2,20 +2,22 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ccloud-cli";
|
pname = "ccloud-cli";
|
||||||
version = "1.25.0";
|
version = "1.39.0";
|
||||||
|
|
||||||
# To get the latest version:
|
# To get the latest version:
|
||||||
# curl -L https://cnfl.io/ccloud-cli | sh -s -- -l | grep -v latest | sort -V | tail -n1
|
# curl -L https://cnfl.io/ccloud-cli | sh -s -- -l | grep -v latest | sort -V | tail -n1
|
||||||
src = fetchurl (if stdenv.hostPlatform.isDarwin then {
|
src = fetchurl (if stdenv.hostPlatform.isDarwin then {
|
||||||
url = "https://s3-us-west-2.amazonaws.com/confluent.cloud/ccloud-cli/archives/${version}/ccloud_v${version}_darwin_amd64.tar.gz";
|
url = "https://s3-us-west-2.amazonaws.com/confluent.cloud/ccloud-cli/archives/${version}/ccloud_v${version}_darwin_amd64.tar.gz";
|
||||||
sha256 = "0306jg36dpccwyy239r2xvw3bvsrnrdc88390g26fhcb0048qmgb";
|
sha256 = "0jqpmnx3izl4gv02zpx03z6ayi3cb5if4rnyl1374yaclx44k1gd";
|
||||||
} else {
|
} else {
|
||||||
url = "https://s3-us-west-2.amazonaws.com/confluent.cloud/ccloud-cli/archives/${version}/ccloud_v${version}_linux_amd64.tar.gz";
|
url = "https://s3-us-west-2.amazonaws.com/confluent.cloud/ccloud-cli/archives/${version}/ccloud_v${version}_linux_amd64.tar.gz";
|
||||||
sha256 = "02sly7cxqlrfd6chamlp05k9ar93mpfrkx5183js0hf595nlki61";
|
sha256 = "0936hipcl37w4mzzsnjlz4q1z4j9094i4irigzqwg14gdbs7p11s";
|
||||||
});
|
});
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook ];
|
nativeBuildInputs = [ autoPatchelfHook ];
|
||||||
|
|
||||||
|
dontStrip = stdenv.isDarwin;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/{bin,share/doc/ccloud-cli}
|
mkdir -p $out/{bin,share/doc/ccloud-cli}
|
||||||
cp ccloud $out/bin/
|
cp ccloud $out/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user