Commit Graph
977072 Commits
Author SHA1 Message Date
R. Ryantm 670a8d86dc python3Packages.elevenlabs: 2.40.0 -> 2.41.0 2026-04-04 12:24:11 +00:00
Fabian AffolterandGitHub 1a72a5d571 python3Packages.dirigera: 1.2.6 -> 1.2.7 (#506382) 2026-04-04 12:23:15 +00:00
Fabian AffolterandGitHub c40c6a7418 python3Packages.gardena-bluetooth: 2.1.0 -> 2.4.0 (#506439) 2026-04-04 12:22:44 +00:00
Fabian AffolterandGitHub 63db781937 python3Packages.lightwave2: modernize 2026-04-04 14:22:13 +02:00
Fabian AffolterandGitHub 38ebee7c20 troubadix: 26.3.0 -> 26.4.0 (#506490) 2026-04-04 12:20:39 +00:00
Fabian AffolterandGitHub 078d318015 python3Packages.gitlike-commands: modernize 2026-04-04 14:20:14 +02:00
zimbatm 878a387240 lib.systems.equals: optimize removeFunctions
Replace filterAttrs + lib.isFunction with removeAttrs + builtins.filter
+ builtins.isFunction. System attrs are never __functor-style attrsets,
so lib.isFunction's wrapper is unnecessary overhead. The double negation
(!pred ∘ !isFunction) also cancels out.

NIX_SHOW_STATS delta on hello.drvPath:

  nrFunctionCalls:  229,883 -> 154,411   (-32.8%)
  envs.number:      250,215 -> 174,743   (-30.2%)
  envs.bytes:         4.6M -> 3.4M       (-26.4%)
  nrAvoided:        291,314 -> 216,054   (-25.8%)
  gc.totalBytes:     49.7M -> 48.5M      (-2.4%)

Repro:

  NIX_SHOW_STATS=1 nix-instantiate --eval \
    -E '(import ./. {}).hello.drvPath' 2>stats.json >/dev/null
  jq . stats.json
2026-04-04 14:19:54 +02:00
Marcin Serwin dce8765c04 meritous: fix build with GCC 15
Part of: https://github.com/NixOS/nixpkgs/issues/475479

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-04-04 14:19:17 +02:00
zimbatm 6ae8efaf5f splice: replace listToAttrs+map with mapAttrs
listToAttrs forces every list element to extract `.name`, calling merge
eagerly for the entire union of attribute names (~60k). mapAttrs already
knows the keys; the lambda is only invoked when a key is selected,
letting the 99.7% unforced ones stay as untouched thunks.

NIX_SHOW_STATS delta on pkgsCross.aarch64-multiplatform.hello.drvPath:

  nrFunctionCalls:  567,512 -> 507,404   (-10.6%)
  nrThunks:         613,138 -> 552,356   (-9.9%)
  sets.number:      158,787 -> 98,339    (-38.1%)
  list.elements:    295,085 -> 174,189   (-41.0%)
  gc.totalBytes:      117.5M -> 111.7M   (-4.9%)

Repro:

  NIX_SHOW_STATS=1 nix-instantiate --eval \
    -E '(import ./. {}).pkgsCross.aarch64-multiplatform.hello.drvPath' \
    2>stats.json >/dev/null
  jq . stats.json
2026-04-04 14:18:29 +02:00
Fabian Affolter bc14efb91b python3Packages.iamdata: 0.1.202604031 -> 0.1.202604041
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202604031...v0.1.202604041

Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202604041
2026-04-04 14:17:02 +02:00
nixpkgs-ci[bot]andGitHub da82104ea7 biome: 2.4.9 -> 2.4.10 (#506584) 2026-04-04 12:16:09 +00:00
nixpkgs-ci[bot]andGitHub 9f57992ccb Merge master into staging-nixos 2026-04-04 12:12:19 +00:00
Marc JakobiandGitHub c931e22f0e luaPackages: update on 2026-04-03 (#506413) 2026-04-04 12:09:36 +00:00
R. Ryantm cd0acd1a3b argocd: 3.3.5 -> 3.3.6 2026-04-04 12:08:29 +00:00
Thiago Kenji OkadaandGitHub 6e07d481ad libretro.pcsx-rearmed: 0-unstable-2026-03-21 -> 0-unstable-2026-04-02 (#506571) 2026-04-04 12:07:44 +00:00
R. Ryantm 77a33a8805 tutanota-desktop: 338.260318.0 -> 340.260326.1 2026-04-04 12:07:39 +00:00
Rory& 67bb7b8fbf intiface-central: 3.0.0 -> 3.0.4+40 2026-04-04 11:54:25 +00:00
R. Ryantm dd921753e5 opengamepadui: 0.44.3 -> 0.45.0 2026-04-04 11:50:11 +00:00
R. Ryantm 5adec710c9 biome: 2.4.9 -> 2.4.10 2026-04-04 11:40:09 +00:00
R. Ryantm 3557c5bb47 git-pkgs: 0.15.0 -> 0.15.2 2026-04-04 11:39:32 +00:00
R. Ryantm affa61c7d8 pyfa: 2.66.1 -> 2.66.2 2026-04-04 11:38:17 +00:00
Robert HelgessonandGitHub c11a94ff82 josm: 19481 → 19555 (#506568) 2026-04-04 11:36:21 +00:00
sternenseemannandGitHub b6bd2e4c04 wayland-proxy-virtwl: 0-unstable-2025-06-22 -> 0-unstable-2026-04-03 (#506476) 2026-04-04 11:25:05 +00:00
Axel Karjalainen 9fdde482ab doc: document pkgs<theirHost><theirTarget> better
Inspiration taken from code comments in `pkgs/top-level/stage.nix`.
2026-04-04 14:20:54 +03:00
Gaetan Lepage d2135d9912 python3Packages.blackjax: 1.4 -> 1.5
Diff: https://github.com/blackjax-devs/blackjax/compare/1.4...1.5

Changelog: https://github.com/blackjax-devs/blackjax/releases/tag/1.5
2026-04-04 11:15:22 +00:00
Nikolay KorotkiyandGitHub c0934f2d4a geoserver: 2.28.2 -> 2.28.3 (#506569) 2026-04-04 11:12:18 +00:00
R. Ryantm 2b206b69b8 python3Packages.gitlike-commands: 0.3.0 -> 0.3.1 2026-04-04 11:09:55 +00:00
R. Ryantm 7764b52ec9 polarity: latest-unstable-2026-03-23 -> latest-unstable-2026-03-27 2026-04-04 11:09:29 +00:00
Nikolay KorotkiyandGitHub 987edcbd9b gpxsee: 15.11 → 16.0 (#499885) 2026-04-04 11:08:37 +00:00
nixpkgs-ci[bot]andGitHub 1cf3d21aa1 asmjit: 0-unstable-2026-02-15 -> 0-unstable-2026-03-26 (#506549) 2026-04-04 11:06:14 +00:00
Nikolay Korotkiy 003295afcd josm: 19481 → 19555 2026-04-04 15:04:56 +04:00
Masum RezaandGitHub fbf57b4735 pyprland: 3.3.0 -> 3.3.1 (#506475) 2026-04-04 10:56:19 +00:00
R. Ryantm be488cb0e2 octodns-providers.gandi: 1.1.0 -> 1.2.0 2026-04-04 10:48:49 +00:00
R. Ryantm 8215a59a89 libretro.pcsx-rearmed: 0-unstable-2026-03-21 -> 0-unstable-2026-04-02 2026-04-04 10:48:13 +00:00
Augustin Trancart b24a62e6bc geoserver: 2.28.2 -> 2.28.3 2026-04-04 12:47:10 +02:00
R. Ryantm 1741ab86f6 air-formatter: 0.8.2 -> 0.9.0 2026-04-04 10:45:05 +00:00
Phileas Lebada 44a2dd497a atuin: add missing upstream default Cargo.toml build features 2026-04-04 12:44:51 +02:00
Phileas Lebada 9ac969d715 atuin: sort buildFeatures 2026-04-04 12:44:50 +02:00
Niklas Korz a78017f53b wiredtiger: fix eval
Environment variables must be strings, booleans or integers.
2026-04-04 12:43:58 +02:00
Franz PletzandGitHub c8203cfcee consul: 1.22.1 -> 1.22.6 (#461395) 2026-04-04 10:37:03 +00:00
Marcin Serwin 6c6fb617ea gmu: drop
Doesn't build with GCC 15. I builds successfully with `-std=c17` but
then it fails to start with:

    gmu: Unknown parameter (-e). Try -h for help.

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-04-04 12:32:59 +02:00
nixpkgs-ci[bot]andGitHub 0bd3d988b1 bento: 1.16.1 -> 1.16.2 (#506557) 2026-04-04 10:29:14 +00:00
nixpkgs-ci[bot]andGitHub 1e0e065beb wcslib: 8.5 -> 8.6 (#504858) 2026-04-04 10:29:12 +00:00
R. Ryantm d87a6ae492 redpanda-client: 25.3.11 -> 26.1.2 2026-04-04 10:28:10 +00:00
Marcin SerwinandGitHub e76e315f47 caprice32: fix build with gcc15 (#505749) 2026-04-04 10:24:05 +00:00
transcaffeine d88651d80b netbox_4_5: 4.5.5 -> 4.5.7
Release notes: https://github.com/netbox-community/netbox/releases/tag/v4.5.7
Full changelog: https://github.com/netbox-community/netbox/compare/v4.5.5...v4.5.7
2026-04-04 12:21:25 +02:00
Marcin SerwinandGitHub 8480f21dc6 barrage: fix build (#503210) 2026-04-04 10:10:18 +00:00
R. Ryantm 2f636795fd laravel: 5.24.10 -> 5.25.2 2026-04-04 10:09:59 +00:00
Gaétan LepageandGitHub 6f15fe1f10 mistral-vibe: 2.7.2 -> 2.7.3 (#506407) 2026-04-04 10:00:24 +00:00
R. Ryantm abd5a162c1 python3Packages.sphinx-togglebutton: 0.4.4 -> 0.4.5 2026-04-04 09:56:27 +00:00