Commit ed7ae354 authored by R. RyanTM's avatar R. RyanTM
Browse files

oci-cli: 3.67.0 -> 3.68.0

parent 146d1c3b
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.67.0";
  version = "3.68.0";
  pyproject = true;

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

  nativeBuildInputs = [ installShellFiles ];