oci-cli: 3.70.1 -> 3.71.0 (#464285)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-23 15:13:19 +00:00
committed by GitHub
+2 -2
View File
@@ -25,14 +25,14 @@ in
py.pkgs.buildPythonApplication rec {
pname = "oci-cli";
version = "3.70.1";
version = "3.71.0";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
tag = "v${version}";
hash = "sha256-9RMBMvl1NBhajbMCw1aJZTMclbul5dZDpxhHWCPWi+s=";
hash = "sha256-Yooaq7Jr8uu0yDGoVYhxJittJmMqhUDFSczWbFIyrN0=";
};
nativeBuildInputs = [ installShellFiles ];