nixpkgs-merge-bot[bot] and GitHub
175b34ad4c
overskride: 0.6.2 -> 0.6.3 ( #456546 )
2025-11-03 20:52:23 +00:00
dish and GitHub
bee1fde6db
coc-{diagnostic,spell-checker}: Remove update script ( #456769 )
2025-11-03 20:52:06 +00:00
dish and GitHub
b8a2c74f5d
dotenv-cli: 10.0.0 -> 11.0.0 ( #456768 )
2025-11-03 20:51:58 +00:00
dish and GitHub
65c6da4640
atproto-goat: 0-unstable-2025-02-01 -> 0.1.2 ( #456767 )
2025-11-03 20:51:51 +00:00
nixpkgs-ci[bot] and GitHub
c8cb956276
deck: 1.52.0 -> 1.52.1 ( #457874 )
2025-11-03 20:49:40 +00:00
Yureka and GitHub
a453bfc7ee
electron: update.py: add --force parameter ( #457315 )
2025-11-03 20:48:20 +00:00
Yureka and GitHub
0bd53b62d7
{electron-source.electron_39,electron_39-bin,electron-chromedriver_39}: init at 39.0.0 ( #456415 )
2025-11-03 20:48:10 +00:00
Sandro and GitHub
f185ef9582
sha1collisiondetection: set meta.mainProgram ( #458233 )
2025-11-03 20:43:56 +00:00
nixpkgs-ci[bot] and GitHub
2f3514442b
mani: 0.31.0 -> 0.31.1 ( #458219 )
2025-11-03 20:29:12 +00:00
Jeremy Schlatter
39ec4feeb7
sha1collisiondetection: set meta.mainProgram
...
Sets `meta.mainProgram = "sha1dcsum"`.
This lets `nix run nixpkgs#sha1collisiondetection` do something useful,
namely run `sha1dcsum`.
2025-11-03 12:26:14 -08:00
dotlambda and GitHub
4bbcdf1374
libfprint-focaltech-2808-a658: drop ( #458203 )
2025-11-03 20:25:52 +00:00
Austin Horstman and GitHub
bedc5b3716
_1password-gui-beta: 8.11.14-20.BETA -> 8.11.18-30.BETA ( #458223 )
2025-11-03 20:19:56 +00:00
Weijia Wang and GitHub
221a025b9d
pslib: fix build ( #455608 )
2025-11-03 20:15:16 +00:00
Weijia Wang and GitHub
355d9864fe
previewqt: fix build ( #453206 )
2025-11-03 20:06:42 +00:00
Rafael Ieda
df09fd8e79
_1password-gui-beta: 8.11.14-20.BETA -> 8.11.18-30.BETA
2025-11-03 17:00:55 -03:00
Weijia Wang and GitHub
fc1942a4c9
panotools: 2.9.22 -> 2.9.23 ( #454986 )
2025-11-03 19:57:13 +00:00
Fabian Affolter and GitHub
46c9f1f9c2
python3Packages.typst: 0.13.7 -> 0.14.1 ( #457936 )
2025-11-03 19:44:12 +00:00
Adam C. Stephens and GitHub
c5a082fda0
forgejo-runner: mark broken on darwin ( #458207 )
2025-11-03 19:39:13 +00:00
R. Ryantm
ee594b06f7
mani: 0.31.0 -> 0.31.1
2025-11-03 19:38:04 +00:00
phanirithvij
2d31be2d33
libfprint-focaltech-2808-a658: drop
...
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com >
2025-11-04 01:01:27 +05:30
dotlambda and GitHub
5c1b1ce694
immich: 2.2.1 -> 2.2.2 ( #458160 )
2025-11-03 19:26:14 +00:00
dotlambda and GitHub
1f21c54fe0
udisks: modernize, udisks2: turn into alias ( #456869 )
2025-11-03 19:25:37 +00:00
dotlambda and GitHub
080bfb263d
python3Packages.flake8-deprecated: 2.2.1 -> 2.3.0 ( #457683 )
2025-11-03 19:24:21 +00:00
dotlambda and GitHub
bdd970e336
home-assistant: support libre_hardware_monitor component ( #457978 )
2025-11-03 19:23:23 +00:00
dotlambda and GitHub
0162f171bb
arguments: fix build with cmake4 ( #458199 )
2025-11-03 19:22:10 +00:00
Martin Weinelt and GitHub
556163b83a
python3Packages.psycopg: disable flaky test ( #457590 )
2025-11-03 19:16:40 +00:00
Felix Bargfeldt and GitHub
b98f7d498d
sigsum: 0.11.2 -> 0.12.0 ( #458198 )
2025-11-03 19:16:14 +00:00
Martin Weinelt
eb57af1c25
forgejo-runner: mark broken on darwin
...
The tests currently fail to execute on darwin, which may indicate a
sandboxing issue. Likely needs someone to care for forgejo ci/cd on
darwin.
2025-11-03 20:14:09 +01:00
nixpkgs-ci[bot] and GitHub
d0de519c37
openhue-cli: 0.20 -> 0.21 ( #457983 )
2025-11-03 19:13:02 +00:00
Rafael Ieda
ceaf58465f
arguments: fix build with cmake4
2025-11-03 15:59:32 -03:00
R. Ryantm
5fc8325608
sigsum: 0.11.2 -> 0.12.0
2025-11-03 18:49:32 +00:00
dotlambda and GitHub
93fd89651f
python3Packages.python-jsonpath: fix src fetching ( #458145 )
2025-11-03 18:38:41 +00:00
Wolfgang Walther and GitHub
d9d44f842f
ci/github-script/bot: fix infinite labeling cycle ( #458184 )
2025-11-03 18:32:38 +00:00
Wolfgang Walther
c768b4243e
ci/github-script/bot: fix infinite labeling cycle
...
When we recently refactored the code to use the maintainer map for
related labels, we made a mistake: When a PR has no packages with
maintainers returned from eval, the label would internally be set to `0`
instead of `false`.
The code would then go on compare the before and after labels with
strict equality - and assume a difference, because `0 !== false`. Thus,
it seemed like new labels needed to be set, so the PUT request was
actually sent. Of course, the labels were actually the same - when
filtering the labels to be set, the `0` would also be treated as falsy,
so the label would not be set. This would result in no visible change in
the PR, but internall GitHub would replace the `updated_at` timestamp
for that PR - after all we replaced all labels.
Repeatedly updating *all* PRs we're looking at quickly causes problems,
because we are going to look at the same PRs *again* in the next cycle -
essentially causing infinite recursion. The bot became slower and slower
over time, because it had to process more and more PRs each run.
Simply casting this to a proper Boolean, should get us out of the mess
soon.
2025-11-03 19:28:43 +01:00
Robert Schütz
d090b2662e
python3Packages.python-jsonpath: fix src fetching
2025-11-03 10:13:17 -08:00
Marcus Ramberg and GitHub
7aeb722dae
papermc: 1.21.9-41 -> 1.21.10-91 ( #454822 )
2025-11-03 18:12:59 +00:00
nixpkgs-ci[bot] and GitHub
d46ad151fb
compose2nix: 0.3.2 -> 0.3.3 ( #458128 )
2025-11-03 18:09:39 +00:00
Jörg Thalheim and GitHub
471fffe199
nixos/facter: add virtualization and firmware support ( #456698 )
2025-11-03 17:59:50 +00:00
dotlambda and GitHub
56dec699a2
nextcloud-notify_push: 1.2.0 -> 1.2.1 ( #458101 )
2025-11-03 17:43:20 +00:00
Matteo Pacini and GitHub
067733cd6e
openlist: 4.1.5 -> 4.1.6 ( #458130 )
2025-11-03 17:41:27 +00:00
nixpkgs-ci[bot] and GitHub
1cddf2c92f
python3Packages.petsc4py: 3.24.0 -> 3.24.1 ( #457994 )
2025-11-03 17:39:28 +00:00
tomberek and GitHub
7cdcf55292
parallel: 20250822 -> 20251022 ( #445566 )
2025-11-03 12:33:12 -05:00
dotlambda and GitHub
6af23185af
arkenfox-userjs: 140.0 -> 140.1 ( #457961 )
2025-11-03 17:25:57 +00:00
Fabian Affolter and GitHub
ce6168d858
python313Packages.typst: modernize
2025-11-03 18:10:25 +01:00
dotlambda and GitHub
087b21a309
python3Packages.eheimdigital: 1.3.2 -> 1.4.0 ( #458159 )
2025-11-03 17:10:16 +00:00
Fabian Affolter and GitHub
2663c5071b
python3Packages.certipy-ad: relax dependency on dnspython ( #457931 )
2025-11-03 17:09:30 +00:00
Fabian Affolter and GitHub
2f40ddb1a5
python3Packages.nats-py: 2.11.0 -> 2.12.0 ( #457829 )
2025-11-03 17:06:49 +00:00
Robert Schütz
d1592595e2
python3Packages.eheimdigital: 1.3.2 -> 1.4.0
...
Diff: https://codeberg.org/autinerd/eheimdigital/compare/1.3.2...1.4.0
Changelog: https://codeberg.org/autinerd/eheimdigital/releases/tag/1.4.0
2025-11-03 09:02:38 -08:00
Robert Schütz
04d40bd838
immich: 2.2.1 -> 2.2.2
...
Diff: https://github.com/immich-app/immich/compare/v2.2.1...v2.2.2
Changelog: https://github.com/immich-app/immich/releases/tag/v2.2.2
2025-11-03 08:55:07 -08:00
Yohann Boniface and GitHub
c27eab6a20
_3llo: migrate to by-name ( #458139 )
2025-11-03 16:54:13 +00:00