ffmpeg-normalize 0 -> 1 attrpath: ffmpeg-normalize 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] Going to be running update for following packages: - ffmpeg-normalize-1.26.1 Press Enter key to continue... Running update for: - ffmpeg-normalize-1.26.1: UPDATING ... - ffmpeg-normalize-1.26.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/video/ffmpeg-normalize/default.nix b/pkgs/applications/video/ffmpeg-normalize/default.nix index a3b40daacf79..8b7ef1ed6820 100644 --- a/pkgs/applications/video/ffmpeg-normalize/default.nix +++ b/pkgs/applications/video/ffmpeg-normalize/default.nix @@ -7,11 +7,11 @@ buildPythonApplication rec { pname = "ffmpeg-normalize"; - version = "1.26.1"; + version = "1.27.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-OwREpfWaP0tdAjMGjGpVIAQn8rlTTjSfT+0t5g/2yjQ="; + sha256 = "sha256-J1r6tvP35jsFzp5sU1eT8HEcCrItji76BgTdkfXDuEU="; }; propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ffmpeg-normalize nix build failed. Executing pypaInstallPhase Successfully installed ffmpeg_normalize-1.27.7-py2.py3-none-any.whl Finished executing pypaInstallPhase @nix { "action": "setPhase", "phase": "pythonOutputDistPhase" } Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/wjp06kxv692knd36qgr755kiaqa9lmsy-ffmpeg-normalize-1.27.7 checking for references to /build/ in /nix/store/wjp06kxv692knd36qgr755kiaqa9lmsy-ffmpeg-normalize-1.27.7... patching script interpreter paths in /nix/store/wjp06kxv692knd36qgr755kiaqa9lmsy-ffmpeg-normalize-1.27.7 stripping (with command strip and flags -S -p) in /nix/store/wjp06kxv692knd36qgr755kiaqa9lmsy-ffmpeg-normalize-1.27.7/lib /nix/store/wjp06kxv692knd36qgr755kiaqa9lmsy-ffmpeg-normalize-1.27.7/bin shrinking RPATHs of ELF executables and libraries in /nix/store/xhb4nh8z7qcp60i4xllyrckkxnsh0y14-ffmpeg-normalize-1.27.7-dist checking for references to /build/ in /nix/store/xhb4nh8z7qcp60i4xllyrckkxnsh0y14-ffmpeg-normalize-1.27.7-dist... patching script interpreter paths in /nix/store/xhb4nh8z7qcp60i4xllyrckkxnsh0y14-ffmpeg-normalize-1.27.7-dist Rewriting #!/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/bin/python3.11 to #!/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7 wrapping `/nix/store/wjp06kxv692knd36qgr755kiaqa9lmsy-ffmpeg-normalize-1.27.7/bin/ffmpeg-normalize'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Traceback (most recent call last): File "/nix/store/wjp06kxv692knd36qgr755kiaqa9lmsy-ffmpeg-normalize-1.27.7/bin/.ffmpeg-normalize-wrapped", line 6, in from ffmpeg_normalize.__main__ import main File "/nix/store/wjp06kxv692knd36qgr755kiaqa9lmsy-ffmpeg-normalize-1.27.7/lib/python3.11/site-packages/ffmpeg_normalize/__main__.py", line 15, in from ._logger import setup_cli_logger File "/nix/store/wjp06kxv692knd36qgr755kiaqa9lmsy-ffmpeg-normalize-1.27.7/lib/python3.11/site-packages/ffmpeg_normalize/_logger.py", line 7, in import colorlog ModuleNotFoundError: No module named 'colorlog'