oci-cli: 3.54.2 -> 3.54.4

This commit is contained in:
R. Ryantm
2025-04-28 02:04:52 +00:00
parent 917ee0af83
commit 6a022fa10f
+2 -2
View File
@@ -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 ];