oci-cli: 3.58.1 -> 3.59.0

This commit is contained in:
R. Ryantm
2025-06-21 14:59:23 +00:00
parent 4206c4cb56
commit fd6a2f6351
+2 -2
View File
@@ -25,14 +25,14 @@ in
py.pkgs.buildPythonApplication rec {
pname = "oci-cli";
version = "3.58.1";
version = "3.59.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
tag = "v${version}";
hash = "sha256-h/iFB7JIrVa/FBCMqjYIeN9DlF/H8oQYHtYT9bII/CU=";
hash = "sha256-V3YaGYrBDzKSZ9Cx0FEA9uGnPK+CX08b5tKaJ5pHGJA=";
};
nativeBuildInputs = [ installShellFiles ];