Skip to content

Commit a99d035

Browse files
oci-cli: 3.51.8 -> 3.52.0 (#387355)
2 parents a9ec22d + 4c09803 commit a99d035

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/oc/oci-cli/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ in
2525

2626
py.pkgs.buildPythonApplication rec {
2727
pname = "oci-cli";
28-
version = "3.51.8";
28+
version = "3.52.0";
2929
format = "setuptools";
3030

3131
src = fetchFromGitHub {
3232
owner = "oracle";
3333
repo = pname;
3434
tag = "v${version}";
35-
hash = "sha256-p+X6kJDjuDaOLgZ9KwrZJgAqORKLxPrXwQ4X+JZb1W4=";
35+
hash = "sha256-5b+KFKj1IjAJwu166Q4YRmvNGmjKMVFhDwzPzWeKT2w=";
3636
};
3737

3838
nativeBuildInputs = [ installShellFiles ];
@@ -105,6 +105,7 @@ py.pkgs.buildPythonApplication rec {
105105
maintainers = with maintainers; [
106106
adamcstephens
107107
ilian
108+
FKouhai
108109
];
109110
};
110111
}

0 commit comments

Comments
 (0)