We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9ec22d + 4c09803 commit a99d035Copy full SHA for a99d035
pkgs/by-name/oc/oci-cli/package.nix
@@ -25,14 +25,14 @@ in
25
26
py.pkgs.buildPythonApplication rec {
27
pname = "oci-cli";
28
- version = "3.51.8";
+ version = "3.52.0";
29
format = "setuptools";
30
31
src = fetchFromGitHub {
32
owner = "oracle";
33
repo = pname;
34
tag = "v${version}";
35
- hash = "sha256-p+X6kJDjuDaOLgZ9KwrZJgAqORKLxPrXwQ4X+JZb1W4=";
+ hash = "sha256-5b+KFKj1IjAJwu166Q4YRmvNGmjKMVFhDwzPzWeKT2w=";
36
};
37
38
nativeBuildInputs = [ installShellFiles ];
@@ -105,6 +105,7 @@ py.pkgs.buildPythonApplication rec {
105
maintainers = with maintainers; [
106
adamcstephens
107
ilian
108
+ FKouhai
109
];
110
111
}
0 commit comments