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/q9r66miz3b7qzr55x635ypaa2qs0az8s-packages.json.drv building '/nix/store/q9r66miz3b7qzr55x635ypaa2qs0az8s-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/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/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/m48dz32qaa2rr78c7knyh8a9r90ahm4j-tockloader-1.11.0 checking for references to /build/ in /nix/store/m48dz32qaa2rr78c7knyh8a9r90ahm4j-tockloader-1.11.0... patching script interpreter paths in /nix/store/m48dz32qaa2rr78c7knyh8a9r90ahm4j-tockloader-1.11.0 stripping (with command strip and flags -S -p) in /nix/store/m48dz32qaa2rr78c7knyh8a9r90ahm4j-tockloader-1.11.0/lib /nix/store/m48dz32qaa2rr78c7knyh8a9r90ahm4j-tockloader-1.11.0/bin shrinking RPATHs of ELF executables and libraries in /nix/store/r0kxcvj9q67bgzj7xidpsq8nxkmsla7r-tockloader-1.11.0-dist checking for references to /build/ in /nix/store/r0kxcvj9q67bgzj7xidpsq8nxkmsla7r-tockloader-1.11.0-dist... patching script interpreter paths in /nix/store/r0kxcvj9q67bgzj7xidpsq8nxkmsla7r-tockloader-1.11.0-dist Rewriting #!/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/bin/python3.11 to #!/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7 wrapping `/nix/store/m48dz32qaa2rr78c7knyh8a9r90ahm4j-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/m48dz32qaa2rr78c7knyh8a9r90ahm4j-tockloader-1.11.0/bin/.tockloader-wrapped", line 6, in from tockloader.main import main File "/nix/store/m48dz32qaa2rr78c7knyh8a9r90ahm4j-tockloader-1.11.0/lib/python3.11/site-packages/tockloader/main.py", line 30, in from .tickv import TicKV, TockTicKV File "/nix/store/m48dz32qaa2rr78c7knyh8a9r90ahm4j-tockloader-1.11.0/lib/python3.11/site-packages/tockloader/tickv.py", line 13, in import siphash ModuleNotFoundError: No module named 'siphash'