m1dugh
01371010e5
msi-ec: 0-unstable-2025-05-17 -> 0-unstable-2025-09-17
2025-09-17 17:52:25 +02:00
K900
8486e71f51
linux-firmware: 20250808 -> 20250917 ( #443768 )
2025-09-17 15:14:36 +00:00
Sandro
9791d8c6a9
graalvm-oracle_25: set as default for graalvm-oracle ( #443476 )
2025-09-17 15:11:20 +00:00
Sandro
fdc8f313a8
python3Packages.buildstream-plugins: 2.4.0 -> 2.5.0 ( #436489 )
2025-09-17 15:09:28 +00:00
Florian Klink
6a1a2fe204
nixos/paretosecurity: Add support for declarative linking ( #432756 )
2025-09-17 15:04:36 +00:00
K900
47249c566d
linux-firmware: 20250808 -> 20250917
...
Diff: https://gitlab.com/kernel-firmware/linux-firmware/-/compare/20250808...20250917
2025-09-17 18:02:26 +03:00
Adam C. Stephens
3630c6cb9c
ovn: reduce default closure size; use ovs-lib and other tools from openvswitch ( #443589 )
2025-09-17 14:59:03 +00:00
Fabián Heredia Montiel
a6ed8157a4
kotlin-native: 2.1.0 -> 2.2.20 ( #443629 )
2025-09-17 09:00:44 -06:00
nixpkgs-merge-bot[bot]
720a401bcb
upsun: 5.2.0 -> 5.3.0 ( #443571 )
2025-09-17 14:48:59 +00:00
jopejoe1
b68ff86036
pocketsphinx: enable doCheck ( #443187 )
2025-09-17 14:42:06 +00:00
jopejoe1
493eebd470
vvenc: enable doCheck ( #443188 )
2025-09-17 14:39:46 +00:00
K900
82567c8efe
libsForQt5.libdbusmenu: drop ( #443745 )
2025-09-17 14:38:59 +00:00
Florian Klink
2137365059
python3Packages.itables: 2.4.4 -> 2.5.2 ( #441687 )
2025-09-17 14:38:48 +00:00
K900
ca27487a10
kdePackages.qmlbox2d: revendor Box2D ( #443757 )
2025-09-17 14:21:57 +00:00
Emily
72c53ae247
kdePackages.qmlbox2d: revendor Box2D
...
They require an older version than our main `box2d_2` package (which
itself is only used for LibreOffice). Our package works fine with
CMake 4, as does the CMake build system they use in their vendored
version, but the upstream release of the old version does not. Since
this is a somewhat pointless single‐package use of `overrideAttrs`,
just let it handle the Box2D build itself.
2025-09-17 15:16:49 +01:00
Emily
6e3645cb5b
libsForQt5.qmlbox2d: drop
...
Has a Qt 6 version, and the Qt 5 version is unused in tree.
2025-09-17 15:16:49 +01:00
nixpkgs-merge-bot[bot]
6743f3687e
zapzap: 6.2 -> 6.2.1 ( #443529 )
2025-09-17 14:14:54 +00:00
nixpkgs-merge-bot[bot]
f2a72def53
opkssh: 0.9.0 -> 0.10.0 ( #443583 )
2025-09-17 14:01:29 +00:00
Fabian Affolter
6c85f72a22
python3Packages.python-roborock: 2.39.0 -> 2.44.0 ( #443619 )
2025-09-17 13:53:11 +00:00
Yt
bd61dc6e9a
buildRebar3: fix OTP 28 compatibility ( #443648 )
2025-09-17 13:47:59 +00:00
nixpkgs-merge-bot[bot]
92278b1bdc
mdbook-mermaid: 0.15.0 -> 0.16.0 ( #443731 )
2025-09-17 13:45:05 +00:00
Philip Taron
0e0e4c2c81
buildMavenPackage: use generate-cacerts.pl to populate trust store ( #437528 )
2025-09-17 13:44:42 +00:00
Emily
f6c87dff65
libsForQt5.libdbusmenu: drop
...
Unused and would be broken by CMake 4.
2025-09-17 14:38:37 +01:00
Emily
2892e0cfe3
libsForQt5.knotifications: drop optional libdbusmenu dependency
...
K900 tells me this is not used for anything very relevant and I am
innocently trusting that. LXQt have their own fork.
2025-09-17 14:38:37 +01:00
Emily
cb046dbde7
lxqt.lxqt-qtplugin_1_4: drop
...
Unused in tree.
2025-09-17 14:38:37 +01:00
Gaétan Lepage
917bf5b4a6
vimPlugins.claude-fzf{-history}-nvim: init at 2025-09-06 ( #443538 )
2025-09-17 13:37:39 +00:00
Austin Horstman
3b1929df9c
jankyborders: 1.7.0 -> 1.8.0 ( #443661 )
2025-09-17 13:29:54 +00:00
Sandro
2727a4aba9
intel-graphics-compiler: 2.16.0 -> 2.18.5 ( #443296 )
2025-09-17 13:28:54 +00:00
R. Ryantm
6de4c5d0e4
python3Packages.buildstream-plugins: 2.4.0 -> 2.5.0
2025-09-17 15:27:46 +02:00
Florian Klink
55ef7dad42
buildMavenPackage: use generate-cacerts.pl to populate trust store
...
In some cases, NIX_SSL_CERT_FILE may point to variation of cacerts,
see https://github.com/NixOS/nixpkgs/issues/435467 for examples.
`keytool` is not happy with all certs in there, and requires some
special care.
Re-use the tooling we have to populate openjdk 8 with its
trust store, instead of our naïve approach.
The nixpkgs linter doesn't allow us to simply refer to the .pl file from
inside the openjdk directory, and re-exposing it only from the openjdk8
derivation as a passthru is also a bit annoying.
As suggested in PR review, expose the perl script via pkgs and use it
both for build-maven-package and the openjdk8 build.
Fixes #435467 .
2025-09-17 16:14:30 +03:00
jopejoe1
4bf9eb4f84
aribb24: make use of autoreconfHook ( #443184 )
2025-09-17 13:04:10 +00:00
Silvan Mosberger
4ff8b1ba22
l8w8jwt: init at 2.5.0 ( #419637 )
2025-09-17 12:58:05 +00:00
nixpkgs-merge-bot[bot]
e134a7d351
rustdesk: 1.4.1 -> 1.4.2 ( #443270 )
2025-09-17 12:53:50 +00:00
Johan Herland
05810d4eb4
l8w8jwt: init at 2.5.0
2025-09-17 12:52:37 +00:00
taku0
ae93dfa519
windsurf: 1.12.5 -> 1.12.6 ( #443555 )
2025-09-17 12:48:44 +00:00
Gaétan Lepage
b741b03631
opencode: 0.9.0 -> 0.9.9 ( #443682 )
2025-09-17 12:48:05 +00:00
Jörg Thalheim
b86e93ed01
nixos-anywhere: 1.11.0 -> 1.12.0 ( #443723 )
2025-09-17 12:43:43 +00:00
isabel
98b4155b49
glances: 4.3.1 -> 4.3.3 ( #443575 )
2025-09-17 12:39:12 +00:00
Silvan Mosberger
bc76734d04
nix-prefetch-git: Depend on gitMinimal instead of git ( #425114 )
2025-09-17 12:36:21 +00:00
R. Ryantm
c7325a2eda
mdbook-mermaid: 0.15.0 -> 0.16.0
2025-09-17 12:35:50 +00:00
isabel
27fcb2c19a
notesnook: 3.0.19 -> 3.2.4 ( #443635 )
2025-09-17 12:33:45 +00:00
isabel
534d4ecba1
git-credential-gopass: 1.15.16 -> 1.15.17 ( #443636 )
2025-09-17 12:33:17 +00:00
isabel
1c7d162efd
goplantuml: 1.6.2 -> 1.6.3 ( #443637 )
2025-09-17 12:33:09 +00:00
isabel
e02dffd9d9
subsurface: 6.0.5414 -> 6.0.5436 ( #443640 )
2025-09-17 12:33:02 +00:00
Bobby Rong
46dfa0a017
cinnamon, cjs: Backport fixes to support GLib 2.86.0 typelibs ( #443602 )
2025-09-17 12:31:39 +00:00
Michael Hoang
049a30c9a9
nixos-anywhere: 1.11.0 -> 1.12.0
2025-09-17 14:21:51 +02:00
Silvan Mosberger
68cda74986
fasttrackml: init at 0.6.0 ( #419269 )
2025-09-17 12:19:15 +00:00
Yohann Boniface
581ef45689
ankama-launcher: 3.13.5 -> 3.13.16 ( #440565 )
2025-09-17 12:16:57 +00:00
Silvan Mosberger
7a8665e3a6
python3Packages.jupyter-themes: init at 0.20.0 ( #417866 )
2025-09-17 12:12:33 +00:00
dotlambda
9946a599e6
immich: 1.142.0 -> 1.142.1 ( #443588 )
2025-09-17 12:06:33 +00:00