oci-cli: 3.4.1 -> 3.5.0

This commit is contained in:
Jonathan Ringer 2022-02-11 10:19:32 -08:00 committed by Jonathan Ringer
parent b8fe5f1cd2
commit 86e543e168

View File

@ -23,14 +23,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "oci-cli";
version = "3.4.1";
version = "3.5.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
rev = "v${version}";
hash = "sha256-ibk5WfNPa02D7UcP+4xg8Pi9P45yUPEm56l76IwNuRE=";
hash = "sha256-udvYfYFUulGfnc1gzjG3UxOc68JuecpPJ1/s57qvX0k=";
};
propagatedBuildInputs = [