bitcoin 26.0 -> 26.1 https://repology.org/project/bitcoin/versions attrpath: bitcoin Checking auto update branch... No auto update branch exists Received ExitFailure 1 when running Raw command: nix-env -f /var/cache/nixpkgs-update/worker/outpath/outpaths.nix -qaP --no-name --out-path --arg path /var/cache/nixpkgs-update/worker/worktree/bitcoin --arg checkMeta true --show-trace Standard output: trace: warning: eww now can build for X11 and wayland simultaneously, so `eww-wayland` is deprecated, use the normal `eww` package instead. error: … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/outpath/outpaths.nix:40:12: 39| tweak = lib.mapAttrs 40| (name: val: | ^ 41| if name == "recurseForDerivations" then true … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/bitcoin/lib/attrsets.nix:1171:18: 1170| mapAttrs 1171| (name: value: | ^ 1172| if isAttrs value && cond value … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/bitcoin/pkgs/top-level/release-lib.nix:167:38: 166| set of meta.platforms values. */ 167| packagePlatforms = mapAttrs (name: value: | ^ 168| if isDerivation value then … from call site at /var/cache/nixpkgs-update/worker/worktree/bitcoin/pkgs/top-level/release-lib.nix:168:10: 167| packagePlatforms = mapAttrs (name: value: 168| if isDerivation value then | ^ 169| value.meta.hydraPlatforms … while calling 'isDerivation' at /var/cache/nixpkgs-update/worker/worktree/bitcoin/lib/attrsets.nix:1249:5: 1248| isDerivation = 1249| value: value.type or null == "derivation"; | ^ 1250| … from call site at /var/cache/nixpkgs-update/worker/worktree/bitcoin/pkgs/top-level/all-packages.nix:27840:11: 27839| 27840| iferr = callPackage ../development/tools/iferr { }; | ^ 27841| … while calling 'callPackageWith' at /var/cache/nixpkgs-update/worker/worktree/bitcoin/lib/customisation.nix:212:35: 211| */ 212| callPackageWith = autoArgs: fn: args: | ^ 213| let … from call site at /var/cache/nixpkgs-update/worker/worktree/bitcoin/lib/customisation.nix:225:10: 224| # Filter out arguments that have a default value 225| (filterAttrs (name: value: ! value) | ^ 226| # Filter out arguments that would be passed … while calling 'filterAttrs' at /var/cache/nixpkgs-update/worker/worktree/bitcoin/lib/attrsets.nix:646:5: 645| pred: 646| set: | ^ 647| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); … from call site at /var/cache/nixpkgs-update/worker/worktree/bitcoin/lib/customisation.nix:215:15: 214| f = if isFunction fn then fn else import fn; 215| fargs = functionArgs f; | ^ 216| … while calling 'functionArgs' at /var/cache/nixpkgs-update/worker/worktree/bitcoin/lib/trivial.nix:895:18: 894| */ 895| functionArgs = f: | ^ 896| if f ? __functor error: attribute 'mainProgram' already defined at /var/cache/nixpkgs-update/worker/worktree/bitcoin/pkgs/development/tools/iferr/default.nix:23:5 at /var/cache/nixpkgs-update/worker/worktree/bitcoin/pkgs/development/tools/iferr/default.nix:27:5: 26| maintainers = with maintainers; [ kalbasit ]; 27| mainProgram = "iferr"; | ^ 28| };