oci-cli: 3.71.0 -> 3.71.1

This commit is contained in:
R. Ryantm
2025-12-13 00:51:44 +00:00
parent f0a33ba877
commit 7df16156d4
+2 -2
View File
@@ -25,14 +25,14 @@ in
py.pkgs.buildPythonApplication rec {
pname = "oci-cli";
version = "3.71.0";
version = "3.71.1";
pyproject = true;
src = fetchFromGitHub {
owner = "oracle";
repo = "oci-cli";
tag = "v${version}";
hash = "sha256-Yooaq7Jr8uu0yDGoVYhxJittJmMqhUDFSczWbFIyrN0=";
hash = "sha256-vV67ZCvRlykrBJLa77GJ/tjq4YlWmA8Rq4DBlpLZZEE=";
};
nativeBuildInputs = [ installShellFiles ];