python310Packages.vncdo 0 -> 1 attrpath: python310Packages.vncdo 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d1wl9knrhz3286gcn34nk3wbbzba4k75-packages.json.drv building '/nix/store/d1wl9knrhz3286gcn34nk3wbbzba4k75-packages.json.drv'... Going to be running update for following packages: - python3.10-vncdo-0.12.0 Press Enter key to continue... Running update for: - python3.10-vncdo-0.12.0: UPDATING ... - python3.10-vncdo-0.12.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/vncdo/default.nix b/pkgs/development/python-modules/vncdo/default.nix index ef33a46cc34c..250a6b5b71e6 100644 --- a/pkgs/development/python-modules/vncdo/default.nix +++ b/pkgs/development/python-modules/vncdo/default.nix @@ -8,13 +8,13 @@ }: buildPythonPackage rec { pname = "vncdo"; - version = "0.12.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "sibson"; repo = "vncdotool"; - rev = "v${version}"; - sha256 = "0h3ccr8zi7xpgn6hz43x1045x5l4bhha7py8x00g8bv6gaqlbwxn"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-m8msWa8uUuDEjEUlXHCgYi0HFPKXLVXpXLyuQ3quNbA="; }; propagatedBuildInputs = [ 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 python310Packages.vncdo nix build failed. writing manifest file 'vncdotool.egg-info/SOURCES.txt' Copying vncdotool.egg-info to build/bdist.linux-x86_64/wheel/vncdotool-1.1.0-py3.10.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/vncdotool-1.1.0.dist-info/WHEEL creating 'dist/vncdotool-1.1.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'vncdotool/__init__.py' adding 'vncdotool/api.py' adding 'vncdotool/client.py' adding 'vncdotool/command.py' adding 'vncdotool/loggingproxy.py' adding 'vncdotool/rfb.py' adding 'vncdotool-1.1.0.dist-info/LICENSE.txt' adding 'vncdotool-1.1.0.dist-info/METADATA' adding 'vncdotool-1.1.0.dist-info/WHEEL' adding 'vncdotool-1.1.0.dist-info/entry_points.txt' adding 'vncdotool-1.1.0.dist-info/top_level.txt' adding 'vncdotool-1.1.0.dist-info/zip-safe' adding 'vncdotool-1.1.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./vncdotool-1.1.0-py3-none-any.whl Requirement already satisfied: Pillow in /nix/store/ys7bc86w0y59iz9xvxcqxgkfkdx7n5kq-python3.10-pillow-10.0.0/lib/python3.10/site-packages (from vncdotool==1.1.0) (10.0.0) Requirement already satisfied: Twisted in /nix/store/j7nh3insf3kjj3l1vqzxh9v0m0vrlxz2-python3.10-twisted-22.10.0/lib/python3.10/site-packages (from vncdotool==1.1.0) (22.10.0) ERROR: Could not find a version that satisfies the requirement pycryptodomex (from vncdotool) (from versions: none) ERROR: No matching distribution found for pycryptodomex