In reply to @xenos76:matrix.org
Hi, I'm facing the following problem while updating hplip:
error: builder for '/nix/store/3szdhxqbxk0npbf1ihqkdhqb7qidv6gj-hplip-3.24.4-plugin.run.drv' failed with exit code 1;
last 7 log lines:
>
> trying https://developers.hp.com/sites/default/files/hplip-3.24.4-plugin.run
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (22) The requested URL returned error: 403
> error: cannot download hplip-3.24.4-plugin.run from any mirror
In my understanding, the issue should was already addressed with: https://github.com/NixOS/nixpkgs/issues/391727 https://github.com/NixOS/nixpkgs/pull/391529 but today's update from 24.11 failed: how can I check if the patch made it to the stable branch? Am I missing something else?
that PR targets the master branch, so it will not hit the stable channels ever. (you can see its progress towards e.g. nixos-unstable at https://nixpk.gs/pr-tracker.html?pr=391529)
I've now tagged it for backport to 24.11, so a backport PR has been automatically created: https://github.com/NixOS/nixpkgs/pull/395044 however, this will still need to be manually merged and make its way through hydra before it's available in e.g. the nixos-24.11 branch |