Unverified Commit 485f3b2a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

oci-cli: 3.56.1 -> 3.58.1 (#413078)

parents a2eea06c 0a65547a
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.56.1";
  version = "3.58.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "oracle";
    repo = "oci-cli";
    tag = "v${version}";
    hash = "sha256-KvyhQ8MM74MYR8gf18XVYZrOSEKcOqdmyITg2UyNqp8=";
    hash = "sha256-h/iFB7JIrVa/FBCMqjYIeN9DlF/H8oQYHtYT9bII/CU=";
  };

  nativeBuildInputs = [ installShellFiles ];