R. Ryantm
13ef650efa
nfs-ganesha: 9.8 -> 9.9
2026-03-25 04:21:38 +00:00
Sizhe Zhao and GitHub
bdd0b60b21
nixos/firewalld: convert bool settings to yes/no ( #502926 )
2026-03-25 04:07:20 +00:00
R. Ryantm
300471ce24
python3Packages.djangorestframework-stubs: 3.16.7 -> 3.16.8
2026-03-25 04:05:00 +00:00
R. Ryantm
07c726364e
rsshub: 0-unstable-2026-03-16 -> 0-unstable-2026-03-24
2026-03-25 03:52:12 +00:00
R. Ryantm
187386d4ec
python3Packages.lastversion: 3.6.9 -> 3.6.10
2026-03-25 03:49:31 +00:00
R. Ryantm
f88b05c74f
brutus: 1.2.0 -> 1.2.1
2026-03-25 03:49:20 +00:00
R. Ryantm
896fbc48f8
pi-coding-agent: 0.58.3 -> 0.62.0
2026-03-25 03:48:39 +00:00
Infinidoge and GitHub
72863bd081
dolphin-emu: 2603 -> 2603a ( #503241 )
2026-03-25 03:42:40 +00:00
nixpkgs-ci[bot] and GitHub
94c75554e3
mirrord: 3.193.0 -> 3.194.0 ( #503083 )
2026-03-25 03:32:28 +00:00
TheShadowEevee
a1d831ee98
dolphin-emu: 2603 -> 2603a
2026-03-24 23:29:39 -04:00
R. Ryantm
a274a7ef1b
python3Packages.ibm-cloud-sdk-core: 3.24.3 -> 3.24.4
2026-03-25 03:20:40 +00:00
Philip Taron and GitHub
8264ad1ade
nixos/virtualization/ec2: add IPv6 IMDS fetch capability ( #476897 )
2026-03-25 03:18:27 +00:00
kirillrdy and GitHub
23e0843f47
python3Packages.pglive: relax pyqtgraph ( #503232 )
2026-03-25 03:11:12 +00:00
Yohann Boniface and GitHub
3aaef085ea
libtas: fix gcc15 build ( #500370 )
2026-03-25 03:03:47 +00:00
Sizhe Zhao
4852eb87ca
uv: 0.11.0 -> 0.11.1
2026-03-25 11:01:32 +08:00
Yohann Boniface and GitHub
596f8d4ed2
ardopc: fix build with gcc 15 ( #500958 )
2026-03-25 02:53:45 +00:00
fsagbuya
c1ea640229
python3Packages.pglive: relax pyqtgraph
2026-03-25 10:50:38 +08:00
Sigmanificient
3db953848c
crystfel: fix build with gcc 15
2026-03-25 03:43:15 +01:00
Yt and GitHub
62217f7b1d
python3Packages.xformers: 0.0.30 -> 0.0.35 ( #502963 )
2026-03-25 02:39:38 +00:00
azban
ce55533b71
steel: 0-unstable-2026-02-12 -> 0.8.2
2026-03-24 20:38:16 -06:00
R. Ryantm
ea1260b442
temporal: 1.30.1 -> 1.30.2
2026-03-25 02:33:35 +00:00
Sigmanificient
0221b4fa70
clean: fix build with gcc 15
2026-03-25 03:32:46 +01:00
Yohann Boniface and GitHub
e6ebc81ebf
rasm: 3.0.8 -> 3.0.9 ( #503222 )
2026-03-25 02:27:12 +00:00
R. Ryantm
f88f610128
rembg: 2.0.73 -> 2.0.74
2026-03-25 02:22:57 +00:00
R. Ryantm
aa1d95d95e
spicedb-zed: 0.35.0 -> 0.36.0
2026-03-25 02:21:17 +00:00
Sigmanificient
9ff9e145a3
cernlib: 2024.06.12.0 -> 2025.09.18.4
2026-03-25 03:14:24 +01:00
Austin Horstman and GitHub
972111dc54
catppuccin: unstable-2025-10-07 -> 0-unstable-2026-03-24 ( #503115 )
2026-03-25 02:14:08 +00:00
R. Ryantm
a9dcbf0a31
rgx: 0.7.0 -> 0.8.1
2026-03-25 02:13:41 +00:00
R. Ryantm
189ca8e78b
rasm: 3.0.8 -> 3.0.9
2026-03-25 02:08:55 +00:00
R. Ryantm
ba7f594a0d
seadrive-fuse: 3.0.18 -> 3.0.21
2026-03-25 02:07:11 +00:00
Nick Cao and GitHub
344eacdd1e
vscode-extensions.nomicfoundation.hardhat-solidity: 0.8.28 -> 0.8.29 ( #503096 )
2026-03-25 02:00:27 +00:00
R. Ryantm
2a9fe9f86a
nsc: 2.12.0 -> 2.12.1
2026-03-25 01:53:14 +00:00
Philip Taron
cfaddae84d
nixosTests: fix writeText warning when userData is null
...
makeEc2Test's userData parameter is required but image-contents.nix
passes null, triggering a deprecation warning from writeText. Make
userData optional (defaulting to null) and create an empty user-data
file when it's not provided.
2026-03-24 18:40:48 -07:00
Philip Taron
7e454277c3
openstack-image: use pkgs.stdenv.hostPlatform.system instead of deprecated pkgs.system
...
pkgs.system is a deprecated alias that doesn't exist when
allowAliases = false, causing evaluation failures in nixpkgs-review.
2026-03-24 18:40:48 -07:00
Philip Taron
a35e3e9777
nixosTests.ec2-image: fix systemd start-limit-hit in decompression tests
...
The decompression subtests restart fetch-ec2-metadata multiple times
in quick succession, hitting systemd's rate limiter. Reset the failure
counter before each restart.
2026-03-24 18:40:48 -07:00
Philip Taron
aa80ef70bb
nixosTests.openstack-image: fix hardcoded image filename
...
The test hardcoded "/nixos.qcow2" but the actual output filename
is derived from image.baseName and image.extension (e.g.
"nixos-image-...-x86_64-linux.qcow2"). Use image.fileName to get
the correct path, matching the pattern in ec2-image.nix.
Also make the IMDS server's token validation conditional: when no
token file exists in the metadata directory, requests are served
without authentication. This supports both EC2 (IMDSv2 with tokens)
and OpenStack (plain GET) metadata fetchers.
2026-03-24 18:40:48 -07:00
R. Ryantm
b95faf840c
python3Packages.xiaomi-ble: 1.9.0 -> 1.10.0
2026-03-25 01:35:42 +00:00
Sigmanificient
b0900bad2e
cbmbasic: fix build
2026-03-25 02:33:42 +01:00
Yohann Boniface and GitHub
a8526804aa
pyspread: fix, adopt, modernize ( #466075 )
2026-03-25 01:13:28 +00:00
dotlambda and GitHub
9dc8df359b
python3Packages.pysaunum: init at 0.5.0 ( #494463 )
2026-03-25 01:10:50 +00:00
Fernando Rodrigues and GitHub
98579cd260
grub2,grub2_{efi,ieee1275,light,pvgrub_image,xen,xen_pvh}: migrate to by-name ( #502332 )
2026-03-25 01:09:32 +00:00
Merikei and Sigmanificient
dbeb746d55
pyspread: fix dependencies
...
Co-authored-by: Yohann Boniface <edhyjox@gmail.com >
2026-03-25 02:07:17 +01:00
Sigmanificient
ef0107e328
pyspead: modernize
2026-03-25 02:03:23 +01:00
Michael Daniels and GitHub
653fc364d3
sgx-psw: 2.25 -> 2.27; sgx-azure-dcap-client: 1.12.3 -> 1.13.0-pre0; nixos/aesmd: unbreak; sgx-sdk: drop ( #489368 )
2026-03-25 00:57:46 +00:00
Sigmanificient
6049787a7b
pyspread: add merikei to maintainers
2026-03-25 01:52:35 +01:00
R. Ryantm
d9abb2b782
airwindows-lv2: 34.0 -> 36.0
2026-03-25 00:36:42 +00:00
R. Ryantm
e2b1ae52ce
cargo-lock: 11.0.0 -> 11.0.1
2026-03-25 00:34:12 +00:00
Gaétan Lepage and GitHub
52a8133642
python3Packages.jax: 0.8.2 -> 0.9.2 ( #482118 )
2026-03-25 00:29:57 +00:00
Naïm Camille Favier and GitHub
67a9f0aedd
agda: skip eval errors in allPackages ( #502548 )
2026-03-25 00:29:13 +00:00
nixpkgs-ci[bot] and GitHub
b307a8d237
Merge master into staging-nixos
2026-03-25 00:25:22 +00:00