bikeshed 0 -> 1 attrpath: bikeshed 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/y322nwg573xni98i2rhlf8jc5flhrv6c-packages.json.drv building '/nix/store/y322nwg573xni98i2rhlf8jc5flhrv6c-packages.json.drv'... Going to be running update for following packages: - bikeshed-3.7.0 Press Enter key to continue... Running update for: - bikeshed-3.7.0: UPDATING ... - bikeshed-3.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/bikeshed/default.nix b/pkgs/applications/misc/bikeshed/default.nix index f3e58b778718..00fd303ea3a8 100644 --- a/pkgs/applications/misc/bikeshed/default.nix +++ b/pkgs/applications/misc/bikeshed/default.nix @@ -22,11 +22,11 @@ buildPythonApplication rec { pname = "bikeshed"; - version = "3.7.0"; + version = "4.1.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-3fVo+B71SsJs+XF4+FWH2nz0ouTnpC/02fXYr1C9Jrk="; + sha256 = "sha256-qZa95H+LTMVfCxLpH/NrWBVuD8kdS9rfQrXVkEKLeVk="; }; # Relax requirements from "==" to ">=" 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 bikeshed nix build failed. 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/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0 checking for references to /build/ in /nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0... patching script interpreter paths in /nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0 stripping (with command strip and flags -S -p) in /nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0/lib /nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0/bin shrinking RPATHs of ELF executables and libraries in /nix/store/8a49l3zfzwgrix19zylzsf27qj286b8c-bikeshed-4.1.0-dist checking for references to /build/ in /nix/store/8a49l3zfzwgrix19zylzsf27qj286b8c-bikeshed-4.1.0-dist... patching script interpreter paths in /nix/store/8a49l3zfzwgrix19zylzsf27qj286b8c-bikeshed-4.1.0-dist Rewriting #!/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7/bin/python3.11 to #!/nix/store/asiphbpiy2gmidfm3xbwcikayhs66289-python3-3.11.7 wrapping `/nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0/bin/bikeshed'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Traceback (most recent call last): File "/nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0/bin/.bikeshed-wrapped", line 6, in from bikeshed import main File "/nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0/lib/python3.11/site-packages/bikeshed/__init__.py", line 69, in from . import ( File "/nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0/lib/python3.11/site-packages/bikeshed/update/__init__.py", line 1, in from .main import fixupDataFiles, update, updateReadonlyDataFiles File "/nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0/lib/python3.11/site-packages/bikeshed/update/main.py", line 8, in from . import ( File "/nix/store/6v4vwrzcinqnm70yq1iw6ix49qwfkqhs-bikeshed-4.1.0/lib/python3.11/site-packages/bikeshed/update/manifest.py", line 13, in import kdl ModuleNotFoundError: No module named 'kdl'