oci-cli: 3.86.0 -> 3.88.0

This commit is contained in:
R. Ryantm
2026-06-23 14:12:48 +00:00
parent e051f70d7a
commit fc7bf43dd4
+2 -2
View File
@@ -31,14 +31,14 @@ in
py.pkgs.buildPythonApplication (finalAttrs: {
pname = "oci-cli";
version = "3.86.0";
version = "3.88.0";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-bdHhM7ah1dnQYOK8TXheSqSbFZn3WgMfsfQtAT24wBM=";
hash = "sha256-Jjh6YNIOkHA1XaejIFl9JU9ktAr58aMGt4Zu4ZVaXFQ=";
};
nativeBuildInputs = [ installShellFiles ];