Commit Graph

1058993 Commits

Author SHA1 Message Date
Fabian Affolter
f4c9045c9b nerva: 1.64.2 -> 1.64.3
Diff: https://github.com/praetorian-inc/nerva/compare/v1.64.2...v1.64.3

Changelog: https://github.com/praetorian-inc/nerva/blob/v1.64.3/CHANGELOG.md
2026-08-12 16:52:06 +02:00
Fabian Affolter
fcd985026a python3Packages.cyclonedx-python-lib: 11.11.1 -> 11.11.2
Diff: https://github.com/CycloneDX/cyclonedx-python-lib/compare/v11.11.1...v11.11.2

Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v11.11.2
2026-08-12 16:51:16 +02:00
R. Ryantm
670c8671c4 python3Packages.hishel: 1.3.0 -> 1.3.1 2026-08-12 14:48:59 +00:00
R. Ryantm
565e111d54 consul: 2.0.2 -> 2.0.3 2026-08-12 14:48:51 +00:00
R. Ryantm
35351a664c vscode-extensions.databricks.databricks: 2.12.4 -> 2.13.0 2026-08-12 14:48:51 +00:00
nixpkgs-ci[bot]
002dae17f0 ultrastardx: 2026.6.0 -> 2026.8.0 (#551877) 2026-08-12 14:41:37 +00:00
nixpkgs-ci[bot]
e22091506a ghr-cli: 0.8.2 -> 0.9.0 (#551813) 2026-08-12 14:41:25 +00:00
nixpkgs-ci[bot]
3f1553524a miller: 6.20.2 -> 6.21.0 (#551247) 2026-08-12 14:41:22 +00:00
Sandro
fc25d6fffe nginxModules.vts: 0.2.6 -> 0.2.7 (#551443) 2026-08-12 14:36:43 +00:00
R. Ryantm
f75e26b972 chirpstack-mqtt-forwarder: 4.6.0 -> 4.6.1 2026-08-12 14:33:11 +00:00
adisbladis
b93a86f983 lib.fileset: Check the common case first in the toSource filter
The source filter runs on every path underneath the base directory, but
only on the few paths above it.

Reorder the prefix checks so the dominant below-the-base case does a
single substring + comparison instead of two, with an explicit branch
for the path being the base itself (which the previous first check also covered).
2026-08-12 16:31:50 +02:00
adisbladis
c55c59d46c lib.fileset: Don't recurse into files in _normaliseTreeFilter
_normaliseTreeFilter strictly walks the entire file set tree on every
toSource call. File entries (null or a file type string) are already
normalised, so dispatch on the subtree inside the mapAttrs closure
instead of making a recursive call that immediately returns its
argument. This also avoids allocating an unused `path + "/${name}"`
argument thunk for every file.
2026-08-12 16:31:49 +02:00
R. Ryantm
89402ee03d genemichaels: 0.9.6 -> 0.12.2 2026-08-12 14:29:18 +00:00
Fabian Affolter
6032d09b28 python3Packages.-openinference-instrumentation-openai: 0.1.52 -> 0.1.54 (#551214) 2026-08-12 14:28:50 +00:00
Fabian Affolter
ecee61b4c6 python3Packages.nslookup: rename from pynslookup (#551031) 2026-08-12 14:28:45 +00:00
Peder Bergebakken Sundt
e2c62cfd7e icingaweb2-ipl: add helsinki-Jo back as maintainer 2026-08-12 16:25:58 +02:00
Janne Heß
5a6d0ee976 treewide: Drop a lot of my maintainership
I do not have the time or energy to handle all of this. Let alone my
GitHub notifications. This PR is in good faith and does not refer to
anything community-related. I will keep on doing nixpkgs work but the
pile of shame (let's call it that) needs to be cleaned. Thanks to
@mweinelt which whom I had a discussion and who made me aware of this
issue.
2026-08-12 16:24:54 +02:00
adisbladis
0d9f8e4f09 lib.fileset: Optimise _unionTrees
This function runs once per directory node per union during lazy tree evaluation.
This makes it one of the hottest paths in lib.fileset for large trees.
It was measuared at ~9% of _total evaluation_ time in a very large monorepo.

This change is a 2-in-1:

- Return singleton lists directly to avoid rebuilding subtrees

- Use foldl instead of findFirstIndex

  This is a hot path so the indexing arithmetic adds up.
2026-08-12 16:22:21 +02:00
Sandro Jäckel
ea10848aca comfyui: 0.31.1 -> 0.32.0
Diff: https://github.com/Comfy-Org/ComfyUI/compare/v0.31.1...v0.32.0

Changelog: https://github.com/Comfy-Org/ComfyUI/releases/tag/v0.32.0
2026-08-12 16:16:33 +02:00
Sandro Jäckel
3c489f0842 python3Packages.comfyui-workflow-templates-media-assets-01: 0.1.24 -> 0.1.26 2026-08-12 16:16:14 +02:00
Sandro Jäckel
c8daab8a55 python3Packages.comfyui-workflow-templates-json: 0.1.37 -> 0.1.42 2026-08-12 16:16:13 +02:00
Sandro Jäckel
76fdfca9c1 python3Packages.comfyui-workflow-templates-core: 0.3.302 -> 0.3.307 2026-08-12 16:16:13 +02:00
Sandro Jäckel
d9e20a4b8b python3Packages.comfyui-workflow-templates: 0.11.37 -> 0.11.39 2026-08-12 16:16:12 +02:00
Sandro Jäckel
899b267e8a python3Packages.comfy-kitchen: 0.2.28 -> 0.2.30
Diff: https://github.com/Comfy-Org/comfy-kitchen/compare/v0.2.28...v0.2.30
2026-08-12 16:16:12 +02:00
nixpkgs-ci[bot]
f69eba8b00 cargo-flamegraph: 0.6.13 -> 0.6.14 (#551883) 2026-08-12 14:14:29 +00:00
nixpkgs-ci[bot]
1c5c4d5d1f beammp-launcher: 2.8.0 -> 2.8.1 (#551695) 2026-08-12 14:14:18 +00:00
R. Ryantm
6560e0cb79 terraform-providers.sysdiglabs_sysdig: 3.9.0 -> 3.9.1 2026-08-12 14:11:50 +00:00
Jo
97b862455f uavs3d: 1.1-unstable-2025-12-13 -> 1.2 (#551747) 2026-08-12 14:06:13 +00:00
Jo
5a1d7474fb discord: update variouse (#551749) 2026-08-12 14:05:04 +00:00
R. Ryantm
3794e4929e keepassxc-go: 1.6.0 -> 1.7.0 2026-08-12 14:03:33 +00:00
Sandro
f0c22b74cc programs/zoxide: ensure shell init is always added last (#547322) 2026-08-12 13:58:59 +00:00
Sandro
eb5be4a8e3 libfm{,-extra}: drop gtk 2 support (#549736) 2026-08-12 13:57:59 +00:00
Fabian Affolter
346184ee06 python3Packages.ansi2image: patch version (#551866) 2026-08-12 13:56:16 +00:00
lucasew
194d2cb355 dokieli: 0-unstable-2026-05-08 -> 0-unstable-2026-08-10
f037266309...c23e80e4fe

Assisted-by: Grok (xAI, grok-4.5)
2026-08-12 10:55:41 -03:00
Yt
668d9eaf47 calibre: cleanup (#551800) 2026-08-12 13:55:03 +00:00
R. Ryantm
69175e8ef2 openfga: 1.18.2 -> 1.18.3 2026-08-12 13:52:52 +00:00
R. Ryantm
27f47ddf53 plasma-plugin-blurredwallpaper: 3.5.2 -> 3.6.0 2026-08-12 13:51:12 +00:00
R. Ryantm
406c77442f sickgear: 3.34.13 -> 3.36.0 2026-08-12 13:50:46 +00:00
nixpkgs-ci[bot]
52579ece5b cargo-shear: 1.13.3 -> 1.13.4 (#551882) 2026-08-12 13:50:13 +00:00
Gaetan Lepage
2916b8bf72 python3Packages.fireworks-ai: 1.2.0 -> 1.2.8
Diff: https://github.com/fw-ai-external/python-sdk/compare/v1.2.0...v1.2.8

Changelog: https://github.com/fw-ai-external/python-sdk/blob/v1.2.8/CHANGELOG.md
2026-08-12 13:49:17 +00:00
nixpkgs-ci[bot]
bc6fc98538 updatecli: 0.119.0 -> 0.120.0 (#551765) 2026-08-12 13:48:50 +00:00
nixpkgs-ci[bot]
24ea912f93 rura: 1.10.0 -> 1.11.0 (#551166) 2026-08-12 13:45:41 +00:00
Sandro
f6244bd7b5 toppler: drop (#551344) 2026-08-12 13:44:52 +00:00
R. Ryantm
a0bf5ea7b7 terraform-providers.splunk-terraform_signalfx: 9.33.0 -> 9.34.0 2026-08-12 13:41:11 +00:00
R. Ryantm
6bc29973df plasma-panel-colorizer: 7.2.0 -> 8.0.0 2026-08-12 13:40:54 +00:00
Gaétan Lepage
3dc3cf6e45 klayout: 0.30.8 -> 0.30.10 (#551803) 2026-08-12 13:35:22 +00:00
R. Ryantm
d68c892809 cargo-flamegraph: 0.6.13 -> 0.6.14 2026-08-12 13:29:11 +00:00
isabel
a844e3cdff python3Packages.nanoemoji: 0.15.9 -> 0.16.0 (#551514) 2026-08-12 13:27:42 +00:00
isabel
d4aa225bb1 mold-unwrapped: 2.41.0 -> 2.42.0 (#551556) 2026-08-12 13:23:56 +00:00
R. Ryantm
394932b977 cargo-shear: 1.13.3 -> 1.13.4 2026-08-12 13:21:57 +00:00