oci-cli: 3.51.8 -> 3.52.0

This commit is contained in:
FKouhai
2025-03-05 19:34:05 +01:00
parent 6e96684190
commit 4c098032d0
+3 -2
View File
@@ -25,14 +25,14 @@ in
py.pkgs.buildPythonApplication rec {
pname = "oci-cli";
version = "3.51.8";
version = "3.52.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "oracle";
repo = pname;
tag = "v${version}";
hash = "sha256-p+X6kJDjuDaOLgZ9KwrZJgAqORKLxPrXwQ4X+JZb1W4=";
hash = "sha256-5b+KFKj1IjAJwu166Q4YRmvNGmjKMVFhDwzPzWeKT2w=";
};
nativeBuildInputs = [ installShellFiles ];
@@ -105,6 +105,7 @@ py.pkgs.buildPythonApplication rec {
maintainers = with maintainers; [
adamcstephens
ilian
FKouhai
];
};
}