Colin
ff1812f73c
clapper-unwrapped: fix cross compilation
2025-04-22 15:51:11 +00:00
Gaétan Lepage
ccbbb0b049
uv: 0.6.14 -> 0.6.16 ( #400848 )
2025-04-22 17:00:07 +02:00
Markus Kowalewski
5de78aef67
libint: 2.9.0 -> 2.10.2 ( #399702 )
2025-04-22 16:56:46 +02:00
Peder Bergebakken Sundt
2110ff3288
stm32cubemx: fix broken package updates ( #394337 )
2025-04-22 16:38:48 +02:00
Peder Bergebakken Sundt
dda4564375
python312Packages.pdoc: 15.0.2 -> 15.0.3 ( #400706 )
2025-04-22 16:35:01 +02:00
Ben Siraphob
8ebefffd8c
coqPackages_8_20.coq-hammer: init at v1.3.2 ( #400855 )
2025-04-22 10:23:15 -04:00
Maximilian Bosch
7a48cf7a02
Merge: postgresqlPackages: add "asserts" option to postgresqlTestExtensions ( #398205 )
2025-04-22 16:10:28 +02:00
Maximilian Bosch
2cb444f4fc
Merge: nixos/nextcloud: S3: Rename autocreate (a no-op) to verify_bucket_exists ( #399629 )
2025-04-22 16:03:51 +02:00
Gaétan Lepage
6545d4f556
python312Packages.textual: 3.1.0 -> 3.1.1 ( #400821 )
2025-04-22 15:58:20 +02:00
Justin Restivo
7c1ef2ca62
coqPackages_8_20.coq-hammer: init at v1.3.2
2025-04-22 09:58:04 -04:00
Maximilian Bosch
4c336c55b2
Merge: nextcloud29: drop ( #397974 )
2025-04-22 15:56:50 +02:00
Aleksana
10b989b3e2
fntsample: drop ( #400549 )
2025-04-22 21:52:17 +08:00
Thiago Kenji Okada
6361667c91
nixos/doc/rl2505: Fix a typo ( #400849 )
2025-04-22 14:48:33 +01:00
Maximilian Bosch
38f8e660c4
Merge: curlie: 1.7.2 -> 1.8.2 ( #400480 )
2025-04-22 15:41:34 +02:00
Sandro
95c60ce683
python312Packages.pycrdt: 0.12.13 -> 0.12.14 ( #400825 )
2025-04-22 15:36:11 +02:00
misilelab
14d6262958
uv: 0.6.14 -> 0.6.16
...
https://github.com/astral-sh/uv/blob/0.6.16/CHANGELOG.md
Signed-off-by: misilelab <misileminecord@gmail.com>
2025-04-22 22:32:18 +09:00
Yaya
4a75d43c31
nixos/doc/rl2505: Fix a typo
2025-04-22 15:31:19 +02:00
Maximilian Bosch
38559e752e
Merge: lon: 0.2.0 ->0.3.0 ( #400615 )
2025-04-22 15:26:13 +02:00
Alyssa Ross
301e9a34a1
pkgsStatic.bcachefs-tools: fix build
...
In pkgsStatic, there is no systemd.pc or udev.pc, so running make
without setting these variables will fail. There's not really any
reason to only set them for installing anyway — in general it's best
to set variables like this for all phases to minimize the risk of a
mismatch between build and install behaviour.
2025-04-22 15:25:12 +02:00
Gaétan Lepage
264d65c519
wsrepl: cleanup, fix ( #400834 )
2025-04-22 15:12:19 +02:00
Gaétan Lepage
c55e8e47af
rich-cli: fix build ( #400831 )
2025-04-22 15:11:16 +02:00
Gaétan Lepage
a5424d37bb
python312Packages.ollama: cleanup, allow networking in darwin sandbox ( #400824 )
2025-04-22 14:59:23 +02:00
Gaetan Lepage
9f90ef1f5c
wsrepl: cleanup, fix
2025-04-22 14:46:03 +02:00
Wolfgang Walther
06979b75cd
pgbackrest: 2.54.2 -> 2.55.0 ( #400713 )
2025-04-22 12:46:03 +00:00
Gaétan Lepage
b3f6a4ed52
nixosTests.haproxy: migrate to runTest ( #400184 )
2025-04-22 14:39:19 +02:00
Gaetan Lepage
76f3fb0d88
seagoat: 0.54.6 -> 0.54.9
...
Diff: https://github.com/kantord/SeaGOAT/compare/refs/tags/v0.54.6...refs/tags/v0.54.9
Changelog: https://github.com/kantord/SeaGOAT/blob/v0.54.9/CHANGELOG.md
2025-04-22 14:38:17 +02:00
Gaetan Lepage
4e6de40650
rich-cli: fix build
2025-04-22 14:27:49 +02:00
aleksana
00a5791030
make-bootstrap-tools-cross: add loongarch64-unknown-linux-gnu
2025-04-22 13:59:51 +02:00
aleksana
b814e3d946
stdenv-bootstrap-tools: use bashNonInteractive
...
Currently bash is bashInteractive, and it depends on readline. We don't
copy readline so bash from bootstrap-tools is broken.
2025-04-22 13:59:51 +02:00
aleksana
81df2570ee
stdenv-bootstrap-tools: don't copy obsolete libutil from glibc
...
Starting from glibc 2.34, all functionality previously implemented in
libpthread, libdl, libutil and libanl are now integrated into libc.
https://lists.gnu.org/archive/html/info-gnu/2021-08/msg00001.html
As loongarch64 support was merged into glibc after 2.34, libutil.so is
no longer in there, thus breaking bootstrap.
https://github.com/loongson-community/discussions/issues/29
libdl is not removed because bash still links against it, and libpthread
is not removed because xgcc depends on it to build libatomic.
2025-04-22 13:59:51 +02:00
teutat3s
d5b9cf4f81
electron-source.electron_33: 33.4.9 -> 33.4.10
...
- Changelog: https://github.com/electron/electron/releases/tag/v33.4.10
- Diff: https://github.com/electron/electron/compare/refs/tags/v33.4.9...v33.4.10
2025-04-22 13:55:18 +02:00
teutat3s
557ad0b3f7
electron-source.electron_34: 34.5.1 -> 34.5.2
...
- Changelog: https://github.com/electron/electron/releases/tag/v34.5.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v34.5.1...v34.5.2
2025-04-22 13:55:18 +02:00
teutat3s
367b9ac665
electron-source.electron_35: 35.1.5 -> 35.2.0
...
- Changelog: https://github.com/electron/electron/releases/tag/v35.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v35.1.5...v35.2.0
2025-04-22 13:55:18 +02:00
teutat3s
5def263fbe
electron-chromedriver_33: 33.4.9 -> 33.4.10
...
- Changelog: https://github.com/electron/electron/releases/tag/v33.4.10
- Diff: https://github.com/electron/electron/compare/refs/tags/v33.4.9...v33.4.10
2025-04-22 13:55:18 +02:00
teutat3s
d1e293cdf7
electron_33-bin: 33.4.9 -> 33.4.10
...
- Changelog: https://github.com/electron/electron/releases/tag/v33.4.10
- Diff: https://github.com/electron/electron/compare/refs/tags/v33.4.9...v33.4.10
2025-04-22 13:55:18 +02:00
teutat3s
6ff55fbed1
electron-chromedriver_34: 34.5.1 -> 34.5.2
...
- Changelog: https://github.com/electron/electron/releases/tag/v34.5.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v34.5.1...v34.5.2
2025-04-22 13:55:18 +02:00
teutat3s
6ddfd4041e
electron_34-bin: 34.5.1 -> 34.5.2
...
- Changelog: https://github.com/electron/electron/releases/tag/v34.5.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v34.5.1...v34.5.2
2025-04-22 13:55:18 +02:00
teutat3s
9a05999c03
electron-chromedriver_35: 35.1.5 -> 35.2.0
...
- Changelog: https://github.com/electron/electron/releases/tag/v35.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v35.1.5...v35.2.0
2025-04-22 13:55:18 +02:00
teutat3s
f9b8a89d0e
electron_35-bin: 35.1.5 -> 35.2.0
...
- Changelog: https://github.com/electron/electron/releases/tag/v35.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v35.1.5...v35.2.0
2025-04-22 13:55:18 +02:00
teutat3s
70b41fb797
electron-chromedriver_35: 35.1.2 -> 35.1.5
...
- Changelog: https://github.com/electron/electron/releases/tag/v35.1.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v35.1.2...v35.1.5
2025-04-22 13:55:18 +02:00
teutat3s
6a7f7b7ba4
electron_35-bin: 35.1.2 -> 35.1.5
...
- Changelog: https://github.com/electron/electron/releases/tag/v35.1.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v35.1.2...v35.1.5
2025-04-22 13:55:18 +02:00
teutat3s
4307c98d6f
electron-chromedriver_34: 34.4.1 -> 34.5.1
...
- Changelog: https://github.com/electron/electron/releases/tag/v34.5.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v34.4.1...v34.5.1
2025-04-22 13:55:18 +02:00
teutat3s
62fd038bf3
electron_34-bin: 34.4.1 -> 34.5.1
...
- Changelog: https://github.com/electron/electron/releases/tag/v34.5.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v34.4.1...v34.5.1
2025-04-22 13:55:18 +02:00
teutat3s
522a03b526
electron-chromedriver_33: 33.4.8 -> 33.4.9
...
- Changelog: https://github.com/electron/electron/releases/tag/v33.4.9
- Diff: https://github.com/electron/electron/compare/refs/tags/v33.4.8...v33.4.9
2025-04-22 13:55:18 +02:00
teutat3s
5b3e3e19f0
electron_33-bin: 33.4.8 -> 33.4.9
...
- Changelog: https://github.com/electron/electron/releases/tag/v33.4.9
- Diff: https://github.com/electron/electron/compare/refs/tags/v33.4.8...v33.4.9
2025-04-22 13:55:18 +02:00
teutat3s
6372031f69
electron-source.electron_35: 35.1.4 -> 35.1.5
...
- Changelog: https://github.com/electron/electron/releases/tag/v35.1.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v35.1.4...v35.1.5
2025-04-22 13:55:18 +02:00
teutat3s
7aefc00532
electron-source.electron_34: 34.5.0 -> 34.5.1
...
- Changelog: https://github.com/electron/electron/releases/tag/v34.5.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v34.5.0...v34.5.1
2025-04-22 13:55:18 +02:00
teutat3s
48c7c6a904
electron-source.electron_33: 33.4.8 -> 33.4.9
...
- Changelog: https://github.com/electron/electron/releases/tag/v33.4.9
- Diff: https://github.com/electron/electron/compare/refs/tags/v33.4.8...v33.4.9
2025-04-22 13:55:18 +02:00
Gaetan Lepage
3fdb31837b
python312Packages.ollama: cleanup, allow networking in darwin sandbox
2025-04-22 13:51:44 +02:00
Gaetan Lepage
8d458da730
python312Packages.textual: 3.1.0 -> 3.1.1
...
Diff: https://github.com/Textualize/textual/compare/refs/tags/v3.1.0...refs/tags/v3.1.1
Changelog: https://github.com/Textualize/textual/blob/v3.1.1/CHANGELOG.md
2025-04-22 13:36:47 +02:00