oci-cli: 3.61.0 -> 3.62.1 (#424242)

Co-authored-by: FKouhai <frandres00@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-12 14:02:37 +00:00 committed by GitHub
commit 7165b9da37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,14 +25,14 @@ in
py.pkgs.buildPythonApplication rec { py.pkgs.buildPythonApplication rec {
pname = "oci-cli"; pname = "oci-cli";
version = "3.61.0"; version = "3.62.1";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "oracle"; owner = "oracle";
repo = "oci-cli"; repo = "oci-cli";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-/Dl7y4asXDJiqAF5uvffrCnVWlObQt2cemQ23OKL0Xc="; hash = "sha256-Y1bkBdmgmaiHHizGJkBINXN/pL/DEcjIwFq8XjoK5Kc=";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];