Commit Graph

975658 Commits

Author SHA1 Message Date
dotlambda 3bc83908ea python3Packages.psutil: 7.2.1 -> 7.2.2 (#506431) 2026-04-05 02:43:46 +00:00
Colin 705787ab37 minimal-bootstrap.musl*: 1.2.5 -> 1.2.6 (#506511) 2026-04-05 01:21:57 +00:00
nixpkgs-ci[bot] 32933b021a Merge staging-next into staging 2026-04-05 00:28:24 +00:00
nixpkgs-ci[bot] 0ace65c233 Merge master into staging-next 2026-04-05 00:27:54 +00:00
Martin Weinelt 8ae8408a61 python3Packages.accelerate: disable failing tests on aarch64-linux (#504999) 2026-04-05 00:19:31 +00:00
Martin Weinelt a7956ddee6 python3Packages.sentry-sdk: 2.53.0 -> 2.54.0 (#496561) 2026-04-05 00:19:17 +00:00
Martin Weinelt bf7f201360 python3Packages.samplerate: 0.2.3 -> 0.2.4 (#502347) 2026-04-05 00:18:56 +00:00
Gaétan Lepage 31fc0b92a8 vimPlugins: update on 2026-04-03 (#506410) 2026-04-05 00:08:38 +00:00
Michael Daniels b04d30a47b hayagriva: add trespaul as maintainer (#502492) 2026-04-05 00:06:05 +00:00
Gaétan Lepage 4102f0ef5d python3Packages.pyzotero: init at 1.11.0 (#506058) 2026-04-05 00:04:49 +00:00
Michael Daniels 5c71ecb55b xq-xml: add progrm_jarvis to maintainers (#504972) 2026-04-05 00:02:10 +00:00
Michael Daniels 97064f43e9 pvsneslib: fix build (#502877) 2026-04-05 00:00:18 +00:00
Michael Daniels 75ec88d1f7 {python3Packages.,lib}dynd: drop (#502867) 2026-04-04 23:58:04 +00:00
Ethan Carter Edwards 041596c64a python3Packages.pyzotero: init at 1.11.0
GitHub: https://github.com/urschrei/pyzotero
Homepage: https://pyzotero.readthedocs.io/en/latest/

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2026-04-04 23:55:04 +00:00
Gaétan Lepage be46faefa8 python3Packages.ml-dtypes: include upstream patch for numpy 2.4.3 (#505893) 2026-04-04 23:50:11 +00:00
Michael Daniels c7d37c6d76 python3Packages.watchfiles: modernize (#466643) 2026-04-04 23:49:11 +00:00
Sigmanificient 5e877cb93d libdynd: drop 2026-04-04 19:47:11 -04:00
Sigmanificient c356f7c8bd python3Packages.dynd: drop 2026-04-04 19:47:10 -04:00
Fabian Affolter 1ffaf86c79 python3Packages.watchfiles: migrate to finalAttrs 2026-04-04 19:43:57 -04:00
Fabian Affolter 88778e9206 python3Packages.watchfiles: modernize 2026-04-04 19:43:44 -04:00
Gaétan Lepage 5d4cbbce06 obs-do: 0.1.12 -> 0.1.13 (#506786) 2026-04-04 23:43:07 +00:00
nixpkgs-ci[bot] 67fd866cc2 pvzge: 0.7.1 -> 0.8.1 (#506782) 2026-04-04 23:41:41 +00:00
Michael Daniels b54ed736c7 xorgproto: inline patch due to errors fetching from AUR (#470698) 2026-04-04 23:33:38 +00:00
Michael Daniels 73805d0859 mathematica: allow user to provide version info (#376435) 2026-04-04 23:33:20 +00:00
Philip Taron 4c65d1a039 python3Packages.inject: 5.3.0 -> 5.3.0-unstable-2026-01-05 (#504717) 2026-04-04 23:27:55 +00:00
nixpkgs-ci[bot] 84aaff6052 pvz-portable-unwrapped: 0.1.19 -> 0.1.20 (#506781) 2026-04-04 23:21:26 +00:00
nixpkgs-ci[bot] 31c962282a kubevirt: 1.7.2 -> 1.8.1 (#503467) 2026-04-04 23:21:26 +00:00
R. Ryantm 88fe12887e obs-do: 0.1.12 -> 0.1.13 2026-04-04 23:20:03 +00:00
nixpkgs-ci[bot] e0914af9b2 cli-tips: 0-unstable-2025-06-13 -> 0-unstable-2026-03-29 (#506726) 2026-04-04 23:06:14 +00:00
Philip Taron 32cbbb03c7 stdenv, trivial-builders: replace // optionalAttrs with nullable attr names (#506774) 2026-04-04 23:00:54 +00:00
R. Ryantm 9867f7f138 pvzge: 0.7.1 -> 0.8.1 2026-04-04 23:00:31 +00:00
R. Ryantm 4cde62e165 pvz-portable-unwrapped: 0.1.19 -> 0.1.20 2026-04-04 22:58:12 +00:00
nixpkgs-ci[bot] 16ddeae80c serverpod_cli: 3.4.4 -> 3.4.5 (#506712) 2026-04-04 22:53:08 +00:00
Michael Daniels a68feb66a5 opensmtpd: patch another usage of PATH_LIBEXEC (#503259) 2026-04-04 22:52:31 +00:00
nixpkgs-ci[bot] a6522db5b9 cliamp: 1.27.8 -> 1.34.0 (#506732) 2026-04-04 22:35:16 +00:00
Aliaksandr 3bdc867a84 stdenv, trivial-builders: replace // optionalAttrs with nullable attr names
Follow-up to #430969. Replace remaining `// optionalAttrs` patterns with
`${if cond then "name" else null} = value;` to avoid per-derivation
closure allocations and `//` merge operations.

Changes:
- make-derivation.nix: inline Darwin, Windows, outputChecks blocks and
  the `env'`/`__structuredAttrs` patterns in mkDerivationSimple
- trivial-builders: inline optionalAttrs in runCommandWith and symlinkJoin
2026-04-05 01:34:28 +03:00
Stanisław Pitucha ab2bcff420 reaper: 7.66 -> 7.67 (#506676) 2026-04-04 22:28:08 +00:00
nixpkgs-ci[bot] ca5f8ef306 fabric-ai: 1.4.441 -> 1.4.442 (#506478) 2026-04-04 22:17:09 +00:00
zowoq 101b838993 terraform-providers.ibm-cloud_ibm: 1.89.0 -> 2.0.0 (#506754) 2026-04-04 22:14:48 +00:00
zowoq 33879a5e6f terraform-providers.buildkite_buildkite: 1.31.4 -> 1.32.0 (#506680) 2026-04-04 22:14:24 +00:00
zowoq 46dc82b529 terraform-providers.huaweicloud_huaweicloud: 1.88.0 -> 1.89.0 (#506640) 2026-04-04 22:14:14 +00:00
kirillrdy 29c1e12fe1 python3Packages.blackjax: 1.4 -> 1.5 (#506551) 2026-04-04 22:12:02 +00:00
Yohann Boniface 68ae46b371 zsign: fix build (#506447) 2026-04-04 21:59:08 +00:00
nixpkgs-ci[bot] 26a719a9ef modrinth-app-unwrapped: 0.12.4 -> 0.12.6 (#506502) 2026-04-04 21:58:02 +00:00
dotlambda a0fc07fd45 python3Packages.arcam-fmj: 2.1.0 -> 2.1.1 (#506705) 2026-04-04 21:54:40 +00:00
Peder Bergebakken Sundt eb4697c25f nezha: 2.0.5 -> 2.0.6 (#501675) 2026-04-04 21:52:45 +00:00
Peder Bergebakken Sundt 076a8e314a cddlparser: 0.5.0 -> 0.6.0 (#504913) 2026-04-04 21:31:32 +00:00
Peder Bergebakken Sundt 5acb837f5d engage: 0.2.1 -> 0.3.0 (#504870) 2026-04-04 21:24:37 +00:00
nixpkgs-ci[bot] 6fa12efbeb models-dev: 0-unstable-2026-03-26 -> 0-unstable-2026-04-04 (#506711) 2026-04-04 21:21:51 +00:00
Peder Bergebakken Sundt e243b65c5f appflowy: 0.11.4 -> 0.11.5 (#504692) 2026-04-04 21:21:35 +00:00