oci-cli: 3.64.0 -> 3.64.1

This commit is contained in:
R. Ryantm
2025-08-22 21:39:49 +00:00
parent 4e49fa427e
commit 17232471a9
+2 -2
View File
@@ -25,14 +25,14 @@ in
py.pkgs.buildPythonApplication rec {
pname = "oci-cli";
version = "3.64.0";
version = "3.64.1";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
tag = "v${version}";
hash = "sha256-ywLeU/qX3sJfVothJ/JSEdp3VEkRI9nXNcWHGuY+X84=";
hash = "sha256-YiRUvfDtE5uZDI/g4/k0458N8RnNzNgUuU5ZblDsD0E=";
};
nativeBuildInputs = [ installShellFiles ];