backgroundremover 0 -> 1 attrpath: backgroundremover Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/s49j2zy3257hn3fp8r3k5hyspjxf1jh3-packages.json.drv building '/nix/store/s49j2zy3257hn3fp8r3k5hyspjxf1jh3-packages.json.drv'... Going to be running update for following packages: - backgroundremover-0.2.6 Press Enter key to continue... Running update for: - backgroundremover-0.2.6: UPDATING ... - backgroundremover-0.2.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/ba/backgroundremover/package.nix b/pkgs/by-name/ba/backgroundremover/package.nix index e6303bb377b7..b8358bdb808d 100644 --- a/pkgs/by-name/ba/backgroundremover/package.nix +++ b/pkgs/by-name/ba/backgroundremover/package.nix @@ -9,14 +9,14 @@ let p = python3.pkgs; self = p.buildPythonApplication rec { pname = "backgroundremover"; - version = "0.2.6"; + version = "0.2.7"; pyproject = true; src = fetchFromGitHub { owner = "nadermx"; repo = "backgroundremover"; - rev = "v${version}"; - hash = "sha256-dDOo7NPwvdfV+ae2oMUytCGC+2HF6xUI7dyKk2we23w="; + rev = "refs/tags/v${version}"; + hash = "sha256-gBQG4SlK/zEsU10KA8wQa2nMxkNmxQIG7CTH9QuowO0="; }; models = runCommand "background-remover-models" {} '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A backgroundremover nix build failed. Copying backgroundremover.egg-info to build/bdist.linux-x86_64/wheel/backgroundremover-0.2.7-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/backgroundremover-0.2.7.dist-info/WHEEL creating '/build/source/dist/.tmp-idpicbyt/backgroundremover-0.2.7-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'backgroundremover/__init__.py' adding 'backgroundremover/bg.py' adding 'backgroundremover/github.py' adding 'backgroundremover/utilities.py' adding 'backgroundremover/cmd/__init__.py' adding 'backgroundremover/cmd/cli.py' adding 'backgroundremover/cmd/server.py' adding 'backgroundremover/u2net/__init__.py' adding 'backgroundremover/u2net/data_loader.py' adding 'backgroundremover/u2net/detect.py' adding 'backgroundremover/u2net/u2net.py' adding 'backgroundremover-0.2.7.dist-info/LICENSE.txt' adding 'backgroundremover-0.2.7.dist-info/METADATA' adding 'backgroundremover-0.2.7.dist-info/WHEEL' adding 'backgroundremover-0.2.7.dist-info/entry_points.txt' adding 'backgroundremover-0.2.7.dist-info/top_level.txt' adding 'backgroundremover-0.2.7.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built backgroundremover-0.2.7-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for backgroundremover-0.2.7-py3-none-any.whl - pillow<10.0.0,>=8.1.1 not satisfied by version 10.2.0