Commit 986634a8 authored by R. RyanTM's avatar R. RyanTM
Browse files

oci-cli: 3.80.0 -> 3.81.0

parent 85a0bbf2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@ in

py.pkgs.buildPythonApplication (finalAttrs: {
  pname = "oci-cli";
  version = "3.80.0";
  version = "3.81.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "oracle";
    repo = "oci-cli";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ss7nKT4dIyJxJNBK8HgAPXG0lS5MMZw7sw8hPjLqYUQ=";
    hash = "sha256-8fZxGvgk46BDeNraEfzA4V/Lptk4QpjlZ+2mvfsWMb0=";
  };

  nativeBuildInputs = [ installShellFiles ];