Unverified Commit 7010eb05 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

oci-cli: 3.54.2 -> 3.54.4 (#402416)

parents 0a806370 6a022fa1
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.54.2";
  version = "3.54.4";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "oracle";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-7EYrTcmUGF/Gjs2SSHWWf2VP4m/qIyxOvGVYOJ41joU=";
    hash = "sha256-SP2lzJqEUojl4FG3c2gXitNMKYTKsz07iEyxQxXm2UE=";
  };

  nativeBuildInputs = [ installShellFiles ];