oci-cli: 3.79.0 -> 3.80.0

This commit is contained in:
R. Ryantm
2026-04-23 12:32:29 +00:00
parent 04c36bd130
commit d0825c445b
+2 -2
View File
@@ -26,14 +26,14 @@ in
py.pkgs.buildPythonApplication (finalAttrs: {
pname = "oci-cli";
version = "3.79.0";
version = "3.80.0";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-VEGfIIUZj8Ee6XZMzKxltPczFBoC6bg1U+06vMhkGpg=";
hash = "sha256-ss7nKT4dIyJxJNBK8HgAPXG0lS5MMZw7sw8hPjLqYUQ=";
};
nativeBuildInputs = [ installShellFiles ];