R. Ryantm
e7bc431986
python312Packages.pylacus: 1.13.2 -> 1.14.0
2025-04-22 14:23:12 +00:00
Maximilian Bosch and GitHub
7a48cf7a02
Merge: postgresqlPackages: add "asserts" option to postgresqlTestExtensions ( #398205 )
2025-04-22 16:10:28 +02:00
Maximilian Bosch and GitHub
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 and GitHub
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 and GitHub
4c336c55b2
Merge: nextcloud29: drop ( #397974 )
2025-04-22 15:56:50 +02:00
Aleksana and GitHub
10b989b3e2
fntsample: drop ( #400549 )
2025-04-22 21:52:17 +08:00
Thiago Kenji Okada and GitHub
6361667c91
nixos/doc/rl2505: Fix a typo ( #400849 )
2025-04-22 14:48:33 +01:00
R. Ryantm
3fcd89aa6c
python312Packages.pybase64: 1.4.0 -> 1.4.1
2025-04-22 13:46:37 +00:00
Maximilian Bosch and GitHub
38f8e660c4
Merge: curlie: 1.7.2 -> 1.8.2 ( #400480 )
2025-04-22 15:41:34 +02:00
R. Ryantm
c07687986b
python312Packages.aioairzone-cloud: 0.6.11 -> 0.6.12
2025-04-22 13:40:31 +00:00
Sandro and GitHub
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 and GitHub
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
misilelab
cbfa0a9bcb
python3Packages.dep-logic: add misilelab to maintainers
...
Signed-off-by: misilelab <misileminecord@gmail.com >
2025-04-22 22:24:17 +09:00
Gaétan Lepage and GitHub
264d65c519
wsrepl: cleanup, fix ( #400834 )
2025-04-22 15:12:19 +02:00
Gaétan Lepage and GitHub
c55e8e47af
rich-cli: fix build ( #400831 )
2025-04-22 15:11:16 +02:00
R. Ryantm
f0887fbd7f
keymapp: 1.3.5 -> 1.3.6
2025-04-22 13:10:40 +00:00
Gaétan Lepage and GitHub
a5424d37bb
python312Packages.ollama: cleanup, allow networking in darwin sandbox ( #400824 )
2025-04-22 14:59:23 +02:00
Simon Hauser
de199835d0
mariadb_105: remove due to EOL
...
End of life is on 2025-06-24, see https://mariadb.org/about/#maintenance-policy
2025-04-22 14:47:57 +02:00
Wolfgang Walther and GitHub
06979b75cd
pgbackrest: 2.54.2 -> 2.55.0 ( #400713 )
2025-04-22 12:46:03 +00:00
Gaetan Lepage
9f90ef1f5c
wsrepl: cleanup, fix
2025-04-22 14:46:03 +02:00
Gaétan Lepage and GitHub
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
R. Ryantm
c7dd612b98
gopass-hibp: 1.15.15 -> 1.15.16
2025-04-22 12:38:10 +00:00
Gaetan Lepage
4e6de40650
rich-cli: fix build
2025-04-22 14:27:49 +02:00
aleksana and Alyssa Ross
00a5791030
make-bootstrap-tools-cross: add loongarch64-unknown-linux-gnu
2025-04-22 13:59:51 +02:00
aleksana and Alyssa Ross
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 and Alyssa Ross
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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 and Yureka
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