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] this derivation will be built: /nix/store/5dzqif24qafv45385dydb0g08q0mizk0-packages.json.drv building '/nix/store/5dzqif24qafv45385dydb0g08q0mizk0-packages.json.drv'... 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..5775c85af28b 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.28.2"; src = fetchPypi { inherit pname version; - sha256 = "sha256-OwREpfWaP0tdAjMGjGpVIAQn8rlTTjSfT+0t5g/2yjQ="; + sha256 = "sha256-pdvIuNskQthLY6Z1n5cxQvyyrXK3CmNzv6tAFzeLMok="; }; propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/m5bda41aijdapvpkj91125hs05r1hf2l-nix-2.18.3/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.28.2-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/j5awrdpnknzzmmk7fp05frix5jhvdbm5-ffmpeg-normalize-1.28.2 checking for references to /build/ in /nix/store/j5awrdpnknzzmmk7fp05frix5jhvdbm5-ffmpeg-normalize-1.28.2... patching script interpreter paths in /nix/store/j5awrdpnknzzmmk7fp05frix5jhvdbm5-ffmpeg-normalize-1.28.2 stripping (with command strip and flags -S -p) in /nix/store/j5awrdpnknzzmmk7fp05frix5jhvdbm5-ffmpeg-normalize-1.28.2/lib /nix/store/j5awrdpnknzzmmk7fp05frix5jhvdbm5-ffmpeg-normalize-1.28.2/bin shrinking RPATHs of ELF executables and libraries in /nix/store/64nrf5d0kahlym7v7dan8dmrsbf30ihn-ffmpeg-normalize-1.28.2-dist checking for references to /build/ in /nix/store/64nrf5d0kahlym7v7dan8dmrsbf30ihn-ffmpeg-normalize-1.28.2-dist... patching script interpreter paths in /nix/store/64nrf5d0kahlym7v7dan8dmrsbf30ihn-ffmpeg-normalize-1.28.2-dist Rewriting #!/nix/store/6b1fqdwb3g56j5pazv8zkx9qd0mv3wiz-python3-3.11.9/bin/python3.11 to #!/nix/store/6b1fqdwb3g56j5pazv8zkx9qd0mv3wiz-python3-3.11.9 wrapping `/nix/store/j5awrdpnknzzmmk7fp05frix5jhvdbm5-ffmpeg-normalize-1.28.2/bin/ffmpeg-normalize'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Traceback (most recent call last): File "/nix/store/j5awrdpnknzzmmk7fp05frix5jhvdbm5-ffmpeg-normalize-1.28.2/bin/.ffmpeg-normalize-wrapped", line 6, in from ffmpeg_normalize.__main__ import main File "/nix/store/j5awrdpnknzzmmk7fp05frix5jhvdbm5-ffmpeg-normalize-1.28.2/lib/python3.11/site-packages/ffmpeg_normalize/__main__.py", line 15, in from ._logger import setup_cli_logger File "/nix/store/j5awrdpnknzzmmk7fp05frix5jhvdbm5-ffmpeg-normalize-1.28.2/lib/python3.11/site-packages/ffmpeg_normalize/_logger.py", line 7, in import colorlog ModuleNotFoundError: No module named 'colorlog'