Artem Leshchev
fb932783c4
lib.licenses.bzip2: add
...
The identifier is not versioned, as the version there is an artifact of
an incorrect interpretation of the documentation, other variants are now
deprecated.
2026-03-23 13:14:25 -05:00
nixpkgs-ci[bot] and GitHub
ecca25535d
apkeditor: 1.4.7 -> 1.4.8 ( #502678 )
2026-03-23 17:57:50 +00:00
Gergő Gutyina and GitHub
62fa25e532
dunst: 1.13.1 -> 1.13.2 ( #502662 )
2026-03-23 17:53:43 +00:00
sternenseemann and GitHub
0589a5faa6
pkgsCross.ghcjs.ghc: fix rts/Types.h missing for GHC >= 9.12.3 ( #502348 )
2026-03-23 17:53:21 +00:00
dotlambda and GitHub
655ec1f231
python3Packages.radios: relax pycountry version constraint ( #502729 )
2026-03-23 17:48:34 +00:00
dotlambda and GitHub
5db73f65f9
python3Packages.django-money: init at 3.6.0 ( #501852 )
2026-03-23 17:47:35 +00:00
Dmitry Kalinkin and GitHub
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 and GitHub
c38b817842
qsv: 17.0.0 -> 18.0.0 ( #502101 )
2026-03-23 17:40:32 +00:00
dotlambda and GitHub
e040abdf3c
python3Packages.urllib3-future: 2.17.901 -> 2.17.903 ( #502707 )
2026-03-23 17:39:17 +00:00
Connor Baker and GitHub
11bb3eecbc
python3Packages.tensorflow-datasets: fix tests ( #502523 )
2026-03-23 17:19:49 +00:00
Sandro and GitHub
719acd5ae9
qt6Packages.qtmultimedia: move NIX_LDFLAGS into env for structuredAttrs ( #502552 )
2026-03-23 17:16:35 +00:00
Sandro and GitHub
f5ad70fd6b
nextcloud-client: 4.0.7 -> 4.0.8 ( #501692 )
2026-03-23 17:16:17 +00:00
Sandro and GitHub
e3a233b297
tuxbox: 3.0.1 -> 3.1.0 ( #499363 )
2026-03-23 17:15:03 +00:00
Winter and GitHub
7a0d898a49
buildRustCrate: remap rustc store path to break rust-src closure leak ( #502714 )
2026-03-23 17:14:34 +00:00
Sandro and GitHub
3b9b472d6a
fly: 8.1.0 -> 8.1.1 ( #501770 )
2026-03-23 17:13:49 +00:00
nixpkgs-ci[bot] and GitHub
4621bf9fa0
gotosocial: 0.21.1 -> 0.21.2 ( #502677 )
2026-03-23 17:03:53 +00:00
nixpkgs-ci[bot] and GitHub
6795190c14
jpegli: 0-unstable-2025-02-11 -> 0-unstable-2026-03-20 ( #502446 )
2026-03-23 17:03:43 +00:00
nixpkgs-ci[bot] and GitHub
97f9ff08fd
fiddler-everywhere: 7.7.0 -> 7.7.1 ( #502402 )
2026-03-23 17:03:40 +00:00
Bernardo Meurer and GitHub
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 and GitHub
27298c9e65
proton-pass-cli: fix versionCheckHook ( #502675 )
2026-03-23 16:47:24 +00:00
Gaétan Lepage and GitHub
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 and GitHub
8676e942ca
jsoncons: 1.5.0 -> 1.6.0 ( #502674 )
2026-03-23 16:39:12 +00:00
nixpkgs-ci[bot] and GitHub
ea1c6977ef
microsoft-edge: 145.0.3800.97 -> 146.0.3856.62 ( #501659 )
2026-03-23 16:36:03 +00:00
Gaétan Lepage and GitHub
8722e05360
orca-slicer: 2.3.1 -> 2.3.2 ( #495746 )
2026-03-23 16:34:43 +00:00
Markus Kowalewski and GitHub
5a19438a17
openmolcas: fix hash after release tag has moved ( #502522 )
2026-03-23 16:27:28 +00:00
Fabián Heredia Montiel and GitHub
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 and GitHub
9a66659266
python3Packages.biopython: fix numpy >= 2.4 compatibility ( #502642 )
2026-03-23 16:12:58 +00:00
Bobby Rong and GitHub
a1edc33533
vscode: 1.111.0 -> 1.112.0 ( #501843 )
2026-03-23 16:11:32 +00:00
nixpkgs-ci[bot] and GitHub
942e15e77c
spicedb: 1.49.1 -> 1.50.0 ( #497115 )
2026-03-23 16:09:06 +00:00
Markus Kowalewski and GitHub
df28e3fcb8
python3Packages.pyscf: fix numpy/scipy scalar conversion issues ( #502520 )
2026-03-23 16:06:44 +00:00
Sandro and GitHub
3b967580cd
mobilizon: 5.2.2 -> 5.2.3 ( #502679 )
2026-03-23 16:03:27 +00:00
Paul Haerle and GitHub
c0f994550e
python3Packages.cron-descriptor: 2.0.6 -> 2.0.8 ( #502647 )
2026-03-23 15:55:44 +00:00
Bobby Rong and GitHub
d563dac079
webkitgtk_6_0: 2.50.6 → 2.52.0 ( #501831 )
2026-03-23 15:46:01 +00:00
Leona Maroni and GitHub
599d9b8a41
varnish80: init at 8.0.1 ( #501601 )
2026-03-23 15:40:29 +00:00
nixpkgs-ci[bot] and GitHub
3ef3ae7c8f
clickhouse-lts: 25.8.18.1-lts -> 25.8.20.4-lts ( #502144 )
2026-03-23 15:40:26 +00:00
Pol Dellaiera and GitHub
cc0fcdd587
hugo: 0.155.3 -> 0.158.0 ( #502512 )
2026-03-23 15:34:10 +00:00
Pol Dellaiera and GitHub
5912db1d87
servo: remove supinie from maintainers ( #500469 )
2026-03-23 15:24:55 +00:00
Pol Dellaiera and GitHub
3cd78edcd9
netbird: use buildGo125Module ( #502502 )
2026-03-23 15:24:24 +00:00
Marcin Serwin and GitHub
303eac2e90
ttypr: init at 0.3.6 ( #429490 )
2026-03-23 15:23:26 +00:00
Martin Weinelt and GitHub
ef7d055207
home-assistant-custom-lovelace-modules.sankey-chart: 3.10.0 -> 3.10.1 ( #502673 )
2026-03-23 15:14:23 +00:00
nixpkgs-ci[bot] and GitHub
a02ac98e40
lepton-jpeg-util: 0.5.3 -> 0.5.8 ( #502451 )
2026-03-23 15:12:31 +00:00
Connor Baker and GitHub
cfd6ba8fd3
python3Packages.kserve: skip failing tests ( #502341 )
2026-03-23 15:10:10 +00:00
Connor Baker and GitHub
55629aa82d
python3Packages.lancedb: 0.29.2 -> 0.30.1 ( #501794 )
2026-03-23 15:09:25 +00:00
Connor Baker and GitHub
3061d91f8c
python3Packages.bitsandbytes: 0.49.1 -> 0.49.2 ( #501796 )
2026-03-23 15:08:36 +00:00
Doron Behar and GitHub
3c219e1115
python3Packages.pint-xarray: fix build ( #502428 )
2026-03-23 17:13:39 +02:00
Doron Behar and GitHub
f9f800ad30
python3Packages.hepuints: fix build ( #502435 )
2026-03-23 17:12:55 +02:00