oci-cli: 3.84.0 -> 3.85.0

This commit is contained in:
R. Ryantm
2026-06-05 21:24:10 +00:00
parent 457ad1dc57
commit 16a2c8a348
+2 -2
View File
@@ -31,14 +31,14 @@ in
py.pkgs.buildPythonApplication (finalAttrs: {
pname = "oci-cli";
version = "3.84.0";
version = "3.85.0";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-YIr0PX+qw+0bnBr8UcFlQ/m1u0yPDtX4nSRuGIjOdbY=";
hash = "sha256-10KIrd6ZI56YiqNzmo/f5jUEp5YZF5JUN6NPzbgnq9w=";
};
nativeBuildInputs = [ installShellFiles ];