Commit graph

1,006,322 commits

Author SHA1 Message Date
Jared Baur
1c0d1c0323 tests.trivial-builders: add requireFile test
This asserts that the names of derivations created with requireFile
are not influenced by differing package sets.

(cherry picked from commit cdf24c1fec)
2026-06-12 23:25:04 +00:00
Jared Baur
e880ab5d1d requireFile: use stdenvNoCC
When not using stdenvNoCC with a package-set setup for
cross-compilation, the host platform's target triplet is added as a
suffix to the derivation name, invalidating the requireFile FOD. Using
stdenvNoCC prevents that due to some logic in `make-derivation.nix`,
which more closely matches the behavior before switching to `extendMkDerivation`.

(cherry picked from commit d2d149334a)
2026-06-12 23:25:04 +00:00
Philip Taron
fdb187a3b8
[26.05] tailscale: 1.98.2 -> 1.98.5 (#530876) 2026-06-12 23:13:24 +00:00
Philip Taron
12602a2167
[Backport release-26.05] nix-prefetch-git: disable maintenance mode via environment variables (#531122) 2026-06-12 23:10:47 +00:00
Thomas Gerbet
6a90fcae7e
[Backport release-26.05] python3Packages.daphne: 4.2.1 -> 4.2.2 (#530466) 2026-06-12 22:16:45 +00:00
nixpkgs-ci[bot]
cbee974fcc
[Backport release-26.05] arpa2cm: 1.0.4 -> 1.0.7, modernize, add ngi team (#530967) 2026-06-12 21:43:34 +00:00
Nick Cao
e7e6d131d0
[Backport release-26.05] neatvnc: 0.9.6 -> 1.0.0, wayvnc: 0.9.1 -> 0.10.0 (#531152) 2026-06-12 21:39:37 +00:00
Nick Cao
8bf725a2cf wlvncc: 0-unstable-2025-07-07 -> 0-unstable-2026-04-29
Diff: bc6063aeac...cc0abf87c3
(cherry picked from commit 1bbd587ee3)
2026-06-12 21:13:25 +00:00
Nick Cao
2e7b76815c weston: 15.0.0 -> 15.0.1
Diff: https://gitlab.freedesktop.org/wayland/weston/-/compare/15.0.0...15.0.1
(cherry picked from commit 09d3dec8cb)
2026-06-12 21:13:24 +00:00
Nick Cao
db6647a0b5 wayvnc: 0.9.1 -> 0.10.0
Diff: https://github.com/any1/wayvnc/compare/v0.9.1...v0.10.0

Changelog: https://github.com/any1/wayvnc/releases/tag/v0.10.0
(cherry picked from commit e7362d22b9)
2026-06-12 21:13:24 +00:00
Nick Cao
258b6c00c6 neatvnc: 0.9.6 -> 1.0.0
Diff: https://github.com/any1/neatvnc/compare/v0.9.6...v1.0.0

Changelog: https://github.com/any1/neatvnc/releases/tag/v1.0.0
(cherry picked from commit 5b9438fa89)
2026-06-12 21:13:23 +00:00
Nick Cao
d0bb95c647 aml: 0.3.0 -> 1.0.0
Diff: https://github.com/any1/aml/compare/v0.3.0...v1.0.0
(cherry picked from commit 668c37f709)
2026-06-12 21:13:23 +00:00
isabel
1397b00e74
[backport 26.05] electron-mail: 5.3.6 -> 5.3.7 (#531144) 2026-06-12 20:49:41 +00:00
isabel
0ddf8e0a1d
[backport 26.05] searchix: 0.4.7 -> 0.4.8 (#531143) 2026-06-12 20:49:25 +00:00
Will Fancher
9f1bebc6bc
[Backport release-26.05] systemdUkify: fix missing cryptography dependency (#531131) 2026-06-12 20:34:07 +00:00
Nick Cao
50f728ace6
[Backport release-26.05] python3Packages.stanza: 1.12.1 -> 1.12.2 (#530849) 2026-06-12 20:32:46 +00:00
BatteredBunny
108ec17c73 electron-mail: 5.3.6 -> 5.3.7
(cherry picked from commit db4669fffc)
2026-06-12 23:26:35 +03:00
BatteredBunny
ab7d6b7c14 searchix: 0.4.7 -> 0.4.8
(cherry picked from commit b5114b9e51)
2026-06-12 23:23:16 +03:00
Nick Cao
d8d5e5c27d
[Backport release-26.05] reframe: 1.15.2 -> 1.16.0 (#531128) 2026-06-12 20:01:46 +00:00
Marc 'risson' Schmitt
333fd3591d systemdUkify: fix missing cryptography dependency
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
(cherry picked from commit 69f0475533)
2026-06-12 20:00:41 +00:00
bitbloxhub
31f0658ddd reframe: 1.15.2 -> 1.16.0
(cherry picked from commit 1aa2077de9)
2026-06-12 19:54:47 +00:00
Nick Cao
770f24b979
[Backport release-26.05] reframe: 1.15.1 -> 1.15.2 (#531126) 2026-06-12 19:48:19 +00:00
R. Ryantm
1340322d28 reframe: 1.15.1 -> 1.15.2
(cherry picked from commit 583a2167fd)
2026-06-12 19:42:15 +00:00
Jhonas Wernery
08110893a8
[Backport release-26.05] electron_{40,41,42}: updates (#530940) 2026-06-12 18:38:31 +00:00
Peder Bergebakken Sundt
85a475d4b1
[Backport release-26.05] efficient-compression-tool: fix segfault with gcc15 (#531038) 2026-06-12 18:23:04 +00:00
Pratham Patel
0c646e3ab5 nix-prefetch-git: disable maintenance mode via environment variables
The commit 011471c7f2 ("fetchgit: disable git maintenance") disabled
git's maintenance mode, but that does not affect git repositories with
submodules.

Switch to using the GIT_CONFIG_* environment variables. This is done in
a way to make the approach more generic, but also kinda not the best
("insane") so that it works with any future change, even with
`impureEnvVars`.

Maybe `git -c maintenance.auto=false` can work but I cannot figure out
how to use that here. I would prefer disabling maintenance mode in Git's
derivation itself but did not find any build-time knob to toggle that.

(cherry picked from commit 88cfc54552)
2026-06-12 18:21:11 +00:00
K900
06981faa19
[Backport release-26.05] plocate: Fix the package license (#531088) 2026-06-12 18:14:58 +00:00
Adam C. Stephens
a05555936c
[Backport release-26.05] fractal: 13 -> 14 (#531082) 2026-06-12 18:13:35 +00:00
Masum Reza
f50e5743bc
[Backport release-26.05] nixos/bcachefs: fix scrub command (#531095) 2026-06-12 17:58:16 +00:00
Andreas Wiese
d2149d9ba7 nixos/bcachefs: fix scrub command
Before bcachefs-tools v1.34.0, scrub command was `bcachefs data scrub
…`, then it got `bcachefs scrub …` with the old one still working.  The
old one doesn't work anymore.

Fix the command for `services.bcachefs.autoScrub`, including version switch.

(cherry picked from commit 84ef80c6e7)
2026-06-12 17:50:04 +00:00
Emily
a06029d13f
[Backport release-26.05] {ungoogled-,}chromium,chromedriver: 149.0.7827.102 -> 149.0.7827.114 (#531086) 2026-06-12 17:15:21 +00:00
Skye Soss
a6bb86f3f2 plocate: Fix the package license
(cherry picked from commit c228984ad6)
2026-06-12 17:07:25 +00:00
networkException
c90095eef1 ungoogled-chromium: 149.0.7827.102-1 -> 149.0.7827.114-1
https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_01962725236.html

This update includes 28 security fixes.

CVEs:
CVE-2026-12007 CVE-2026-12008 CVE-2026-12009 CVE-2026-12010
CVE-2026-12011 CVE-2026-12012 CVE-2026-12013 CVE-2026-12014
CVE-2026-12015 CVE-2026-12016 CVE-2026-12017 CVE-2026-12018
CVE-2026-12019 CVE-2026-12020 CVE-2026-12022 CVE-2026-12023
CVE-2026-12024 CVE-2026-12025 CVE-2026-12026 CVE-2026-12027
CVE-2026-12028 CVE-2026-12029 CVE-2026-12030 CVE-2026-12031
CVE-2026-12032 CVE-2026-12033 CVE-2026-12034 CVE-2026-12035

(cherry picked from commit 155a9322c9)
2026-06-12 17:04:10 +00:00
emilylange
f8de5c3ad6 chromium,chromedriver: 149.0.7827.102 -> 149.0.7827.114
https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_01962725236.html

This update includes 28 security fixes.

CVEs:
CVE-2026-12007 CVE-2026-12008 CVE-2026-12009 CVE-2026-12010
CVE-2026-12011 CVE-2026-12012 CVE-2026-12013 CVE-2026-12014
CVE-2026-12015 CVE-2026-12016 CVE-2026-12017 CVE-2026-12018
CVE-2026-12019 CVE-2026-12020 CVE-2026-12022 CVE-2026-12023
CVE-2026-12024 CVE-2026-12025 CVE-2026-12026 CVE-2026-12027
CVE-2026-12028 CVE-2026-12029 CVE-2026-12030 CVE-2026-12031
CVE-2026-12032 CVE-2026-12033 CVE-2026-12034 CVE-2026-12035

(cherry picked from commit 307a2bf66f)
2026-06-12 17:04:10 +00:00
winston
eac9bd5fd9 fractal: 13 -> 14
(cherry picked from commit 3bd59abdd3)
2026-06-12 16:59:27 +00:00
Matt Sturgeon
c0f006512f
[Backport release-26.05] ci: update pinned (#531074) 2026-06-12 16:38:37 +00:00
Michael Daniels
8615b90e98 ci: update pinned
I had managed to not actually include the nixpkgs-vet update (0.3.0 -> 0.3.2)
in my last pin bump.

(cherry picked from commit 524e78abe6)
2026-06-12 16:21:07 +00:00
isabel
37ae5b6f76
[Backport release-26.05] qui: fix build (#531016) 2026-06-12 16:16:04 +00:00
Gaétan Lepage
b4379de8be
[Backport release-26.05] jaq: 3.0.0 -> 3.1.0 (#531050) 2026-06-12 15:21:31 +00:00
Gaetan Lepage
cf8ddc5935 jaq: 3.0.0 -> 3.1.0
Diff: https://github.com/01mf02/jaq/compare/v3.0.0...v3.1.0

Changelog: https://github.com/01mf02/jaq/releases/tag/v3.1.0
(cherry picked from commit a563510997)
2026-06-12 14:33:56 +00:00
Jordan Williams
f08c2075b7 efficient-compression-tool: fix segfault with gcc15
(cherry picked from commit c082c9e150)
2026-06-12 13:48:21 +00:00
Felix Bargfeldt
b1c93e7b9f
[Backport release-26.05] glitchtip: 6.1.6 -> 6.1.8 (#531012) 2026-06-12 12:01:14 +00:00
nixpkgs-ci[bot]
1aa86e2ee0
[Backport release-26.05] libtoxcore: 0.2.22 -> 0.2.23 (#531009) 2026-06-12 11:58:36 +00:00
isabel
72a873a2dd qui: fix build
(cherry picked from commit 0c9fb871ce)
2026-06-12 11:57:45 +00:00
R. Ryantm
4270843839 glitchtip: 6.1.6 -> 6.1.8
(cherry picked from commit bda71c4b71)
2026-06-12 10:53:13 +00:00
R. Ryantm
759172b063 libtoxcore: 0.2.22 -> 0.2.23
(cherry picked from commit f9f9e010cd)
2026-06-12 10:45:46 +00:00
Emily
6e8efb0812
[Backport release-26.05] ungoogled-chromium: 149.0.7827.53-1 -> 149.0.7827.102-1 (#531007) 2026-06-12 10:39:27 +00:00
networkException
dbc1de22d7 ungoogled-chromium: 149.0.7827.53-1 -> 149.0.7827.102-1
https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0153744567.html

This update includes 74 security fixes. Google is aware that an exploit
for CVE-2026-11645 exists in the wild.

CVEs:
CVE-2026-11628 CVE-2026-11629 CVE-2026-11630 CVE-2026-11631
CVE-2026-11632 CVE-2026-11633 CVE-2026-11634 CVE-2026-11635
CVE-2026-11636 CVE-2026-11637 CVE-2026-11638 CVE-2026-11639
CVE-2026-11640 CVE-2026-11641 CVE-2026-11642 CVE-2026-11643
CVE-2026-11644 CVE-2026-11645 CVE-2026-11646 CVE-2026-11647
CVE-2026-11648 CVE-2026-11649 CVE-2026-11650 CVE-2026-11651
CVE-2026-11652 CVE-2026-11653 CVE-2026-11654 CVE-2026-11655
CVE-2026-11656 CVE-2026-11657 CVE-2026-11658 CVE-2026-11659
CVE-2026-11660 CVE-2026-11661 CVE-2026-11662 CVE-2026-11663
CVE-2026-11664 CVE-2026-11665 CVE-2026-11666 CVE-2026-11667
CVE-2026-11668 CVE-2026-11669 CVE-2026-11670 CVE-2026-11671
CVE-2026-11672 CVE-2026-11673 CVE-2026-11674 CVE-2026-11675
CVE-2026-11676 CVE-2026-11677 CVE-2026-11678 CVE-2026-11679
CVE-2026-11680 CVE-2026-11681 CVE-2026-11682 CVE-2026-11683
CVE-2026-11684 CVE-2026-11685 CVE-2026-11686 CVE-2026-11687
CVE-2026-11688 CVE-2026-11689 CVE-2026-11690 CVE-2026-11691
CVE-2026-11692 CVE-2026-11693 CVE-2026-11694 CVE-2026-11695
CVE-2026-11696 CVE-2026-11697 CVE-2026-11698 CVE-2026-11699
CVE-2026-11700 CVE-2026-11701

(cherry picked from commit 95db3d0bb7)
2026-06-12 10:29:44 +00:00
Leona Maroni
5f98107e8e
[Backport release-26.05] gitlab: 18.11.4 -> 18.11.5 (#530943) 2026-06-12 09:32:35 +00:00
nixpkgs-ci[bot]
fcc737f3ca
[Backport release-26.05] bookstack: 26.05 -> 26.05.1 (#530736) 2026-06-12 08:57:44 +00:00