nixpkgs-ci[bot] and GitHub
656c7987d6
ast-grep: 0.39.7 -> 0.39.9 ( #459710 )
2025-11-11 08:34:50 +00:00
nixpkgs-ci[bot] and GitHub
6cd178ef04
toml-f: 0.4.2 -> 0.4.3 ( #460362 )
2025-11-11 08:33:50 +00:00
Robert Hensing and GitHub
afa72f7c46
lib/modules: Add false positive info to check coherence assertion ( #460112 )
2025-11-11 08:29:29 +00:00
Matteo Pacini and GitHub
09701a5e86
geminicommit: 0.5.0 -> 0.6.0 ( #460590 )
2025-11-11 08:27:11 +00:00
rewine and GitHub
11e73bf439
cherry-studio: 1.6.5 -> 1.6.7 ( #459669 )
2025-11-11 08:16:40 +00:00
nixpkgs-ci[bot] and GitHub
70071077ab
nixbit: 0.1.5 -> 0.2.0 ( #460540 )
2025-11-11 08:15:33 +00:00
Paul Meyer and GitHub
5ff5969ad1
igvm-tooling: remove ( #458452 )
2025-11-11 07:59:10 +00:00
numinit and GitHub
8ab0c46173
z3: 4.15.3 -> 4.15.4 ( #460356 )
2025-11-11 07:57:41 +00:00
Matteo Pacini and GitHub
85290d2e87
opensupaplex: modernize, darwin support ( #460505 )
2025-11-11 07:56:49 +00:00
nixpkgs-ci[bot] and GitHub
b03abebb48
postman: 11.67.0 -> 11.70.2 ( #453625 )
2025-11-11 07:51:48 +00:00
Fabian Affolter and GitHub
d548b46ae5
python313Packages.pygitguardian: 1.25.0 -> 1.26.0 ( #460443 )
2025-11-11 07:29:59 +00:00
adisbladis and GitHub
a3aa6f53a4
nixos/tests/h2o: some refactoring ( #459979 )
2025-11-11 07:21:11 +00:00
adisbladis and GitHub
fe179b404c
h2o: 2.3.0-rolling-2025-10-17 → 2.3.0-rolling-2025-11-08 ( #459970 )
2025-11-11 07:20:30 +00:00
adisbladis and GitHub
d73e58c57e
biboumi: 9.0 → 9.0-unstable-2025-10-27 ( #457686 )
2025-11-11 07:20:15 +00:00
Doron Behar and GitHub
aab53d0bbc
monkeysAudio: 11.80 -> 11.82 ( #460574 )
2025-11-11 07:13:28 +00:00
R. Ryantm
a14f80c97a
geminicommit: 0.5.0 -> 0.6.0
2025-11-11 07:11:40 +00:00
numinit and GitHub
9da7f1cf7f
dwarf-fortress-packages.dwarf-fortress-original: 53.02 -> 53.03 ( #460536 )
2025-11-11 06:55:43 +00:00
nixpkgs-ci[bot] and GitHub
9a97f3efcf
bikeshed: 5.3.4 -> 5.4.0 ( #460399 )
2025-11-11 06:55:41 +00:00
nixpkgs-ci[bot] and GitHub
0d2c8c4438
home-manager: 0-unstable-2025-11-03 -> 0-unstable-2025-11-10 ( #460538 )
2025-11-11 06:55:31 +00:00
dotlambda and GitHub
dc824f2602
python3Packages.aiomusiccast: 0.14.8 -> 0.15.0 ( #460496 )
2025-11-11 06:39:30 +00:00
Maximilian Bosch and GitHub
52af6d5ccd
nixos/lib/make-{single,multi}-disk-zfs-image: fix references to kernel modules ( #460070 )
2025-11-11 06:33:20 +00:00
Raghav Sood and GitHub
5d10c69b77
flyctl: 0.3.172 -> 0.3.209 ( #453033 )
2025-11-11 14:27:00 +08:00
nixpkgs-ci[bot] and GitHub
60b533f6a6
myks: 5.1.0 -> 5.2.0 ( #460525 )
2025-11-11 06:11:02 +00:00
R. Ryantm
b2ddc71a88
monkeysAudio: 11.80 -> 11.82
2025-11-11 05:56:02 +00:00
nixpkgs-ci[bot] and GitHub
e4cb59df5c
comaps: 2025.10.20-1 -> 2025.11.01-7 ( #459003 )
2025-11-11 05:52:12 +00:00
numinit and GitHub
f865b653f6
aws-vault: 7.7.5 -> 7.6.5 ( #460421 )
2025-11-11 05:51:33 +00:00
zowoq and GitHub
e70acc4988
terraform-providers.wgebis_mailgun: 0.8.0 -> 0.8.1 ( #460512 )
2025-11-11 05:47:06 +00:00
numinit and GitHub
cc276d4fcb
lmstudio: 0.3.30.2 -> 0.3.31.7 ( #459993 )
2025-11-11 05:32:43 +00:00
jade and GitHub
f5534781ba
buildGraalvm: fix native-image on darwin ( #448389 )
2025-11-11 05:11:35 +00:00
nixpkgs-ci[bot] and GitHub
4db8283e5f
olympus-unwrapped: 25.11.02.03 -> 25.11.09.03 ( #460564 )
2025-11-11 05:10:10 +00:00
Rowenna Emma
006ab01d64
buildGraalvm: fix native-image on darwin
...
On Darwin, it is apparently Oracle's intention to be hostile towards
builds of Clang which are not by Apple.
see https://github.com/oracle/graal/issues/12041
If you want native-image to both work on Darwin and use the nix-provided CC
then you must pass it the flags to disable toolchain checking entirely.
Since the flags are mandatory for functionality,
they should be part of the wrapper.
2025-11-10 20:52:47 -08:00
Rowenna Emma
727a55225f
buildGraalvm: refactor use of --add-flags
...
Simplifies the flag-handling code by using only one --add-flags,
rather than treating --add-flags like --add-flag by mapping it onto every flag
2025-11-10 20:52:47 -08:00
Rowenna Emma
483a5e7a0e
buildGraalvm: remove unset vars
...
This patch removes remaining uses of unset bash var $extraNativeImageArgs
which commit bc1bc1aa3 forgot to remove when deleting the var.
2025-11-10 20:52:47 -08:00
R. Ryantm
d509172e86
olympus-unwrapped: 25.11.02.03 -> 25.11.09.03
2025-11-11 04:20:55 +00:00
dotlambda and GitHub
8dd99ea3e7
python3Packages.qh3: 1.5.5 -> 1.5.6 ( #460554 )
2025-11-11 04:17:21 +00:00
Pol Dellaiera and GitHub
0a7952a54c
snipe-it: 8.3.4 -> 8.3.5 ( #460372 )
2025-11-11 04:16:54 +00:00
nixpkgs-ci[bot] and GitHub
61aeed65a0
snort: 3.9.6.0 -> 3.9.7.0 ( #460476 )
2025-11-11 04:14:43 +00:00
R. Ryantm
01d9bf2846
python3Packages.qh3: 1.5.5 -> 1.5.6
2025-11-11 03:08:11 +00:00
rewine and GitHub
1033345ff9
cagebreak: 3.0.0 -> 3.1.0 ( #459112 )
2025-11-11 02:48:10 +00:00
Silvan Mosberger and GitHub
31fa703ba4
workflows/teams: restrict to NixOS org ( #460458 )
2025-11-11 02:28:21 +00:00
R. Ryantm
330e69c5e4
nixbit: 0.1.5 -> 0.2.0
2025-11-11 01:45:21 +00:00
R. Ryantm
69b0b93e04
home-manager: 0-unstable-2025-11-03 -> 0-unstable-2025-11-10
2025-11-11 01:40:56 +00:00
nixpkgs-ci[bot] and GitHub
1310cad299
ruffle: 0.2.0-nightly-2025-11-03 -> 0.2.0-nightly-2025-11-09 ( #460171 )
2025-11-11 01:34:39 +00:00
R. Ryantm
88c2af43cc
dwarf-fortress-packages.dwarf-fortress-original: 53.02 -> 53.03
2025-11-11 01:28:18 +00:00
kirillrdy and GitHub
bd57371154
python3Packages.sse-starlette: fix build in the darwin sandbox ( #460524 )
2025-11-11 01:04:11 +00:00
Gaetan Lepage
7254157b1c
python3Packages.sse-starlette: fix build in the darwin sandbox
2025-11-11 00:42:25 +00:00
R. Ryantm
75d4287f7e
myks: 5.1.0 -> 5.2.0
2025-11-11 00:37:07 +00:00
Ryan Hendrickson and GitHub
14195556d2
cemu-ti: disable deploy script generation ( #460106 )
2025-11-11 00:31:13 +00:00
Gaétan Lepage and GitHub
74fd6182ee
python3Packages.finetuning-scheduler: 2.9.0 -> 2.9.1 ( #460502 )
2025-11-11 00:26:09 +00:00
Martin Weinelt and GitHub
1a091815c7
home-assistant-custom-lovelace-modules: modernize ( #460501 )
2025-11-11 00:20:25 +00:00