oscclip 0 -> 1 attrpath: oscclip 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/42ck12hfdlz261dm0367yjcrzd7p09f9-packages.json.drv building '/nix/store/42ck12hfdlz261dm0367yjcrzd7p09f9-packages.json.drv'... Going to be running update for following packages: - oscclip-0.4.1 Press Enter key to continue... Running update for: - oscclip-0.4.1: UPDATING ... - oscclip-0.4.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/oscclip/default.nix b/pkgs/tools/misc/oscclip/default.nix index 3020998d9392..be29a3f9410a 100644 --- a/pkgs/tools/misc/oscclip/default.nix +++ b/pkgs/tools/misc/oscclip/default.nix @@ -5,15 +5,15 @@ python3Packages.buildPythonApplication rec { pname = "oscclip"; - version = "0.4.1"; + version = "0.5.0"; format = "pyproject"; src = fetchFromGitHub { owner = "rumpelsepp"; repo = "oscclip"; - rev = "v${version}"; - sha256 = "sha256-WQvZn+SWamEqEXPutIZVDZTIczybtHUG9QsN8XxUeg8="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-2PSpS62miZ0Vx8X5PkmVqOEYlqd3mWKut2mL5j8AEJc="; }; nativeBuildInputs = with python3Packages; [ poetry-core ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A oscclip nix build failed. Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/l2prs7dd0cm6aq81809xilljr4l9f8qy-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/go.sum @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... ERROR Source /build/source does not appear to be a Python project: no pyproject.toml or setup.py