Skip to content

Commit 7b1cf50

Browse files
oci-cli: 3.53.0 -> 3.54.0 (#394400)
2 parents f905913 + a8452ed commit 7b1cf50

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.53.0";
28+
version = "3.54.0";
2929
format = "setuptools";
3030

3131
src = fetchFromGitHub {
3232
owner = "oracle";
3333
repo = pname;
3434
tag = "v${version}";
35-
hash = "sha256-7PCKnYHUeuQ8/mtDFUoP8ay0dR1Gq3HxRG9Ws+uM39Q=";
35+
hash = "sha256-UzjXnjYTXdTJAl9MRPJEjQ10EM4U5gDtK0na5fnxp6A=";
3636
};
3737

3838
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)