Commit 9c528718 authored by R. RyanTM's avatar R. RyanTM
Browse files

oci-cli: 3.66.2 -> 3.67.0

parent 247c2a58
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.66.2";
  version = "3.67.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "oracle";
    repo = "oci-cli";
    tag = "v${version}";
    hash = "sha256-aU7rVbmKWkB119oy2sbEMe3nNXrWcpTa4hPHGil8HFg=";
    hash = "sha256-sdd0/kUUqxMzmoeY0QZHSSQF+XVNWnzZRI5GIhR3W5s=";
  };

  nativeBuildInputs = [ installShellFiles ];