Commit Graph
879992 Commits
Author SHA1 Message Date
Fabian AffolterandGitHub 24a6fc7731 cdncheck: 1.2.5 -> 1.2.6 (#453385) 2025-10-19 08:52:42 +00:00
Fabian AffolterandGitHub 077246aabb python3Packages.iamdata: 0.1.202510181 -> 0.1.202510191 (#453436) 2025-10-19 08:52:10 +00:00
Fabian AffolterandGitHub aaea22d093 python3Packages.svg-py: 1.9.1 -> 1.9.2 (#453457) 2025-10-19 08:51:13 +00:00
Fabian AffolterandGitHub 6b4cb91291 python3Packages.resend: 2.16.0 -> 2.17.0 (#453346) 2025-10-19 08:50:54 +00:00
Fabian AffolterandGitHub d4969e1438 memray: 1.19.0 -> 1.19.1 (#453283) 2025-10-19 08:50:31 +00:00
Fabian AffolterandGitHub e07619ffb2 python3Packages.whirlpool-sixth-sense: 0.21.3 -> 1.0.2 (#453242) 2025-10-19 08:50:07 +00:00
Fabian AffolterandGitHub d56c7e33fe python3Packages.habiticalib: 0.4.5 -> 0.4.6 (#453223) 2025-10-19 08:49:43 +00:00
Fabian AffolterandGitHub 6ef36f03f9 python3Packages.opower: 0.15.6 -> 0.15.7 (#453182) 2025-10-19 08:49:24 +00:00
Fabian AffolterandGitHub fd53c87f46 python3Packages.boto3-stubs: 1.40.54 -> 1.40.55 (#453145) 2025-10-19 08:49:04 +00:00
Fabian AffolterandGitHub 80c2e104af python3Packages.precis-i18n: 1.1.1 -> 1.1.2 (#452946) 2025-10-19 08:44:19 +00:00
Vladimír ČunátandGitHub be8fbf1e62 libui: 4.1a -> 4.1a-unstable-2021-01-02 (#450998) 2025-10-19 08:39:23 +00:00
Franz PletzandGitHub 886334a39f prometheus: 3.6.0 → 3.7.1 (#453336) 2025-10-19 08:32:50 +00:00
Gaétan LepageandGitHub 537d17a273 opencode: 0.15.4 -> 0.15.8 (#453429) 2025-10-19 08:27:00 +00:00
André SilvaandGitHub 42a05772dd codex: 0.46.0 -> 0.47.0 (#453432) 2025-10-19 08:22:06 +00:00
nixpkgs-merge-bot[bot]andGitHub dad14734aa pv: 1.9.42 -> 1.9.44 (#453392) 2025-10-19 08:16:05 +00:00
nixpkgs-merge-bot[bot]andGitHub 77d4936d9e cargo-modules: 0.24.3 -> 0.25.0 (#453380) 2025-10-19 08:15:53 +00:00
Nikolay KorotkiyandGitHub 6c3ec874b6 pffft: 0-unstable-2022-04-10 -> 0-unstable-2025-06-09 (#453369) 2025-10-19 07:58:55 +00:00
GrimmauldandGitHub f8faf457be balsa: update to webkitgtk_4_1 (#453331) 2025-10-19 07:46:23 +00:00
nixpkgs-merge-bot[bot]andGitHub 7aa1ff1c82 emmylua-ls: 0.15.0 -> 0.16.0 (#453444) 2025-10-19 07:45:19 +00:00
nixpkgs-merge-bot[bot]andGitHub 01d0322dcc emmylua-check: 0.15.0 -> 0.16.0 (#453443) 2025-10-19 07:45:01 +00:00
R. Ryantm 0400eba85c python3Packages.svg-py: 1.9.1 -> 1.9.2 2025-10-19 07:33:33 +00:00
nixpkgs-merge-bot[bot]andGitHub 9275c35347 amnezia-vpn: 4.8.10.0 -> 4.8.11.0 (#451674) 2025-10-19 06:45:05 +00:00
R. Ryantm 90ed1de459 emmylua-ls: 0.15.0 -> 0.16.0 2025-10-19 06:12:48 +00:00
R. Ryantm 540d3fc291 emmylua-check: 0.15.0 -> 0.16.0 2025-10-19 06:10:49 +00:00
jasonxue 99938cd65a codex: 0.46.0 -> 0.47.0 2025-10-19 13:37:45 +08:00
R. Ryantm 1995472439 python3Packages.iamdata: 0.1.202510181 -> 0.1.202510191 2025-10-19 05:37:39 +00:00
Yiyu Zhou 7af066a57b opencode: 0.15.4 -> 0.15.8 2025-10-18 22:21:25 -07:00
zowoqandGitHub b7ecb71b42 gdu: fix test skipping (#453267) 2025-10-19 05:21:19 +00:00
Lin JianandGitHub 7b1b81b8b0 emacsPackages: don't set preBuild or patches to null (#452898) 2025-10-19 05:06:24 +00:00
Marien Zwart 17cb17c700 emacsPackages: don't set attributes to null
Depending on the version of the package from MELPA, nixpkgs can set
attributes like `preBuild` or `patches` to `null`. `mkDerivation`
filters out `null`, so this has the desirable effect of not
unnecessarily changing the actual derivation. But it is inconvenient
when using `overrideAttrs`: it breaks the common pattern of
`(previousAttrs.preBuild or "") + ''...''` (also used elsewhere in the
files this commit changes), which will fail to coerce `null` to a string
or list to append to.

Fix this everywhere attributes are set to null, by defaulting to `""` or
`[ ]` instead.

We cannot set the attribute conditionally, because the attributes names
returned by `overrideAttrs` cannot depend on `finalAttrs` (only the
values can).

This changes some helpers that are (indirectly) used by several
packages, but that part of the change is effectively a noop, because the
attributes involved are always set (either by the helper or on the
original derivation).
2025-10-19 15:50:50 +11:00
Marien Zwart 0bd2e2737c emacsPackages.bpr: fix future preBuild
We conditionally set `preBuild` depending on version. For a new enough
version of the `bpr` package, we would set `preBuild` to the
`previousAttrs` attrset.

This looks like a copy/paste error, so fix it.

This code is currently not reachable: it would need a newer version of
`bpr`, which has had no changes upstream for several years.
2025-10-19 15:50:46 +11:00
Masum RezaandGitHub 1b75f7a45b fetchmail: 6.5.6 -> 6.5.7 (#453383) 2025-10-19 03:36:38 +00:00
Yohann BonifaceandGitHub 0f94f7f61b kdePackages.qodeassist-plugin: 0.7.0 -> 0.7.1 (#453263) 2025-10-19 03:35:42 +00:00
dotlambdaandGitHub 36b4f0e147 python3Packages.castepxbin: 0.3.0 -> 0.3.1 (#453375) 2025-10-19 03:24:54 +00:00
Robert Schütz 7e55fdeac9 python3Packages.castepxbin: add meta.changelog 2025-10-18 20:06:23 -07:00
R. RyantmandRobert Schütz f6da335e9b python3Packages.castepxbin: 0.3.0 -> 0.3.1 2025-10-18 20:05:34 -07:00
nixpkgs-merge-bot[bot]andGitHub 1f71fe342f lux-cli: 0.18.2 -> 0.18.5 (#453338) 2025-10-19 03:04:20 +00:00
dotlambdaandGitHub 8aea4834b8 deltachat-desktop: 2.20.0 -> 2.22.0 (#453329) 2025-10-19 03:04:01 +00:00
dotlambdaandGitHub 7dd822923f python3Packages.uhashring: init at 2.4 (#453091) 2025-10-19 03:03:16 +00:00
Bobby RongandGitHub 5e8994b900 xfce.thunar: 4.20.5 -> 4.20.6 (#453113) 2025-10-19 03:00:09 +00:00
Austin HorstmanandGitHub dd37354a81 vimPlugins.avante-nvim: 0.0.27-unstable-2025-10-12 -> 0.0.27-unstable-2025-10-18 (#453396) 2025-10-19 02:48:20 +00:00
Alexis Williams 65e83db1d8 python3Packages.uhashring: init at 2.4 2025-10-18 19:05:11 -07:00
nixpkgs-merge-bot[bot]andGitHub 295df891a9 ruffle: 0.2.0-nightly-2025-10-12 -> 0.2.0-nightly-2025-10-18 (#453194) 2025-10-19 01:45:52 +00:00
R. Ryantm e591b7342d vimPlugins.avante-nvim: 0.0.27-unstable-2025-10-12 -> 0.0.27-unstable-2025-10-18 2025-10-19 01:24:43 +00:00
nixpkgs-merge-bot[bot]andGitHub 1e4a38c6d8 files-cli: 2.15.111 -> 2.15.121 (#453265) 2025-10-19 00:47:58 +00:00
R. Ryantm 10e5452761 cdncheck: 1.2.5 -> 1.2.6 2025-10-19 00:47:46 +00:00
R. Ryantm d81562b2c4 pv: 1.9.42 -> 1.9.44 2025-10-19 00:47:30 +00:00
R. Ryantm f69b6b89fb fetchmail: 6.5.6 -> 6.5.7 2025-10-19 00:46:39 +00:00
R. Ryantm ebc81d5c9f cargo-modules: 0.24.3 -> 0.25.0 2025-10-19 00:32:35 +00:00
Matt SturgeonandGitHub a2c92aa347 keymap-drawer: init tests (#452948) 2025-10-19 00:26:49 +00:00