Jost Alemann
02fa5ac8fe
termsvg: update meta
...
capitalize user name in repo owner and meta.homepage
2025-11-06 17:06:19 +01:00
Someone and GitHub
2d80507a5f
voikko-fi: init at 2.5 ( #420749 )
2025-11-06 15:52:17 +00:00
Fernando Rodrigues and GitHub
c26b2f5277
zwave-js-server: 3.2.1 -> 3.4.0 ( #446964 )
2025-11-06 15:50:33 +00:00
Fernando Rodrigues and GitHub
7241c2529e
termsvg: 0.9.3 -> 0.10.0 ( #448609 )
2025-11-06 15:50:29 +00:00
Fernando Rodrigues and GitHub
acb93cea5b
questdb: 9.0.3 -> 9.1.0 ( #448308 )
2025-11-06 15:49:24 +00:00
Lin Jian and GitHub
40628ce93d
emacsPackages.ebuild-mode: 1.78 -> 1.79 ( #459132 )
2025-11-06 15:48:36 +00:00
Fernando Rodrigues and GitHub
b9f9e64f5e
makeself: 2.5.0 -> 2.6.0 ( #446580 )
2025-11-06 15:48:09 +00:00
Fernando Rodrigues and GitHub
9f5f97da40
flat-remix-gnome: 20250413 -> 20250926 ( #446343 )
2025-11-06 15:48:05 +00:00
Fernando Rodrigues and GitHub
b06748d943
restic: Replace rec with finalAttrs; add djds@ to maintainers ( #445402 )
2025-11-06 15:48:01 +00:00
Johannes Kirschbauer and GitHub
6cc6a5e5aa
lib/types: add externalPath ( #447832 )
2025-11-06 15:45:04 +00:00
Fernando Rodrigues and GitHub
8444afb26a
kronosnet: 1.31 -> 1.32 ( #445974 )
2025-11-06 15:45:04 +00:00
Fernando Rodrigues and GitHub
2528184e5c
freerdp: 3.17.1 -> 3.17.2 ( #445925 )
2025-11-06 15:45:01 +00:00
Fernando Rodrigues and GitHub
931a502b30
smartdns: 46.1 -> 47 ( #446028 )
2025-11-06 15:44:58 +00:00
Fernando Rodrigues and GitHub
8ed56267f5
inotify-tools: 4.23.9.0 -> 4.25.9.0 ( #445138 )
2025-11-06 15:42:42 +00:00
Emily and GitHub
4aee85a83d
chromium,chromedriver: 142.0.7444.59 -> 142.0.7444.134 ( #459152 )
2025-11-06 15:41:30 +00:00
Sandro and GitHub
8d8024fde1
boringssl: refactor, add maintainers ( #453894 )
2025-11-06 15:37:54 +00:00
Fernando Rodrigues and GitHub
35af03c759
smatch: fix scan of standard headers, collect system headers ( #327513 )
2025-11-06 15:35:31 +00:00
Fernando Rodrigues and GitHub
644a795457
biber: skip impossible tests on 32bit systems ( #434211 )
2025-11-06 15:35:08 +00:00
Wolfgang Walther and GitHub
e6162b99c9
workflows/bot: improve for treewides ( #459170 )
2025-11-06 15:40:31 +00:00
Fernando Rodrigues and GitHub
96fe9ad675
modrinth-app: 0.9.5 -> 0.10.3 ( #432663 )
2025-11-06 15:28:54 +00:00
Fernando Rodrigues and GitHub
0dbda67718
gitbutler: 0.14.19 -> 0.15.10 ( #431873 )
2025-11-06 15:27:12 +00:00
Sandro and GitHub
641ba0977b
python3Packages.ollama: 0.5.3 -> 0.6.0 ( #444778 )
2025-11-06 15:22:56 +00:00
Sandro and GitHub
9f9545acc0
matrix-tuwunel: 1.4.2->1.4.5 ( #456425 )
2025-11-06 15:22:32 +00:00
Sandro and GitHub
c23732d920
forge-mtg: fix darwin build ( #457826 )
2025-11-06 15:20:20 +00:00
Fernando Rodrigues and GitHub
f6544bb5ac
taizen: 0-unstable-2023-06-05 -> 0-unstable-2024-11-16 ( #458443 )
2025-11-06 15:20:12 +00:00
Fernando Rodrigues and GitHub
20b2a215e0
9menu: unstable-2021-02-24 -> 1.11, add update script ( #432501 )
2025-11-06 15:18:13 +00:00
Sandro and GitHub
c87c0050e5
pounce: replace libressl with libretls ( #454372 )
2025-11-06 15:17:35 +00:00
Wolfgang Walther
cd7f83638e
ci/github-script/bot: limit concurrency in PR runs
...
This lead to reaching secondary API limits in a treewide recently, so we
better limit it to where we actually need it.
2025-11-06 16:17:22 +01:00
Wolfgang Walther
17199e5ff6
ci/github-script/reviewers: add TODO about future optimization
...
We still use a few too many API requests by checking team members for
collaborator status - we can improve on that in the future.
2025-11-06 16:17:17 +01:00
Wolfgang Walther
9efe926863
ci/github-script/reviewers: exit early for treewides
...
When hitting a treewide, we would previously find the username for each
user and then check all of them for collaborator status - only to then
realize that this results in more than 15 reviewers and exit.
We can put a simple stop-gap in, even before de-duplicating the combined
lists of maintainers and owners as safe guard. We could still hit huge
numbers of code owners, but in practice we don't nearly as many as
maintainers, so this will be sufficient for now.
2025-11-06 16:17:12 +01:00
Wolfgang Walther
51acc56dcb
ci/github-script/merge: ignore PRs with >= 100 files
...
We use the files endpoint to get a list of all *names* of files touched
in the PR - but this endpoint will also actually download the files /
their diff, too. That's pointless and actually takes quite some time for
huge treewides.
We're just putting in a stop-gap for now, so that we're not burning more
than 1 API requests on this and don't spend so much time on it either. A
limit of 99 files will be more than enough for quite some time - we will
only need to raise this when we're able to represent package sets in
by-name properly and have "package set maintainers", who are not
committers.
2025-11-06 16:17:08 +01:00
Fernando Rodrigues and GitHub
11caba59b0
ee: 1.5.2 -> 1.5.2-unstable-2024-06-20, adopt ( #440169 )
2025-11-06 15:16:47 +00:00
Sandro and GitHub
0fab018b47
c-blosc2: 2.21.3 -> 2.22.0 ( #456676 )
2025-11-06 15:16:34 +00:00
Martin Weinelt and GitHub
a7592f18e4
rocmPackages.meta.release-packagePlatforms: regenerate ( #459165 )
2025-11-06 15:15:36 +00:00
Sandro and GitHub
107ffa4371
element-desktop: 1.12.1 -> 1.12.3 ( #457333 )
2025-11-06 15:14:57 +00:00
Martin Weinelt
684545ccda
rocmPackages.meta.release-packagePlatforms: regenerate
...
The list should have been regenerated after adding ROCm support to
onnxruntime, but apparently we forgot.
This will make hydra build the ROCm-flavored Firefox package.
Fixes : #459100
2025-11-06 15:58:28 +01:00
Vincent Laporte and GitHub
d03ce9c0e9
coqPackages.metarocq: 9.0 -> 9.1 ( #459058 )
2025-11-06 14:53:25 +00:00
Alyssa Ross and GitHub
8659b19dee
linuxKernel.kernels.linux_zen: 6.17.6 -> 6.17.7 ( #459128 )
2025-11-06 14:46:07 +00:00
nixpkgs-ci[bot] and GitHub
372fa12938
awsbck: 1.0.0 -> 1.0.1 ( #459141 )
2025-11-06 14:35:38 +00:00
dish and GitHub
e1abb4a780
jsonplaceholder: 0-unstable-2021-06-14 -> 0.3.3-unstable-2021-06-14 ( #459136 )
2025-11-06 14:35:05 +00:00
Matteo Pacini and GitHub
ed3346d87a
json-repair: 0.52.2 -> 0.52.4 ( #459125 )
2025-11-06 14:32:59 +00:00
Matteo Pacini and GitHub
7660258a7c
vscode-extensions.augment.vscode-augment: 0.613.0 -> 0.627.0 ( #458387 )
2025-11-06 14:17:59 +00:00
nixpkgs-ci[bot] and GitHub
1d1bfea919
somo: 1.1.0 -> 1.3.0 ( #439590 )
2025-11-06 14:16:57 +00:00
Wolfgang Walther and GitHub
9f9c49a10b
ci/github-script/bot: fix needs reviewer label ( #459106 )
2025-11-06 14:14:33 +00:00
K900 and GitHub
8d065511dc
home-assistant-custom-lovelace-modules.card-mod: 3.4.5 -> 3.4.6 ( #459154 )
2025-11-06 14:12:49 +00:00
Nikolay Korotkiy and GitHub
85d543b058
qmapshack: 1.18.1 -> 1.18.2 ( #459150 )
2025-11-06 14:12:00 +00:00
nixpkgs-ci[bot] and GitHub
36753184a4
vacuum-tube: 1.3.21 -> 1.3.23 ( #459014 )
2025-11-06 14:11:38 +00:00
Wolfgang Walther
4658d0d5a3
ci/github-script/bot: fix needs reviewer label
...
The recent change to use the result of requesting reviewers for setting
the `needs: reviewer` label caused a regression: It would not set the
label for PRs where no reviewers were requested, because *too many were
eligible*. Still - these PRs don't have reviewers, so they need
attention otherwise - via the label.
2025-11-06 15:10:58 +01:00
Philip Taron and GitHub
f9346f62a0
python3Packages.files-to-prompt: Fix build ( #458441 )
2025-11-06 14:06:43 +00:00
R. Ryantm
9dd3dd1d7b
home-assistant-custom-lovelace-modules.card-mod: 3.4.5 -> 3.4.6
2025-11-06 14:00:03 +00:00