Aleksana and GitHub
2123be1eea
vscode-extensions.streetsidesoftware.code-spell-checker-german: 2.3.3 -> 2.3.4 ( #427324 )
2025-07-25 22:08:48 +08:00
Paul Meyer and GitHub
9ba538c133
spicedb: 1.44.4 -> 1.45.1 ( #425012 )
2025-07-25 16:07:42 +02:00
R. Ryantm
32b63d4d8c
geesefs: 0.43.0 -> 0.43.1
2025-07-25 14:01:52 +00:00
Austin Horstman and GitHub
095eabcf17
upgrade-assistant: 0.5.1084 -> 0.5.1165 ( #427507 )
2025-07-25 09:01:51 -05:00
Martin Weinelt and GitHub
62b08a9af8
kea: 2.6.2 -> 2.6.3 ( #411875 )
2025-07-25 16:01:32 +02:00
David McFarland and GitHub
6586662e97
dotnetCorePackages.dotnet_10.sdk: remove crossgen2/ilc linker hack ( #428126 )
2025-07-25 11:01:15 -03:00
Aleksana and GitHub
807b8cedf1
git-spice: 0.15.1 -> 0.15.2 ( #424989 )
2025-07-25 21:59:43 +08:00
Aleksana and GitHub
9d0d1877c8
koboldcpp: 1.95.1 -> 1.96 ( #426157 )
2025-07-25 21:58:08 +08:00
Aleksana and GitHub
52714269da
tray-tui: 0.2.1 -> 0.3.0 ( #426737 )
2025-07-25 21:57:00 +08:00
06kellyjac
13a5891f12
deno: patch out upgrade check and subcommand
...
Also move patches to subdir and rename with ordering.
2025-07-25 14:56:05 +01:00
Adam C. Stephens and GitHub
42bf885286
audiobookshelf: 2.26.2 -> 2.26.3 ( #428091 )
2025-07-25 09:54:27 -04:00
Aleksana and GitHub
0a36c12153
fna3d, r10k, xpipe: hardcoded meta.mainProgram ( #428333 )
2025-07-25 21:50:56 +08:00
Kamil Zaripov and Alyssa Ross
859c24dfc8
rustc: Fix cross-compilation for the targets with dot in name
...
When you are trying to cross-compile rustc to the target platform with
the dot in name, e.g. "thumb8vm.main-none-eabi", rustc compilation fails
with this error during configuration:
armv8m-unknown-none-eabi-rustc> Running phase: configurePhase
armv8m-unknown-none-eabi-rustc> patching script interpreter paths in ./configure
armv8m-unknown-none-eabi-rustc> ./configure: interpreter directive changed from "#!/bin/sh" to "/nix/store/ih68ar79msmj0496pgld4r3vqfr7bbin-bash-5.2p37/bin/sh"
armv8m-unknown-none-eabi-rustc> configure flags: --prefix=/nix/store/wscr78z0s5v2hxx3p1n4qjgjnds8dm0g-armv8m-unknown-none-eabi-rustc-1.86.0 --sysconfdir=/nix/store/wscr78z0s5v2hxx3p1n4qjgjnds8dm0g-armv8m-unknown-none-eabi-rustc-1.86.0/etc --release-channel=stable --set=build.rustc=/nix/store/f9zdz15l2zd408yq7a3bgrj593kpwjqx-rustc-wrapper-1.86.0/bin/rustc --set=build.cargo=/nix/store/ygri5mmqmril5ll9lhawa01faa2qhdvd-cargo-1.86.0/bin/cargo --tools=rustc\,rustdoc\,rust-analyzer-proc-macro-srv --enable-rpath --enable-vendor --disable-lld --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=thumbv8m.main-none-eabi --set=target.x86_64-unknown-linux-gnu.cc=/nix/store/a0d7m3zn9p2dfa1h7ag9h2wzzr2w25sn-gcc-wrapper-14.2.1.20250322/bin/cc --set=target.x86_64-unknown-linux-gnu.cc=/nix/store/a0d7m3zn9p2dfa1h7ag9h2wzzr2w25sn-gcc-wrapper-14.2.1.20250322/bin/cc --set=target.thumbv8m.main-none-eabi.cc=/nix/store/wnnwk5vknch7d8jy3cdykbsnn5qrmjj3-armv8m-unknown-none-eabi-gcc-wrapper-14.2.1.20250322/bin/armv8m-unknown-none-eabi-cc --set=target.thumbv8m.main-none-eabi.linker=/nix/store/wnnwk5vknch7d8jy3cdykbsnn5qrmjj3-armv8m-unknown-none-eabi-gcc-wrapper-14.2.1.20250322/bin/armv8m-unknown-none-eabi-cc --set=target.x86_64-unknown-linux-gnu.linker=/nix/store/a0d7m3zn9p2dfa1h7ag9h2wzzr2w25sn-gcc-wrapper-14.2.1.20250322/bin/cc --set=target.x86_64-unknown-linux-gnu.linker=/nix/store/a0d7m3zn9p2dfa1h7ag9h2wzzr2w25sn-gcc-wrapper-14.2.1.20250322/bin/cc --set=target.x86_64-unknown-linux-gnu.cxx=/nix/store/a0d7m3zn9p2dfa1h7ag9h2wzzr2w25sn-gcc-wrapper-14.2.1.20250322/bin/c++ --set=target.x86_64-unknown-linux-gnu.cxx=/nix/store/a0d7m3zn9p2dfa1h7ag9h2wzzr2w25sn-gcc-wrapper-14.2.1.20250322/bin/c++ --set=target.thumbv8m.main-none-eabi.cxx=/nix/store/wnnwk5vknch7d8jy3cdykbsnn5qrmjj3-armv8m-unknown-none-eabi-gcc-wrapper-14.2.1.20250322/bin/armv8m-unknown-none-eabi-c++ --set=target.x86_64-unknown-linux-gnu.crt-static=false --set=target.x86_64-unknown-linux-gnu.crt-static=false --set=target.thumbv8m.main-none-eabi.crt-static=false --enable-llvm-link-shared --set=target.x86_64-unknown-linux-gnu.llvm-config=/nix/store/bw1i8r1ilp79xyybr2n633aq3jj1wrrd-llvm-19.1.7-dev/bin/llvm-config --set=target.x86_64-unknown-linux-gnu.llvm-config=/nix/store/bw1i8r1ilp79xyybr2n633aq3jj1wrrd-llvm-19.1.7-dev/bin/llvm-config --set=target.thumbv8m.main-none-eabi.llvm-config=/nix/store/bw1i8r1ilp79xyybr2n633aq3jj1wrrd-llvm-19.1.7-dev/bin/llvm-config --disable-llvm-bitcode-linker --disable-docs
armv8m-unknown-none-eabi-rustc> configure: processing command line
armv8m-unknown-none-eabi-rustc> configure:
armv8m-unknown-none-eabi-rustc> configure: build.configure-args := ['--prefix=/nix/store/wscr78z0s5v2hxx3p1n4qjgj ...
armv8m-unknown-none-eabi-rustc> configure: install.prefix := /nix/store/wscr78z0s5v2hxx3p1n4qjgjnds8dm0g-ar ...
armv8m-unknown-none-eabi-rustc> configure: install.sysconfdir := /nix/store/wscr78z0s5v2hxx3p1n4qjgjnds8dm0g-ar ...
armv8m-unknown-none-eabi-rustc> configure: rust.channel := stable
armv8m-unknown-none-eabi-rustc> configure: build.rustc := /nix/store/f9zdz15l2zd408yq7a3bgrj593kpwjqx-ru ...
armv8m-unknown-none-eabi-rustc> configure: build.cargo := /nix/store/ygri5mmqmril5ll9lhawa01faa2qhdvd-ca ...
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.cc := /nix/store/a0d7m3zn9p2dfa1h7ag9h ...
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.cc := /nix/store/a0d7m3zn9p2dfa1h7ag9h ...
armv8m-unknown-none-eabi-rustc> configure: target.thumbv8m.main-none-eabi.cc := /nix/store/wnnwk5vknch7d8jy3cdykb ...
armv8m-unknown-none-eabi-rustc> configure: target.thumbv8m.main-none-eabi.linker := /nix/store/wnnwk5vknch7d8jy3c ...
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.linker := /nix/store/a0d7m3zn9p2dfa1h7 ...
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.linker := /nix/store/a0d7m3zn9p2dfa1h7 ...
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.cxx := /nix/store/a0d7m3zn9p2dfa1h7ag9 ...
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.cxx := /nix/store/a0d7m3zn9p2dfa1h7ag9 ...
armv8m-unknown-none-eabi-rustc> configure: target.thumbv8m.main-none-eabi.cxx := /nix/store/wnnwk5vknch7d8jy3cdyk ...
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.crt-static := False
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.crt-static := False
armv8m-unknown-none-eabi-rustc> configure: target.thumbv8m.main-none-eabi.crt-static := False
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.llvm-config := /nix/store/bw1i8r1ilp79 ...
armv8m-unknown-none-eabi-rustc> configure: target.x86_64-unknown-linux-gnu.llvm-config := /nix/store/bw1i8r1ilp79 ...
armv8m-unknown-none-eabi-rustc> configure: target.thumbv8m.main-none-eabi.llvm-config := /nix/store/bw1i8r1ilp79x ...
armv8m-unknown-none-eabi-rustc> configure: build.tools := ['rustc', 'rustdoc', 'rust-analyzer-proc-macro ...
armv8m-unknown-none-eabi-rustc> configure: rust.rpath := True
armv8m-unknown-none-eabi-rustc> configure: build.vendor := True
armv8m-unknown-none-eabi-rustc> configure: rust.lld := False
armv8m-unknown-none-eabi-rustc> configure: build.build := x86_64-unknown-linux-gnu
armv8m-unknown-none-eabi-rustc> configure: build.host := ['x86_64-unknown-linux-gnu']
armv8m-unknown-none-eabi-rustc> configure: build.target := ['thumbv8m.main-none-eabi']
armv8m-unknown-none-eabi-rustc> configure: llvm.link-shared := True
armv8m-unknown-none-eabi-rustc> configure: rust.llvm-bitcode-linker := False
armv8m-unknown-none-eabi-rustc> configure: build.docs := False
armv8m-unknown-none-eabi-rustc> configure: profile := dist
armv8m-unknown-none-eabi-rustc> Traceback (most recent call last):
armv8m-unknown-none-eabi-rustc> File "/build/rustc-1.86.0-src/./src/bootstrap/configure.py", line 762, in <module>
armv8m-unknown-none-eabi-rustc> section_order, sections, targets = parse_args(sys.argv[1:])
armv8m-unknown-none-eabi-rustc> ^^^^^^^^^^^^^^^^^^^^^^^^
armv8m-unknown-none-eabi-rustc> File "/build/rustc-1.86.0-src/./src/bootstrap/configure.py", line 446, in parse_args
armv8m-unknown-none-eabi-rustc> return parse_example_config(known_args, config)
armv8m-unknown-none-eabi-rustc> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
armv8m-unknown-none-eabi-rustc> File "/build/rustc-1.86.0-src/./src/bootstrap/configure.py", line 622, in parse_example_config
armv8m-unknown-none-eabi-rustc> configure_file(sections, top_level_keys, targets, config)
armv8m-unknown-none-eabi-rustc> File "/build/rustc-1.86.0-src/./src/bootstrap/configure.py", line 709, in configure_file
armv8m-unknown-none-eabi-rustc> configure_section(targets[target], section_config[target])
armv8m-unknown-none-eabi-rustc> File "/build/rustc-1.86.0-src/./src/bootstrap/configure.py", line 683, in configure_section
armv8m-unknown-none-eabi-rustc> raise RuntimeError("failed to find config line for {}".format(key))
armv8m-unknown-none-eabi-rustc> RuntimeError: failed to find config line for main-none-eabi
This is probably related to
https://github.com/rust-lang/rust/issues/130602 and thus target string
should be double-quotted so bootstrap/configure.py can parse it
correctly.
Changes tested on x86_64-linux build machine with rustc built for
"thumb8vm.main-none-eabi" target.
2025-07-25 15:49:40 +02:00
Aleksana and GitHub
b0432ca948
python3Packages.mlx-lm: init at 0.26.0 ( #424177 )
2025-07-25 21:49:12 +08:00
d1900be7ec
tabiew: 0.10.1 -> 0.11.0 ( #427323 )
...
Co-authored-by: 0x61nas <anas.elgarhy.dev@gmail.com >
2025-07-25 13:47:05 +00:00
geodic and Alyssa Ross
a45cca5af3
linux-rpi: fix old reference to bcmrpi3_defconfig
2025-07-25 15:41:52 +02:00
Pol Dellaiera and GitHub
62f71d50fc
python3Packages.mkdocs-git-authors-plugin: 0.9.2 -> 0.10.0 ( #428286 )
2025-07-25 15:39:08 +02:00
Bobby Rong and GitHub
38c25ff6c3
various: Don't depend on libsoup2 ( #428043 )
2025-07-25 21:38:49 +08:00
mivorasu
629e9c4b12
xpipe: hardcoded meta.mainProgram
2025-07-25 13:37:49 +00:00
mivorasu
f2d412c03e
r10k: hardcoded meta.mainProgram
2025-07-25 13:37:38 +00:00
mivorasu
bf166c75df
fna3d: hardcoded meta.mainProgram
2025-07-25 13:37:26 +00:00
Vladimír Čunát
cb083c1a68
mesa.disallowedRequisites: avoid null values ( #428327 )
2025-07-25 15:37:22 +02:00
Aleksana and GitHub
becb8aaf6d
savepagenow: 1.1.1 -> 1.3.0 ( #428322 )
2025-07-25 21:29:38 +08:00
Nate Smith
0a825214fe
graphite-cli: 1.6.6 -> 1.6.7
2025-07-25 09:28:14 -04:00
Vladimír Čunát
0170f90d6c
mesa.disallowedRequisites: avoid null values
...
See e.g. 40df6d5
2025-07-25 15:19:41 +02:00
wxt
44cb2708e5
linuxKernel.packages.linux*.v4l2loopback: 0.15.0 -> 0.15.1
2025-07-25 21:17:02 +08:00
Aleksana and GitHub
54e401c672
stunner: 0.0.10 -> 0.0.12 ( #428233 )
2025-07-25 21:13:58 +08:00
Aleksana and GitHub
497e86a244
alsa-plugins: provide precise licence information ( #428300 )
2025-07-25 21:09:59 +08:00
Gaetan Lepage
1b73e5b2b8
python3Packages.mktestdocs: 0.2.3 -> 0.2.5
...
Diff: https://github.com/koaning/mktestdocs/compare/refs/tags/0.2.3...refs/tags/0.2.5
Changelog: https://github.com/koaning/mktestdocs/releases/tag/0.2.5
2025-07-25 15:07:16 +02:00
Sandro Jäckel
874a0b473b
savepagenow: 1.1.1 -> 1.3.0
...
Changelog: https://github.com/palewire/savepagenow/releases/tag/1.3.0
Changelog: https://github.com/palewire/savepagenow/releases/tag/1.2.3
Changelog: https://github.com/palewire/savepagenow/releases/tag/1.2.2
Changelog: https://github.com/palewire/savepagenow/releases/tag/1.2.1
Changelog: https://github.com/palewire/savepagenow/releases/tag/1.2.0
2025-07-25 15:06:30 +02:00
Sandro and GitHub
954703db4b
gatekeeper: 3.19.3 -> 3.20.0 ( #428146 )
2025-07-25 15:05:31 +02:00
Pol Dellaiera and GitHub
b5ef6b4497
phpactor: 2025.04.17.0 -> 2025.07.25.0 ( #428269 )
2025-07-25 14:59:06 +02:00
Pol Dellaiera and GitHub
b41aa9f153
python3Packages.markdown-inline-graphviz: init at 1.1.3 ( #428259 )
2025-07-25 14:58:40 +02:00
R. Ryantm
474401ea96
unrar: 7.1.8 -> 7.1.9
2025-07-25 12:57:57 +00:00
R. Ryantm
5ca9eec869
liana: 11.1 -> 12.0
2025-07-25 12:54:32 +00:00
Weijia Wang
5d29341e65
system-config-printer: unpin autotools
2025-07-25 14:49:15 +02:00
wxt
4e7ce88b17
python313Packages.globus-sdk: 3.59.0 -> 3.61.0
2025-07-25 20:47:50 +08:00
Weijia Wang
e253b91195
libcryptui: unpin autotools
2025-07-25 14:46:19 +02:00
Aleksana and GitHub
026886f72b
gradia: fix gtksourceview dependency ( #428160 )
2025-07-25 20:46:14 +08:00
Weijia Wang and GitHub
cc00309cb4
libmodsecurity: unpin autotools ( #427888 )
2025-07-25 14:43:15 +02:00
wxt
72b75c0e76
qtalarm: 2.5.1 -> 3.0.0
2025-07-25 20:42:42 +08:00
Marc Plano-Lesay and GitHub
0d25584641
nixos/kanidm: accept originUrls following rfc8252 ( #428204 )
2025-07-25 20:41:26 +08:00
R. Ryantm
e544018f20
wdisplays: 1.1.1 -> 1.1.3
2025-07-25 12:39:32 +00:00
Aleksana and GitHub
892b920a25
httpdirfs: fix build ( #428164 )
2025-07-25 20:39:20 +08:00
Paul Meyer and GitHub
2d59b56a30
nova: 3.11.4 -> 3.11.6 ( #423904 )
2025-07-25 14:38:52 +02:00
Weijia Wang and GitHub
c0f483ce7b
hivex: unpin autotools ( #427889 )
2025-07-25 14:33:25 +02:00
Aleksana and GitHub
1a6fba6c34
python3Packages.langchain-groq: 0.3.2 -> 0.3.6 ( #427646 )
2025-07-25 20:29:07 +08:00
Weijia Wang and GitHub
522dbab56d
dee: unpin autotools ( #427700 )
2025-07-25 14:28:22 +02:00
Mikael Voss
c5cd69718f
alsa-plugins: provide more precise licence information
...
The code is licenced under LGPL 2.1 or later with the follawing
exceptions:
- The maemo plugin is licenced under the older LGPL 2 (or later), and
- m4/attributes.m4 and usb_stream/usb_stream.h are marked as being
GPL 2 or later.
I assume that in most jurisdiction the inclusion of a single
GPL‐licenced header would not be sufficient to make the whole package
or even just the usb_stream plugin a derivative work, but I am not a
lawyer and think that it is best to expose precise licence information.
2025-07-25 14:25:59 +02:00
André Silva
26a93479c3
polkadot: 2503-5 -> 2506
2025-07-25 13:21:32 +01:00