!lZLfSUtSOVjwYTmPbU:nixos.org

nixpkgs-update

147 Members
Keeping nixpkgs up to date. r-ryantm bot. https://github.com/ryantm/nixpkgs-update and https://github.com/nix-community/infra/blob/master/build02/nixpkgs-update.nix42 Servers

Load older messages


SenderMessageTime
6 Mar 2025
@xiaoxiangmoe:matrix.org🐰 xiaoxiangmoeEvery commit created by maintainer can't merged by merge-bot, so I think I need some mechanics to trigger update-bot manually.12:58:40
8 Mar 2025
@sigmanificient:matrix.orgSigmanificient joined the room.23:06:44
9 Mar 2025
@anton:gersthof.comAnton joined the room.15:33:07
@sersorrel:matrix.orgsorrelthe answer to this, I think: the fflogs derivation no longer works for the latest fflogs version, and nixpkgs-update is unhelpfully printing a message about unfreeness rather than The Actual Error Message. fixing the derivation then running nixpkgs-update locally works juuuust fine.17:14:19
11 Mar 2025
@me:indeednotjames.comemily joined the room.19:59:25
12 Mar 2025
@vidariondr:matrix.orgvidariondr joined the room.21:10:06
17 Mar 2025
@egrieco:matrix.orgegrieco joined the room.06:47:52
@anton:gersthof.comAnton Am I interpreting the logs correctly, that aerc's updateScript has been executed by r-ryantm 5 times in 2025 with those ~14 days between each execution? Or are there additional attempts not being logged? 16:31:12
@hexa:lossy.networkhexaall attempts get logged20:21:21
@anton:gersthof.comAntonThanks! I was wondering about the frequency of attempts.20:55:54
@hexa:lossy.networkhexame too 🙂 22:48:42
18 Mar 2025
@xiaoxiangmoe:matrix.org🐰 xiaoxiangmoeRedacted or Malformed Event12:07:57
20 Mar 2025
@xsrp:matrix.orgsrp joined the room.03:17:41
@xsrp:matrix.orgsrp changed their display name from Seraphim Pardee to srp.03:19:04
@xsrp:matrix.orgsrp left the room.03:20:17
21 Mar 2025
@nat:nekopon.plnat joined the room.15:41:58
23 Mar 2025
@glepage:matrix.orgGaétan Lepage It is a bit annoying that the bot automatically substitutes ${version} with ${src.tag} in meta.changelog.
Is this made on purpose? If not, where should I send a PR to disable this?
10:20:09
@fliegendewurst:matrix.orgFliegendeWurst
In reply to @glepage:matrix.org
It is a bit annoying that the bot automatically substitutes ${version} with ${src.tag} in meta.changelog.
Is this made on purpose? If not, where should I send a PR to disable this?
It is more accurate in some cases, and wrong in others. Would be good to disable, in my opinion. PR probably to the nixpkgs-update repo?
20:45:00
@glepage:matrix.orgGaétan LepageYes, as there is no clear consensus on which one is best, I don't think that the update script should enforce one of them.21:11:56
@glepage:matrix.orgGaétan LepageI'll have a look21:12:26
@sigmasquadron:matrix.orgSigmaSquadron

Gaétan Lepage: Are you sure that this is necessary? (especially for a new contributor)

nixpkgs-update automatically fetches new releases from packages published on GitHub without an explicit passthru.updateScript set.

21:15:25
@glepage:matrix.orgGaétan Lepage
In reply to @sigmasquadron:matrix.org

Gaétan Lepage: Are you sure that this is necessary? (especially for a new contributor)

nixpkgs-update automatically fetches new releases from packages published on GitHub without an explicit passthru.updateScript set.

I didn't know that! I thought that specifying updateScript was necessary for the bot to work. (except for python packages where this is set by default).
21:16:58
@sigmasquadron:matrix.orgSigmaSquadron As far as I understand, that's what the documentation means by "It uses package repository information from Repology.org, the GitHub releases API, and the package passthru.updateScript to generate a lists of outdated packages." (emphasis mine)
I'm not exactly sure if that's for some internal "list of outdated packages" or the actual update itself, so take this with a grain of salt.
21:20:14
@sigmasquadron:matrix.orgSigmaSquadronI'm just more concerned about making such reviews for first-time contributors; we can merge a package as-is, and add non-essential improvements later on.21:21:28
@sigmasquadron:matrix.orgSigmaSquadron * I'm just more concerned about making such reviews for first-time contributors; we can merge a package as-is, and add non-essential improvements later on. (ditto for using lib.cmakeBool, since that library is really only used in situations where the boolean isn't always true or false. The string flag is fine.) 21:23:14
24 Mar 2025
@khaneliman:matrix.orgAustin Horstman
In reply to @sigmasquadron:matrix.org

Gaétan Lepage: Are you sure that this is necessary? (especially for a new contributor)

nixpkgs-update automatically fetches new releases from packages published on GitHub without an explicit passthru.updateScript set.

It’s not necessary for the bot, but can be helpful for maintainers running the update scripts in repo
12:23:10
25 Mar 2025
@aleksana:mozilla.orgaleksana 🏳️‍⚧️ (force me to bed after 18:00 UTC) changed their display name from aleksana (force me to bed after 18:00 UTC) to aleksana 🏳️‍⚧️ (force me to bed after 18:00 UTC).17:00:10
31 Mar 2025
@xenos76:matrix.orgxenos76 joined the room.11:30:38
@xenos76:matrix.orgxenos76

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?

11:37:56
1 Apr 2025
@sersorrel:matrix.orgsorrel
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

00:18:53

Show newer messages


Back to Room ListRoom Version: 9