Commit 3b2ab537 authored by R. RyanTM's avatar R. RyanTM
Browse files

oci-cli: 3.70.1 -> 3.71.0

parent 0a344e2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];