oci-cli: 3.82.0 -> 3.84.0 (#524819)

This commit is contained in:
Nikolay Korotkiy
2026-05-30 12:08:34 +00:00
committed by GitHub
+3 -2
View File
@@ -31,14 +31,14 @@ in
py.pkgs.buildPythonApplication (finalAttrs: {
pname = "oci-cli";
version = "3.82.0";
version = "3.84.0";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-zOxtFJ+gCTD6PpFUBIFzgrRfj4A6MEcI6H084XZvvy0=";
hash = "sha256-YIr0PX+qw+0bnBr8UcFlQ/m1u0yPDtX4nSRuGIjOdbY=";
};
nativeBuildInputs = [ installShellFiles ];
@@ -62,6 +62,7 @@ py.pkgs.buildPythonApplication (finalAttrs: {
retrying
six
terminaltables
urllib3
];
pythonRelaxDeps = [