oci-cli: 3.53.0 -> 3.54.0 (#394400)

This commit is contained in:
Arne Keller
2025-03-31 16:07:56 +02:00
committed by GitHub
+2 -2
View File
@@ -25,14 +25,14 @@ in
py.pkgs.buildPythonApplication rec {
pname = "oci-cli";
version = "3.53.0";
version = "3.54.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "oracle";
repo = pname;
tag = "v${version}";
hash = "sha256-7PCKnYHUeuQ8/mtDFUoP8ay0dR1Gq3HxRG9Ws+uM39Q=";
hash = "sha256-UzjXnjYTXdTJAl9MRPJEjQ10EM4U5gDtK0na5fnxp6A=";
};
nativeBuildInputs = [ installShellFiles ];