Sergei Trofimovich
aeb2e57094
SDL2_image: 2.8.3 -> 2.8.4
...
Changes: https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.4
2024-12-27 06:18:15 +00:00
K900 and GitHub
26b95a4656
{libsForQt5,kdePackages}.{partitionmanager,kpmcore}: drop ReiserFS support ( #368474 )
2024-12-27 08:20:12 +03:00
rewine and GitHub
eb2023e87d
deepin.deepin-terminal: 6.0.15 -> 6.0.17 ( #368302 )
2024-12-27 13:15:07 +08:00
Pol Dellaiera and GitHub
7cc0bff31a
typstyle: 0.12.13 -> 0.12.14 ( #368430 )
2024-12-27 04:08:00 +01:00
asymmetric and GitHub
4abac0552e
mixxx: 2.4.2 -> 2.5.0 ( #368403 )
...
Changes performed:
- build with Qt6, as per upstream recommendation
- use qtWrapperArgs attr, as shown in Nixpkgs manual
- fix license
- add changelog
2024-12-26 22:00:52 -05:00
R. Ryantm and zowoq
2c0af53cca
terraform-providers.utils: 1.26.0 -> 1.28.0
2024-12-27 12:24:36 +10:00
R. Ryantm and zowoq
bb9f72da77
opentofu: 1.8.7 -> 1.8.8
2024-12-27 12:23:17 +10:00
Anomalocaridid and GitHub
e0e8116c18
vesktop: fix crashing when settings.json or state.json are read-only ( #368221 )
2024-12-26 20:49:20 -05:00
Philip Taron and GitHub
3eecbac9c5
mathematica: fix sort predicate stability ( #368433 )
2024-12-26 17:27:13 -08:00
Fabián Heredia Montiel and GitHub
dc1d754341
LInux Hardened Kernel Updates for 2024-12-25 ( #368235 )
2024-12-26 19:25:50 -06:00
oxalica
a3464a420c
reiser4progs: mark as broken
2024-12-26 20:17:13 -05:00
oxalica
c22f13788f
{libsForQt5,kdePackages}.{partitionmanager,kpmcore}: drop ReiserFS support
...
ReiserFS has not been actively maintained for many years. It has been
marked as obsolete since Linux 6.6, and is removed in the next 6.13
release.
2024-12-26 20:17:13 -05:00
Philip Taron and GitHub
162b4bf7b3
coqPackages.metaFetch: fix sort predicate stability ( #368429 )
2024-12-26 15:56:53 -08:00
Peder Bergebakken Sundt and GitHub
b0abc14c4a
python312Packages.ffmpy: 0.4.0 -> 0.5.0 ( #367775 )
2024-12-27 00:46:23 +01:00
Stanisław Pitucha and GitHub
7302634e76
ejsonkms: 0.2.2 -> 0.2.3 ( #368323 )
2024-12-27 10:44:21 +11:00
Michele Guerini Rocco and GitHub
d6678a74b1
monero-cli: fix build issue with GCC14 ( #367932 )
2024-12-27 00:28:54 +01:00
Arthur Gautier and GitHub
308f45a56f
python3Packages.tpm2-pytss: fixup revision in tests ( #368426 )
2024-12-26 15:15:20 -08:00
Francesco Gazzetta
93a001404c
ladybird: 0-unstable-2024-11-21 -> 0-unstable-2024-12-23
2024-12-26 23:11:45 +00:00
Francesco Gazzetta and GitHub
83c2a905d1
ladybird: Update darwin sdk version ( #361319 )
2024-12-26 23:11:13 +00:00
Sergei Trofimovich
bf740322a7
mathematica: fix sort predicate stability
...
Incorrect sorting predicate was found as part of
https://github.com/NixOS/nix/issues/12106 where `nix` was crashing on
the code like:
$ nix eval --expr 'builtins.sort (a: b: true) [ 1 2 3 ]'
...
Aborted (core dumped)
Note: the crash happens here because sorting predicate does not
implement `lessThan` and triggers assertion failures for
`std::stable_sort` that backs `builtins.sort`.
The change restores `lessThan` semantic for version sorting.
2024-12-26 23:09:36 +00:00
Gaetan Lepage
9e9e09cb95
typstyle: 0.12.13 -> 0.12.14
...
Diff: https://github.com/Enter-tainer/typstyle/compare/None...v0.12.14
Changelog: https://github.com/Enter-tainer/typstyle/blob/v0.12.14/CHANGELOG.md
2024-12-27 00:02:38 +01:00
Sergei Trofimovich
ef6ac2dd6e
coqPackages.metaFetch: fix sort predicate stability
...
Incorrect sorting predicate was found as part of
https://github.com/NixOS/nix/issues/12106 where `nix` was crashing on
the code like:
$ nix eval --expr 'builtins.sort (a: b: true) [ 1 2 3 ]'
...
Aborted (core dumped)
Note: the crash happens here because sorting predicate does not
implement `lessThan` and triggers assertion failures for
`std::stable_sort` that backs `builtins.sort`.
The change restores `lessThan` semantic for `version sorting`.
2024-12-26 23:02:04 +00:00
Alex Martens and Bjørn Forsman
403dfb7c93
nixos/ddclient: fix missing iproute2
...
When obtaining the IP address from an interface iproute2 is missing:
"Unable to obtain information for 'bond-wan' -- missing ip or ifconfig command"
The prefix check to include iproute2 is incorrect for "usev4" and "usev6".
Currently the NixOS module checks for the "if" prefix. This prefix is
not valid with "usev4" and "usev6":
"Invalid Value for keyword 'usev4' = 'if'"
"ifv4" must be used with "usev4", and "ifv6" with "usev6".
I updated the nixos module to check for the correct prefix with "usev4"
and "usev6", and include iproute2 as necessary.
2024-12-26 23:59:47 +01:00
Arthur Gautier and GitHub
28e1cce57e
qemu-vm: implement virtualization.tpm.provisioning ( #364379 )
2024-12-26 14:58:02 -08:00
Arthur Gautier
a69a7908ce
python3Packages.tpm2-pytss: fixup revision in tests
...
This fixes a regression introduced by https://github.com/NixOS/nixpkgs/pull/356063
in which libtpms now replies with a new revision.
This was fixed upstream in
https://github.com/tpm2-software/tpm2-pytss/pull/593 but not available
in a release yet.
Fixes #368402
2024-12-26 14:52:11 -08:00
Sandro and GitHub
b5e12ffe52
python312Packages.oslo-serialization: 5.5.0 -> 5.6.0 ( #368271 )
2024-12-26 23:11:00 +01:00
Gaétan Lepage and GitHub
74d1d9a86a
nixos/zfs-replication: add package option ( #368310 )
2024-12-26 22:54:51 +01:00
Pavol Rusnak and GitHub
df1ae7f5e8
python312Packages.latexify-py: 0.4.3-post1 -> 0.4.4 ( #368383 )
2024-12-26 22:50:05 +01:00
Ramses and GitHub
c836511199
tuifimanager: 5.0.0 -> 5.0.5 ( #367449 )
2024-12-26 22:18:14 +01:00
Ramses and GitHub
b7ac82ecc5
komac: 2.6.0 -> 2.8.0 ( #367710 )
2024-12-26 22:16:17 +01:00
Sandro and GitHub
8fc9b1280d
python312Packages.pyiceberg: enable distutils patch on python3.12 ( #368281 )
2024-12-26 22:13:34 +01:00
Ramses and GitHub
79824eebbc
gurk-rs: 0.5.2 -> 0.6.0 and refactor ( #367951 )
2024-12-26 22:11:50 +01:00
Ramses and GitHub
0c725eda4b
gitprompt-rs: 0.3.0 -> 0.4.1 ( #368200 )
2024-12-26 22:09:28 +01:00
Sandro and GitHub
3d5f6c0100
nextcloud: update packages ( #367852 )
2024-12-26 22:09:10 +01:00
Sandro and GitHub
06a6c8fda6
xboxdrv: drop ( #368175 )
2024-12-26 22:08:50 +01:00
R. Ryantm and Sandro Jäckel
2077f59bd2
python312Packages.oslo-serialization: 5.5.0 -> 5.6.0
2024-12-26 22:07:33 +01:00
Sandro and GitHub
edc08c7638
python312Packages.oslo-concurrency: 6.1.0 -> 6.2.0 ( #368272 )
2024-12-26 22:03:12 +01:00
Sandro and GitHub
130787c041
python312Packages.python-neutronclient: fix runtime dependency check … ( #368057 )
2024-12-26 21:56:15 +01:00
Sandro and GitHub
fcfefa290a
python312Packages.oslo-i18n: 6.4.0 -> 6.5.0 ( #368295 )
2024-12-26 21:55:21 +01:00
Sandro and GitHub
c36a0c5106
python312Packages.tempest: 41.0.0 -> 42.0.0 ( #368344 )
2024-12-26 21:53:40 +01:00
Sandro and GitHub
cb25d392f5
python312Packages.oslo-config: 9.6.0 -> 9.7.0 ( #368054 )
2024-12-26 21:52:04 +01:00
Sandro and GitHub
c33f12b623
python312Packages.cliff: 4.7.0 -> 4.8.0 ( #368327 )
2024-12-26 21:50:17 +01:00
Sandro and GitHub
64d406d578
lychee: 0.17.0 -> 0.18.0 ( #368341 )
2024-12-26 21:48:32 +01:00
misuzu and GitHub
beedbefa12
nextcloud-talk-desktop: add desktop item ( #367079 )
2024-12-26 22:44:57 +02:00
misuzu and GitHub
b549e8c7f5
libesmtp: fix gcc14 build ( #368001 )
2024-12-26 22:34:24 +02:00
misuzu and GitHub
58f66948d0
nixos/nginx: default resolver.ipv6 to networking.enableIPv6 ( #368055 )
2024-12-26 22:29:22 +02:00
misuzu and GitHub
31a4b471f5
nushellPlugins.skim: 0.9.1 -> 0.11.1 ( #367968 )
2024-12-26 22:26:08 +02:00
misuzu and GitHub
1bcd7ac6f2
plow: 1.3.1 -> 1.3.2 ( #367800 )
2024-12-26 22:24:41 +02:00
misuzu and GitHub
6bd8592d7c
python312Packages.mkdocs-awesome-pages-plugin: 2.9.3 -> 2.10.1 ( #368228 )
2024-12-26 22:21:30 +02:00
misuzu and GitHub
681bf6fb85
ocamlPackages.owl: 1.1 -> 1.2 ( #368044 )
2024-12-26 22:21:15 +02:00