Commit Graph

968834 Commits

Author SHA1 Message Date
Michael Daniels 58d09c8cda Merge branch 'staging-next' into staging 2026-03-23 17:22:18 -04:00
Nick Cao 0ab13ab0bf ell: 0.82 -> 0.83 (#502121) 2026-03-23 20:22:50 +00:00
Emily 0420737a75 gn: 0-unstable-2026-01-07 -> 0-unstable-2026-02-05 (#502639) 2026-03-23 18:45:34 +00:00
nixpkgs-ci[bot] 63bfe7ee61 Merge master into staging-next 2026-03-23 18:18:26 +00:00
nixpkgs-ci[bot] ecca25535d apkeditor: 1.4.7 -> 1.4.8 (#502678) 2026-03-23 17:57:50 +00:00
Gergő Gutyina 62fa25e532 dunst: 1.13.1 -> 1.13.2 (#502662) 2026-03-23 17:53:43 +00:00
sternenseemann 0589a5faa6 pkgsCross.ghcjs.ghc: fix rts/Types.h missing for GHC >= 9.12.3 (#502348) 2026-03-23 17:53:21 +00:00
K900 219492ed2d openldap: enable spasswd for sasl passthrough authentication (#490720) 2026-03-23 17:51:36 +00:00
dotlambda 655ec1f231 python3Packages.radios: relax pycountry version constraint (#502729) 2026-03-23 17:48:34 +00:00
dotlambda 5db73f65f9 python3Packages.django-money: init at 3.6.0 (#501852) 2026-03-23 17:47:35 +00:00
Dmitry Kalinkin 72f809d41e python3Packages.snakemake-interface-logger-plugins: 2.0.0 -> 2.0.1 (#502313) 2026-03-23 17:44:26 +00:00
Jamie Magee bd7440b03d python3Packages.radios: relax pycountry version constraint
pycountry was updated from 24.6.1 to 26.2.16 (#491301), but radios
pins pycountry to ^24.0.0 (i.e. <25). The only pycountry API radios
uses is countries.get(alpha_2=...), which is unchanged in v26.

Upstream has an open PR to bump the constraint (frenck/python-radios#1483)
but no release yet.

Use pythonRelaxDepsHook to drop the upper bound until upstream releases.
2026-03-23 10:42:39 -07:00
misuzu c38b817842 qsv: 17.0.0 -> 18.0.0 (#502101) 2026-03-23 17:40:32 +00:00
dotlambda e040abdf3c python3Packages.urllib3-future: 2.17.901 -> 2.17.903 (#502707) 2026-03-23 17:39:17 +00:00
Connor Baker 11bb3eecbc python3Packages.tensorflow-datasets: fix tests (#502523) 2026-03-23 17:19:49 +00:00
Sandro 719acd5ae9 qt6Packages.qtmultimedia: move NIX_LDFLAGS into env for structuredAttrs (#502552) 2026-03-23 17:16:35 +00:00
Sandro f5ad70fd6b nextcloud-client: 4.0.7 -> 4.0.8 (#501692) 2026-03-23 17:16:17 +00:00
Sandro e3a233b297 tuxbox: 3.0.1 -> 3.1.0 (#499363) 2026-03-23 17:15:03 +00:00
Winter 7a0d898a49 buildRustCrate: remap rustc store path to break rust-src closure leak (#502714) 2026-03-23 17:14:34 +00:00
Sandro 3b9b472d6a fly: 8.1.0 -> 8.1.1 (#501770) 2026-03-23 17:13:49 +00:00
nixpkgs-ci[bot] 4621bf9fa0 gotosocial: 0.21.1 -> 0.21.2 (#502677) 2026-03-23 17:03:53 +00:00
nixpkgs-ci[bot] 6795190c14 jpegli: 0-unstable-2025-02-11 -> 0-unstable-2026-03-20 (#502446) 2026-03-23 17:03:43 +00:00
nixpkgs-ci[bot] 97f9ff08fd fiddler-everywhere: 7.7.0 -> 7.7.1 (#502402) 2026-03-23 17:03:40 +00:00
Bernardo Meurer 5e5359538d buildRustCrate: make --cap-lints configurable (#502704) 2026-03-23 17:03:15 +00:00
Bernardo Meurer Costa a523dd74ac buildRustCrate: make --cap-lints configurable
lib.sh previously hardcoded `--cap-lints allow` in both build_lib and
build_bin. Since rustc only honours the first `--cap-lints` it sees,
appending a different level via `extraRustcOpts` had no effect, making
it impossible to run clippy (or any lint-based tooling) through
buildRustCrate without wrapper scripts that strip the argument.

This adds a `capLints` parameter (default `"allow"`, preserving current
behaviour) that can be set per-crate or via `.override`:

    (myCrate { }).override { capLints = "warn"; }
2026-03-23 16:56:09 +00:00
Gaétan Lepage 27298c9e65 proton-pass-cli: fix versionCheckHook (#502675) 2026-03-23 16:47:24 +00:00
Gaétan Lepage c8ebda8f09 python3Packages.nvidia-ml-py: 13.590.48 -> 13.595.45 (#502525) 2026-03-23 16:39:38 +00:00
Bernardo Meurer Costa e85060f58c buildRustCrate: remap rustc store path to break rust-src closure leak
When the rust-src component is installed (common with rust-overlay
toolchains via rust-toolchain.toml), rustc unvirtualises libstd source
paths. Panic locations from monomorphised generic std code
(BTreeMap, VecDeque, sync primitives, etc.) then embed the toolchain
store path in .rodata, pulling the entire multi-GB toolchain into the
runtime closure.

This is not an RPATH issue — stdenv's patchelf --shrink-rpath already
cleans that. The reference is a core::panic::Location string.

Remap the rustc store path to /rustc so panic messages stay readable
but no longer create a store-path dependency. This is a no-op for
toolchains without rust-src (the prefix simply never matches).
2026-03-23 16:39:28 +00:00
Nikolay Korotkiy 8676e942ca jsoncons: 1.5.0 -> 1.6.0 (#502674) 2026-03-23 16:39:12 +00:00
nixpkgs-ci[bot] ea1c6977ef microsoft-edge: 145.0.3800.97 -> 146.0.3856.62 (#501659) 2026-03-23 16:36:03 +00:00
Gaétan Lepage 8722e05360 orca-slicer: 2.3.1 -> 2.3.2 (#495746) 2026-03-23 16:34:43 +00:00
Markus Kowalewski 5a19438a17 openmolcas: fix hash after release tag has moved (#502522) 2026-03-23 16:27:28 +00:00
Fabián Heredia Montiel 4d704cc183 metals: add metals-mcp binary for MCP server support (#500736) 2026-03-23 16:26:47 +00:00
R. Ryantm 7058eb751c python3Packages.urllib3-future: 2.17.901 -> 2.17.903 2026-03-23 16:22:48 +00:00
Markus Kowalewski 9a66659266 python3Packages.biopython: fix numpy >= 2.4 compatibility (#502642) 2026-03-23 16:12:58 +00:00
Bobby Rong a1edc33533 vscode: 1.111.0 -> 1.112.0 (#501843) 2026-03-23 16:11:32 +00:00
nixpkgs-ci[bot] 942e15e77c spicedb: 1.49.1 -> 1.50.0 (#497115) 2026-03-23 16:09:06 +00:00
Markus Kowalewski df28e3fcb8 python3Packages.pyscf: fix numpy/scipy scalar conversion issues (#502520) 2026-03-23 16:06:44 +00:00
Sandro 3b967580cd mobilizon: 5.2.2 -> 5.2.3 (#502679) 2026-03-23 16:03:27 +00:00
K900 acd688120b libldac-dec: fix decoder initialization failure (#502690) 2026-03-23 16:01:46 +00:00
Paul Haerle c0f994550e python3Packages.cron-descriptor: 2.0.6 -> 2.0.8 (#502647) 2026-03-23 15:55:44 +00:00
Aliaksandr 392ecf3352 libldac-dec: fix decoder initialization failure
`ldacBT_init_handle_decode` passes `hLdacBT->cci`, `hLdacBT->frmlen`,
and `hLdacBT->frm_status` to `ldaclib_set_config_info()` before they
are assigned, causing `LDACBT_ERR_FATAL` on every decode init.

This breaks PipeWire 1.6+'s LDAC codec entirely, since the SPA plugin
treats decoder init failure as fatal and refuses to initialize the
encoder too.

Move the struct member assignments before the function call that uses
them.
2026-03-23 17:54:52 +02:00
Bobby Rong d563dac079 webkitgtk_6_0: 2.50.6 → 2.52.0 (#501831) 2026-03-23 15:46:01 +00:00
Leona Maroni 599d9b8a41 varnish80: init at 8.0.1 (#501601) 2026-03-23 15:40:29 +00:00
nixpkgs-ci[bot] 3ef3ae7c8f clickhouse-lts: 25.8.18.1-lts -> 25.8.20.4-lts (#502144) 2026-03-23 15:40:26 +00:00
Pol Dellaiera cc0fcdd587 hugo: 0.155.3 -> 0.158.0 (#502512) 2026-03-23 15:34:10 +00:00
Pol Dellaiera 5912db1d87 servo: remove supinie from maintainers (#500469) 2026-03-23 15:24:55 +00:00
Pol Dellaiera 3cd78edcd9 netbird: use buildGo125Module (#502502) 2026-03-23 15:24:24 +00:00
Marcin Serwin 303eac2e90 ttypr: init at 0.3.6 (#429490) 2026-03-23 15:23:26 +00:00
Martin Weinelt ef7d055207 home-assistant-custom-lovelace-modules.sankey-chart: 3.10.0 -> 3.10.1 (#502673) 2026-03-23 15:14:23 +00:00