azure-cli 0 -> 1 attrpath: azure-cli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z5871zyvmikn6vj642d89lg6canf0k48-packages.json.drv building '/nix/store/z5871zyvmikn6vj642d89lg6canf0k48-packages.json.drv'... Going to be running update for following packages: - azure-cli-2.58.0 Press Enter key to continue... Running update for: - azure-cli-2.58.0: UPDATING ... - azure-cli-2.58.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/admin/azure-cli/default.nix b/pkgs/tools/admin/azure-cli/default.nix index 9d92a10cc288..26b8db450bef 100644 --- a/pkgs/tools/admin/azure-cli/default.nix +++ b/pkgs/tools/admin/azure-cli/default.nix @@ -5,14 +5,14 @@ }: let - version = "2.58.0"; + version = "2.59.0"; src = fetchFromGitHub { name = "azure-cli-${version}-src"; owner = "Azure"; repo = "azure-cli"; - rev = "azure-cli-${version}"; - hash = "sha256-2KLjPzxtHeuH0/+Sge1wTmGimOiaTWr8EI+xkFBrPD0="; + rev = "refs/tags/azure-cli-${version}"; + hash = "sha256-XOjruF4enXQzOPK0HnUpvLK7BSH2olaC+bjy2iKZ1eA="; }; # put packages that needs to be overridden in the py package scope No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A azure-cli nix build failed. invoker.commands_loader.load_arguments() File "/nix/store/w3bcid2gja4kw76nxw5ms36nnda00w76-python3.11-azure-cli-core-2.59.0/lib/python3.11/site-packages/azure/cli/core/__init__.py", line 516, in load_arguments cmd.load_arguments() # this loads the arguments via reflection ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/w3bcid2gja4kw76nxw5ms36nnda00w76-python3.11-azure-cli-core-2.59.0/lib/python3.11/site-packages/azure/cli/core/commands/__init__.py", line 319, in load_arguments super(AzCliCommand, self).load_arguments() File "/nix/store/x08mdbs0vkjy2kgnbvlq6jdsixslsj45-python3.11-knack-0.11.0/lib/python3.11/site-packages/knack/commands.py", line 104, in load_arguments cmd_args = self.arguments_loader() ^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/w3bcid2gja4kw76nxw5ms36nnda00w76-python3.11-azure-cli-core-2.59.0/lib/python3.11/site-packages/azure/cli/core/commands/command_operation.py", line 282, in arguments_loader arguments = self.load_getter_op_arguments(self.getter_op_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/w3bcid2gja4kw76nxw5ms36nnda00w76-python3.11-azure-cli-core-2.59.0/lib/python3.11/site-packages/azure/cli/core/commands/command_operation.py", line 70, in load_getter_op_arguments op = self.get_op_handler(getter_op_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/w3bcid2gja4kw76nxw5ms36nnda00w76-python3.11-azure-cli-core-2.59.0/lib/python3.11/site-packages/azure/cli/core/commands/command_operation.py", line 59, in get_op_handler handler = import_module(mod_to_import) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/gd3shnza1i50zn8zs04fa729ribr88m9-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1126, in _find_and_load_unlocked File "", line 241, in _call_with_frames_removed File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1140, in _find_and_load_unlocked ModuleNotFoundError: No module named 'azure.mgmt.compute.v2023_10_02' To check existing issues, please visit: https://github.com/Azure/azure-cli/issues