oci-cli: 3.61.0 -> 3.62.1 (#424242)
Co-authored-by: FKouhai <frandres00@gmail.com>
This commit is contained in:
commit
7165b9da37
@ -25,14 +25,14 @@ in
|
|||||||
|
|
||||||
py.pkgs.buildPythonApplication rec {
|
py.pkgs.buildPythonApplication rec {
|
||||||
pname = "oci-cli";
|
pname = "oci-cli";
|
||||||
version = "3.61.0";
|
version = "3.62.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "oracle";
|
owner = "oracle";
|
||||||
repo = "oci-cli";
|
repo = "oci-cli";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-/Dl7y4asXDJiqAF5uvffrCnVWlObQt2cemQ23OKL0Xc=";
|
hash = "sha256-Y1bkBdmgmaiHHizGJkBINXN/pL/DEcjIwFq8XjoK5Kc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user