Commit Graph
1014394 Commits
Author SHA1 Message Date
Austin Horstman 7eb0d8a31a vimPlugins: trim passing nvimSkipModules
Remove skip entries reported as passing after forcing nvimSkipModules =
[].
2026-06-03 16:34:04 -05:00
Yohann BonifaceandGitHub dea799a3f1 abaddon: switch to finalAttrs pattern (#527623) 2026-06-03 21:28:43 +00:00
Stanisław PituchaandGitHub e3da29882d afsctool: switch to finalAttrs (#527681) 2026-06-03 21:28:00 +00:00
isabelandGitHub 1723b55dd2 feishin: 1.11.0 -> 1.13.0 (#524393) 2026-06-03 21:27:37 +00:00
dotlambdaandGitHub 72e3dee02e python3Packages.cached-ipaddress: 1.1.1 -> 1.1.2 (#527742) 2026-06-03 21:24:35 +00:00
RamsesandGitHub 5d8b27153d nixos/nix-channel: move stale-channel warning to preSwitchChecks (#527658) 2026-06-03 21:21:38 +00:00
Martin WeineltandGitHub 84c2f3ba1c home-assistant-custom-lovelace-modules.tankerkoenig-card: 1.7.2 -> 1.7.3 (#527725) 2026-06-03 21:21:12 +00:00
Yohann BonifaceandGitHub 2567501c27 adl: switch to finalAttrs (#527679) 2026-06-03 21:20:26 +00:00
whispers 2e405c907a wasm3: drop
wasm3 has been in a minimal maintenance mode for several years, and has
seen no commits since mid 2024. Given that it has several known
vulnerabilities (which have been marked in Nixpkgs since 2022), doesn't
seem very maintained, and is not used anywhere else in Nixpkgs, there
does not seem to be reason to keep it around.
2026-06-03 17:20:20 -04:00
Martin WeineltandRobert Schütz 52e1f1876c python3Packages.aiodiscover: 3.2.3 -> 3.3.1
https://github.com/bdraco/aiodiscover/releases/tag/v3.3.1
2026-06-03 14:18:16 -07:00
dotlambdaandGitHub 18d34c821d python3Packages.blebox-uniapi: 2.5.3 -> 2.5.4 (#527738) 2026-06-03 21:16:21 +00:00
Yohann BonifaceandGitHub dcd626102f python3Packages.advantage-air: migrate to pyproject (#525015) 2026-06-03 21:15:40 +00:00
dotlambdaandGitHub 2631b8a1d1 python3Packages.python-qube-heatpump: 1.10.0 -> 1.11.0 (#527735) 2026-06-03 21:14:12 +00:00
dotlambdaandGitHub 1a3c6ade8e python3Packages.knx-frontend: 2026.4.30.60856 -> 2026.6.1.213802 (#527730) 2026-06-03 21:14:02 +00:00
Thomas Butter c401620d88 grype: 0.112.0 -> 0.113.0 2026-06-03 21:13:27 +00:00
Martin WeineltandRobert Schütz 4b8dda45af python3Packages.cached-ipaddress: 1.1.1 -> 1.1.2
https://github.com/bdraco/cached-ipaddress/blob/refs/tags/v1.1.2/CHANGELOG.md
2026-06-03 14:10:00 -07:00
Martin WeineltandRobert Schütz 4fb238b7e2 python3Packages.blebox-uniapi: 2.5.3 -> 2.5.4
https://github.com/blebox/blebox_uniapi/blob/v2.5.4/HISTORY.rst
2026-06-03 14:07:57 -07:00
Robert Schütz cd31a8df2a python3Packages.python-qube-heatpump: 1.10.0 -> 1.11.0
Diff: https://github.com/MattieGit/python-qube-heatpump/compare/v1.10.0...v1.11.0

Changelog: https://github.com/MattieGit/python-qube-heatpump/releases/tag/v1.11.0
2026-06-03 14:04:34 -07:00
R. Ryantm eacae01bdb prometheus-bird-exporter: 1.4.5 -> 1.5.0 2026-06-03 21:01:35 +00:00
Adam C. Stephens b8a2a2bd70 halloy: 2026.7 -> 2026.7.1
Changelog: https://github.com/squidowl/halloy/blob/2026.7.1/CHANGELOG.md
2026-06-03 17:00:20 -04:00
Florian Klink 063b1b777b nixosTests.gocryptfs: make test less flaky
Sometimes files take a bit to appear.
Wait for the file to be present to not run into this.
2026-06-03 23:00:08 +02:00
R. Ryantm 206910468f gcx: 0.2.16 -> 0.4.0 2026-06-03 20:59:52 +00:00
Martin WeineltandRobert Schütz 288d414c66 python3Packages.knx-frontend: 2026.4.30.60856 -> 2026.6.1.213802
https://github.com/XKNX/knx-frontend/releases/tag/2026.6.1.213802
2026-06-03 13:56:05 -07:00
Adam C. Stephens 28e8cd6a62 gleam: 1.16.0 -> 1.17.0
Changelog: https://github.com/gleam-lang/gleam/blob/v1.17.0/changelog/v1.17.md
2026-06-03 16:55:40 -04:00
Andy Zhang affa33b18f beeper: 4.2.808 -> 4.2.892
Recent Beeper releases moved the app code from resources/app into resources/app.asar. Extract the ASAR back into resources/app in postExtract, remove the packed ASAR, and apply the existing updater patches at the extracted paths.

Assisted-by: OpenAI Codex (GPT-5)
2026-06-03 13:52:56 -07:00
Pavol RusnakandFlorian Klink b48d6e1661 gocryptfs: stop depending on fuse
Part of #526161.

The previous approach prefixed $PATH to make a fusermount available, but
this would be gone if we'd just replace it to fuse3, as #526670
attempted (which would break mounting via fstab).

Instead, patch the source to try our suid wrapper (which is always
preferred so mounting as non-root still works), and then fallback to a
fusermount from $PATH (to work on non-NixOS distros)

Ideally this would also try fusermount3, but whether to do that is
probably something for upstream to decide, and other distros probably
also provide a symlink for compatibility reasons.

Closes #526670.
2026-06-03 22:49:37 +02:00
Kerstin HummandGitHub 88a50f7680 mastodon: 4.5.10 -> 4.5.11 (#527548) 2026-06-03 20:44:24 +00:00
Guy Chronister 70055d2ca5 alpine-make-rootfs: switch to finalAttrs
Assisted-by: Cursor Composer 2.5
2026-06-03 15:38:18 -05:00
Marcin SerwinandGitHub 966e1c63ec astc-encoder: 5.3.0 -> 5.4.0 (#516923) 2026-06-03 20:36:04 +00:00
R. Ryantm 5d69381e64 home-assistant-custom-lovelace-modules.tankerkoenig-card: 1.7.2 -> 1.7.3 2026-06-03 20:35:22 +00:00
nixpkgs-ci[bot]andGitHub eda6e06171 render-cli: 2.18.0 -> 2.19.0 (#527365) 2026-06-03 20:25:16 +00:00
nixpkgs-ci[bot]andGitHub 997e8eb0ef auto-editor: 30.3.0 -> 30.4.0 (#527218) 2026-06-03 20:25:12 +00:00
Ryan HendricksonandGitHub 3246461e36 acpilight: migrate to finalAttrs, switch from sha256 to hash (#527671) 2026-06-03 20:23:33 +00:00
Austin Horstman fe9090bb4d vimPlugins: remove stale nvimSkipModules
Drop skip entries that are no longer part of neovim-require-check
discovery after the scope fixes.
2026-06-03 15:23:02 -05:00
3L0C 62d06da64d deadlock-mod-manager: 0.18.0 -> 1.0.0 2026-06-03 13:20:20 -07:00
Markus KowalewskiandGitHub ae8a600e99 saunafs: 5.9.0 -> 5.10.0 (#527562) 2026-06-03 20:17:28 +00:00
Fabian Affolter a6dec248ad python3Packages.nicegui: 3.8.0 -> 3.12.1
Changelog: https://github.com/zauberzeug/nicegui/releases/tag/v3.12.1
2026-06-03 22:14:21 +02:00
Guy Chronister 66caae3db0 acpilight: migrate to finalAttrs, switch from sha256 to hash
Assisted-by: Cursor Composer 2.5
2026-06-03 15:13:06 -05:00
Adam C. StephensandGitHub e08e49ba80 beamPackages.elixir_1_20: 1.20.0-rc.6 -> 1.20.0 (#527710) 2026-06-03 20:10:00 +00:00
Peder Bergebakken SundtandGitHub fd355e2c87 renderdoc: pcre -> pcre2 (#527337) 2026-06-03 20:05:59 +00:00
R. Ryantm 3a32ba13e4 nextdns: 1.47.2 -> 1.47.3 2026-06-03 20:04:39 +00:00
Arnout EngelenandGitHub da8f0092f6 showtime: drop unreproducible __pycache__ hack (#527677) 2026-06-03 20:04:14 +00:00
Peder Bergebakken SundtandGitHub 8f5c44f111 jol: use finalAttrs (#527459) 2026-06-03 20:02:57 +00:00
Fabian AffolterandGitHub 51508462d4 webdav: 5.11.9 -> 5.11.10 (#527689) 2026-06-03 20:02:48 +00:00
Peder Bergebakken SundtandGitHub 0e550b4117 vulnix: migrate to pyproject (#527104) 2026-06-03 20:02:44 +00:00
Peder Bergebakken SundtandGitHub 46d14f8fd8 nosql-workbench: 3.13.0 -> 3.20.2 (#527192) 2026-06-03 20:02:15 +00:00
Fabian AffolterandGitHub 49e6b79c8a python3Packages.iamdata: 0.1.202606021 -> 0.1.202606031 (#527702) 2026-06-03 20:01:18 +00:00
Fabian AffolterandGitHub 0ab03a437d python3Packages.mypy-boto3-*: updates (#527703) 2026-06-03 20:01:11 +00:00
Fabian AffolterandGitHub 1ba67c3dcc python3Packages.jianpu-ly: 1.868 -> 1.869 (#527471) 2026-06-03 19:57:25 +00:00
Thomas Butter da6e3de550 algol68g: 3.12.1->3.12.2 2026-06-03 19:57:05 +00:00