Commit Graph
874156 Commits
Author SHA1 Message Date
Justin BedőandGitHub 110a7d23ec soci: 4.0.2 -> 4.1.2 (#446217) 2025-10-07 22:03:04 +00:00
Philip Taron 8f277e1537 nixComponents: gate GCC flags on Nix 2.32+
This is based on advice from @xokdvium on Matrix.
2025-10-07 14:49:58 -07:00
R. Ryantm 241a0d1e58 linuxKernel.kernels.linux_lqx: 6.16.9 -> 6.16.11 2025-10-07 21:45:28 +00:00
Matt Sturgeon 46b111a293 nexusmods-app: cleanup bitmap icon script 2025-10-07 22:44:29 +01:00
Gaetan Lepage 127236cb72 ctranslate2: fix CMake 4 compatibility 2025-10-07 21:43:02 +00:00
Linus Karl 96528ee9d1 criterion: remove unused libcsptr dependency 2025-10-07 23:42:57 +02:00
Gaétan LepageandGitHub 32da39443f opencode: 0.14.0 -> 0.14.5 (#449443) 2025-10-07 21:40:49 +00:00
Sergei ZimmermanandPhilip Taron c1e3ab069c packaging: Build without symbolic interposition on GCC
This turns out to be a big problem for performance of Bison
generated code, that for whatever reason cannot be made internal
to the shared library. This causes GCC to make a bunch of function
calls go through PLT. Ideally these hot functions (like move/copy ctor) could become
inline in upstream Bison. That will make sure that GCC can do interprocedular
optimizations without -fno-semantic-interposition [^]. Considering that
LLVM already does inlining and whatnot is a good motivation for this change.
I don't know of any case where Nix relies on LD_PRELOAD tricks for the shared
libraries in production use-cases.

[^]: https://maskray.me/blog/2021-05-09-fno-semantic-interposition
2025-10-07 14:37:16 -07:00
Philip Taron 46a5936eec nixVersions.nix_2_32: init at 2.32.0
Diff: https://github.com/NixOS/nix/compare/2.31.2...2.32.0

Changelog: https://discourse.nixos.org/t/nix-2-32-0-released/70528

The `nixVersions.latest` link is updated as well.
2025-10-07 14:34:36 -07:00
R. Ryantm ed5dfcbe56 python3Packages.lib4vex: 0.2.0 -> 0.2.1 2025-10-07 21:30:53 +00:00
Felix BühlerandGitHub 71ad9a34cf nixos/redmine: Apply more hardening options (#449140) 2025-10-07 23:30:22 +02:00
Yohann BonifaceandGitHub 269f1d62ef oxker: add a desktop file (#449641) 2025-10-07 21:09:56 +00:00
kirillrdyandGitHub 488a1aa0d0 python3Packages.pylance: 0.38.0 -> 0.38.1 (#449398) 2025-10-07 21:01:19 +00:00
Martin WeineltandGitHub 41686edb04 music-assistant: build librespot fork (#447147) 2025-10-07 20:53:46 +00:00
David McFarlandandGitHub 43b6e7fada dotnetCorePackages.dotnet_10.vmr: cherry-pick AVX-512 crash fix (#449237) 2025-10-07 20:50:53 +00:00
Matt Sturgeon 9c85f55e72 nexusmods-app: drop dead avalonia code
We briefly depended on the avalonia nixpkgs package instead of fetching
it from nuget, however since disabling it we have never re-enabled it.
2025-10-07 21:46:45 +01:00
Yohann BonifaceandGitHub 4935b89a17 slimevr: 0.16.2 -> 0.16.3 (#449552) 2025-10-07 20:46:15 +00:00
Matt Sturgeon 9594f70d74 nexusmods-app: switch back to fetchFromGitHub
We switched to `fetchgit` because we needed to fetch git-LFS contend for
some tests to build. Since then upstream has stopped using git-LFS and
we have stopped fetching with it enabled, so we can switch back to
`fetchFromGitHub`.

I assume that when we disabled git-LFS, I wasn't aware `fetchFromGitHub`
supported `fetchSubmodules`.
2025-10-07 21:41:43 +01:00
SandroandGitHub d87da05004 dolphin-emu: fix build against CMake >= 3.5 (#449510) 2025-10-07 20:38:14 +00:00
Martin WeineltandGitHub 1c713c7590 python314: 3.14.0-rc3 -> 3.14.0 (#449538) 2025-10-07 20:35:27 +00:00
Olli Helenius cc6a88501a oxker: add a desktop file 2025-10-07 23:32:40 +03:00
nixpkgs-merge-bot[bot]andGitHub 9312774332 gf: 0-unstable-2025-09-21 -> 0-unstable-2025-10-05 (#449501) 2025-10-07 20:19:48 +00:00
sweenu 4e23b4365f music-assistant: use librespot-ma as spotify provider 2025-10-07 22:11:10 +02:00
sweenu 21bd89d405 librespot-ma: init at 0.6.0-unstable-2025-08-10 2025-10-07 22:10:24 +02:00
Philip TaronandGitHub 36f9b49cbf brogue: remove; libtcod: remove (#448603) 2025-10-07 20:04:05 +00:00
Jasi c9ca657305 libtcod: remove 2025-10-07 15:58:43 -04:00
Jasi 126701eb75 brogue: remove; alias to brogue-ce 2025-10-07 15:58:14 -04:00
dishandGitHub e6de9bc8f3 sql-formatter: 15.6.9 -> 15.6.10 (#449609) 2025-10-07 19:54:43 +00:00
dish 92aa5dc190 lib: remove lib.options.mkPackageOptionMD
Removed this, as it was deprecated in 24.11 and was intended to be
removed in 25.05. Better late than never.
2025-10-07 15:53:30 -04:00
GrimmauldandGitHub bad3e00dba cmark-gfm: fix cmake 4 build errors (#449569) 2025-10-07 19:37:13 +00:00
SandroandGitHub a18e00af26 tev: 1.29 -> 2.5.2 (#428032) 2025-10-07 19:34:35 +00:00
R. Ryantm 526d28ad83 lxgw-neoxihei: 1.223 -> 1.224 2025-10-07 19:33:49 +00:00
Philip TaronandGitHub 04d243c35b OWNERS: add rocm team to rocm-modules (#444734) 2025-10-07 19:22:50 +00:00
Pol DellaieraandGitHub f54326f626 magic-vlsi: 8.3.552 -> 8.3.555 (#448377) 2025-10-07 19:21:06 +00:00
Philip TaronandGitHub 70caae8148 xannotate: 20150301 -> 20150301-unstable-2022-06-04; fix source (#448605) 2025-10-07 19:19:08 +00:00
Yifei Sun 2a77d405ce coqPackages.coqutil: 0.0.6 -> 0.0.7 2025-10-07 21:18:35 +02:00
Yohann BonifaceandGitHub 1e4be8b4e7 python3Packages.sphinx-prompt: relax requests dependency (#449564) 2025-10-07 19:14:43 +00:00
Pol DellaieraandGitHub b4a7237eec netbird: 0.58.1 -> 0.59.2 (#448583) 2025-10-07 19:14:15 +00:00
Pol DellaieraandGitHub 0f291f6f7e kicad: 9.0.4 -> 9.0.5 (#449010) 2025-10-07 19:10:48 +00:00
Pol DellaieraandGitHub 8b24091cc4 gh2md: 2.3.1 -> 2.5.1 (#449011) 2025-10-07 19:10:27 +00:00
Pol DellaieraandGitHub 3a5d6fe886 phel: 0.22.2 -> 0.23.1 (#449103) 2025-10-07 19:09:32 +00:00
Pol DellaieraandGitHub 107a02f10b vscode-extensions.vscodevim.vim: 1.30.1 -> 1.31.0 (#449119) 2025-10-07 19:09:16 +00:00
Pol DellaieraandGitHub 8fc2ef2179 typos-lsp: 0.1.44 -> 0.1.45 (#449227) 2025-10-07 19:08:32 +00:00
Pol DellaieraandGitHub 2196ab7f88 vscode-extensions.ziglang.vscode-zig: 0.6.13 -> 0.6.14 (#449313) 2025-10-07 19:06:44 +00:00
Pol DellaieraandGitHub 6b42f47cec iosevka-bin: 33.3.0 -> 33.3.1 (#449351) 2025-10-07 19:06:17 +00:00
Pol DellaieraandGitHub 29397d0867 claude-code: 2.0.8 -> 2.0.9 (#449404) 2025-10-07 19:04:25 +00:00
Pol DellaieraandGitHub 267f211dd1 phpunit: 12.3.14 -> 12.4.0 (#449447) 2025-10-07 19:04:01 +00:00
R. Ryantm f9552ed125 sql-formatter: 15.6.9 -> 15.6.10 2025-10-07 18:41:52 +00:00
SandroandGitHub 5b6adb28e7 helm-schema: init at 2.3.0 (#433199) 2025-10-07 18:41:16 +00:00
Thomas MüllerandSandro Jäckel f0fb6a65cf tev: 1.29 -> 2.5.2
https://github.com/Tom94/tev/releases/tag/v2.0
https://github.com/Tom94/tev/releases/tag/v2.1
https://github.com/Tom94/tev/releases/tag/v2.2
https://github.com/Tom94/tev/releases/tag/v2.3
https://github.com/Tom94/tev/releases/tag/v2.3.2
https://github.com/Tom94/tev/releases/tag/v2.4.0
https://github.com/Tom94/tev/releases/tag/v2.4.1
https://github.com/Tom94/tev/releases/tag/v2.5.0
https://github.com/Tom94/tev/releases/tag/v2.5.1
https://github.com/Tom94/tev/releases/tag/v2.5.2

Also unbreaks Darwin build, updates metadata to latest, and removes a
few now obsolete dependencies / wrapping.
2025-10-07 20:35:10 +02:00