oci-cli: 3.68.0 -> 3.68.1

This commit is contained in:
R. Ryantm
2025-10-24 15:42:13 +00:00
parent c9f97ce391
commit a02f8b1176
+2 -2
View File
@@ -25,14 +25,14 @@ in
py.pkgs.buildPythonApplication rec {
pname = "oci-cli";
version = "3.68.0";
version = "3.68.1";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
tag = "v${version}";
hash = "sha256-gkMTfF77yfjx4CxhJ+mpNA1HsDjXMBMwDaI67dJF/8I=";
hash = "sha256-BvVVCK4vh3RT6ypvlhNk1oiY607cVFHaG/Ttu8ws5hA=";
};
nativeBuildInputs = [ installShellFiles ];