Philip Taron
ec813775ca
wine: hardcode sources_file path in update script
...
Replace `__curPos.file` with a hardcoded path. The update script
already assumes it runs from the nixpkgs root (via `import ./. {}`),
so the path is stable.
2026-03-19 11:45:37 -07:00
Philip Taron
615f7910c2
nixos/nix-builder-vm: use writeTextFile directly
...
Replace `writeShellScriptBin` + `overrideAttrs` with a direct
`writeTextFile` call, which accepts `meta` and `passthru` natively.
This removes the need for both `overrideAttrs` and `pos = __curPos`.
2026-03-19 11:45:36 -07:00
Philip Taron
637e7d8b51
corretto: remove unnecessary pos = __curPos
...
The comment said "Some of the OpenJDK derivation set their `pos` by
hand" but this is no longer true since the OpenJDK deduplication into
generic.nix. Since OpenJDK no longer sets `pos`, mkDerivation's
fallback finds `meta.description` via `builtins.unsafeGetAttrPos` in
the `oldAttrs.meta // { ... }` merge, which already points to
mk-corretto.nix.
2026-03-19 11:45:36 -07:00
Philip Taron
05aa64cb7c
openra_2019: replace recursiveUpdate with // for meta
...
Pass `meta` from mod/engine call sites instead of `description`,
`homepage`, and `pos` as separate attributes. This lets `mod.nix` and
`engine.nix` merge meta with `//` instead of `recursiveUpdate`, so
`builtins.unsafeGetAttrPos` finds `meta.description` at each call site,
making the `pos = __curPos` workaround unnecessary.
2026-03-19 11:45:36 -07:00
Philip Taron
f42d6c1cd4
hadoop: replace recursiveUpdate with // for meta
...
Replace `lib.recursiveUpdate` with `//` so that
`builtins.unsafeGetAttrPos` can find `meta.description` at its
definition site, making the `pos = __curPos` workaround unnecessary.
2026-03-19 11:45:36 -07:00
Philip Taron
ae276351ab
beats 7.x: refactor
...
Replace `recursiveUpdate` with `//` and explicit `meta`/`passthru`
merging so that `builtins.unsafeGetAttrPos` can find `meta.description`
at each call site, making the `pos = __curPos` workaround unnecessary.
Also adopt the `finalAttrs` pattern and use `tag` instead of `rev` in
`fetchFromGitHub`.
2026-03-19 11:45:35 -07:00
Nick Cao and GitHub
210c67c26c
pulumi-bin: 3.225.1 -> 3.226.0 ( #500964 )
2026-03-18 20:47:37 +00:00
Nick Cao and GitHub
a2259e10a0
fcitx5-chewing: 5.1.10 -> 5.1.11 ( #501012 )
2026-03-18 20:46:22 +00:00
Nick Cao and GitHub
5878b7c870
kdePackages.fcitx5-unikey: 5.1.9 -> 5.1.10 ( #501010 )
2026-03-18 20:45:57 +00:00
Nick Cao and GitHub
c82d072274
fcitx5-table-extra: 5.1.10 -> 5.1.11 ( #501009 )
2026-03-18 20:45:14 +00:00
Nick Cao and GitHub
c2b0a5fcdd
fcitx5-bamboo: 1.0.9 -> 1.0.10 ( #501008 )
2026-03-18 20:44:58 +00:00
Nick Cao and GitHub
591c7ab35b
fcitx5-rime: 5.1.12 -> 5.1.13 ( #501005 )
2026-03-18 20:44:29 +00:00
Nick Cao and GitHub
da0e9902e9
fcitx5-m17n: 5.1.5 -> 5.1.6 ( #501004 )
2026-03-18 20:44:01 +00:00
Nick Cao and GitHub
8754ce75c0
fcitx5-table-other: 5.1.5 -> 5.1.6 ( #501003 )
2026-03-18 20:43:47 +00:00
Gaétan Lepage and GitHub
758416c9e2
iverilog: 12.0 -> 13.0 ( #497168 )
2026-03-18 20:43:32 +00:00
Nick Cao and GitHub
4d1a646424
grafanaPlugins.frser-sqlite-datasource: 3.8.2 -> 4.0.1 ( #501001 )
2026-03-18 20:43:27 +00:00
Gaétan Lepage and GitHub
04637fc115
python-ly: add yiyu as maintainer, cleanup ( #498736 )
2026-03-18 20:43:00 +00:00
Nick Cao and GitHub
02465c5629
python3Packages.dynaconf: 3.2.12 -> 3.2.13 ( #500992 )
2026-03-18 20:42:17 +00:00
Felix Bargfeldt and GitHub
79d21313c0
radicle-node-unstable: fix update script ( #501073 )
2026-03-18 20:41:45 +00:00
Nick Cao and GitHub
a96e5d6e41
python3Packages.greynoise: 3.0.1 -> 3.0.2 ( #500988 )
2026-03-18 20:41:30 +00:00
Nick Cao and GitHub
b683d381b8
prose: 0.5.0 -> 0.6.2 ( #501047 )
2026-03-18 20:40:27 +00:00
Nick Cao and GitHub
a54c903c80
elan: 4.2.0 -> 4.2.1 ( #501045 )
2026-03-18 20:39:45 +00:00
Nick Cao and GitHub
9ceae684f1
doctl: 1.151.0 -> 1.152.0 ( #501044 )
2026-03-18 20:39:17 +00:00
Nick Cao and GitHub
63aa5d5170
python3Packages.jianpu-ly: 1.865 -> 1.866 ( #501031 )
2026-03-18 20:38:31 +00:00
Nick Cao and GitHub
a23e99afc3
home-assistant-custom-components.xiaomi_miot: 1.1.3 -> 1.1.4 ( #501029 )
2026-03-18 20:38:04 +00:00
Nick Cao and GitHub
007bc0946d
rcon-cli: 1.7.3 -> 1.7.4 ( #501022 )
2026-03-18 20:37:15 +00:00
Nick Cao and GitHub
6e6aabf5f9
python3Packages.cyclonedx-python-lib: 11.6.0 -> 11.7.0 ( #501076 )
2026-03-18 20:36:35 +00:00
Defelo
ed87510abe
radicle-node-unstable: fix update script
...
Ensure pre-releases like `1.7.0-rc.1` are not chosen when the respective
full release (i.e. `1.7.0`) is available.
2026-03-18 21:36:01 +01:00
Nick Cao and GitHub
8dad5ed3d0
python3Packages.garth: 0.6.3 -> 0.7.9 ( #501075 )
2026-03-18 20:35:37 +00:00
Nick Cao and GitHub
d10666a36b
python3Packages.mypy-boto3-*: update ( #501074 )
2026-03-18 20:34:46 +00:00
Nick Cao and GitHub
4fcdb595c6
files-cli: 2.15.211 -> 2.15.220 ( #501072 )
2026-03-18 20:34:13 +00:00
Nick Cao and GitHub
47f1c104ab
routedns: 0.1.140 -> 0.1.151 ( #501055 )
2026-03-18 20:32:30 +00:00
Nick Cao and GitHub
365dcd8b80
algia: 0.0.106 -> 0.0.107 ( #501052 )
2026-03-18 20:30:30 +00:00
Nick Cao and GitHub
6b74516c79
coc-texlab: 0-unstable-2026-03-07 -> 0-unstable-2026-03-11 ( #500786 )
2026-03-18 20:28:21 +00:00
Nick Cao and GitHub
48d565d787
coroot-node-agent: 1.28.3 -> 1.29.0 ( #500830 )
2026-03-18 20:27:25 +00:00
Sandro and GitHub
3500019378
vips: 8.18.0 -> 8.18.1 ( #501060 )
2026-03-18 20:26:10 +00:00
Nick Cao and GitHub
59a6001336
sqlcipher: 4.13.0 -> 4.14.0 ( #500806 )
2026-03-18 20:26:03 +00:00
Nick Cao and GitHub
1e8e328f48
rsgain: 3.6 -> 3.7 ( #500805 )
2026-03-18 20:23:38 +00:00
Nick Cao and GitHub
656f02bc0c
spaceship-prompt: 4.21.1 -> 4.22.0 ( #500802 )
2026-03-18 20:22:59 +00:00
Nick Cao and GitHub
1c54d20be0
fcitx5-anthy: 5.1.9 -> 5.1.10 ( #500878 )
2026-03-18 20:21:49 +00:00
Nick Cao and GitHub
566ce5edde
fcitx5-hangul: 5.1.8 -> 5.1.9 ( #500877 )
2026-03-18 20:21:23 +00:00
Nick Cao and GitHub
a957401b24
sqlite-vec: add sarahec as maintainer ( #500848 )
2026-03-18 20:18:28 +00:00
Nick Cao and GitHub
c4f432347c
mpls: 0.20.0 -> 0.20.1 ( #500844 )
2026-03-18 20:17:32 +00:00
Nick Cao and GitHub
fdb0d21516
contact: 1.4.17 -> 1.4.22 ( #500913 )
2026-03-18 20:13:19 +00:00
Nick Cao and GitHub
72fc109e34
pkgsite: 0-unstable-2026-03-09 -> 0-unstable-2026-03-17 ( #500910 )
2026-03-18 20:12:56 +00:00
Nick Cao and GitHub
01a55e90aa
ssm-session-manager-plugin: 1.2.779.0 -> 1.2.792.0 ( #500904 )
2026-03-18 20:11:17 +00:00
Nick Cao and GitHub
9d76339834
go-containerregistry: 0.21.2 -> 0.21.3 ( #500899 )
2026-03-18 20:09:40 +00:00
Nick Cao and GitHub
3d90f0f7ec
kdePackages.fcitx5-configtool: 5.1.12 -> 5.1.13 ( #500885 )
2026-03-18 20:08:55 +00:00
Nick Cao and GitHub
960d0dd151
fcitx5-gtk: 5.1.5 -> 5.1.6 ( #500884 )
2026-03-18 20:08:18 +00:00
dotlambda and GitHub
3e22409b2a
python3Packages.libusb-package: hardcode library path ( #500849 )
2026-03-18 20:07:47 +00:00