oci-cli: 3.58.1 -> 3.59.0 (#418778)

Co-authored-by: FKouhai <frandres00@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-21 21:12:06 +00:00
committed by GitHub
co-authored by FKouhai
+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 ];