Skip to content

Commit cca17a9

Browse files
oci-cli: 3.62.1 -> 3.62.2 (NixOS#426655)
Co-authored-by: FKouhai <frandres00@gmail.com>
2 parents 6d68c20 + 4534fa6 commit cca17a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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.62.1";
28+
version = "3.62.2";
2929
pyproject = true;
3030

3131
src = fetchFromGitHub {
3232
owner = "oracle";
3333
repo = "oci-cli";
3434
tag = "v${version}";
35-
hash = "sha256-Y1bkBdmgmaiHHizGJkBINXN/pL/DEcjIwFq8XjoK5Kc=";
35+
hash = "sha256-QLvHQwKNS5yr3ZNyQIK2nTgDZ+BKAd0K+H6e63bI4PM=";
3636
};
3737

3838
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)