tockloader 0 -> 1 attrpath: tockloader 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/gfnfh6avipl3h6k8gyc39y708rhf26ll-packages.json.drv building '/nix/store/gfnfh6avipl3h6k8gyc39y708rhf26ll-packages.json.drv'... Going to be running update for following packages: - tockloader-1.9.0 Press Enter key to continue... Running update for: - tockloader-1.9.0: UPDATING ... - tockloader-1.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/misc/tockloader/default.nix b/pkgs/development/tools/misc/tockloader/default.nix index fbca0b0359de..8144e62f433b 100644 --- a/pkgs/development/tools/misc/tockloader/default.nix +++ b/pkgs/development/tools/misc/tockloader/default.nix @@ -5,11 +5,11 @@ python3.pkgs.buildPythonApplication rec { pname = "tockloader"; - version = "1.9.0"; + version = "1.11.0"; src = fetchPypi { inherit pname version; - hash = "sha256-7W55jugVtamFUL8N3dD1LFLJP2UDQb74V6o96rd/tEg="; + hash = "sha256-NsTUb+N7hKOedONOGEKJPFIBhW4iuVvrZj2EMR/lK1E="; }; propagatedBuildInputs = with python3.pkgs; [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tockloader nix build failed. Executing pypaInstallPhase Successfully installed tockloader-1.11.0-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/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0 checking for references to /build/ in /nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0... patching script interpreter paths in /nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0 stripping (with command strip and flags -S -p) in /nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/lib /nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/bin shrinking RPATHs of ELF executables and libraries in /nix/store/k33jlrjvwazrcc25z9vd0bx1nzd94m9l-tockloader-1.11.0-dist checking for references to /build/ in /nix/store/k33jlrjvwazrcc25z9vd0bx1nzd94m9l-tockloader-1.11.0-dist... patching script interpreter paths in /nix/store/k33jlrjvwazrcc25z9vd0bx1nzd94m9l-tockloader-1.11.0-dist Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/bin/tockloader'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Traceback (most recent call last): File "/nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/bin/.tockloader-wrapped", line 6, in from tockloader.main import main File "/nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/lib/python3.11/site-packages/tockloader/main.py", line 30, in from .tickv import TicKV, TockTicKV File "/nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/lib/python3.11/site-packages/tockloader/tickv.py", line 13, in import siphash ModuleNotFoundError: No module named 'siphash'