depot/third_party/nixpkgs/nixos/tests/davis.nix

60 lines
2 KiB
Nix
Raw Permalink Normal View History

import ./make-test-python.nix (
{ lib, pkgs, ... }:
{
name = "davis";
meta.maintainers = pkgs.davis.meta.maintainers;
nodes.machine =
{ config, ... }:
{
virtualisation = {
memorySize = 512;
};
services.davis = {
enable = true;
hostname = "davis.example.com";
database = {
driver = "postgresql";
};
mail = {
dsnFile = "${pkgs.writeText "davisMailDns" "smtp://username:password@example.com:25"}";
inviteFromAddress = "dav@example.com";
};
adminLogin = "admin";
appSecretFile = "${pkgs.writeText "davisAppSecret" "52882ef142066e09ab99ce816ba72522e789505caba224"}";
adminPasswordFile = "${pkgs.writeText "davisAdminPass" "nixos"}";
nginx = { };
};
};
testScript = ''
start_all()
machine.wait_for_unit("postgresql.service")
machine.wait_for_unit("davis-env-setup.service")
machine.wait_for_unit("davis-db-migrate.service")
machine.wait_for_unit("nginx.service")
machine.wait_for_unit("phpfpm-davis.service")
with subtest("welcome screen loads"):
machine.succeed(
"curl -sSfL --resolve davis.example.com:80:127.0.0.1 http://davis.example.com/ | grep '<title>Davis</title>'"
)
with subtest("login works"):
csrf_token = machine.succeed(
"curl -c /tmp/cookies -sSfL --resolve davis.example.com:80:127.0.0.1 http://davis.example.com/login | grep '_csrf_token' | sed -E 's,.*value=\"(.*)\".*,\\1,g'"
)
r = machine.succeed(
Squashed 'third_party/nixpkgs/' changes from 5d67ea6b4b633..9d3ae807ebd29 9d3ae807ebd29 waypipe: 0.10.1 -> 0.10.2 (#377694) d933c637e810e xsv: remove (#377107) 258b01b8a4aff nodePackages.@commitlint/config-conventional: drop (#365679) a9ac4deac7a95 nixos/hound: restart service on changes (#377611) 092153568d707 clock-rs: init at 0.1.213 (#372643) 200775eb11534 clock-rs: init at 0.1.213 a77a23d95b2fc python312Packages.inference-gym: 0.0.4 -> 0.0.5 (#377617) ca0a9a0ed62a1 nixos/grub: Remove `>` from submenu title, unbreak grub-reboot (#284987) c1b45275295db linuxPackages.nvidia_x11_latest{,open}: alias to nvidiaPackages.latest (#370568) 721168addabb0 squid: add nixos test (#377284) a2b95b037b3e1 python312Packages.skops: 0.10 -> 0.11.0 (#377689) dbfa73d4170da ansible-navigator: 24.12.0 -> 25.1.0 (#375746) 9a5db3142ce45 tiled: 1.11.1 -> 1.11.2 (#377671) d8634a91322c7 frankenphp: 1.4.1 -> 1.4.2 (#377666) 68d4524fe8d78 python313Packages.ete3: fix build (#376914) 788388804d164 packer: 1.11.2 -> 1.12.0 (#375878) 4056bb633bdd1 oxipng: fix tests on aarch64-linux (#377589) 61cb3e69a7cfc voicevox-engine: fix with poetry-core >=2.0; voicevox: 0.22.3 -> 0.22.4 (#377185) ba4956265c22b c3-lsp: 0.3.3 -> 0.4.0 (#377658) e1dd5d5b1f98f sdcc: 4.4.0 -> 4.5.0 11c8e6aebf3a4 can-utils: 2023.03 -> 2025.01 917754eaa5825 waypipe: 0.10.1 -> 0.10.2 8ad4c35e953f0 python312Packages.llama-cpp-python: fix linux build (#377484) 74942708f6f41 python312Packages.llama-cpp-python: adding new maintainer (@booxter) 2c7e15d81795e batmon: enable useFetchCargoVendor 443cb1ec56d81 python312Packages.llama-cpp-python: fix linux build 09df97d71ac9a python312Packages.skops: 0.10 -> 0.11.0 de0e0b0b62b71 hyprland-qtutils: 0.1.2 -> 0.1.3 3c8e72baecf88 home-assistant-custom-lovelace-modules.bubble-card: 2.3.4 -> 2.4.0 (#377674) c15f50665dbec home-assistant-custom-lovelace-modules.bubble-card: 2.3.4 -> 2.4.0 90f52a4f34e6a dotenv-cli: 7.4.3 -> 8.0.0 (#373243) 571525c839920 tiled: 1.11.1 -> 1.11.2 7d0d02fc3b5e7 nodePackages.@commitlint/config-conventional: drop 7966716bb725a nixos/{systemd-boot,installer}: replace `substituteAll` with `replaceVarsWith` (#377620) 024545f5d6c5a sql-formatter: 15.4.9 -> 15.4.10 (#377254) 8fc82970a826f frankenphp: 1.4.1 -> 1.4.2 69a71b724db4b libspelling: 0.4.5 → 0.4.6 c4a47d4f94609 gnome-terminal: 3.54.2 → 3.54.3 2f41b5ee5cd43 vte: 0.78.2 → 0.78.3 5d9cba2836d3d xdg-desktop-portal-gnome: 47.1 → 47.2 1422fcac310e9 gupnp_1_6: 1.6.7 → 1.6.8 a6311b65abed4 cirrus-cli: 0.134.0 -> 0.135.0 (#377650) 1d37230a68ecd c3-lsp: 0.3.3 -> 0.4.0 58939a6aee8d7 ut1999: fix darwin build (#377549) 8e677a0e7eeaa xfce.xfdesktop: Backport monitor chooser UI resource path fix (#377582) 41c93870d07bc cirrus-cli: 0.134.0 -> 0.135.0 d616f8f552b0c nezha-theme-nazhua: 0.5.1 -> 0.5.6 (#377638) c8992e82d2426 zed-editor: remove explicit stripDebugList (#377583) 2a70a906f6f3b nezha-theme-nazhua: 0.5.1 -> 0.5.6 fbc0dac9f37d1 screen: 4.9.1 -> 5.0.0 (#375953) d0ae116eafef7 screen: remove unused configureFlags a2f04a39ea91f screen: fix darwin build ba04c815ddc3b vim: migrate homepage URL to https:// schema (#377537) 76ce79f458ebd lldap-cli: 0-unstable-2024-02-24 -> 0-unstable-2024-11-11 (#374905) d5ea40e125589 screen: mark as broken on darwin b95a4e756d162 timelens: remove (#376675) fa94f96515439 toybox: 0.8.11 -> 0.8.12 (#376688) dc0e094b331a3 nixos/installer: replace substituteAll with replaceVarsWith for tools b9ea4817840da nixos/systemd-boot: replace substituteAll with replaceVarsWith d27bff62c2e46 mp4fpsmod: init at 0.27 (#333636) 18d36696c7ab0 SDL_ttf: mark vulnerable; appimageTools: drop SDL1 (#376376) 65e20490d07d0 nanobench: init at 4.3.11 (#374269) e7d8d2c2a6539 flex-launcher: init at 2.2 (#371212) 00e2be9704e5a vimPlugins: move non-github plugins to separate files (#376366) be1761c8690bd home-assistant-custom-components.versatile_thermostat: init at 7.1.5, home-assistant-custom-lovelace-modules.versatile-thermostat-ui-card: init at 1.1.2 (#377092) 90ba4a93ee4dc vimPlugins: move non-github plugins to separate files 7dd2083f8f68c terraform-providers.tencentcloud: 1.81.152 -> 1.81.164 (#370175) dff6d7c072f4c terraform-providers.migadu: 2024.12.26 -> 2025.1.16 (#375247) c588a50198775 terraform-providers.gridscale: 1.27.0 -> 2.0.2 (#372340) d40f50b6a9907 terraform-providers.scaleway: 2.48.0 -> 2.49.0 (#373295) 915a46de33c37 terraform-providers.buildkite: 1.15.2 -> 1.15.5 (#373367) b1f0a34a00d2d terraform-providers.aiven: 4.31.1 -> 4.33.0 (#375244) da85c77b1bb40 terraform-providers.opentelekomcloud: 1.36.28 -> 1.36.29 (#375248) 5b4fa2b1d57f6 terraform-providers.datadog: 3.50.0 -> 3.52.1 (#375249) e78497de39325 terraform-providers.baiducloud: 1.21.10 -> 1.21.12 (#376890) 0d23cf19e321d terraform-providers.okta: 4.12.0 -> 4.13.1 (#376891) 1ac30393fea08 terraform-providers.tfe: 0.62.0 -> 0.63.0 (#377288) 7a1fddcfa7ff4 discordo: 0-unstable-2025-01-12 -> 0-unstable-2025-01-27 (#377418) c056e45ecb1e1 terraform-providers.spotinst: 1.207.0 -> 1.208.0 (#377419) a9ce81f60d397 xdg-desktop-portal-hyprland: add debug flag (#377613) 591e443198282 python312Packages.es-client: 8.15.2 -> 8.17.1 (#377442) 0c890a205fe4b terraform-providers.sumologic: 3.0.0 -> 3.0.1 (#377447) 91125cac74ab1 svgbob: 0.7.4 -> 0.7.6 (#377456) 52dd56a333d88 gnmic: 0.39.1 -> 0.40.0 (#377460) 49d15940668cc kittycad-kcl-lsp: 0.1.65 -> 0.1.66 (#377463) 49e0e08655793 imgproxy: 3.27.1 -> 3.27.2 (#377471) c740383e85f48 sudo-font: 2.1 -> 2.2 (#377473) 7fa947f6f27d0 tui-journal: 0.13.1 -> 0.14.0 (#377475) 943a2a5d44ef2 terraform-providers.bigip: 1.22.6 -> 1.22.7 (#377479) f1e822355be78 ddns-go: 6.8.0 -> 6.8.1 (#377487) dd5ef47a31465 automatic-timezoned: 2.0.45 -> 2.0.50 (#377488) 09cbc4998989d python312Packages.llama-cpp-python: respect NIX_BUILD_CORES (#377188) 8310b3cf7cb66 sentry-native: 0.7.18 -> 0.7.19 (#377490) dc2c013f6eade step-kms-plugin: 0.11.8 -> 0.12.0 (#377492) f818af8ad2114 trunk-ng: useFetchCargoVendor (#377538) bc8076e5a42cb immich-public-proxy: 1.6.2 -> 1.6.3 (#377540) 38fa897a9e0f8 go-migrate: 4.18.1 -> 4.18.2 (#377548) bc054e93be159 darklua: 0.15.0 -> 0.16.0 (#377552) 01961ed6578ce minijinja: 2.6.0 -> 2.7.0 (#377561) fa690cae632de oauth2c: 1.17.1 -> 1.17.2 (#377562) 83d43b40a5697 python312Packages.flux-led: 1.1.0 -> 1.1.3 (#377576) 8e57d5a502b74 python312Packages.pcbnewtransition: 0.4.2 -> 0.5.0 (#377580) 82d30bc8985cd python312Packages.pcffont: 0.0.15 -> 0.0.16 (#377587) 07259e3e50f7b waytrogen: use fetchCargoVendor (#377604) b21b4ecad3b16 hyprland-qt-support: init at 0.1.0; hyprpolkitagent: add missing hyprland-qt-support dependency; hyprsysteminfo: init at 0.1.3 (#377603) bb0173418cb92 xdg-desktop-portal-hyprland: add debug flag 906789a807d6d various: fix some substituteAll / replace with replaceVars (#376792) 9a7c64d0c8fa0 team-list: add johnrtitor to android team (#377571) aaea2a60ae2ec hyprsysteminfo: init at 0.1.3 9b4e99d0ea079 hyprpolkitagent: add missing hyprland-qt-support dependency cc65975d47529 hyprland-qt-support: init at 0.1.0 8c852617ee6fc python312Packages.inference-gym: 0.0.4 -> 0.0.5 22f3a8081a532 sedutil: add meta.mainProgram (#376780) 1c32b7a1f4e55 poptracker: 0.29.0 -> 0.30.1 (#377486) 4b0e103b9c39d waveterm: 0.10.4 -> 0.11.0 (#377196) 966c9e8a21e24 home-assistant-custom-lovelace-modules.versatile-thermostat-ui-card: init at 1.1.2 760e31b026d99 novelwriter: 2.5.3 -> 2.6 (#377241) 2c00621e9692a scaleway-cli: 2.35.0 -> 2.36.0 (#377381) cdaa51a41d5cb pay-respects: 0.6.11 -> 0.6.12 (#377485) 5555b70e3026e nixosTests.hound: migrate from 'config' to 'settings' 4460c6bfe9e70 nixos/hound: add .json extension to the generated config file 56bfc5782d9c6 nixos/hound: restart service on config changes 402d9281fe3a8 ddclient: 3.11.2 -> 4.0.0 ad2b51333ff27 waytrogen: use fetchCargoVendor 4a3faa5e86f52 waytrogen: 0.5.8 -> 0.6.3 030d5a061ffee maintainers: add nikolaizombie1 945db27a63146 sourcegit: init at 2025.1 (#303865) 5ecbe31efc477 vanguards: init at 0.3.1 (#377105) 4920c3471a8b8 python313Packages.imap-tools: 1.9.0 -> 1.9.1, paperless-ngx: 2.14.5 -> 2.14.6 (#375682) 1194a142876a7 vital: add missing runtime dependency (#377598) 3f087c89d6883 immich: 1.125.3 -> 1.125.6 (#377427) 0944b56634bb0 python312Packages.jupyter-server: fix on python3.13 by disabling warning (#377509) d9333c47dc679 element-desktop: 1.11.89 -> 1.11.91 (#377353) a75199e33ae1c python312Packages.bindep: 2.11.0 -> 2.12.0 (#377581) ad9367061b292 treewide: adopt hypr ecosytem by Hyprland team 1145ab0d9a939 python313Packages.compliance-trestle: init at 3.7.0 (#377275) dc06b9b4581a3 python312Packages.bindep: 2.11.0 -> 2.12.0 8c71a0de6d910 lomiri.lomiri-indicator-network: Disable parallel testing (#377414) ac24885fb5e9b cargo-web: remove (#377080) da318ee3d9422 gradle: fix cross builds (#371477) 759b2dd812b17 oxipng: fix tests on aarch64-linux 8be24095f05bf nixt: 2.5.1 -> 2.6.0 (#372382) 2aeb61a7d8b27 zed-editor: remove explicit stripDebugList 17380c7dfb93c nixpkgs-hammering: unstable-2024-03-25 -> 0-unstable-2024-12-22 (#377114) e41b7ced51250 ut1999: fix Darwin build 03a8c8bcfa1b6 oxipng: re-enable tests (#375349) 9ea3d39e33b61 xfce.xfdesktop: Backport monitor chooser UI resource path fix f91eb5626d867 team-list: create Hyprland team (#377573) ff911239dfadb python312Packages.pcffont: 0.0.15 -> 0.0.16 c91d3edf95097 openrgb: move to by-name (#377416) 2a93bd11d9a31 python312Packages.scrap-engine: 1.4.1 -> 1.4.2 b6e3729e2c868 nimlangserver: 1.8.0 -> 1.8.1 (#377567) af7b39ad6eae1 paperless-ngx: disable flaky test 586285a35618c netbird: disable shell completion generation when cross compiling (#377572) 279c3ee623fa1 python312Packages.pcbnewtransition: 0.4.2 -> 0.5.0 3dad8067aba6e mailpit: 1.21.8 -> 1.22.0 (#377324) 0f5190754d279 flutter_rust_bridge_codegen: 2.7.0 -> 2.7.1 (#377304) a13af64abb729 regal: 0.30.0 -> 0.30.2 (#377272) 4b409db589237 glamoroustoolkit: 1.1.9 -> 1.1.11 (#377270) 831947ff65333 jenkins: 2.479.2 -> 2.479.3 (#377202) 440e0a579205f astal.io: 0-unstable-2025-01-13 -> 0-unstable-2025-01-23 (#377124) b64dcde6e0df2 emacsPackages.el-easydraw: 1.2.0-unstable-2025-01-06 -> 1.2.0-unstable-2025-01-16 (#375087) 98f99d5dbec21 chirpstack-rest-api: 4.10.2 -> 4.11.0 (#376931) 3d0f65c7d6a51 git-cliff: 2.7.0 -> 2.8.0 (#376558) 173038db93dd1 tpm2-openssl: 1.2.0 -> 1.3.0 (#376907) 6efc4d8da69f4 plumed: 2.9.2 -> 2.9.3 (#375577) 50e5295003a78 cpuinfo: 0-unstable-2024-12-09 -> 0-unstable-2025-01-10 (#376803) 411d730566eb6 adguardhome: 0.107.55 -> 0.107.56 (#376527) f3263a948d517 tesseract: remove explicit phases (#368545) 2d4b2f12ae615 alist: 3.41.0 -> 3.42.0 (#377357) bf97db958eff1 alist: add update.nix (#358335) cbabad5547b83 blueberry: fix cross compilation (#376884) 0746ce2426e7b python312Packages.stable-baselines3: 2.4.1-unstable-2025-01-07 -> 2.5.0 (#377341) ef8ec643f4838 python312Packages.llama-cpp-python: enable for Darwin (#374698) 71ec0e85649a8 immich: 1.125.3 -> 1.125.6 1f3fb1c86f02a Merge mutter: fix cross compilation (#376815) a6f0d2df0ef68 element-{desktop,web}: 1.11.89 -> 1.11.91 82824748ec9c9 python312Packages.flux-led: 1.1.0 -> 1.1.3 50e1892094397 gromacs: 2024.4 -> 2024.5 (#377519) 069392b46d210 networkmanager-{l2tp,openconnect,openvpn,sstp}: fix cross compilation (#376687) 33bd520921354 networkmanager-vpnc: fix cross compilation (#376860) 93f86b0dfebe4 kanata: useFetchCargoVendor c48916c092b09 python312Packages.pyiskra: 0.1.14 -> 0.1.15 (#377523) 5dbd6630ec456 nextcloud-notify_push: useFetchCargoVendor (#377087) 3b7f0311a5732 team-list: add johnrtitor to android team e5c691f343ae0 vanguards: init at 0.3.1 60a77c147e367 nimlangserver: 1.8.0 -> 1.8.1 f469b91f014df python3Packages.elevenlabs: 1.9.0 -> 1.50.5 (#376952) 68afd50b2a6a5 nixos/calibre-web: restore compatibility with old dataDir values (#375539) 1b2902c85cfd9 oauth2c: 1.17.1 -> 1.17.2 14fb0b8cea8ae python312Packages.jupyter-server: disable failing test on x86_64-darwin 7959a5304c8d7 bacon: 3.9.0 -> 3.9.1 (#377529) 5d3b03992b1b4 minijinja: 2.6.0 -> 2.7.0 a8336de236cc3 gdlauncher-carbon: 2.0.20 -> 2.0.22 (#376335) ca64dcbeef3c7 bacon: 3.9.0 -> 3.9.1 6999055f2fefd saga: 9.7.1 -> 9.7.2 (#377505) 2231700dd2872 python312Packages.jaxtyping: 0.2.36 -> 0.2.37 (#377307) 948bdb15096a5 polaris: useFetchCargoVendor (#377553) 15b76e36cfb7c shairport-sync: 4.3.5 -> 4.3.6 (#377457) 6b80d2f0042fd polaris: useFetchCargoVendor a5cfe1dcfdae5 kanidm_1_3,kanidm_1_4: useFetchCargoVendor 8e0f332b43044 darklua: 0.15.0 -> 0.16.0 e0236f1aa4390 vimPlugins.LuaSnip-snippets-nvim: init at 2022-03-17 (#377544) 50d8538bc3d89 thunderbird-bin-unwrapped: 128.6.0esr -> 128.6.1esr (#377377) 66ed532e24f79 vimPlugins.repolink-nvim: init at 2023-12-08 (#377451) 831c4b8aeb994 go-migrate: 4.18.1 -> 4.18.2 a0f39e85a5c59 rpm: fixup %_var macro (#377194) c0456927270d7 mallard-ducktype: init at 1.0.2 (#377443) 860d3b8fbe1c6 vimPlugins.LuaSnip-snippets-nvim: init at 2022-03-17 87b4b84885e37 slurm: make nvml configurable 64dad1282cc9d oboete: 0.1.7 -> 0.1.8 (#377516) 6d3947dc3e624 vimPlugins.repolink-nvim: init at 2023-12-08 168a876ac8fae libloot: useFetchCargoVendor (#376505) d4262f6ce2ef5 mdbook-linkcheck: use fetchCargoVendor fd3338c8bef5f mdbook: use fetchCargoVendor f07977cfd2645 rustPlatform.fetchCargoVendor: add allowGitDependencies 50d16c29d7d20 webmetro: remove a5fc7c2513f51 void: remove 40d3099157256 trunk-ng: useFetchCargoVendor 5d65de406e316 termplay: remove baae676bf2da1 immich-public-proxy: 1.6.2 -> 1.6.3 d563b8c325c42 vim: migrate homepage URL to https:// schema ad21af31297c7 fum: 0.4.3 -> 0.6.4 73d6ed2c86382 autoadb: remove 9962b33f513ef nixos/netbird: update docs & release notes 49a26eda2aa9b nixos/netbird: harden and extend options 04c07c70e8b58 sequin: 0.3.0 -> 0.3.1 (#377462) 8ff3eb73e6d4b gpsprune: 24.5 -> 25 8fe793656cf86 resumed: 4.0.0 -> 4.1.0 (#377472) adc3ad67d0507 strawberry: 1.2.4 -> 1.2.6 4ec9383f6d326 sshx,sshx-server: useFetchCargoVendor 28053b8114bcd cargo-web: remove 3e5b235146f3b doc: recommend fetchCargoVendor b0cc9f5a8bc59 nextcloud-notify_push.test_client: useFetchCargoVendor 347934f4c466a wezterm: 0-unstable-2025-01-03 -> 0-unstable-2025-01-24 (#377495) f39d68b4824ef n8n: 1.73.1 -> 1.75.2 (#377349) d88bf3a700c3c rakudo: 2024.12 -> 2025.01 (#377409) 7eae2506461cc python312Packages.pyiskra: 0.1.14 -> 0.1.15 0b422a148e9dd fluent-bit: 3.2.4 -> 3.2.5 (#377465) 4126d5e5f700b flashrom: fix building with clang (#376881) f17859280672c mediamtx: 1.11.1 -> 1.11.2 (#376810) f4a5540680856 motif: fix and enable strictDeps, fix cross build e6443544dc92f treewide: fix ac_cv_func_setpgrp_void configure flag for BSD ef81992b5e1fd gitlab: fetchCargoTarball -> fetchCargoVendor 36f8c333b8d3a swapview: useFetchCargoVendor 534ca34636ffc swapview: 0.1.0 -> 0.1.0-unstable-2023-12-03 6ec9df5984f6d parinfer-rust: useFetchCargoVendor a29d94a0f16d8 parinfer: 0.4.3 -> 0.4.3-unstable-2024-05-07 fae5da3aa323f tensorman: useFetchCargoVendor c671d1cf3dd13 tensorman: unstable-2023-03-13 -> 0.1.0-unstable-2024-06-24 94ea131549c42 gromacs: 2024.4 -> 2024.5 ebda90f7aa67f oboete: 0.1.7 -> 0.1.8 0c598375d8d17 vpnc: unstable-2021-11-04 -> unstable-2024-12-20 (#375356) 7f84ec201183e llvmPackages_git: 20.0.0-git-2024-12-17 -> 20.0.0-git-2025-01-25 9d291eff41a95 schismtracker: 20240809 -> 20241226 (#374726) e67b960961867 netlify-cli: 18.0.0 -> 18.0.2 (#377383) 0d201748401e3 gollum: 6.0.1 -> 6.1.0 (#374724) 8e7f27259cc4f schismtracker: 20240809 -> 20241226 b2a84927c810e colorstorm: 2.0.0 -> 2.0.0-unstable-2025-01-17 (#377279) 11a80129d7da9 miracle-wm: 0.4.0 -> 0.4.1 (#375923) 1afd8ac871df0 python312Packages.jupyter-server: fix on python3.13 by disabling warning 3a35781f85fe5 harper: 0.17.0 -> 0.18.0 (#377425) a8a8c516eb47a hyprland: 0.46.2 -> 0.47.0 (#377413) 9747a1eadb7d7 renovate: 39.107.0 -> 39.137.1 (#377428) 1182b8e303040 saga: 9.7.1 -> 9.7.2 9e11985be4a1b ocamlPackages.ocsigen_server: fix for conduit 7.1.0 cc64e7b43fa57 clisp: 2.50pre20230112 -> 2.49.95-unstable-2024-12-28 (#377410) 143c01aee801b vimPlugins: update on 2025-01-27 (#377390) 01663e38020a9 poetryPlugins.poetry-plugin-up: 0.8.0 -> 0.9.0 (#377436) 8ea431d84d6a6 poetryPlugins.poetry-plugin-up: unflag broken 1f15294106c09 steam-unwrapped: 1.0.0.81 -> 1.0.0.82 (#377239) 2984b9fc1abd6 steam-unwrapped: force overwriting the bootstrap file 496951a7a4a33 wezterm: 0-unstable-2025-01-03 -> 0-unstable-2025-01-24 06d19368af060 frida-tools: 13.6.0 -> 13.6.1 (#377481) 28efd1d614639 microsoft-edge: 131.0.2903.112 -> 132.0.2957.127 (#377024) 867f6701f78cc step-kms-plugin: 0.11.8 -> 0.12.0 4f34986ad1216 sentry-native: 0.7.18 -> 0.7.19 d7fe158beb035 automatic-timezoned: 2.0.45 -> 2.0.50 96e7518e52bb1 httpx: 1.6.9 -> 1.6.10 (#377455) 30e99bbff762b ddns-go: 6.8.0 -> 6.8.1 68ba25d1bc0c7 poptracker: 0.29.0 -> 0.30.1 12fbfbc565353 tfswitch: 1.2.4 -> 1.3.0 (#377296) b2dac2a8d5623 pay-respects: 0.6.11 -> 0.6.12 77af3ac10918c simdutf: 6.0.3 -> 6.1.1 (#377319) cd44beea8fb88 frida-tools: 13.6.0 -> 13.6.1 0b251dbde3965 terraform-providers.bigip: 1.22.6 -> 1.22.7 888795187e29b python312Packages.llama-cpp-python: fix darwin build w/o Metal devices 6d15d203b6824 python312Packages.llama-cpp-python: enable for Darwin 9d2d3fd2b8f85 python313Packages.whey: follow contributing guidelines (#375956) 1f5382b0010ad paperless-ngx: 2.14.5 -> 2.14.6 184a9ae2924fa python313Packages.imap-tools: 1.9.0 -> 1.9.1 eaaf092552d3f tui-journal: 0.13.1 -> 0.14.0 d651918be7826 sudo-font: 2.1 -> 2.2 a8760e76d0fc2 resumed: 4.0.0 -> 4.1.0 7da041801e593 imgproxy: 3.27.1 -> 3.27.2 7ff6b28e89219 azure-storage-azcopy: 10.27.1 -> 10.28.0 (#377459) 1093b6a4e6f11 fluent-bit: 3.2.4 -> 3.2.5 b7614895ef13b dotnet: default to source-built sdk/runtimes (#363008) b95da65adea6f vimPlugins.nvim-treesitter: update grammars 69240c5b4cc65 vimPlugins: update on 2025-01-27 7072056be606e octoprint: use octoprint from final package set as plugin build input (#370953) e57244886d625 kittycad-kcl-lsp: 0.1.65 -> 0.1.66 5d0a3b98434e7 sequin: 0.3.0 -> 0.3.1 6179a5793e667 gnmic: 0.39.1 -> 0.40.0 e8ae415db8e8a azure-storage-azcopy: 10.27.1 -> 10.28.0 3ff56bf6c63a1 shairport-sync: 4.3.5 -> 4.3.6 be00d3580a264 svgbob: 0.7.4 -> 0.7.6 9c0340aea8f18 melonDS: 1.0rc-unstable-2024-12-26 -> 1.0rc-unstable-2025-01-17 (#377208) a262d99391202 proxsuite-nlp: 0.10.0 -> 0.10.1 (#376399) 3c0e72bb3d5c3 terraform-providers.sumologic: 3.0.0 -> 3.0.1 6ddb0f7cddda1 virtualbox: 7.1.4 -> 7.1.6a (#376135) 6bd5780275b2a mallard-ducktype: init at 1.0.2 9db269672dbdb firefox-devedition-unwrapped: 135.0b4 -> 135.0b9 (#377438) cb18cf22ade9c lime3ds: fix build (#377310) b4a5c2731e046 aerc: refactor and adopt (#376879) 3ae3a0f488444 python312Packages.es-client: 8.15.2 -> 8.17.1 e7b90458b2548 firefox-devedition-unwrapped: 135.0b4 -> 135.0b9 00e12b12b2e75 poetryPlugins.poetry-plugin-up: 0.8.0 -> 0.9.0 e0a8ac8376488 renovate: 39.107.0 -> 39.137.1 e16e376ee3ece python312Packages.blackjax: disable failing tests (#377350) dd5a08689fabe openrgb: move to by-name 7d0870fbb974b hyprland: 0.46.2 -> 0.47.0 960e673a0b9b7 aquamarine: 0.5.1 -> 0.7.1 48c81b909c659 hyprutils: 0.3.3 -> 0.5.0 3bb31989b38c0 amazon-ssm-agent: 3.3.1345.0 -> 3.3.1611.0 (#377331) 0f2e751aa4fb7 harper: 0.17.0 -> 0.18.0 314320ac638a2 terraform-providers.spotinst: 1.207.0 -> 1.208.0 15a24281fdc63 harper: 0.16.0 -> 0.17.0 (#376238) e73135517fa35 plasma5Packages.kdev-python: use current python3 (#376779) ee8aa3f8d7641 winePackages.{stable,unstable,staging,wayland}: * -> 10.0 (#376220) d671f0ef42424 discordo: 0-unstable-2025-01-12 -> 0-unstable-2025-01-27 3d85c94910622 tre: fix cross build (#376321) 04cc581260748 lomiri.morph-browser: 1.1.1 -> 1.1.2 (#375912) c57b88d692507 python312Packages.pycm: 4.0 -> 4.2 (#376798) bfbc8e3e25c54 grafana-kiosk: 1.0.8 -> 1.0.9 (#376707) 794cca232d2f6 julia_110{,-bin}: 1.10.4 -> 1.10.8 (#361201) 26a572cff701d lomiri.lomiri-indicator-network: Disable parallel testing e6b1a3bd78c95 nixos/pixelfed: fix typo in nginx submodule description (#377396) 32932696de79d fwts: refactor, unpin gnumake42 (#376645) 1c008e8e76e19 rakudo: 2024.12 -> 2025.01 e7354817c72ec clisp: 2.50pre20230112 -> 2.49.95-unstable-2024-12-28 0542e87760a8f python312Packages.aiohomeconnect: 0.11.2 -> 0.11.4 (#377378) d1016a5fdc1d1 python312Packages.ldfparser: 0.25.0 -> 0.26.0 (#377375) d1bb5864a8140 signalbackup-tools: 20250122 -> 20250127-1 (#377385) 2eb80a1a62685 kubedb-cli: fix hash after tag was moved (#377277) a9fddc608aae6 labwc-tweaks-gtk: 0-unstable-2025-01-11 -> 0-unstable-2025-01-26 (#377392) ef4ee7efe4902 fswatch: 1.18.0 -> 1.18.2 (#377402) 4a66ec9337f22 gtuber: 0-unstable-2024-10-11 -> 0-unstable-2025-01-19 (#377403) 0d37985bc7eed capslock: 0.2.6 -> 0.2.7 (#377340) f2048dab2f85f oauth2-proxy: 7.8.0 -> 7.8.1 (#377371) 09037dee8aa62 gum: 0.15.0 -> 0.15.1 (#377267) 256eea542e5d1 cargo-leptos: 0.2.25 -> 0.2.26 (#377274) 844c3ccacd80c nomino: 1.5.0 -> 1.6.0 (#377282) 262f4bbbc2545 glooctl: 1.18.5 -> 1.18.6 (#377286) 4c86f4f76dd1a sqldef: 0.17.27 -> 0.17.28 (#377291) 799165555ae4c lazysql: 0.3.3 -> 0.3.4 (#377293) e17fc16ec01cb nixVersions.nix_2_24: 2.24.11 -> 2.24.12 (#375820) b18b8277f57f5 spring-boot-cli: 3.4.1 -> 3.4.2 (#377226) ccf79651b655a gfn-electron: 2.1.2 -> 2.1.3 (#377240) 9a7d3a9ad0698 v2ray: 5.24.0 -> 5.25.1 (#377112) f741fa81fe8bb treesheets: 0-unstable-2025-01-13 -> 0-unstable-2025-01-16 (#377172) 605297d720e7a asn: 0.78.0 -> 0.78.3 (#377174) b8228735c965c commandergenius: 3.5.1 -> 3.5.2 (#377179) 39c3977487528 stgit: 2.5.0 -> 2.5.1 (#377187) 660c849afacc9 marmite: 0.2.3 -> 0.2.4 (#377189) d177ad4a037cc vscode-extensions.hirse.vscode-ungit: init at 2.5.2 (#377322) bed0e7fadc7a5 nixos/freshrss: add caddy support (#377068) cc86cc986ad31 jx: 3.11.4 -> 3.11.27 (#377121) f86aab8fe9dfc renode-dts2repl: 0-unstable-2025-01-13 -> 0-unstable-2025-01-14 (#377138) 3928b0155093f python312Packages.conda-libmamba-solver: 24.11.1 -> 25.1.1 (#377148) f1478f8678114 python312Packages.flask-limiter: 3.10.0 -> 3.10.1 (#377150) 876605aadb759 fswatch: 1.18.0 -> 1.18.2 6de7de04a886d gtuber: 0-unstable-2024-10-11 -> 0-unstable-2025-01-19 23aa77cffeca0 jetbrains-runner: 3.0.4 -> 3.0.5 (#377151) 327028baa0e7a nixos/pixelfed: fix typo in nginx submodule description 858410e1b57f5 heptabase: 1.50.1 -> 1.51.1 (#377153) 2b8b8efb21aae ansible-later: 3.3.1 -> 4.0.8 (#376987) 511ca47c848b6 python3Packages.datafusion: fetchCargoTarball -> fetchCargoVendor (#376995) 87defe4597ec6 python3Packages.typst: fetchCargoTarball -> fetchCargoVendor (#376997) f898cbfddfab5 influxdb,influxdb2: useFetchCargoVendor (#377088) 215b417971827 linuxPackages.nvidia_x11.open: don't include date for reproducibility (#377335) 544c3090b977d nix-index: useFetchCargoVendor (#377093) 40cf14fdbdce3 home-manager: 0-unstable-2025-01-13 -> 0-unstable-2025-01-27 (#377348) 27b44a2905ef0 wireguard-vanity-address: remove (#377094) 04e51a6c3d51e iosevka-bin: 32.3.1 -> 32.4.0 (#377380) 67a28361ad41a sheesy-cli: remove (#377102) fee81d1bdf7e8 genpass: useFetchCargoVendor (#377103) 3d3a0935ee56f clickhouse: fetchCargoTarball -> fetchCargoVendor (#377009) bfb772bf36e1b mieru: 3.11.0 -> 3.11.1 (#377014) 172cbe7e03e41 zed-editor: 0.170.2 -> 0.170.4 (#377358) 95ca2e9c73ba3 librespot: useFetchCargoVendor (#377008) 0cb6227dcc2a7 tuifimanager: 5.0.9 -> 5.1.5 (#377031) 9f023565a4ecb pax-rs: remove (#377034) fd000535ceacc rustfilt: remove (#377036) 7251d801521de rbspy: 0.28.0 -> 0.29.0 (#377045) 34b2b269112f8 vimPlugins.lua-async-await: fix deprecation (#377387) b1d65ad64d1bb labwc-tweaks-gtk: 0-unstable-2025-01-11 -> 0-unstable-2025-01-26 c2504d232a73f vimPlugins.lua-async-await: fix deprecation 795a518ce9384 signalbackup-tools: 20250122 -> 20250127-1 eb12bf57742db python312Packages.unstructured: 0.16.13 -> 0.16.15 (#377214) 679f0cc7bdc99 tootik: 0.15.0 -> 0.15.1 (#376882) 92fdd40ff9b2e python312Packages.cyclopts: 3.3.0 -> 3.3.1 (#376446) 119f45342be50 apt: 2.9.18 -> 2.9.25 (#370360) 6dac74e9f2e2f anevicon: remove (#377098) 678b4f01a6672 naabu: 2.3.3 -> 2.3.4 (#376706) 8a8bfb5dedbe0 python312Packages.python-gvm: 24.12.0 -> 25.1.1 (#377195) cfa93b0ad38ae nsxiv: 32 -> 33 (#377175) aad561e764212 baddns: 1.6.68 -> 1.7.86 (#377215) fafc75a932d78 gitxray: 1.0.16.4 -> 1.0.17 (#377237) 7aa553db3a3e6 netlify-cli: 18.0.0 -> 18.0.2 24cc55b1d2d58 vacuum-go: 0.15.3 -> 0.16.1 (#377199) 2dba14eae8d97 roslyn-ls: 4.13.0-3.25051.1 -> 4.14.0-1.25060.2 (#377346) 026ee7faf4892 python312Packages.aiohomeconnect: 0.11.2 -> 0.11.4 e09d88a50988b python312Packages.ldfparser: 0.25.0 -> 0.26.0 07271da986a0a dotnet: default to source-built sdk/runtimes f83ce36690091 home-assistant-custom-lovelace-modules.clock-weather-card: init at 2.8.7 (#377369) 98a488043d017 thunderbird-bin-unwrapped: 128.6.0esr -> 128.6.1esr c2c026d7b13da stretchly: 1.16.0 -> 1.17.2 (#376379) 2ede59bdbd4e2 php.packages.phive: switch to buildComposerProject2 and tag (#377352) 8945c06304624 oauth2-proxy: 7.8.0 -> 7.8.1 6fa05399767b9 home-assistant-custom-lovelace-modules.clock-weather-card: init at 2.8.7 fa9a43a8d9c6b golden-cheetah: update to qt6, add darwin (#376565) 8942252818ee8 scaleway-cli: 2.35.0 -> 2.36.0 77efc48642865 php.packages.box: switch to buildComposerProject2, tag and add versionCheckHook (#377342) d9b725d0b7072 nixos/*: tag manpage references (#377184) 3b321135eb79a Use ISO from Archive.org for ut1999 instead of buying GOG release (#366387) 5b77402e3bdb2 factoriolab: 3.9.2 -> 3.10.0 (#377143) d2f6ea506b3a5 alist: 3.41.0 -> 3.42.0 b5f82750ab072 python312Packages.blackjax: disable failing tests 46798ffc59bca python312Packages.jaxopt: disable flaky test (#377317) 278e02e437159 python312Packages.databricks-sdk: 0.40.0 -> 0.41.0 (#377285) bb1ec26890918 n8n: 1.73.1 -> 1.75.2 a24cf00be4b96 linux: expose make flags for modules in `linuxKernel.packages.linux_X_Y` (#377327) 303118e0c31e0 checkov: 3.2.355 -> 3.2.357 (#376936) 75ad98ac5feac home-assistant-custom-lovelace-modules.hourly-weather: 6.6.0 -> 6.6.1 (#377278) 255a75ad74c54 roslyn-ls: 4.13.0-3.25051.1 -> 4.14.0-1.25060.2 c0c8643bc3468 narsil: bbc8fc5efd779ec885045f9b8d903d0df1bec1b2 -> f5ec6bd6b8013f2a2b74fc45b6f4c53744590ec5 (#377336) 67015516a9984 alist: add updateScript 3bad4054adc08 Merge pull request #376195 (netrw build fix) 34a9dfb71ee97 regolith: init at 1.5.1 (#374961) edbc1dbfb9f46 victoriametrics: 1.109.0 -> 1.110.0 (#377330) 3a988939227fe python312Packages.stable-baselines3: 2.4.1-unstable-2025-01-07 -> 2.5.0 2c537622d5d9e capslock: 0.2.6 -> 0.2.7 8bd6a166a129a plasma-panel-colorizer: 1.2.0 -> 2.1.0 (#377245) a0762f435f946 narsil: bbc8fc5efd779ec885045f9b8d903d0df1bec1b2 -> f5ec6bd6b8013f2a2b74fc45b6f4c53744590ec5 5b1b7838b6312 phpmd: switch to buildComposerProject2, tag and versionCheckHook (#377325) a3744adcf5b14 filebeat8: pin updateScript to major v8 (#377256) ed0a2a8aabf6c wownero: pin boost 1.86 (#377314) 62fff9635ca22 amazon-ssm-agent: 3.3.1345.0 -> 3.3.1611.0 d87487856861e python312Packages.jaxopt: disable flaky test 80223d5e0c5be stretchly: 1.16.0 -> 1.17.2 7b5ed4120d1e3 victoriametrics: 1.109.0 -> 1.110.0 5645cd22d4a4e linux: expose make flags for modules in `linuxKernel.packages.linux_X_Y` e57ede447bea3 python311Packages.jax: fix build on Darwin (#376874) 2c62218ab7a04 python312Packages.altair: 5.4.1 -> 5.5.0, disable flaky tests (#371464) 5861228f6e9e9 vimPlugins.blink-copilot: init at 2025-01-27 (#377313) ae255878c3cd6 mailpit: 1.21.8 -> 1.22.0 8601973cec591 ArchiSteamFarm: 6.1.0.3 -> 6.1.1.3 (#377233) 85ef4e8abe3d8 photoqt: 4.7 -> 4.8 (#376703) 9dbe664d61ecc aerc: add maintainers a8b2a4dbbdc4d python312Packages.llama-cpp-python: respect NIX_BUILD_CORES cad725befac93 lime3ds: fix build 7075f9eaa37c3 simdutf: 6.0.3 -> 6.1.1 4e279b9ded9cb vimPlugins.blink-copilot: init at 2025-01-27 230e24f275432 nixVersions.nix_2_25: 2.25.4 -> 2.25.5 (#375825) d9bde042b1f15 wownero: pin boost 1.86 bc76cc9298f0d davinci-resolve-studio: 19.1.2 -> 19.1.3 (#376964) 4a6ee7e08b839 python312Packages.jaxtyping: 0.2.36 -> 0.2.37 ff5c205639765 python312Packages.wadler-lindig: init at 0.1.3 e43d648ac1a41 fetchurl: improve error handling flags to curl to retry harder (#358042) b04bc354ce84a checkstyle: 10.21.1 -> 10.21.2 (#377183) 83e3baa4a41da flutter_rust_bridge_codegen: 2.7.0 -> 2.7.1 6133097ea8b38 rastertoezpl: init at 1.1.12 (#376411) 36818f7c5f120 python312Packages.pyedflib: 0.1.38 -> 0.1.39 (#377290) 7cceab521e25f pds: init at 0.4.74, nixos/pds: init (#350645) e7b631559b457 tfswitch: 1.2.4 -> 1.3.0 d65ff67488a71 rastertoezpl: init at 1.1.12 28af2a6ec46cb lazysql: 0.3.3 -> 0.3.4 871c57e5f8bf5 sqldef: 0.17.27 -> 0.17.28 da43c1e3f1efe python312Packages.pyedflib: 0.1.38 -> 0.1.39 966a592cde8bb snipaste: 2.10.3 -> 2.10.5 (#377236) 837da5afc86e5 colorstorm: 2.0.0 -> 2.0.0-unstable-2025-01-17 e45245cdcd048 python313Packages.compliance-trestle: init at 3.7.0 c2f5a1aa35ae2 terraform-providers.tfe: 0.62.0 -> 0.63.0 e2380bdfe2f9f gitlab: 17.7.1 -> 17.8.0 (#375660) e28253539b2d3 nixosTests.mate-wayland: Check for more text (#377283) e7876af59100b lunacy: 10.10 -> 10.11 (#374224) 6f7b06b66c951 glooctl: 1.18.5 -> 1.18.6 4fca56f703dd2 sysdig: enable aarch64-linux back (#377135) 73f3d75c0581d xe: modernize, adopt (#375560) 553dfdebbfbe7 portfolio: 0.73.0 -> 0.74.0 (#377264) 7db3b7c28bd5e nixosTests.mate-wayland: Check for more text 433006b863378 squid: add test 58efc57ceb2db python312Packages.databricks-sdk: 0.40.0 -> 0.41.0 d42f4d5f45d0d mdbook-graphviz: update source hash 9aa6e4e059a67 n98-magerun: switch to buildComposerProject2 and tag (#377265) f3177e064d28c libdeltachat: 1.155.0 -> 1.155.1 (#377126) d9ba72a542220 python313Packages.rocketchat-api: 1.34.0 -> 1.35.0 (#376548) 3a297c36fd9db radicale: 3.4.0 -> 3.4.1 (#377116) 1ce79c9d5867f nomino: 1.5.0 -> 1.6.0 6814f53cc0427 kubedb-cli: fix hash after tag was moved d6dcd1a68074d netbird: 0.35.2 -> 0.36.3 (#377248) 9721085275b30 home-assistant-custom-lovelace-modules.hourly-weather: 6.6.0 -> 6.6.1 e855c9164802b cargo-leptos: 0.2.25 -> 0.2.26 d57b75b995b9e regal: 0.30.0 -> 0.30.2 d079b9b3316c1 glamoroustoolkit: 1.1.9 -> 1.1.11 dfd6d59d31c55 unityhub: 3.10.0 -> 3.11.0 (#376840) 5425126f261d5 cargo-inspect: remove (#377079) 4ccbe97736155 gum: 0.15.0 -> 0.15.1 e23665dc277fa jruby: 9.4.9.0 -> 9.4.10.0 (#376763) 6a0908f2012cb git-credential-manager: 2.6.0 -> 2.6.1 (#376900) c67a71d2d8c04 slurm-spank-x11: fix build with gcc-14 (#376980) fffc77810e754 portfolio: 0.73.0 -> 0.74.0 26c0cc56a55a5 release-notes/25.05: add details about disabled Mattermost telemetry 672f423d0c028 nixos/mattermost: default preferNixConfig to true fc3f7c17e2792 nixos/mattermost: disable telemetry by default cbdbe58680824 lomiri.lomiri-ui-toolkit: Mark tst_slotslayout.13.qml borked (#376598) 36c513967eeda netbird: 0.35.2 -> 0.36.3 60d846971bfc9 jetbrains: useFetchCargoVendor (#377020) 295b5212fe02d ocamlPackages.ppx_irmin: 3.9.0 -> 3.10.0 e31b0dabea5b2 filebeat8: pin updateScript to major v8 1c71253d6f989 stella: 7.0b -> 7.0c (#376715) 642a05e77a69a yabasic: 2.90.5 -> 2.91.0 (#376686) 2f809f78ca6fc sql-formatter: 15.4.9 -> 15.4.10 38818791417b0 pnpm_10: 10.0.0 -> 10.1.0 (#377169) 24385744f4dfc db-rest: 6.0.5 -> 6.0.6 (#376254) 053ca4580a330 netbird-ui: fix meta.mainProgram 4787ad39a9a27 pnpm_10: 10.0.0 -> 10.1.0 6a6187d856599 siyuan: 3.1.19 -> 3.1.20 (#377207) c40d9b20b07cd plasma-panel-colorizer: 1.2.0 -> 2.1.0 844c95aef1ffa immich: 1.125.2 -> 1.125.3 (#377084) 9ebc7a0989be3 plausible: useFetchCargoVendor (#377090) 84aadb2d2712a sea-orm-cli: 1.1.3 -> 1.1.4 (#374708) b5ffed93f1c5d steam-unwrapped: 1.0.0.81 -> 1.0.0.82 506f4f1416cb7 novelwriter: 2.5.3 -> 2.6 f5e15c0360aa8 gitxray: 1.0.16.4 -> 1.0.17 20c1398030905 gfn-electron: 2.1.2 -> 2.1.3 22bd6330c05b7 snipaste: 2.10.3 -> 2.10.5 6a1efdd6735f0 tdlib: 1.8.42 -> 1.8.44 (#377222) 84fe0f1b743b4 Revert "vue-typescript-plugin: init at 2.2.0" (#377230) 16cda93bd61ba ArchiSteamFarm: 6.1.0.3 -> 6.1.1.3 cbfe00b720448 pnpm_10.fetchDeps: fix reproducibility (#376474) 081658e6ded37 python312Packages.llama-cpp-python: mark as broken on aarch64-linux (#377229) 67b05da39d11a python312Packages.llama-cpp-python: mark as broken on aarch64-linux 28467ff83d4d1 Revert "vue-typescript-plugin: init at 2.2.0" 5ecccb2ecde32 spring-boot-cli: 3.4.1 -> 3.4.2 3980a8216e669 tdlib: 1.8.42 -> 1.8.44 f104c8eca09a5 fpart: 1.6.0 -> 1.7.0 d032d26b48f56 pdi: 1.8.0 -> 1.8.1 (#377197) 6374ef7258049 python312Packages.pythonqwt: 0.14.2 -> 0.14.4 (#376432) c8a67cd051dac legcord: 1.0.6 -> 1.0.8 (#377219) 729d9ec466c30 pdi: 1.8.0 -> 1.8.1 970c26517231e cntr: 1.6.0 -> 1.6.1 (#377129) eba96f6e8c1bb legcord: 1.0.6 -> 1.0.8 1795c24a3e158 getmail6: 6.19.06 -> 6.19.07 (#377115) d42168f401e0d libtirpc: fix undefined reference in version script with llvm bintools (#374721) 2c1eeaf29e3bf baddns: 1.6.68 -> 1.7.86 4b31ae1f151c4 python312Packages.unstructured: 0.16.13 -> 0.16.15 d73ab2f14214a doc: emphasize trade-off between versionCheckHook and testers.testVersion (#344321) 9d482bc62d93b mousai: use fetchCargoVendor (#377204) c6d0a5d3db714 impression: use fetchCargoVendor (#377203) 3e4b6e26421a5 pika-backup: use fetchCargoVendor (#377133) 321e7310409c5 nixos/guix: set proxy env vars for guix-daemon (#373948) 40ee633534477 melonDS: 1.0rc-unstable-2024-12-26 -> 1.0rc-unstable-2025-01-17 30c8a4f5eddd7 siyuan: 3.1.19 -> 3.1.20 f4505608dbb00 cloudflare-utils: 1.3.3 -> 1.3.4 (#377182) bc7b0a89dbd83 bun: 1.1.43 -> 1.2.0 (#376054) a55f19076909f whatsapp-chat-exporter: fix missing dependency 7f92be44ef2d4 maintainers: add EstebanMacanek 51169532ba6ff scx.rustscheds: useFetchCargoVendor (#377086) 48919f5674588 adminer-pematon: 4.12 -> 4.13 (#377142) 5063cd0c9bca0 readarr: 0.4.8.2726 -> 0.4.10.2734 (#377109) 2957ad0084617 forgejo-runner: 6.0.1 -> 6.2.0 (#377137) 048932dfaa4f1 mousai: use fetchCargoVendor 13069f6a43f2e impression: use fetchCargoVendor 4f4ab49bd5ca0 python3Packages.pypdfium2: init at 4.30.1 (#374461) 975fb8eb47e15 jenkins: 2.479.2 -> 2.479.3 65a0fda7a25b5 deepsearch-glm: init at 1.0.0 (#374670) cb681febb7ee9 mongodb-ce: only enable version install check on darwin (#377147) 2e4911a42cba4 vacuum-go: 0.15.3 -> 0.16.1 e3c1d205f349d waveterm: 0.10.4 -> 0.11.0 5f91d453d0ed6 rpm: fixup %_var macro a619c149929a8 python312Packages.python-gvm: 24.12.0 -> 25.1.1 5e6998ae80c16 nixos/autofs: fix manpage link fd60375c7acaa nixos/timesyncd: strip man: prefix from manpage links 75b2b7e946b40 nixos/*: undo manual linking to known manpage urls 953f72e76ec23 nixos/*: tag manpage references 88a55dffa4d44 syndicate_utils: 20240509 -> 20250110 4aa399dff0dc9 marmite: 0.2.3 -> 0.2.4 1a9cc70187c35 beancount-language-server: 1.3.6 -> 1.3.7 (#377181) 13f650083cf28 stgit: 2.5.0 -> 2.5.1 d89be71e9fc0e voicevox: 0.22.3 -> 0.22.4 0d668d78a09c3 voicevox-engine: fix with poetry-core >=2.0 ed5abf2ed6af2 spicedb-zed: 0.24.0 -> 0.25.0 a34f51fe64709 spiped: 1.6.2 -> 1.6.3 0bbf2d4b3b5b7 checkstyle: 10.21.1 -> 10.21.2 893b69c8499b1 cloudflare-utils: 1.3.3 -> 1.3.4 ed43c05a1e1a3 beancount-language-server: 1.3.6 -> 1.3.7 db13a24e446d6 commandergenius: 3.5.1 -> 3.5.2 82c3e3cdee326 nsxiv: 32 -> 33 8d732213c20e0 asn: 0.78.0 -> 0.78.3 a7a2612e4ad65 dovecot-fts-flatcurve: init at 1.0.5 (#376445) 5d89519a34641 python312Packages.drafthorse: 2.4.0 -> 2025.1.0 (#376288) 1d81f9d0067f2 treesheets: 0-unstable-2025-01-13 -> 0-unstable-2025-01-16 a0b45f4b4ec0b electron{-source,-bin,-chromedriver}: 32.2.8 -> 32.3.0, 33.3.1 -> 33.3.2 (#376745) b2fd1d103d4b0 kakounePlugins.hop-kak: useFetchCargoVendor (#377011) 5dc5ff2d25b4c treewide: correct versionCheckHook use (#376275) 3b785f51e2179 tigerbeetle: 0.16.21 -> 0.16.23 (#377035) 2ccc5f1c09828 vigra: enable tests (#375853) c832ff4098ac1 xlights: 2024.20 -> 2025.01 (#376742) 479d878615135 mbrola: Fix compilation on Darwin 628d3c423cf3b heptabase: 1.50.1 -> 1.51.1 10b633fe824bb jetbrains-runner: 3.0.4 -> 3.0.5 165e9d15d18a9 pdepend: switch to buildComposerProject2, tag and add versionCheckHook (#377139) 66708165f9ec3 mongodb-ce: only enable version install check on darwin 3e042f4e4c8e4 gancio: 1.21.0 -> 1.22.0 (#377122) 14fb968a10fd4 python312Packages.conda-libmamba-solver: 24.11.1 -> 25.1.1 05f10bf241e39 diebahn: use fetchCargoVendor (#377131) 6d57cfc4d70b9 python312Packages.flask-limiter: 3.10.0 -> 3.10.1 31bb25424b9a5 vips: move to openexr_3 (#375166) c466e6659ebb7 factoriolab: 3.9.2 -> 3.10.0 bdb9812c2e24b 1password-gui: 8.10.54 -> 8.10.58, 1password-gui-beta: 8.10.56-1.BETA -> 8.10.60-4.BETA (#376621) efb7e4f935938 terraform-providers.tencentcloud: 1.81.152 -> 1.81.164 7cdbe945e4d05 pdepend: versionCheckHook bb32d6c49ee47 pdepend: switch to tag 600fcbc729991 pdepend: switch to buildComposerProject2 303859efd64e7 forgejo-runner: drop `kranzes` from maintainer list e382d5008e05b forgejo-runner: 6.0.1 -> 6.2.0 4ba8ed78e7bb6 rip2: 0.9.2 -> 0.9.3 (#377022) 016979574e373 renode-dts2repl: 0-unstable-2025-01-13 -> 0-unstable-2025-01-14 a8f1685cca731 sysdig: enable aarch64-linux back 02fc330a886b2 php8{1-4}Extensions.mailparse: 3.1.6 -> 3.1.8 (#377127) 9572cfe77e02e pika-backup: use fetchCargoVendor b84717b238100 diebahn: use fetchCargoVendor 88234d3a4f58e nixos/freshrss: add caddy support 7219cde9c7fa6 php8{1-4}Extensions.rrd: fix compilation with gcc 14 (#377123) bc8cf25835ef9 cntr: 1.6.0 -> 1.6.1 8a2ba6ebb4462 php8{1-4}Extensions.mailparse: 3.1.6 -> 3.1.8 7f4f965d73ad0 nixos/network-interfaces-systemd: remove unused arg in genericDhcpNetworks (#376959) 9b0cdc3f4bfc6 async: remove (#377019) 5f8aeb00847da phpPackages.psalm: 5.26.1 -> 6.0.0 (#377066) 75c3d46b02aee python3Packages.wandb: useFetchCargoVendor (#377081) 47d9e4f660fa9 vscode: 1.96.2 -> 1.96.4 (#377095) a3d7312baef37 php8{1-4}Extensions.pinba: fix compilation with gcc 14 (#377118) 1a9f9d9b54a3a php8{1-4}Extensions.rrd: fix compilation with gcc 14 a4642280f2b95 astal.io: 0-unstable-2025-01-13 -> 0-unstable-2025-01-23 8284224ee718e mutter: fix cross compilation 21580426b4927 libdeltachat: 1.155.0 -> 1.155.1 80a13a6825f55 tectonic-unwrapped.src: update hash (#377111) ec685ba06713f gancio: 1.21.0 -> 1.22.0 cf6d220869850 jx: 3.11.4 -> 3.11.27 65a7161c50b05 php8{1-4}Extensions.pinba: fix compilation with gcc 14 b7453be5aae67 emacsPackages.straight: init at 0-unstable-2024-10-06 (#377062) c61cc61897be2 radicale: 3.4.0 -> 3.4.1 6d1abeccbcae8 freesweep: 1.0.2 -> 1.0.2-unstable-2024-04-19 (#373800) b4d018163c503 bacon: 3.8.0 -> 3.9.0 (#377037) d01c01c8a2faf cargo-pgrx: useFetchCargoVendor (#377082) 00bff58da4b28 getmail6: 6.19.06 -> 6.19.07 7ef9240af09e5 nvitop: 1.4.1 -> 1.4.2 (#377053) 573596c815b77 tremor-language-server: useFetchCargoVendor (#377100) 7e6985766cb68 lemmy-server: useFetchCargoVendor (#377089) 6c81b4ab557d0 elmPackages.elm-json: useFetchCargoVendor b70743f5bb9f0 tbtools: useFetchCargoVendor e0bfcf387a159 cargo-inspect: remove 8a07bcadfd00d dart.rhttp: useFetchCargoVendor 89a8c6d4802f8 tectonic-unwrapped.src: update hash 1bcaa8f27a757 nixpkgs-hammering: unstable-2024-03-25 -> 0-unstable-2024-12-22 e4fd5b5b9c5e6 v2ray: 5.24.0 -> 5.25.1 d7176e09f74da pico-sdk: 2.0.0 -> 2.1.0 (#364401) 5419f859dd9b1 xsv: remove 1e3febf55347a readarr: 0.4.8.2726 -> 0.4.10.2734 55994f35fe625 daggerfall-unity: Fix desktop shortcut issues (#377038) 430db266780e1 inori: 0.2.2 -> 0.2.3 (#376680) 98a41bd661533 mlt: 7.28.0 -> 7.30.0 (#375218) aa718e31740b3 flake-edit: 0.1.0 -> 0.0.2 (#376948) 78c5938ece7dd genpass: useFetchCargoVendor 5e6a566c696a0 home-assistant-custom-components.versatile_thermostat: init at 7.1.5 6ecc829cf2afe sheesy-cli: remove 70271ae0bbc8d texlab: 5.21.0 -> 5.22.0 (#377085) 6448185128934 flarectl: 0.113.0 -> 0.114.0 (#377015) 0039ab36b84fd tremor-language-server: useFetchCargoVendor e233cae76072a anevicon: remove d33a8e9ccc7f1 wireguard-vanity-address: remove 01c1c14c2381d daggerfall-unity: Create symlink to icon where desktop item expects it c4017485fe051 sourcegit: init at 2025.1 145fe791fed48 nix-index: useFetchCargoVendor bfc84011e58b5 vscode: 1.96.2 -> 1.96.4 42817d63560d1 plausible: useFetchCargoVendor 5edf29e205d11 lemmy-server: useFetchCargoVendor 2b4cec3db053c influxdb2: useFetchCargoVendor 78aa415507469 influxdb: useFetchCargoVendor bde4e0bd69073 emacsPackages.straight: init at 0-unstable-2024-10-06 2752c62485ff3 nextcloud-notify_push: useFetchCargoVendor b1b57060b4bc1 youtrack: 2024.3.55417 -> 2024.3.56671 (#373672) a8e2671675fa6 texlab: 5.21.0 -> 5.22.0 feb6df150f04f cargo-pgrx: useFetchCargoVendor 9d5e0238abceb python3Packages.wandb: useFetchCargoVendor 7efc04108aa8f olvid: 2.2.0 -> 2.3.0 (#373609) 0b73be7282676 immich: 1.125.2 -> 1.125.3 955c58f6772c6 papermc: 1.21.4-15 -> 1.21.4-126 (#373251) 2f3a44c76dbed ares-cli: 3.1.3 -> 3.2.0 (#372854) 7d956e75ef17b ogre: 14.3.2 -> 14.3.3 (#376773) 27b777df7515d python312Packages.pycm: 4.0 -> 4.2 8f00b1718e9d3 python312Packages.llama-cpp-python: 0.3.5 -> 0.3.6 (#373673) 8ca6fefe3b349 nixt: 2.5.1 -> 2.6.0 bdd180140bd9a gnomeExtensions.pop-shell: 1.2.0-unstable-2024-10-09 -> 1.2.0-unstable-2024-12-31 (#371760) 5754f5b333ceb sniffnet: 1.3.1 -> 1.3.2 (#371626) 86c216bd6911f proton-pass: 1.27.0 -> 1.27.2 (#371664) b4af15f6faca9 mitama-cpp-result: 9.3.0 -> 10.0.4 (#371035) 60e0381f028d4 dnsdist: 1.9.7 -> 1.9.8 (#371584) de305aefe21b1 defaultGemConfig.prometheus-client-mmap: fetchCargoTarball -> fetchCargoVendor fc261728548ee elasticmq-server-bin: 1.6.10 -> 1.6.11 (#371434) b7a85e5947740 fw: 2.19.1 -> 2.20.0 (#371777) ddb6534cc4316 qcad: 3.31.2.3 -> 3.31.2.7 (#371356) b53e079f71858 openfpgaloader: 0.12.1 -> 0.13.1 (#369819) de2554ad43024 phpPackages.psalm: 5.26.1 -> 6.0.0 3c4e76951e624 python312Packages.aiosomecomfort: 0.0.28 -> 0.0.30 (#377063) e3620b6020da3 jellyfin{,-web}: 10.10.3 -> 10.10.5 (#377002) 919ece9608bbe rustfilt: remove a47cb26bbe26d matrix-hookshot: useFetchCargoVendor 823795db2aaa3 python312Packages.aiosomecomfort: 0.0.28 -> 0.0.30 1555657967689 emacsPackages.elpaca: init at 0-unstable-2025-01-25 (#377021) 51d8894fbc3df emacsPackages.elpaca: init at 0-unstable-2025-01-25 51ec829b3f9cb maintainers: add abhisheksingh0x558 8114a813dc6ec python311Packages.jax: fix build on Darwin 61f069fd825eb nvitop: 1.4.1 -> 1.4.2 798f303659efb koboldcpp: 1.81.1 -> 1.82.4 (#374773) 8b1b464a82465 picotool: 2.0.0 -> 2.1.0 ca228f3532a62 pico-sdk: 2.0.0 -> 2.1.0 ac0247e7199c1 bacon: 3.8.0 -> 3.9.0 abdda322e4399 mountpoint-s3: 1.13.0 -> 1.14.0 (#376523) b006aa2b6234f python3Packages.nh3: fetchCargoTarball -> fetchCargoVendor (#376996) 82ffb11a67fbf python3Packages.pypdfium2: init at 4.30.1 44f8524c3d1de python31{1,2}Packages.pysubs2: 1.7.3 -> 1.8.0 (#367935) 34ecfa1c2f982 googleearth-pro: fix strictDeps build (#377030) d382cf7aff3db whisper-cpp: add ROCm and Vulkan support, rename from openai-whisper-cpp (#365033) a61a1ee9610e8 clorinde: useFetchCargoVendor (#377027) 3c4a42f4e7689 rbspy: 0.28.0 -> 0.29.0 14cbc65b7751b f3d: 2.5.1 -> 3.0.0 (#375052) a0da48df91297 kodiPackages.inputstream-adaptive: 21.4.6 -> 21.5.9 (#375326) aecb38e825e7e jazz2: 3.0.0 -> 3.1.0 (#376955) 0c3dc743efd9b daggerfall-unity: Create symlink to executable in bin directory 8d2a943951d00 daggerfall-unity: Link shortcut executable to main program c0382579afcea fastfetch: 2.34.1 -> 2.35.0 (#377025) 6cbf845dcb3e4 oh-my-fish: fix omf-install script cf8c83b562dc1 tigerbeetle: 0.16.21 -> 0.16.23 56ff19e73f265 googleearth-pro: fix strictDeps build fe24b14a04bb2 tuifimanager: 5.0.9 -> 5.1.5 4010f08a6b4a2 dwfv: remove c6186b7831e99 googleearth-pro: 7.3.6.9796 -> 7.3.6.10201 (#375810) 0747d1b5f8bc5 xtermcontrol: 3.8 -> 3.10 (#374292) 102ebc78fdecd nak: 0.9.1 -> 0.10.1 (#376981) 1c6126f709198 various: replace substituteAll with replaceVars 1c2a0941f8113 fastfetch: 2.34.1 -> 2.35.0 48490a4264487 harlequin: 1.25.2-unstable-2024-12-30 -> 2.0.0 (#376079) d98509e72f1b0 cnijfilter_*: Fix build (#376924) 34d09b0507676 podman-tui: 1.3.0 -> 1.3.1 (#376977) 4762d9ba6e8c6 doc: emphasize trade-off between versionCheckHook and testers.testVersion e45317132ed0e microsoft-edge: 131.0.2903.112 -> 132.0.2957.127 d71e753dbb58e astroterm: correct versionCheckHook use 1217130d9958e upbound: correct versionCheckHook use 2bfbcae6b05a6 clorinde: useFetchCargoVendor cf127ccf21d64 kdlfmt: 0.0.10 -> 0.0.11 (#376928) 6df1f6f5575f1 fortune: fix cross build (#376323) edb5006db95e7 jetbrains: useFetchCargoVendor 6e3c63efb08cc async: remove 97b43465f71f9 rip2: 0.9.2 -> 0.9.3 1af4a23658f17 python312Packages.pynvml: 11.5.3 -> 12.0.0 (#375418) a23b4c41a17c1 kdePackages.kdepim-addons: fetchCargoTarball -> fetchCargoVendor 924f85ec5bb2a kdePackages.angelfish: fetchCargoTarball -> fetchCargoVendor a8d9a58e39aa1 kdePackages.akonadi-search: fetchCargoTarball -> fetchCargoVendor 9ece6360742f4 plasma5Packages.angelfish: fetchCargoTarball -> fetchCargoVendor b26790b227ea8 kdePackages.qtkeychain: 0.14.3 -> 0.15.0 (#374327) 9779001948df9 protonvpn-cli: Fix crash on startup 47a37942ad8d2 kakounePlugins.hop-kak: useFetchCargoVendor 787497b8433b3 flarectl: 0.113.0 -> 0.114.0 20d0f5d6e0e4e vintagestory: 1.19.8 -> 1.20.3 (#375008) c93dd741e1f6a mieru: 3.11.0 -> 3.11.1 8965df8599001 librespot: useFetchCargoVendor f3e2270660940 clickhouse: fetchCargoTarball -> fetchCargoVendor c683a77656bfb coq_9_0: init at 9.0+rc1 a90a018d2f5ef mcontrolcenter: 0.4.1 -> 0.5.0 (#374333) 446ae89f16933 libsForQt5.qtkeychain: 0.14.3 -> 0.15.0 (#374329) b9772b69d861a tutanota-desktop: 259.241223.2 -> 259.250108.1 (#373587) 55ee35147010e coqPackages.MenhirLib: add maintainer (#371681) 1d415ed350828 python313Packages.tencentcloud-sdk-python: 3.0.1309 -> 3.0.1310 (#376937) 009329022ebb2 terraform-providers.digitalocean: 2.46.1 -> 2.47.0 (#376942) 55da7c51721e1 sbt-extras: 2024-09-28 -> 2024-11-06 (#376895) 38751b1d13272 python312Packages.commitizen: 4.1.0 -> 4.1.1 (#376960) 49d87e7ddd8e5 python312Packages.uiprotect: 7.4.1 -> 7.5.0 (#376904) e7c8e2f250e71 python312Packages.htmldate: 1.9.2 -> 1.9.3 (#376915) 64c650487fb3e flyctl: 0.3.61 -> 0.3.68 (#376921) 1feadf6b667c6 hcdiag: 0.5.5 -> 0.5.6 (#376923) 246378557a821 nuclear: 0.6.41 -> 0.6.42 (#376858) 507d3ae607283 libloragw-{2g4,sx1302}: fix cross build (#376966) a3b5e4bcdbabd memorado: 0.4 -> 0.5 (#376861) 3d17cdba641c4 popeye: 0.21.6 -> 0.21.7 (#376867) 1911df10f5626 packwiz: 0-unstable-2024-10-15 -> 0-unstable-2025-01-19 (#376872) d226bce670eaf vencord: 1.10.9 -> 1.11.2 (#376423) c6c51edf726ac skrooge: 2.33.0 -> 25.1.0 (#374918) 2de325852aea5 rpl: 1.16 -> 1.16.1 (#376826) 922a7a6628694 glaze: 4.3.0 -> 4.3.1 (#376829) aa3c1afabf9dd python3Packages.typst: fetchCargoTarball -> fetchCargoVendor 8ad3d5060d319 kissat: 4.0.1 -> 4.0.2 (#376847) ba96cb8029d46 wayidle: 0.2.0 -> 1.0.0 (#376848) 6477e18b7cc1f python3Packages.nh3: fetchCargoTarball -> fetchCargoVendor 5c9ed4672df7d cargo-public-api: 0.42.0 -> 0.43.0 (#376851) 9bb655a235e9d python3Packages.datafusion: fetchCargoTarball -> fetchCargoVendor 2a1a614867dde loc: remove e3665a8d3c4ae fastd: 22 -> 23 (#376973) d5e3dbe6a93e2 traefik: 3.2.2 -> 3.3.2 (#374167) b1492d3b015b3 kitty: 0.38.1 → 0.39.0 (#374347) 790bd909406f2 bazecor: 1.6.1 -> 1.6.2 (#376783) a01a49c4ac6ea sops: 3.9.3 -> 3.9.4 and refactor (#376788) 695e49645c243 python312Packages.murmurhash: 1.0.11 -> 1.0.12 (#376790) 721b459e53829 vivaldi: 7.0.3495.29 -> 7.1.3570.39 (#376797) d85b17634b8e8 jellyfin-web: 10.10.3 -> 10.10.5 03eee4ba8c275 just: 1.38.0 -> 1.39.0 (#376730) 04808d15989c5 tlsx: 1.1.8 -> 1.1.9 (#376731) 41d0f6ff053cb python312Packages.pydata-google-auth: 1.9.0 -> 1.9.1 (#376737) a56691a60800a unpoller: 2.14.0 -> 2.14.1 (#376740) 1fe51ba4d9392 python312Packages.webauthn: 2.4.0 -> 2.5.0 (#376741) f13bfcaeef13b ansible-later: 3.3.1 -> 4.0.8 2d9867ac833ca jellyfin: 10.10.3 -> 10.10.5 83e18426748a8 python312Packages.ntc-templates: 7.5.0 -> 7.6.0 (#376750) ae41daae03f33 rqlite: 8.36.5 -> 8.36.8 (#376762) f706899481a5d flood: 4.8.5 -> 4.9.0 (#376946) a479c2c602c87 clog-cli: useFetchCargoVendor c2978e7db529b clog-cli: 0.9.3 -> 0.10.0 2ab9225a40666 stash: refactor; 0.25.1 -> 0.27.2; nixos/stash: init (#323231) 047cec623289a portmod: useFetchCargoVendor (#376508) 5d9f4db0e9556 eigenmath: 337-unstable-2024-12-20 -> 337-unstable-2025-01-25 (#376945) 38eed288bf621 chirp: 0.4.0-unstable-2025-01-12 -> 0.4.0-unstable-2025-01-22 (#376949) 2e3445f01e4cc home-assistant-custom-components.philips_airpurifier_coap: 0.28.0 -> 0.34.0 (#376975) 9ef2bc116d512 zluda: remove redundant cargoHash f2a5463bf28d1 nixos/public-inbox: cleanup test bbb68bef2ec34 nixos/public-inbox: test confinement 69b606d103da4 nixos/public-inbox: enable confinement 18493e297be88 slurm-spank-x11: fix build with gcc-14 09c13f3315dff nak: 0.9.1 -> 0.10.1 44f8d44b53cff slurm: 24.11.0.1 -> 24.11.1.1 (#376710) d5d087e0c605f srsran: fix CPU option selection, split output (#376963) ce603c224095a abracadabra: 2.9.1 -> 2.9.2 (#376841) 95abe137a9641 fastd: 22 -> 23 f4a17d3c9352a fastd: add herbetom to maintainers c779d26b3fe55 home-assistant-custom-components.philips_airpurifier_coap: 0.28.0 -> 0.34.0 5bd1a7f7e3e79 podman-tui: 1.3.0 -> 1.3.1 5958dc9c46cd1 srsran: split output -> out, dev; remove static libs 34729d135fdf1 terraform-providers.buildkite: 1.15.2 -> 1.15.5 cf577e430899f foundationdb: pin Boost 1.86 and fix Makefile (#376230) c1b6a815a5d86 python3Packages.transformers: don't import torch.distributed on darwin (#375117) caf53274982c8 libloragw-sx1302: fix cross build c6015ff9f4059 libloragw-2g4: fix cross build 72236ea284168 aerc: refactor daff0ad2b14be srsran: fix CPU option selection 982d4b545cb26 davinci-resolve-studio: 19.1.2 -> 19.1.3 0b65cf03f096a nixos/network-interfaces-systemd: remove unused arg in genericDhcpNetworks 1205aaa6bcee1 codespell: 2.3.0 -> 2.4.0 (#376953) 5185d53d931b3 python312Packages.commitizen: 4.1.0 -> 4.1.1 8a06fa6734ad2 gh-markdown-preview: 1.9.0 -> 1.10.0 (#376859) b32b5e1e96392 jazz2: 3.0.0 -> 3.1.0 3d713dce977f2 python3Packages.elevenlabs: 1.9.0 -> 1.50.5 a017b597f9627 codespell: 2.3.0 -> 2.4.0 1fbdba426389e roddhjav-apparmor-rules: 0-unstable-2025-01-12 -> 0-unstable-2025-01-25 (#376950) 733ba6765dea9 kernelshark: 2.3.1 -> 2.3.2 (#371427) be17b156fa019 chawan: 0-unstable-2024-12-27 -> 0-unstable-2025-01-06 (#371748) 9d26ad1e65204 flak-edit: Add nix-update-script d5cf0d2fd4373 ocamlPackages.mccs: 1.1+18 -> 1.1+19 (#372379) e934052fa417b flake-edit: 0.1.0 -> 0.0.2 2580cbb592bca yourkit-java: 2024.9-b161 -> 2024.9-b163 (#372905) 81334b763cea7 chirp: 0.4.0-unstable-2025-01-12 -> 0.4.0-unstable-2025-01-22 4f1fd22429850 rnr: 0.4.2 -> 0.5.0 (#373325) 41547a39150c6 commonsDaemon: 1.4.0 -> 1.4.1 (#374528) 5c11cfdf51240 opensoundmeter: 1.4 -> 1.4.1 (#374431) dae5c1bfa2bbb flood: 4.8.5 -> 4.9.0 3abacfcafddbb eigenmath: 337-unstable-2024-12-20 -> 337-unstable-2025-01-25 c703ddc9f593b bootstrap-studio: 7.0.2 -> 7.0.3 (#374420) be9e17e23770a ssh-openpgp-auth,sshd-openpgp-auth: useFetchCargoVendor (#376518) aaec04c1c34f2 grml-zsh-config: 0.19.11 -> 0.19.12 (#373929) 6572cef0687dc terraform-providers.digitalocean: 2.46.1 -> 2.47.0 04e2c03af5b6b apk-tools: 2.14.7 -> 2.14.9 (#373912) 4fad4cbf34428 yt-dlp: 2025.1.15 -> 2025.1.26 (#376934) 38d9bdf650c88 jsvc: 1.4.0 -> 1.4.1 (#373898) 4b4a5193eb007 json-sort-cli: init at 2.0.2 (#374206) 3205b6fea1a07 activemq: 6.1.4 -> 6.1.5 (#373597) 710958d51a515 openlibm: 0.8.4 -> 0.8.5 (#371998) 3d18bffbea460 lazysql: 0.3.2 -> 0.3.3 (#370490) 705d5dbe96db7 fum: init at 0.4.3 (#375329) 30c615fd2aeff abi-dumper: 1.2 -> 1.4 (#373179) 77ae4d45338f7 wxsqlite3: 4.10.1 -> 4.10.2 (#376878) be45966582374 seq66: 0.99.16 -> 0.99.17 (#373102) e25f6bffc8e64 guile-zlib: 0.2.1 -> 0.2.2 (#375207) b8fb152c7cd0a klayout: 0.29.10 -> 0.29.11 (#374936) b0e55f21afbcb python313Packages.tencentcloud-sdk-python: 3.0.1309 -> 3.0.1310 ed0cd3b127452 checkov: 3.2.355 -> 3.2.357 4543152c95365 mongoc: 1.29.1 -> 1.29.2 (#373559) 0012646aadacb yt-dlp: 2025.1.15 -> 2025.1.26 987ccd5387f61 python312Packages.altair: 5.4.1 -> 5.5.0 852ff1d9e153d buildpack: 0.36.2 -> 0.36.4 (#373342) b3fb6bc28b674 chirpstack-rest-api: 4.10.2 -> 4.11.0 173cc4d47099a todiff: remove a51f81e58f2d4 buildpack: 0.36.2 -> 0.36.4 5a868b446b3b0 kdlfmt: 0.0.10 -> 0.0.11 0f630dc2af38b bitrise: 2.25.0 -> 2.26.1 (#376802) 8d1d20b66a7d7 hcdiag: 0.5.5 -> 0.5.6 56bd205ea64b5 cnijfilter_2_80: Fix build a73a92d6bd727 cnijfilter_4_00: Fix build 08c24f69a8c02 flyctl: 0.3.61 -> 0.3.68 6f20987865d2e nixos/wireless: remove patch warning from allowAuxiliaryImperativeNetworks option (#374666) 1586c4b142e64 ardour: bump c++ standard to c++17 5d3221fd57cc4 lock: 1.3.8 -> 1.3.9 (#376908) 53c5798ee9588 python313Packages.ete3: fix build c003f89dae93d mattermost: fix update script attributes (#376839) 291349efc8d2b python312Packages.htmldate: 1.9.2 -> 1.9.3 e3932d6c0d00f lefthook: 1.10.2 -> 1.10.10 (#376362) d15e670379b81 lock: 1.3.8 -> 1.3.9 bd1a0ee792097 tpm2-openssl: 1.2.0 -> 1.3.0 f4923a2a59a39 python312Packages.uiprotect: 7.4.1 -> 7.5.0 c1bd12cda2eab darktable: fix builds on macOS (#372522) 42143ec28c329 Revert "pkgs/top-level: make package sets composable" (#376899) 7c251e2b5fda2 Revert "pkgs/top-level: make package sets composable" f5944a9fc7db1 git-credential-manager: 2.6.0 -> 2.6.1 0b6fad01a36ce your_spotify: 1.11.0 -> 1.12.0 (#366529) a5abbcce520ff aerc: 0.19.0 -> 0.20.0 (#376870) 201f6c8c75409 enzyme: fix build for ClangEnzyme (#373255) 543aa1c9977a9 KDocker: 5.4 -> 6.2 (#374973) d1b2d8384423c grafanaPlugins.marcusolsson-dynamictext-panel: 5.4.0 -> 5.6.0 (#375333) 3da8e52391d58 karp: 0-unstable-2024-11-20 -> 0-unstable-2025-01-24 (#376358) 73a34ab5aa5d3 terraform-providers.okta: 4.12.0 -> 4.13.1 f7ae72b6cc5aa terraform-providers.baiducloud: 1.21.10 -> 1.21.12 a9f3d45fb167a stubby: fix build on non-Linux 9e297837c387b cargo-tauri: 2.2.2 -> 2.2.3 (#376600) 6ed902f18cfcc blueberry: use `python3.buildPythonApplication` instead of manual wrapping 5926d5826fbaa blueberry: use substituteInPlace --replace-fail instead of deprecated --replace 3bdb1ca6ba7e3 flashrom: fix building with clang 5ae93f6f5ff16 blade-formatter: 1.42.0 -> 1.42.1 (#376873) 41198d5f4a53b tootik: 0.15.0 -> 0.15.1 1142dbb75fa8a wxsqlite3: 4.10.1 -> 4.10.2 97a7be504813f maintainers: remove aucub (#376811) 4518a0d7ff60e gnome-bluetooth_1_0: fix cross compilation 16584ca32beae stylelint: 16.13.0 -> 16.14.0 (#376824) c48b8a8a88d6b gitlab-ci-local: 4.56.2 -> 4.57.0 (#376772) 10747189ec3b2 vintagestory: 1.19.8 -> 1.20.3 ed2db2cdf05f5 blade-formatter: 1.42.0 -> 1.42.1 c7d8d1b961751 packwiz: 0-unstable-2024-10-15 -> 0-unstable-2025-01-19 d5a884134272d aerc: 0.19.0 -> 0.20.0 485d02f8168b1 papermc: 1.21.4-15 -> 1.21.4-126 eff6e75e2fa58 handlr-regex: 0.12.0 -> 0.12.1 (#376842) fb5d5c81ea098 libtirpc: fix undefined reference in version script with llvm bintools 58c57470b8e43 popeye: 0.21.6 -> 0.21.7 01d4004e7cd43 vaultwarden: 1.32.7 -> 1.33.0 (#376765) 2c11e07ab1e2c garnet: 1.0.50 -> 1.0.53 (#376538) 36b75458cf632 cargo-tauri: 2.2.2 -> 2.2.3 748c69f22e4d2 memorado: 0.4 -> 0.5 6d668a9717af7 networkmanager-vpnc: fix cross compilation 3aba73a291a92 vpnc: support cross compilation 51400086f9e0e gh-markdown-preview: 1.9.0 -> 1.10.0 8dc63e783cb4c nuclear: 0.6.41 -> 0.6.42 999dc11854265 lucenepp: fix darwin build (#376776) d4355c758117e linuxPackages_latest.nvidiaPackages.latest: fix fbdev on 6.13 (#376846) 58d1b031b5404 cargo-public-api: 0.42.0 -> 0.43.0 db9ef3e66bfd8 linuxPackages_latest.nvidiaPackages.latest: fix fbdev on 6.13 8159ee3ab9498 wayidle: 0.2.0 -> 1.0.0 0f50fabc6bea8 kissat: 4.0.1 -> 4.0.2 668d9558b4513 mattermost: fix update script attributes 53e696d78b331 epsonscan2: 6.7.70.0 -> 6.7.70.0-01-2025, pin boost, minor refactor (#375409) 0e8b2d828d911 handlr-regex: 0.12.0 -> 0.12.1 2b642440e5998 abracadabra: 2.9.1 -> 2.9.2 679c569dccfe4 marp-cli: 4.0.4 -> 4.1.0 (#374227) 76802278cafb6 python312Packages.pynitrokey: 0.7.1 -> 0.7.3 (#374956) 0819c6f293470 unityhub: 3.10.0 -> 3.11.0 dd797b714570c saucectl: 0.190.1 -> 0.191.0 (#374223) 28b7bff114302 minisign: 0.11 -> 0.12 (#374188) a69a190f646ac gotify-desktop: 1.3.7 -> 1.4.0 (#371975) 432c7e10d722a epsonscan: minor refactoring 0084bcc0a945a n8n: fix darwin build 8504e3c64d7ad pixelfed: 0.12.3 -> 0.12.4 (#371746) fe9b38fb79523 iroh: 0.30.0 -> 0.31.0 (#373914) f0c40981f6b18 ols: 0-unstable-2024-12-28 -> 0-unstable-2025-01-04 (#372051) 0a3b5ed613858 libmongocrypt: move to pkgs/by-name 7b65020db0582 mongoc: move to pkgs/by-name 445b3af8d7e31 mongoc: 1.29.1 -> 1.29.2 81b9a5f9d1f7f cilium-cli: 0.16.22 -> 0.16.23 (#372266) 7e2a60caf08fe komikku: 1.67.0 -> 1.68.0 (#376451) 689b43d43f6f4 whistle: 2.9.92 -> 2.9.93 (#373629) c961b3c26cd29 golden-cheetah: update to qt6, add darwin 4e724387dffe5 gensio: 2.8.10 -> 2.8.11 (#373719) f6a5227d48316 nixos/gdomap: fix eval (#376828) b1eaffe97eac7 micronaut: 4.7.3 -> 4.7.4 (#373895) 614404df3e643 nixos/gdomap: fix eval 619f5c6712e0e gnustep: move to by-name and propagate dependencies (#276395) 5007bd557bd2a television: 0.9.3 -> 0.9.4 (#376752) c65801528690d got: 0.106 -> 0.108, format, use nix-update-script, fix darwin build (#360965) 564c73128d644 glaze: 4.3.0 -> 4.3.1 b582bb5b0d7af obs-cmd: 0.18.1 -> 0.18.2 (#373196) 25245681972fb headscale: 0.24.0 -> 0.24.1 82b8c796cbc91 zef: 0.22.6 -> 0.22.7 (#371849) 6eb3ce8fca295 rpl: 1.16 -> 1.16.1 d77a1abef580f fswatch: 1.17.1 -> 1.18.0 (#370593) ca29cd64fd8ef nbxplorer: 2.5.16 -> 2.5.17 (#371652) 9d71dc7005c4d nixos/pixelfed: bump php version a5ff9f5558169 pixelfed: 0.12.3 -> 0.12.4 58889d522a5be clojure: 1.12.0.1488 -> 1.12.0.1495 (#370639) 1b4572f0c1d0f vimPlugins.cord-nvim: 0-unstable-2024-12-17 -> 1.0.0 (#376768) 7a7342d39fbb6 ultrastardx: 2024.10.0 -> 2025.1.0 (#371155) f35a155a0cc7e nng: 1.9.0 -> 1.10 (#371117) 83790a80f0b68 oxlint: 0.15.3 -> 0.15.6 (#371420) 15489618813c9 rgbds: 0.8.0 -> 0.9.0 (#371006) ed3c6584a476e stylelint: 16.13.0 -> 16.14.0 434892f80704d kernelshark: 2.3.1 -> 2.3.2 07c3fb873405a stackql: 0.6.32 -> 0.6.50 (#371335) dd2decd2976ad todoist: 0.20.0 -> 0.22.0 (#371455) b40db696eafdf lockbook: 0.9.16 -> 0.9.17 (#376683) 949bc05bb48c7 lockbook-desktop: 0.9.16 -> 0.9.17 (#376681) ed60a1073fcc0 pgmoneta: 0.15.0 -> 0.15.1 (#371326) a4c008fc9ec46 apt: 2.9.21 -> 2.9.25 5ddb146554ec5 apt: 2.9.18 -> 2.9.21 6d30086435e68 armadillo: 14.2.1 -> 14.2.2 (#370400) 3647235ba1f04 libdigidocpp: 4.0.0 -> 4.1.0 (#370237) e8c30997398f4 stress-ng: 0.18.07 -> 0.18.09 (#370775) 0c9b6b37cc510 mediamtx: 1.11.1 -> 1.11.2 329bbc7aeece3 libdigidocpp: 4.0.0 -> 4.1.0 34995559351f3 linuxPackages_latest.nvidiaPackages.{stable,latest,beta}: fix build (#375838) 1ba64a57390f7 lazysql: fix version test 40813ebb3d7d8 lazysql: 0.3.2 -> 0.3.3 abfdf3c1b8dc2 sentry-cli: 2.39.1 -> 2.40.0 (#370280) 70cc961da1063 coursier: 2.1.22 -> 2.1.24 (#370614) e92c37ed58fac broadcom_sta: add patch to compile on kernel 6.13 (#375808) 1d7f102611d38 cloud-nuke: 0.38.0 -> 0.38.1 (#370489) 43ed01a6566a2 freeciv: 3.1.3 -> 3.1.4 (#370589) fdbbb617af0bf got: 0.106 -> 0.108 92621ce0bd8b7 ts_query_ls: 1.4.1 -> 1.4.2 (#370656) dd19354ed5180 felix-fm: 2.14.0 -> 2.16.0 (#370665) 437e81102f1fd bpftrace: remove llvm version patch 99c172d7771b7 services.xray: pass the settings file with systemd loadCredential (#368763) c32142f4c3a6b nerd-font-patcher: 3.2.1 -> 3.3.0 (#376647) 94649d7c33558 cproto: 4.7w -> 4.7x (#370222) b57bcaf91d05c rwpspread: 0.3.1 -> 0.4.0 (#369638) 9be0d5856afdc maintainers: remove aucub 37d3f041d17a3 windterm: remove aucub from maintainers adf60b9855183 waveterm: remove aucub from maintainers 9ca1587ac0f11 venera: remove aucub from maintainers 3da8734f23c57 v2rayn: remove aucub from maintainers e26c94ddbbc9d sonusmix: remove aucub from maintainers cb5e35333313b sly: remove aucub from maintainers d7a46af77086c simple-live-app: remove aucub from maintainers 56d96ce4aa404 saber: remove aucub from maintainers 8f05c5c8c9d42 refine: remove aucub from maintainers dc9a20eb81c2e pilipalax: remove aucub from maintainers 480a219949858 pdfium-binaries: remove aucub from maintainers 2315b9d7aa4b3 oneanime: remove aucub from maintainers 04c0b3b96f602 navicat-premium: remove aucub from maintainers e4904762c46ca mihomo-party: remove aucub from maintainers a62f4bf10a935 marble-shell-theme: remove aucub from maintainers 10a3e8613d45c mangayomi: remove aucub from maintainers 8f139dedabd80 linux-wallpaperengine: remove aucub from maintainers 506929f453544 keyguard: remove aucub from maintainers 7b283d2b51483 kazumi: remove aucub from maintainers b960924426110 jhentai: remove aucub from maintainers f267c6d2a9eac hiddify-app: remove aucub from maintainers cf2e79a3152ed harmony-music: remove aucub from maintainers 61edcdd5d1e19 gui-for-singbox: remove aucub from maintainers 8d2d8d91f8e90 gui-for-clash: remove aucub from maintainers fa6dec277feb3 gopeed: remove aucub from maintainers c29d3347095e7 flclash: remove aucub from maintainers af19eea910477 devtoolbox: remove aucub from maintainers 039d942c7839e deskflow: remove aucub from maintainers b85e4c7125289 shell-hist: remove (#376668) 2ebdb9297137f clash-rs: remove aucub from maintainers d656f8ccf56ed butterfly: remove aucub from maintainers ff8f821bc804b bloomeetunes: remove aucub from maintainers be8536f09a26e bitcomet: remove aucub from maintainers 855c873b6e123 ayugram-desktop: remove aucub from maintainers e3fb6d9c9ef7e fornalder: remove (#376656) 082e3c27b0f9a git-codeowners: remove (#376655) 50056851d90b7 zsh-prezto: 0-unstable-2024-12-12 -> 0-unstable-2025-01-10 (#370012) 28ecdebf13b42 ssdfs-utils: 4.46 -> 4.49 (#369794) 52dfb2f79973a dynamodb-local: 2.5.3 -> 2.5.4 (#370026) 428fdface1e9c bitrise: 2.25.0 -> 2.26.1 e30ca9cd17880 typst-lsp, vscode-extensions.nvarner.typst-lsp: remove (#376698) 0e3e8d9783993 hheretic: 0.2.3 -> 0.2.4 (#369780) fd67e90a7fefc cozette: 1.25.2 -> 1.26.0 (#369659) dcda5a5ff12e6 python312Packages.pyerfa: fix cross build (#376243) 24e14fffbc7a0 kokkos: 4.5.00 -> 4.5.01 (#369932) c57220a006968 reaper: don't strip upstream binaries (#376353) fcbacedbf22cc gnustep: propagate dependencies 4d96ec04543aa gnustep: move GNUstep packages to by-name b3ef08a73c1a2 pkgs/top-level: make package sets composable (#303849) 30915355843b0 vivaldi: 7.0.3495.29 -> 7.1.3570.39 9bc64685e9869 nexusmods-app: 0.7.1 -> 0.7.2 (#375824) e212a392f2eb7 python312Packages.cymem: 2.0.10 -> 2.0.11 (#376789) 8dbc6e8ad334e clorinde: init at 0.11.2 (#375170) aa26579bd41f6 nixos/modules: drop findutils locate support (#375544) df5ec1a2e07ba nixos/paperless: #242084 follow up to fix defaultText (#373472) 363fc9dde870d sops: refactor bfbf286722294 sops: 3.9.3 -> 3.9.4 ca4d24ef53c5d piknik: 0.10.1 -> 0.10.2 (#370201) 1a559dfed5788 python312Packages.murmurhash: 1.0.11 -> 1.0.12 ad2c044b6293b python312Packages.cymem: 2.0.10 -> 2.0.11 9a08314a190d0 dotslash: 0.4.3 -> 0.5.0 4dc03385c02b2 pack: 0.36.2 -> 0.36.4 (#376778) fbe97641e25c5 gat: 0.19.3 -> 0.20.0 (#376713) 237c868837e6a julia_110: revert upstream commit breaking build c806233552497 julia_110: 1.10.7 -> 1.10.8 79f1080f280cf julia_110-bin: 1.10.7 -> 1.10.8 d9fa300f8be04 julia_110: 1.10.4 -> 1.10.7 9f8f053137668 julia_110-bin: 1.10.4 -> 1.10.7 02b25b21105c6 squid: add config validation (#376759) ab2c765212ac0 squid: make ipv6 configurable (#376754) ce31762c3d552 bazecor: 1.6.1 -> 1.6.2 cbb58088d4ac8 ledger-live-desktop: 2.94.0 -> 2.96.0 (#376277) e537fd713d0c9 audiobookshelf: 2.17.7 -> 2.18.1 (#375487) 6918e71b3e97e sedutil: add meta.mainProgram ed91d70e7bd5d plasma5Packages.kdev-python: use current python3 5fcd67950eb51 diskonaut: remove (#376644) 56e244a0c7e75 krita: switch to openexr_3 (#375828) 1471bf60c8b8c pack: 0.36.2 -> 0.36.4 f0732a73d628c lucenepp: fix darwin build 11b32d1ef3e55 cpuinfo: 0-unstable-2024-12-09 -> 0-unstable-2025-01-10 d4bcfeeb1a0a7 kimai: 2.27.0 -> 2.28.0 (#376075) cb7c2448e95a4 phoc: 0.44.0 -> 0.44.1 (#376649) 948d286210fa6 linux: remove linuxPackages.zfs alias (#376115) 86eaa54c52ea5 xpraWithNvenc: add nvjpeg support (#370396) aa36805e314ee ogre: 14.3.2 -> 14.3.3 3045853cb07f0 fwts: unpin gnumake42 1eb49447c587d tbtools: init at v0.5.0 (#374988) b2492b3777bce gitlab-ci-local: 4.56.2 -> 4.57.0 eb454c6e989b6 got: use nix-update-script 36cb620fb6ece got: format 5c64063e8478e vimPlugins.cord-nvim: 0-unstable-2024-12-17 -> 1.0.0 2be3693b868f0 vaultwarden-vault: 2024.6.2c -> 2025.1.1 0624adcd5aae8 gitify: 5.17.0 -> 5.18.0 (#376753) a3c0bfa826a7c various: fix replaceVars with placeholder (#376728) c7d980a73eb6a vaultwarden: 1.32.7 -> 1.33.0 2acca93befe5c pkgs/top-level: fix composing "native cross" package sets 69775e2deb4be pkgs/top-level: refactor mkHybridPkgs ba6262f2ebb78 pkgs/top-level: refactor mkCrossPkgs 01a02e41f7ba4 pkgs/top-level: make package sets composable eec21001b0f79 nixos/nixpkgs: pass original system args instead of elaborated b75355ccc317b pkgs/test/top-level: add tests for package set composability 9fb5dbf351e26 netsniff-ng: 0.6.8 -> 0.6.9 (#376637) bb1993232d1a0 squid: add config validation 01c4268ee218d jruby: 9.4.9.0 -> 9.4.10.0 f14ca70eac178 rqlite: 8.36.5 -> 8.36.8 3be72f3bc292e squid: make ipv6 configurable ab097402432cd gitify: 5.17.0 -> 5.18.0 da1df29472691 television: 0.9.3 -> 0.9.4 941f3d430aa1d xpraWithNvenc: add nvjpeg support 071851299f3a5 pkgs/top-level: refactor mkPkgs 3fcedef056944 pkgs/top-level/stage: refactor moving more generic package sets to the bottom 4e7cc47a2261b pkgs/top-level: rewrite some outdated comments fb8a07b82e3d8 immich: 1.124.2 -> 1.125.2 (#376211) 4a9693ea50b96 capnproto-rust: 0.17.2 -> 0.20.1; add update script (#376359) c81db3b5f698a kio-extras, kio-extras-kf5: switch to openexr_3 (#375854) 244657dd4a0ba python312Packages.ntc-templates: 7.5.0 -> 7.6.0 841148466feb7 Merge #376433: init vst2-sdk at 2018-06-11 5857f428f06e3 nixos/pay-respects: fix environment config (#376453) 1edb48ce37a99 electron-chromedriver_33: 33.3.1 -> 33.3.2 06795a2e9d86d electron-chromedriver_32: 32.2.8 -> 32.3.0 87788c7cd9ab4 electron-source.electron_33: 33.3.1 -> 33.3.2 0033f59e91d19 electron-source.electron_32: 32.2.8 -> 32.3.0 517c9d05bb049 electron_33-bin: 33.3.1 -> 33.3.2 fca5b2ef00a80 electron_32-bin: 32.2.8 -> 32.3.0 c33c3066be8ee oxefmsynth: use the packaged version of `vst2-sdk` 0285aa6347785 jackass: use the packaged version of `vst2-sdk` 80b19f8e497af bespokesynth: use the packaged version of `vst2-sdk` eee2e78a74d7c airwindows: use the packaged copy of `vst2-sdk` c6f20632f5aa3 airwave.meta: min-scope `with lib` b98418678dc6d airwave: use the packaged version of `vst2-sdk` c8721658d50e7 vst2-sdk: init at 2018-06-11 0baa7efcbc8d1 xlights: 2024.20 -> 2025.01 ee8068209bc09 incus: 6.8.0 -> 6.9.0 (#376732) 2fa8d3ccf9efb python312Packages.plotpy: 2.6.3 -> 2.7.1 ab771c6ee217d unpoller: 2.14.0 -> 2.14.1 c16889b9bd760 python312Packages.webauthn: 2.4.0 -> 2.5.0 d6d5854dbb39d uq: remove (#376674) 18443d64daadd python312Packages.pydata-google-auth: 1.9.0 -> 1.9.1 46e3ebd975f32 vkquake: install a desktop file (#358161) a2e08fbd5261a nixos/simplesamlphp: don't configure empty options (#370787) 11afe48cdc388 python313Packages.gattlib: fix build against Python 3.13 (#372684) fce0852e77262 vkquake: install a desktop file 272fb5babf63d nixos/tests/incus: extend check timeouts 7f7ec703ed06b qlog: 0.40.1 -> 0.41.1 (#372954) a449b59c1c995 feather: pin to boost186 (#376241) b457d4c76beac incus: 6.8.0 -> 6.9.0 0909343035b5a epilys-bb: unstable-2020-12-04 -> 0.4.4; useFetchCargoVendor (#376648) d43db7865db39 freesweep: add sanana as maintainer 96c99d0145b22 freesweep: 1.0.2 -> 1.0.2-unstable-2024-04-19 b01c729903fd9 kdePackages.fcitx5-configtool: 5.1.7 -> 5.1.8 (#376700) 27e223f829c2d just: 1.38.0 -> 1.39.0 33357d6671ac3 vimPlugins.avante-nvim: 0.0.14 -> 0.0.15 (#376642) 42fe1d2f1d058 yaydl: 0.17.1 -> 0.17.2 (#376712) 7a2755fb129e8 boxbuddy: 2.5.2 -> 2.5.3 (#376720) 8845e38a94ef1 fzf-make: 0.55.0 -> 0.56.0 (#376722) 525ae4bb092ad cargo-deb: 2.10.0 -> 2.11.0 (#376723) 8e5f65a2ecbf3 pik: 0.14.0 -> 0.15.0 (#376725) 2a135d5606ef3 tlsx: 1.1.8 -> 1.1.9 7ddf6ef408864 wg-bond: remove (#376678) 102a575f82b5d xxv: remove (#376679) 176467103566a t-rec: 0.7.7 -> 0.7.8 (#376682) 12be7800f5487 helm-ls: 0.1.1 -> 0.2.0 (#376685) 2553cc8f0a084 fcitx5-table-other: 5.1.3 -> 5.1.4 (#376690) 34c3c2cf5480b markdownlint-cli: 0.43.0 -> 0.44.0 (#376708) e158b6c11f543 fcitx5-table-extra: 5.1.6 -> 5.1.7 (#376691) 0e7fa5714c4b2 incus: fix instance unclean shutdown, add per-instance lxcfs support (#373920) 9903954b40dd4 loop: remove (#376657) c88ab54cdac51 mq-cli: remove (#376658) 30c355bde01a4 chawan: fix search path patching e6c76c051f96f gui-for-clash: fix basepath patching cc1a2a0f68227 pio: remove (#376661) c159f5ab3c65c rnix-hashes: remove (#376663) ab530e078078a rs-git-fsmonitor: remove (#376664) 567e23acb7184 serial-unit-testing: remove (#376665) dcc754b57cd43 linux: remove linuxPackages.zfs alias 8f8c22e400d27 rargs: remove (#376666) ce1ba13c71837 gui-for-singbox: fix basepath patching 82c518440ad4e neverest: update source location (#376597) 836930138057b neverest: useFetchCargoVendor (#376599) 0790597f4dd8f pik: 0.14.0 -> 0.15.0 be874c9cae40b sqld: remove redundant cargoHash (#376603) b7efbf03d1b36 gitlab-ci-ls: 1.0.0 -> 1.0.1 (#376616) f4b5f75d3a650 supabase-cli: 2.6.1 -> 2.9.4 (#376340) dcb962ce4100d python312Packages.coffea: 2025.1.0 -> 2025.1.1 (#376620) 610e2d6f4e0d4 pineapple-pictures: 0.9.0 -> 0.9.1 (#376711) fa0a02e963733 pcloud: 1.14.8 -> 1.14.9 (#376624) c941cae963945 pcloud: use patchelfUnstable (#373480) 332cf1343f9ce iplookup-gtk: 0.3.4 -> 0.4.0 (#376627) 53ba0afe26e07 fcitx5-pinyin-moegirl: 20250111 -> 20250113 (#376569) 0e09216e13597 pass-git-helper: 3.0.0 -> 3.1.0 (#376570) d86a5206e0293 spacer: 0.3.0 -> 0.3.1 (#376571) e47f0c70ad96f subxt: 0.38.0 -> 0.38.1 (#376572) 5be19e0d7a6ac wastebin: 2.5.0 -> 2.7.0 (#375486) cef52ca30eb96 cargo-deb: 2.10.0 -> 2.11.0 ed9deb516105b libretro.nestopia: 0-unstable-2025-01-05 -> 0-unstable-2025-01-19 (#376578) 47f8027ccb302 libretro.gpsp: 0-unstable-2024-12-26 -> 0-unstable-2025-01-20 (#376580) bd1f1f5114aff libretro.puae: 0-unstable-2025-01-11 -> 0-unstable-2025-01-24 (#376581) a8937a8210eec libretro.bsnes: 0-unstable-2025-01-10 -> 0-unstable-2025-01-17 (#376584) 19330f76ccdf8 libretro.genesis-plus-gx: 0-unstable-2025-01-10 -> 0-unstable-2025-01-17 (#376585) 3b3bb44d4f49d libretro.gambatte: 0-unstable-2025-01-10 -> 0-unstable-2025-01-24 (#376586) 410fd179e6f88 nom: 2.7.2 -> 2.7.3 (#374522) ddb36ad4be31f libretro.swanstation: 0-unstable-2024-07-24 -> 0-unstable-2025-01-17 (#376587) d62f4933f2951 fzf-make: 0.55.0 -> 0.56.0 1081db77f33b7 circt: 1.102.0 -> 1.103.0 (#376593) 11cfd13e43371 wgautomesh: useFetchCargoVendor (#376521) 01a4af842bfd7 python312Packages.deepl: 1.20.0 -> 1.21.0 (#376552) d6ed1f34b35ab framesh: 0.6.9 -> 0.6.10 (#376557) bec67c785742e telegram-desktop: 5.10.4 -> 5.10.5 (#376482) 7b0f4d83a902d nu_scripts: 0-unstable-2025-01-06 -> 0-unstable-2025-01-17 (#376485) 63f7faf2805dd cargo-profiler: useFetchCargoVendor (#376498) 3e62dcecf2794 nixpkgs-hammering: useFetchCargoVendor (#376507) c7dde7b11a329 process-viewer: useFetchCargoVendor (#376509) 492b46f9eb2bf proton-caller: useFetchCargoVendor (#376510) cd5ebea0312e9 shavee: useFetchCargoVendor (#376511) 8e16ed1c9782a boxbuddy: 2.5.2 -> 2.5.3 2627c245db3c0 golds: 0.7.4 -> 0.7.5 (#376513) 63960df73253a shticker-book-unwritten: useFetchCargoVendor (#376514) c569769365701 airwin2rack: init at 2.13.0 (#371759) d0488230df519 stella: 7.0b -> 7.0c 3db0cc9b81c49 gat: 0.19.3 -> 0.20.0 b4522f79d89f3 yaydl: 0.17.1 -> 0.17.2 9273f70044fa8 osu-lazer{,-bin}: 2025.118.2 -> 2025.118.3 (#376436) 73637f761d1c6 pineapple-pictures: 0.9.0 -> 0.9.1 4ab891f1213bc slurm: 24.11.0.1 -> 24.11.1.1 781b5306a1d71 python313Packages.wsdiscovery: 2.0.0 -> 2.1.2 (#376625) 9f666d965123d python313Packages.webexpythonsdk: 2.0.3 -> 2.0.4 (#376701) 5318060136952 markdownlint-cli: 0.43.0 -> 0.44.0 cb4d104bafe40 nixos/libvirt-guests: add missing dependency on libvirtd.service 4b76da72ff10e photoqt: 4.7 -> 4.8 e99b9eb8b31bd grafana-kiosk: 1.0.8 -> 1.0.9 6835eb27d5ba1 naabu: 2.3.3 -> 2.3.4 93641a27b0db1 python313Packages.dash-bootstrap-components: 1.6.0 -> 1.7.1 (#376611) e193da30b44b7 python313Packages.model-checker: 0.7.3 -> 0.7.17 (#376614) 374d680dda8dd python313Packages.boto3-stubs: 1.36.5 -> 1.36.6, python313Packages.botocore-stubs: 1.36.5 -> 1.36.6 (#376615) a69bb2e9dd52e python313Packages.tencentcloud-sdk-python: 3.0.1308 -> 3.0.1309 (#376617) 894d2b03507ec python312Packages.mypy-boto3-*: updates (#376618) 4d27ddbc40804 nvc: 1.15.0 -> 1.15.1 (#376236) b3a96a8d44caf python313Packages.webexpythonsdk: 2.0.3 -> 2.0.4 39a14db168aed operator-sdk: 1.39.0 -> 1.39.1 (#376517) 6a1c69f49a4a6 remnote: 1.18.28 -> 1.18.39 (#376635) b54deb87087b3 nats-server: 2.10.24 -> 2.10.25 (#376290) d01f5b86a5126 obs-studio-plugins.obs-freeze-filter: 0.3.3 -> 0.3.4 (#376283) 55d61e8f5ad32 graalvmPackages.graalvm-ce: 23.0.1 -> 23.0.2 (#375758) e6f9ccfe469b9 ossia-score: 3.4.0 -> 3.4.1 (#376198) 2de2bed546df9 kdePackages.fcitx5-configtool: 5.1.7 -> 5.1.8 bf24296bbe2e3 typst-lsp, vscode-extensions.nvarner.typst-lsp: remove e683fee3f7079 python312Packages.yosys: 0.48 -> 0.49 (#375592) 5920b530c7322 handheld-daemon-ui: 3.3.5 -> 3.3.6 (#376559) 599a35626aff5 paraview: 5.13.0 -> 5.13.2 (#373240) a30e6ed47d894 syshud: 0-unstable-2024-11-25 -> 0-unstable-2025-01-13 (#376634) 6f5e2edbf8b6c fcitx5-table-extra: 5.1.6 -> 5.1.7 6ff2f9550f551 networkmanager-openconnect: fix cross compilation 83d20f415b183 networkmanager-openvpn: fix cross compilation 9d1a41f61c8c9 networkmanager-sstp: fix cross compilation d9e07d80e1748 networkmanager-l2tp: fix cross compilation 165b8b404dd55 fcitx5-table-other: 5.1.3 -> 5.1.4 ebda6e8a12539 toybox: 0.8.11 -> 0.8.12 2bf3a10046bd2 hacksaw: remove (#376650) 66ee2cdb35a53 cargo-kcov: remove (#376643) e2a5fad6673e7 yabasic: 2.90.5 -> 2.91.0 860e7ea59ea45 Merge: grafana-image-renderer: 3.11.6 -> 3.12.0 (#374999) 2cb2681a9ef0c helm-ls: 0.1.1 -> 0.2.0 d4119fdbce303 panopticon: remove (#376636) 9ee4a4d8a1dc2 wev: 1.0.0 -> 1.0.0-unstable-2022-09-14 (#375538) 003a7a26ccac8 lockbook: 0.9.16 -> 0.9.17 ca27b6276c607 panopticon: remove a8f73e2dfe772 t-rec: 0.7.7 -> 0.7.8 2681970be69d8 lockbook-desktop: 0.9.16 -> 0.9.17 687320fd382e5 inori: 0.2.2 -> 0.2.3 f406cf5982a77 powershell: 7.4.6 -> 7.5.0 (#376249) ad9d0d07c5bb8 xxv: remove abf4d32d74782 ngn-k: unstable-2022-11-28 -> unstable-2025-01-04 dcc546dc3ab08 python312Packages.eigenpy: 3.10.1 -> 3.10.2 (#376397) ccd18bae4c8b8 wg-bond: remove f3785b42e8ee7 fwts: refactor c6b2a26f28fa6 fwts: reformat with nixfmt 45c03ae758d94 uq: remove ab24e87aa87da timelens: remove 3ea1331a9df0d vscode-extensions.timonwong.shellcheck: 0.37.4 -> 0.37.6 (#376330) 55bbdea1cd456 riemann: add maintainer (#376553) 0c61bd0e3e971 vscodium: 1.96.2.24355 -> 1.96.4.25017 (#376566) e14e3db6951e1 shell-hist: remove 7cc2bed112e17 serial-unit-testing: remove ea27531fc892e rs-git-fsmonitor: remove 2e069ef1f7186 rnix-hashes: remove bd79174ba2cee rargs: remove 3ed845f4bc023 pio: remove cbf92309a90dc pax-rs: remove 561270c9474ff mq-cli: remove 08a55ff33ae9c manga-tui: 0.4.0 -> 0.5.0 (#374442) 13c36449d87fd loop: remove 2d72240b49727 tideways-cli: 1.2.4 -> 1.2.6 (#376610) c561dd1463a77 hacksaw: remove 2d7efdc44e223 git-codeowners: remove 8eb32e4f73403 fornalder: remove 1d721acb10358 nerd-font-patcher: 3.2.1 -> 3.3.0 462666cb8e303 epilys-bb: useFetchCargoVendor 9683e94ff5556 epilys-bb: unstable-2020-12-04 -> 0.4.4 0825d5fba1064 pnpm_10.fetchDeps: fix reproducibility dc27a816186e0 phoc: 0.44.0 -> 0.44.1 cdd3a6378dcff diskonaut: remove 9bec16ff49400 phoc: format with nixfmt 1f2758af98b3b phoc: migrate to by-name 25a14e6b81451 uiua,uiua-unstable: useFetchCargoVendor (#376519) 62115f083401e vimPlugins.avante-nvim: 0.0.14 -> 0.0.15 a3f6121618041 openasar: 0-unstable-2025-01-10 -> 0-unstable-2025-01-20 (#376583) 0194f3f62ddf8 cargo-kcov: remove 4139659f5cbb6 phosh: 0.44.0 -> 0.44.1 (#376138) f4ce941ec4758 netsniff-ng: 0.6.8 -> 0.6.9 a40b4b76efaa0 libcli: 1.9.7 -> 1.10.7 c046291a01149 libphonenumber: 8.13.52 -> 8.13.53 (#374219) a596db9ce049a bms-to-osu: init at 2.5-unstable-2025-01-14 (#366957) 6ed1578a94243 remnote: 1.18.28 -> 1.18.39 65d353e44af67 syshud: 0-unstable-2024-11-25 -> 0-unstable-2025-01-13 2bd0a0f92fb90 firefox-beta-unwrapped: 135.0b3 -> 135.0b9 (#376622) bd713ce01bf20 harlequin: 1.25.2-unstable-2024-12-30 -> 2.0.0 f2eba4bb22ae2 iplookup-gtk: 0.3.4 -> 0.4.0 85cf27e78cae8 python313Packages.wsdiscovery: 2.0.0 -> 2.1.2 f4858f7169ed4 pcloud: 1.14.8 -> 1.14.9 ed45d51fb4c86 downonspot: remove (#376609) 75a72818726a4 libwacom: Fix libwacom-show-stylus (#372392) b20b2d837d8a8 sysdig-cli-scanner: v1.19.0 -> 1.19.2 (#376537) 439cf5783d729 erlang_nox: 27.2 -> 27.2.1 (#376297) cd113348d4c5e python312Packages.txtai: 8.1.0 -> 8.2.0 (#376547) e1bae77cfa011 firefox-beta-unwrapped: 135.0b3 -> 135.0b9 2fc3545aac163 python312Packages.coffea: 2025.1.0 -> 2025.1.1 98971164276d8 python312Packages.mypy-boto3-transfer: 1.36.0 -> 1.36.6 956bfa36edc2e python312Packages.mypy-boto3-sso-oidc: 1.36.0 -> 1.36.6 867e60522968a python312Packages.mypy-boto3-ssm: 1.36.0 -> 1.36.6 af5b8aec3c0a4 python312Packages.mypy-boto3-healthlake: 1.36.0 -> 1.36.6 cf9b192a70995 python312Packages.mypy-boto3-eks: 1.36.0 -> 1.36.6 b48a1eedce706 python312Packages.mypy-boto3-cloudtrail: 1.36.0 -> 1.36.6 a5f33f7cbdbb9 python313Packages.botocore-stubs: 1.36.5 -> 1.36.6 41e5f81ea71df python313Packages.boto3-stubs: 1.36.5 -> 1.36.6 ac3ad80474636 python313Packages.tencentcloud-sdk-python: 3.0.1308 -> 3.0.1309 918b2becd2741 1password-gui: 8.10.54 -> 8.10.58, 1password-gui-beta: 8.10.56-1.BETA -> 8.10.60-4.BETA a477667e11b11 python313Packages.model-checker: 0.7.3 -> 0.7.17 ad737316f7ee7 gitlab-ci-ls: 1.0.0 -> 1.0.1 fa341312c5f59 python313Packages.dash-bootstrap-components: 1.6.0 -> 1.7.1 9016c0d62fc9a tideways-cli: 1.2.4 -> 1.2.6 ec9a3b3e2b524 downonspot: remove 98f2ff7779c94 libretro.mame2003-plus: 0-unstable-2025-01-13 -> 0-unstable-2025-01-24 (#376579) 66ea6132b9722 rmlint: pull CheckFunc fix from upstream 01b90c8042d9b sqld: remove redundant cargoHash 6319c2ee71605 neverest: useFetchCargoVendor a288f49377e83 neverest: update source location de4b01424463b mmctl: 9.11.7 -> 9.11.8 (#376561) 7d27803a689d6 lomiri.lomiri-ui-toolkit: Mark tst_slotslayout.13.qml borked 3adc86b87d1cd lomiri.morph-browser: 1.1.1 -> 1.1.2 72579598e4e9a dataexplorer: 3.9.0 -> 3.9.3 (#371970) e224f1b3db626 umu-launcher: add attrs `extraLibraries` & `extraPkgs` (#375423) 737267b91a883 libretro.swanstation: 0-unstable-2024-07-24 -> 0-unstable-2025-01-17 c93ef6cee294e libretro.gambatte: 0-unstable-2025-01-10 -> 0-unstable-2025-01-24 aa05f4c5b8bd6 libretro.genesis-plus-gx: 0-unstable-2025-01-10 -> 0-unstable-2025-01-17 8182a322116c9 circt: 1.102.0 -> 1.103.0 03590a07bdde8 libretro.bsnes: 0-unstable-2025-01-10 -> 0-unstable-2025-01-17 63096cf331090 openasar: 0-unstable-2025-01-10 -> 0-unstable-2025-01-20 58156758de8a4 libretro.puae: 0-unstable-2025-01-11 -> 0-unstable-2025-01-24 93dbf29eb67fe libretro.gpsp: 0-unstable-2024-12-26 -> 0-unstable-2025-01-20 b81d4ded7076a pulsar: 1.124.0 -> 1.125.0 (#376475) bf64e387f2489 libretro.nestopia: 0-unstable-2025-01-05 -> 0-unstable-2025-01-19 53cf371ada680 qlog: 0.40.1 -> 0.41.1 c8f36994b7144 umu-launcher: add `extraLibraries` and `extraPkgs` args af1b23a6c44e5 emacsPackages.lsp-bridge: 0-unstable-2025-01-11 -> 0-unstable-2025-01-22 (#376531) 084fb82808c61 subxt: 0.38.0 -> 0.38.1 f9df7f5196c04 spacer: 0.3.0 -> 0.3.1 eab5e5a70f064 pass-git-helper: 3.0.0 -> 3.1.0 1d636713c9455 fcitx5-pinyin-moegirl: 20250111 -> 20250113 71660ced11f70 wit-bindgen: 0.37.0 -> 0.38.0 (#376516) e6c625c2b43bb vscodium: 1.96.2.24355 -> 1.96.4.25017 dc81dfe9c9336 spicedb: 1.39.1 -> 1.40.0 727d7b2209d90 smlnj: 110.99.6.1 -> 110.99.7.1 89b67dc030f65 smlnj: added updater script 2d020cdd5712c yourkit-java: 2024.9-b161 -> 2024.9-b163 50c1a48d08b42 epsonscan2: pin Boost 1.86 36785b2451263 epsonscan2: 6.7.70.0 -> 6.7.70.0-01-2025 513665c07203e awscli2: 2.23.2 -> 2.23.5 (#376420) 6d212a99e56ff mmctl: 9.11.7 -> 9.11.8 41f6c055043e3 nixos/pay-respects: fix environment config db22c50365535 dovecot_fts_xapian: 1.8 -> 1.8.4 (#370132) 864822c7c285a handheld-daemon-ui: 3.3.5 -> 3.3.6 4cf578c57bc18 git-cliff: 2.7.0 -> 2.8.0 58810f9239df9 framesh: 0.6.9 -> 0.6.10 cc1fa0629a721 mangayomi: useFetchCargoVendor (#376506) 528ea737068a7 adr-tools: init at 3.0.0 (#375637) 6b8d59b57d7ec clorinde: init at 0.11.2 ea60bae1016f1 riemann: add maintainer 7e7711e3e13b1 pdfium-binaries: 6941 -> 6968 (#376551) 8cca643e46529 python312Packages.deepl: 1.20.0 -> 1.21.0 c80e3b8fa4010 python313Packages.rocketchat-api: 1.34.0 -> 1.35.0 9389b95dec03c pdfium-binaries: 6941 -> 6968 a32996bd742e9 home-assistant: 2024.1.3 -> 2024.1.4 (#376456) 67de5241ea6f0 python313Packages.josepy: 1.14.0 -> 1.15.0 (#375988) e40b15c75304e python312Packages.txtai: 8.1.0 -> 8.2.0 31b15409c0f5b nexusmods-app: disable flaky StardewValley test 1adb25632e3db garnet: 1.0.50 -> 1.0.53 7cb89714bd52c sysdig-cli-scanner: v1.19.0 -> 1.19.2 1de8742500709 hyprpaper: 0.7.3 -> 0.7.4 (#376464) ec99e5eb4c215 stalwart-cli: init at 0.10.7 (#373754) 0497173a77948 ceph: pin boost186 (#376529) 33966a22f3853 adr-tools: init at 3.0.0 ab69de24212f0 emacsPackages.lsp-bridge: 0-unstable-2025-01-11 -> 0-unstable-2025-01-22 9de42eb59be79 limo: 1.0.11 > 1.1 (#376325) 0124dd08d8b57 adguardhome: 0.107.55 -> 0.107.56 6b77b73505845 ceph: pin boost186 6158a0e0240f7 mountpoint-s3: 1.13.0 -> 1.14.0 ea7f91ed25dad wgautomesh: useFetchCargoVendor a85d8f5f75b6f uiua,uiua-unstable: useFetchCargoVendor 28f55bb7fdcc3 ssh-openpgp-auth,sshd-openpgp-auth: useFetchCargoVendor 98c7e1d3912e4 shticker-book-unwritten: useFetchCargoVendor 49bda54591ffb shavee: useFetchCargoVendor a019ad96aa371 python313Packages.publicsuffixlist: 1.0.2.20250122 -> 1.0.2.20250124 (#376319) a4471a913d6ff python312Packages.google-cloud-bigtable: 2.28.0 -> 2.28.1 (#376497) ee500bc60f5f3 proton-caller: useFetchCargoVendor 8494298b8f7c3 python312Packages.mypy-boto3-*: updates (#376318) 0ae4ba909ef66 operator-sdk: 1.39.0 -> 1.39.1 23f615b42cd3b python313Packages.aioacaia: 0.1.13 -> 0.1.14 (#376320) 9cbc507419a49 wit-bindgen: 0.37.0 -> 0.38.0 1c8f1cdeb9fc6 python312Packages.aiolifx-themes: 0.6.0 -> 0.6.5 (#376452) e518d4ad2bcad process-viewer: useFetchCargoVendor 6623df30a44f0 python312Packages.schwifty: 2024.11.0 -> 2025.1.0 (#376455) f22b0184bd0f4 marktext: 0.17.1-unstable-2024-06-10 -> 0.17.0-unstable-2024-06-10 (#376461) 2cc2a4df5d941 python312Packages.pyecharts: 2.0.7 -> 2.0.8 (#376462) 9a1bd296c1d9f gitleaks: 8.23.1 -> 8.23.2 (#376466) 2b8b818cbd971 portmod: useFetchCargoVendor f3ec3b10940fa temporal-cli: 1.1.2 -> 1.2.0 (#376463) 63b7f69ce8425 golds: 0.7.4 -> 0.7.5 ea71373b3810a nixpkgs-hammering: useFetchCargoVendor ada9bf3f4ec82 mangayomi: useFetchCargoVendor 6f6349fa728b6 prometheus-domain-exporter: 1.23.0 -> 1.24.0 (#376398) 3c843ae5179da libloot: useFetchCargoVendor a9a193d69becd python3Packages.vcard: fix `disabled` specification (#376430) 4157616c0c448 twilio-cli: 5.22.8 -> 5.22.9 (#376361) f8cf8d8a9e9e5 rasm: 2.3.0 -> 2.3.2 (#376373) ea59f2b8f9edc showmethekey: 1.18.0 -> 1.18.1 (#376374) e42ec954e2773 alpaca-proxy: 2.0.9 -> 2.0.10 (#376378) 1fb081640de11 halo: 2.20.13 -> 2.20.14 (#376384) 3a7f97d9e5e61 lxgw-neoxihei: 1.211 -> 1.212 (#376390) e04a586c07dba alacritty-theme: 0-unstable-2025-01-03 -> 0-unstable-2025-01-21 (#376314) 75d0c68e9ce5f epubcheck: 5.2.0 -> 5.2.1 (#376328) 9e8c01961582e reindeer: 2025.01.06.00 -> 2025.01.20.00 (#376351) 8cb42ff55414f cargo-profiler: useFetchCargoVendor 040916e51c909 qxmpp: 1.9.2 -> 1.9.3 (#376276) a33e6e1e0271f terraform-ls: 0.36.3 -> 0.36.4 (#376291) ed5d99fc84608 urlhunter: 0.1.2 -> 0.2.0 (#376298) dad27b4287516 soteria: 0.1.0 -> 0.1.1 (#376300) fddfb1a4d5283 snapraid: 12.3 -> 12.4 (#376303) 17035b1ea3828 stenc: fix updateScript (#376237) 23f1583e3a214 git-repo: 2.50.1 -> 2.51 (#376240) 067103faa54be zoekt: 3.7.2-2-unstable-2025-01-08 -> 3.7.2-2-unstable-2025-01-21 (#376246) 30629e809daa5 mov-cli: 4.4.15 -> 4.4.16 (#376255) 41155d8d11320 python312Packages.google-cloud-bigtable: 2.28.0 -> 2.28.1 5c5977a4859d9 circup: 2.1.0 -> 2.1.1 (#376264) 4df8edb98be00 cargo-edit: 0.13.0 -> 0.13.1 (#376269) b231919ec32df clapboard: 1.0.0 -> 1.0.3 (#376185) 37b13d7584bbe kubescape: 3.0.23 -> 3.0.24 (#376193) f743f8201a712 codeql: 2.20.1 -> 2.20.2 (#376200) ae8e9bb4b2265 python312Packages.reolink-aio: 0.11.6 -> 0.11.7 (#376213) 1ea981634f420 ticktick: 6.0.20 -> 6.0.21 (#376206) acebff8091dbc ldeep: 1.0.79 -> 1.0.81 (#376212) 21f7484c6b69f llama-cpp: 4529 -> 4546 (#376470) a6a61ad713a5d pkgsite: 0-unstable-2025-01-08 -> 0-unstable-2025-01-21 (#376223) 0575d265e39c9 grpc_cli: 1.69.0 -> 1.70.0 (#376127) 07fb10b7e4b90 stylance-cli: 0.5.3 -> 0.5.4 (#376153) 4580c3aff8e00 qrcp: 0.11.3 -> 0.11.4 (#376167) f155039c2ae80 troubadix: 25.1.0 -> 25.1.4 (#376172) 186becb8ffb40 tanka: 0.31.1 -> 0.31.2 (#376063) 19d3fa7e9b449 cargo-binstall: 1.10.19 -> 1.10.22 (#376095) 32e98886f9127 tdl: 0.18.3 -> 0.18.4 (#376107) 8b52855d6764d slade: fix cross build (#375550) f32a1232c5e33 gmic: fix cross build (#375571) c6eac873c27d4 testkube: 2.1.84 -> 2.1.88 (#376025) 567a3fda6028b terraform-providers.github: 6.4.0 -> 6.5.0 (#376026) ff493743ea4dc libtomcrypt: fix cross build (#375569) e576a4ace7cd4 terraform-providers.azuread: 3.0.2 -> 3.1.0 (#376028) 53378b98a7832 terraform-providers.pagerduty: 3.18.3 -> 3.19.2 (#376034) 08d022a485dac ipatool: 2.1.4 -> 2.1.5 (#376035) fdc0268286d30 webex: 44.8.0.30404 -> 44.10.2.31237 (#376036) 2d0f67e68366f julia_111{,-bin}: 1.11.2 -> 1.11.3 (#375930) 325bf83b1ec5a terraform-providers.gitea: 0.5.1 -> 0.6.0 (#376037) 844e82afb7b47 python313Packages.yte: 1.5.5 -> 1.5.6 (#376042) 9ee08cb36ed3d terraform-providers.spacelift: 1.19.0 -> 1.19.1 (#376045) 500cfe4f223a9 terraform-providers.vsphere: 2.10.0 -> 2.11.0 (#376047) 9acda30694503 terraform-providers.linode: 2.31.1 -> 2.32.0 (#376052) aaa732088aa29 terraform-providers.signalfx: 9.5.0 -> 9.6.1 (#376048) bf4b3e4987393 terraform-providers.bitwarden: 0.12.1 -> 0.13.0 (#376051) a2bb144260817 terraform-providers.selectel: 6.0.1 -> 6.1.0 (#376053) efc35199eda81 terraform-providers.vault: 4.5.0 -> 4.6.0 (#376055) 7983a8465a168 renode-unstable: 1.15.3+20250109git606a24e00 -> 1.15.3+20250121git0a17b4a64 (#376005) ed2ab256506be routinator: 0.14.0 -> 0.14.1 (#375976) 3b7edfdf52d9d ghidra-extensions.lightkeeper: 1.2.0 -> 1.2.2 (#375989) f3c6e6c4f482f bngblaster: 0.9.14 -> 0.9.15 (#376002) 5529a864e1121 nwg-dock: 0.4.2 -> 0.4.3 (#376010) 60b4b9a8a26e3 toast: 0.47.6 -> 0.47.7 (#376012) c2426d6db1112 workshop-runner: 0.1.5 -> 0.2.2 (#376013) c018645c57442 terraform-providers.linuxbox: 0.5.6 -> 0.5.8 (#376019) c0b69802a83e6 blast-bin: 2.14.1 -> 2.16.0 (#376021) 6cfaf75d4245f terraform-providers.venafi: 0.21.1 -> 0.21.2 (#375944) bc4763e97681c julia_{19,110}: fix build with gcc 14 (#375959) a9c15302e7f86 git-stack: 0.10.17 -> 0.10.18 (#375968) 1f547f3873e8d python3Packages.llm-ollama: 0.8.1 -> 0.8.2 (#375895) 917e65fc418b7 nu_scripts: 0-unstable-2025-01-06 -> 0-unstable-2025-01-17 f65d36693a360 immich: 1.124.2 -> 1.125.2 401ac2b03c8fa python312Packages.netbox-interface-synchronization: 4.1.4 -> 4.1.5 (#375900) a3673d2a0f217 steampipe: 1.0.1 -> 1.0.2 (#375911) bf40d1db22019 telegram-desktop: 5.10.4 -> 5.10.5 4a4b7ecd8f3ba telegram-desktop: 5.10.3 -> 5.10.4 (#375926) c26b92757e415 mopidy-spotify: 5.0.0a2 -> 5.0.0a3 (#370521) 3ceb7913145c1 mpvScripts.twitch-chat: init at 0-unstable-2024-06-23 (#368422) d9a7560502127 Merge: postgresqlPackages.timescaledb-apache: 2.17.2 -> 2.18.0 (#376134) 90763e9b8b9c4 museum: 0.9.53 -> 0.9.81 (#374600) 6d0fcc3275563 bms-to-osu: init at 2.5-unstable-2025-01-14 8bab7e8aeaaa3 pulsar: 1.124.0 -> 1.125.0 4293e35442505 gede: 2.16.2 -> 2.22.1 (#375481) 9d1d9a95a5e92 leptonica: 1.84.1 -> 1.85.0 (#353905) 75a595a2d74cf Merge: epson-escpr2: 1.2.24 - 1.2.25 (#375377) 825479c345a7f nixos-rebuild, nixos-rebuild-ng: print the store path that was built (#376142) ecd6e6e1dfd96 knot-dns: 3.4.3 -> 3.4.4 (#375823) 56ec4aa173bee odin: remove myself from maintainers (#376173) a77fc1d041084 rocmPackages.llvm.libcxx: fix build by disabling test (#375850) fe5b38bb0c718 ventoy: 1.0.99 -> 1.1.00 (#375973) 9800e5e67522e qgis-ltr: 3.34.14 -> 3.34.15 (#375293) b930978d34764 postgresqlPackages.postgis: 3.5.0 -> 3.5.2 (#375290) 352667e195231 qgis: 3.40.2 -> 3.40.3 (#375295) 92b7e18b22734 socalabs-sid: init at 1.1.0 (#372081) 8814ab8ab5a00 nixos/stash: init 8b1f4a0f087d4 stash: 0.25.1 -> 0.27.2 943dd84f341c8 stash: refactor d1025fec8067c maintainers: add DrakeTDL f222c21e79179 llama-cpp:4529->4546 f426a494337f3 nixos/mongodb: add support for mongodb-ce package (#375587) fb1eb02f151aa pinact: 1.1.2 -> 1.2.0 (#376448) bf73b962c2962 hyprpaper: 0.7.3 -> 0.7.4 12b8d9a2d9d6b gitleaks: 8.23.1 -> 8.23.2 50531f0f92b76 temporal-cli: 1.1.2 -> 1.2.0 dd3f45d31469f cargo-modules: 0.21.1 -> 0.21.2 (#376116) b3519d0345bdf discord: bump all versions (#376431) 2a5f6cadd57f5 swayfx-unwrapped: backport fix to support updated libinput (#376189) 5cfc49c878bff jellyfin-ffmpeg: 7.0.2-8 -> 7.0.2-9 (#375705) 8155b5f7b24c0 python312Packages.pyecharts: 2.0.7 -> 2.0.8 b631ee222634f nixos/wyoming/{faster-whisper,piper}: drop download directory (#376447) 10cbb0b9be04e marktext: 0.17.1-unstable-2024-06-10 -> 0.17.0-unstable-2024-06-10 2c5b02382fa49 python313Packages.homeassistant-stubs: 2025.1.3 -> 2025.1.4 a9663be641a89 home-assistant: 2025.1.3 -> 2025.1.4 43ddc80f66a10 python313Packages.powerfox: 1.2.0 -> 1.2.1 b376e96f521d9 quartus-prime-lite: add missing runtime dependency xorg.libXscrnSaver 94d29016b0aa6 python312Packages.aiowithings: 3.1.4 -> 3.1.5 (#376424) a21bb596c3c91 python312Packages.schwifty: 2024.11.0 -> 2025.1.0 62f9a733b7d6f komikku: 1.67.0 -> 1.68.0 14ce74a5ef2e3 nixos/wyoming/piper: drop download directory 47eda6dab7a99 nixos/wyoming/faster-whisper: drop download directory 6840e7826cb34 python312Packages.aiolifx-themes: 0.6.0 -> 0.6.5 309349b4e73c7 pinact: 1.1.2 -> 1.2.0 aed9c00b67e81 python312Packages.cyclopts: 3.3.0 -> 3.3.1 660e5a955af03 open-webui: 0.5.6 -> 0.5.7 (#376443) 61235d44719d5 docs: fix devmode for manuals 16b818f774539 deltachat-desktop: 1.50.1 -> 1.52.0 (#376224) cdc904a664157 open-webui: 0.5.6 -> 0.5.7 db6107a90405e apacheHttpdPackages.php: 8.3.15 -> 8.3.16 (#376326) 788d769a642ba dovecot: build with textcat 31c192438e32a dovecot-fts-flatcurve: init at 1.0.5 5fbffc2ef9beb skim: 0.15.7 -> 0.16.0 (#376410) 1da95166ba6f4 osu-lazer-bin: 2025.118.2 -> 2025.118.3 560b6b2d6c926 osu-lazer: 2025.118.2 -> 2025.118.3 ee38dc95517b2 discord-canary: 0.0.569 -> 0.0.574 7a3e1a683e29c discord-ptb: 0.0.126 -> 0.0.127 dd54e329bc631 vcard: fix disabled specification d2bf369b06a36 limo: 1.0.11 > 1.1 b99c35c433911 discord: 0.0.80 -> 0.0.81 ebdff4610caea python312Packages.pythonqwt: 0.14.2 -> 0.14.4 c89948638ca3d dafny: 4.8.0 -> 4.9.1 (#375809) 40db972aa58b5 pkgsCross.x86_64-darwin.discord-development: 0.0.76 -> 0.0.78 c0c6ad1fe2992 pkgsCross.x86_64-darwin.discord-canary: 0.0.681 -> 0.0.686 56876785a416c pkgsCross.x86_64-darwin.discord-ptb: 0.0.156 -> 0.0.157 604a92135df47 pkgsCross.x86_64-darwin.discord: 0.0.332 -> 0.0.333 bcc7e1e15b344 hyprlock: 0.6.1 -> 0.6.2 (#376284) e1915cde684db Merge: strace: 6.12 -> 6.13 (#376310) d6e699f40e17d dbvisualizer: 24.3.2 -> 24.3.3 (#374803) 499230403da85 vencord: 1.10.9 -> 1.11.2 ef640f2be4393 libretranslate: 1.6.2 -> 1.6.4 (#376265) e3df5ede4471e python312Packages.aiowithings: 3.1.4 -> 3.1.5 1aa2134be2558 awscli2: 2.23.2 -> 2.23.5 d3c97a679c119 bitwarden-desktop: 2024.12.1 -> 2025.1.1 (#374021) 870951ce36106 airwindows: init at 0-unstable-2025-01-06 (#371817) e4da98ae17bde ci/eval: restore `501+` label (#375670) d61756ab35a16 skim: 0.15.7 -> 0.16.0 ecdd07f57f8f7 font-manager: 0.9.0 -> 0.9.2 (#376239) b6c5023b521d1 prometheus-domain-exporter: 1.23.0 -> 1.24.0 64aa1fa04ce8d proxsuite-nlp: 0.10.0 -> 0.10.1 5e3206daddccd matomo: 5.2.1 -> 5.2.2 (#376385) de0a829e5fa00 mise: add usage compatibility test (#369951) 7d413989e48c6 nixos/wyoming/openwakeword: fix eval (#376381) 4698d344d1e24 lxgw-neoxihei: 1.211 -> 1.212 aecfd8518cb22 matomo: 5.2.1 -> 5.2.2 9ca2da042c522 retrospy: add `mainProgram` (#376380) 5e837e317580e netdata: add myself as maintainer (#376382) c58eeff0ef117 halo: 2.20.13 -> 2.20.14 a85fc0af456a8 jjui: 0.1 → 0.2 (#374472) 4d37acc2204c4 python312Packages.eigenpy: 3.10.1 -> 3.10.2 8915260a4d987 monitorcontrol: 4.2.0 → 4.3.3 (#375061) 8b724caafe3af perlPackages.GnuPGInterface: use gnupg instead of gnupg1compat (#373557) 4b5ee5838b229 netdata: add myself as maintainer 8def3ffa62c02 nixos/netdata: fix permissions for some collectors (#340073) c354e0128576a wasmtime: 28.0.1 → 29.0.1 (#375834) f063cb28688da shaka-packager: 3.4.1 → 3.4.2 (#375782) 232d46e06e823 nixos/wyoming/openwakeword: fix eval c621c6bf2a003 roslyn-ls: fix read-only cache dir (#376364) 6d5b297bc68f0 retrospy: add `mainProgram` 62e66a162a357 retrospy: 6.6 -> 6.7 (#376377) 5fbf31922fdab sunshine: fix build with cudaSupport (#375903) 1dbbbc98514f7 python312Packages.pyopencl: 2024.3 -> 2025.1 (#375762) f693581cab1d0 betterdisplay: 3.3.0 -> 3.3.2 (#376067) 1792395c3c480 Merge #376190: move git-workspace to pkgs/by-name & nixfmt f9688e3894afc alpaca-proxy: 2.0.9 -> 2.0.10 64497b020f9a7 shader-slang: 2025.3 → 2025.3.1 (#376342) 48a44d7298b55 positron-bin: fix build by adding openssl (#370408) d2a359cae9168 python312Packages.pyopencl: mark as broken on x86_64-darwin too 9d084f0589285 retrospy: 6.6 -> 6.7 00130be6fd3df appimageTools: drop SDL1 from fhs environment e6a295495d974 SDL_ttf: mark insecure 50508b940326e showmethekey: 1.18.0 -> 1.18.1 9b8a028c8e34a rasm: 2.3.0 -> 2.3.2 e2f645971d75d Use git tag instead of rev bafca6cbe151e ocamlPackages.cpdf: 2.7.1 → 2.8 (#376363) dfa2102943210 tclPackages.wapp: 0-unstable-2024-05-23 -> 0-unstable-2024-11-22 defe5870670e9 wire-desktop: linux 3.37.3607 -> 3.39.3653, mac 3.37.5164 -> 3.39.5211 (#372383) bd78fe2647a24 circt: 1.101.0 -> 1.102.0 (#376347) ecd26a469ac56 qownnotes: 25.1.3 -> 25.1.5 (#375772) 933c1b5e5a9cf goattracker: 2.76 -> 2.77 193044b174ca5 mistral-rs: 0.3.2 -> 0.4.0 (#375942) 146fe2edc82a2 ecapture: 0.9.2 -> 0.9.3 (#375315) 7049906c0c63e vimPlugins.llama-vim: init at 2025-01-24 (#376352) 950d12c253b72 mistral-rs: 0.3.2 -> 0.4.0 1b7c631704d96 lefthook: 1.10.2 -> 1.10.10 5f9f91ddd7dd5 twilio-cli: 5.22.8 -> 5.22.9 c46782f05bcaf karp: 0-unstable-2024-11-20 -> 0-unstable-2025-01-24 f23503ac99b0f vimPlugins.llama-vim: init at 2025-01-24 9bf35e0bbd545 capnproto-rust: 0.17.2 -> 0.20.1; add update script dd83dc3f08343 vimPlugins.llama-vim: init at 2025-01-24 2dc232a128961 python312Packages.jax: 0.4.38 -> 0.5.0 (#374810) cd19d7872c0dc reaper: don't strip upstream binaries d7f55a72b06b1 myks: 4.3.0 -> 4.3.1 (#376308) 75d03b45a3977 stract: update meta.description 6609b5a3156d0 stract: add ngi team to maintainers f8f19caca1d4d stract: add update script cc3d676b47de7 stract: 0-unstable-2024-09-14 -> 0-unstable-2024-12-11 2480ec1da14ba reindeer: 2025.01.06.00 -> 2025.01.20.00 99317f1aa05ce bespokesynth: Modernise, 1.2.1 -> 1.3.0 (#367767) f09cc4937cfc8 python313Packages.sigstore: 3.5.3 -> 3.6.1 (#374983) f6ea085167f08 circt: 1.101.0 -> 1.102.0 6e52494fcf7f9 gh-dash: 4.9.0 -> 4.9.1 (#376337) 2f5bd177a3bbf hugin: switch to openexr_3 (#375893) 9d514ed45c997 stalwart-cli: init at 0.10.7 a8e27e4f64b9d nautilus: fix cross compilation (#373662) be09d1ed947ce python313Packages.sigstore: 3.5.3 -> 3.6.1 483e9f80b54ce python313Packages.betterproto: fix build a1009efabf319 python313Packages.rfc3161-client: init at 1.0.0 3372e9a22ef2b OpenTofu: sanity check withPlugins override (#376262) b0a57e70e2dae erlang-language-platform: 2024-12-09 -> 2025-01-21 (#375713) 18b947311b4e9 supabase-cli: 2.6.1 -> 2.9.4 01f1d45ff8d95 python312Packages.numpyro: skip newly failing tests 17ea2a7abfdc7 python312Packages.flax: skip failing tests 1be61a4d0fd9f python312Packages.jax: 0.4.38 -> 0.5.0 0e3e09ce0bc58 python312Packages.jax-cuda12-plugin: 0.4.38 -> 0.5.0 cf23a4de66520 python312Packages.jax-cuda12-pjrt: 0.4.38 -> 0.5.0 07d2e6f577f8b python312Packages.jaxlib: 0.4.38 -> 0.5.0 3c037d6abf400 packcc: 2.0.2 -> 2.2.0 (#376104) 72a1bf935717a werf: 2.19.0 -> 2.22.0 (#376087) 3701d859ae33c foundationdb: mark cross-compiling as broken 622c03035d835 gede: 2.16.2 -> 2.22.1 0c6306797b0af vimPlugins.sg-nvim: 1.1.0-unstable-2024-12-15 -> 1.1.0-unstable-2025-01-21 (#376333) 3bbb3086f1088 ycmd: correct gopls package and link path (#352222) 811049d1fdb67 apache-jena: 5.2.0 -> 5.3.0 (#375690) 02edf43787a59 squid: make esi configurable (#376163) 4cb4bd6e71e14 uv: 0.5.23 -> 0.5.24 (#376307) 17c37a6fd6bf6 gdlauncher-carbon: 2.0.20 -> 2.0.22 009bdf9043e46 fly: 7.12.0 -> 7.12.1 (#376279) 08274450f1835 gh-dash: 4.9.0 -> 4.9.1 21c74f3fee9f0 connman-gtk: fix FTBFS with GCC-14 (incompatible pointer types) (#376077) d549d70c78652 vimPlugins.sg-nvim: 1.1.0-unstable-2024-12-15 -> 1.1.0-unstable-2025-01-21 dcb7446a099fe nixos/tests/installer: add shellcheck-minimal (#376329) 5b961c87be05a nixos/tests/installer: add shellcheck-minimal 01e0ff520e6f4 vscode-extensions.timonwong.shellcheck: 0.37.4 -> 0.37.6 ed347cd030739 lucenepp: 3.0.8 -> 3.0.9 (#375998) 6e267c2538bdb linux/hardened/patches/6.6: v6.6.69-hardened1 -> v6.6.73-hardened1 a54bf0759e9a7 linux/hardened/patches/6.12: v6.12.8-hardened1 -> v6.12.10-hardened1 e7de0bb2c74de linux/hardened/patches/6.1: v6.1.123-hardened1 -> v6.1.126-hardened1 f34c39dfdcbdf linux/hardened/patches/5.4: v5.4.288-hardened1 -> v5.4.289-hardened1 8a2fcf15bc49f linux/hardened/patches/5.15: v5.15.175-hardened1 -> v5.15.176-hardened1 e9f010a47e734 linux/hardened/patches/5.10: v5.10.232-hardened1 -> v5.10.233-hardened1 d32f32aece702 systemctl-tui: 0.3.10 -> 0.4.0 (#376313) c10dfd68913ba epubcheck: 5.2.0 -> 5.2.1 965dbad45e861 qtcreator: 15.0.0 -> 15.0.1 (#376287) ab746f1cd7274 fortune: fix cross build cfd91265a6ee9 tre: fix cross build a56b995263ef3 tre: 0.8.0 -> 0.9.0 (#365785) c2d02f132bd19 apacheHttpdPackages.php: 8.3.15 -> 8.3.16 1a241fd2db155 vimPlugins.hlchunk-nvim: init at 2024-11-23 (#376315) d5fc8e42762c3 python313Packages.publicsuffixlist: 1.0.2.20250122 -> 1.0.2.20250124 574a2f23fe605 python313Packages.aioacaia: 0.1.13 -> 0.1.14 732b857f32994 python313Packages.boto3-stubs: 1.36.3 -> 1.36.5 6480eb2b952c5 python313Packages.botocore-stubs: 1.36.3 -> 1.36.5 5d36986213d25 python312Packages.mypy-boto3-medialive: 1.36.0 -> 1.36.4 142c674f81cd8 python312Packages.mypy-boto3-glue: 1.36.0 -> 1.36.4 daed5f99a113c python312Packages.mypy-boto3-ec2: 1.36.2 -> 1.36.5 fd4b8f2bf05cb openxray: 2188-november-2023-rc1 -> 2921-january-2025-rc1 (#375925) 5aa4b7f130351 python313Packages.sigstore-rekor-types: add bot-wxt1221 as maintainers cb4ebf996d1c6 vimPlugins.hlchunk-nvim: init at 2024-11-23 c0280fbae450a systemctl-tui: 0.3.10 -> 0.4.0 175b1bd087286 alacritty-theme: 0-unstable-2025-01-03 -> 0-unstable-2025-01-21 a5fcd78a3a134 strace: 6.12 -> 6.13 5ebc7f832c3a2 linuxPackages_latest.nvidiaPackages.{stable,latest,beta}: fix build 2221b83704e8b linuxPackages_latest.nvidiaPackages: do not apply patchesOpen to priority 250bc427aacab easytier: 2.1.1 -> 2.1.2 (#376259) 079e535f8c961 uv: 0.5.23 -> 0.5.24 f35451f2a0137 why3: 1.7.2 → 1.8.0 8d0549c6bbc1b myks: 4.3.0 -> 4.3.1 c111a251eadc3 cedar: 4.2.2 -> 4.3.0 (#376221) 5950287487064 snapraid: 12.3 -> 12.4 a22a311508028 ecapture: 0.9.2 -> 0.9.3 0393d274d7802 soteria: 0.1.0 -> 0.1.1 ef4fbd32b87d2 urlhunter: 0.1.2 -> 0.2.0 11de0087000d0 vimPlugins.YouCompleteMe: add mel as maintainer 852e6fd7234e8 ycmd: replace maintainer siriobalmelli with mel 3e90066ad3276 maintainers: add mel 79c83d718e892 ycmd: correct gopls package and link path 6158098dfa98f sunshine: 2025.118.151840 -> 2025.122.141614 (#376248) 535fa769814fa alpaca: 3.2.0 -> 3.5.0 (#374152) acfffa4448f0e gnome-podcasts: 0.7.1 -> 0.7.2 (#373846) f2e12fce5759b python3Packages.nh3: 0.2.17 -> 0.2.20 (#376132) 26f9a8662c21a tre: 0.8.0 -> 0.9.0 e42abfa70ae04 terraform-ls: 0.36.3 -> 0.36.4 7325116640ac2 nats-server: 2.10.24 -> 2.10.25 5ea5a69947c13 python312Packages.drafthorse: 2.4.0 -> 2025.1.0 4dfc61e9cd0c2 kanidm: 1.4.5 -> 1.4.6 (#376266) b2511147b8d1c erlang_nox: 27.2 -> 27.2.1 c84e75570307b obs-studio-plugins.obs-freeze-filter: 0.3.3 -> 0.3.4 7a6f69be2e4bf notcurses: 3.0.12 -> 3.0.13 (#376014) 520728f3e0b51 nvitop: correct versionCheckHook use 504e6ffdc4234 nixpkgs-review: correct versionCheckHook use 793d897fe0204 mergiraf: correct versionCheckHook use 2c9593b5a3b21 gollama: correct versionCheckHook use 0de44d11428f7 envision-unwrapped: correct versionCheckHook use e22406ebcadee deepsource: correct versionCheckHook use 7499313bab33e qtcreator: 15.0.0 -> 15.0.1 650cc76728dd3 fly: 7.12.0 -> 7.12.1 efdd819a01188 cloudpan189-go: correct versionCheckHook use 57e086f7c0afc aerospace: correct versionCheckHook use fcf77794e0299 ledger-live-desktop: 2.94.0 -> 2.96.0 28721e01b7e83 qxmpp: 1.9.2 -> 1.9.3 56e812701a4b8 winetricks: 20240105 -> 20250102 (#373139) 2e997ef083688 libgda5: Add bot-wxt1221 as a maintainer 7de8fbbc9e1da libgdamm: Add bot-wxt1221 as a maintainer bf35bb19b762d libepc: Add bot-wxt1221 as a maintainer 8bf08dfca3f56 libepc: Unmaintain c58ed69301acf glom: Drop gnome team from maintainers b00b50a73a731 libgdamm: Unmaintain 708566c9cca53 libgda5: Unmaintain 403151caf53cd libgda5: Rename from libgda 511f40ccc4ba9 gtkd: Remove libgda propagation c32a7686c59a6 gnomeExtensions.pano: Switch to libgda6 d98adb30f2e40 template-glib: 3.36.2 → 3.36.3 7cb09c996c061 mutter: 47.3 → 47.4 9c74e9ccc7d05 loupe: 47.2 → 47.4 8d85a372fbfd7 libwnck: 43.1 → 43.2 0ebbe9d2de0ad libgee: 0.20.6 → 0.20.8 0885e3d18fdad libadwaita: 1.6.2 → 1.6.3 899c5e06ef689 gupnp-av: 0.14.1 → 0.14.3 3fccbcb373caa gnome-software: 47.2 → 47.4 f23b819332871 gnome-shell-extensions: 47.2 → 47.3 161a3cb85159f gnome-shell: 47.2 → 47.3 11b76794e4e1e gnome-remote-desktop: 47.2 → 47.3 ea6bb645a69d7 gnome-control-center: 47.2 → 47.3 cb63927aa70d3 almanah: 0.12.3 → 0.12.4 a29cb611a5357 xdg-user-dirs-gtk: 0.11 → 0.14 3d8056107124e gcr_4: Switch to new version policy ab19cc4c38217 gnome.updateScript: Support Gcr’s new version policy e5a2cbba8b4be gnome.updateScript: Add doctests for version classifiers 264b44789dd41 gnome.updateScript: Simplify version predicate 243860917b5c9 cargo-edit: 0.13.0 -> 0.13.1 a8a8e12f92342 your_spotify: 1.11.0 -> 1.12.0 fd6aabecc2bb9 kanidm: 1.4.5 -> 1.4.6 b41bfbe217920 museum: 0.9.53 -> 0.9.81 15a39f1318916 mpvScripts.twitch-chat: init at 0-unstable-2024-06-23 def1fce42cbe4 libretranslate: 1.6.2 -> 1.6.4 e7f8e1a7ef972 circup: 2.1.0 -> 2.1.1 7386ced30152c winePackages.{stable,unstable,staging,wayland}: * -> 10.0 2d99c7f729083 swiftlint: 0.58.0 -> 0.58.2 (#374497) f2ca4ebbd1c42 mtools: 4.0.46 -> 4.0.47 (#375436) 65eaba9465849 universal-pidff: 0.0.10 -> 0.0.12 (#375037) 69782ee208287 liboqs: 0.11.0 -> 0.12.0, add nix-update-script (#375151) 3d9c0a35ffea2 rust-analyzer-unwrapped: 2025-01-08 -> 2025-01-20 (#375255) 12a201a1bf550 proxychains-ng: default to dyld hooking method (#375602) 550cff48ed6d1 libremidi: 4.4.0 -> 4.5.0 (#374469) bfcb5b8aaa260 vscode-extensions.ms-dotnettools.csdevkit: 1.14.14 -> 1.15.34 (#376191) a258118487d67 walker: 0.11.19 -> 0.12.10 (#376205) eda5ec24d98e2 nzbhydra2: 7.11.3 -> 7.12.1 (#375661) c773370b8f409 lazyjournal: 0.6.0 -> 0.7.1 (#376219) 0fd6fe1533139 easytier: 2.1.1 -> 2.1.2 5a877dff0e589 ruff: 0.9.2 -> 0.9.3 (#376216) 49cea4a9f78dc cunicu: 0.10.0 -> 0.12.0 (#373925) c0d69f339c5b5 quarkus: 3.17.5 -> 3.17.7 (#375800) e15eb68a50977 mov-cli: 4.4.15 -> 4.4.16 1959e4d2d09b6 debootstrap: 1.0.140 -> 1.0.140_bpo12+1 (#373397) aa3e0c6b4a7b7 ugs: 2.1.9 -> 2.1.12 (#373354) 1e762a112dad6 gnu-shepherd: 1.0.0 -> 1.0.1 (#373338) 403d025ffbba0 heroku: 10.0.0 -> 10.0.2 (#373299) aa2423da0d097 svelte-language-server: 0.17.8 -> 0.17.10 (#373320) 27b29863c5bcd level-zero: 1.19.2 -> 1.20.0 (#373189) 0fbb055729fe5 db-rest: 6.0.5 -> 6.0.6 552633a4a0b12 livi: 0.2.0 -> 0.3.0 (#371971) 6c0bae5192896 gerbera: 2.3.0 -> 2.4.1 (#371893) 6c875a929bca0 vttest: 20241204 -> 20241208 (#371800) 272e6b34ccfa0 sesh: 2.7.0 -> 2.8.0 (#371799) 30e337fb94006 livekit: 1.8.0 -> 1.8.3 (#371788) e6938cba389ad hermitcli: 0.41.0 -> 0.42.1 (#371633) 41e26e1eb54f7 okteto: 3.3.0 -> 3.3.1 (#376194) 5b059a88bf818 python312Packages.pylink-square: 1.3.0 -> 1.4.0 (#371274) 85412fa5228b1 pyrosimple: 2.14.1 -> 2.14.2 (#370638) eff2d7f67c9f9 mpris-timer: 2.0.5 -> 2.1.1 (#376231) 0490322a52f76 numcpp: 2.12.1 -> 2.13.0 (#370583) 12c1c1d039f01 python312Packages.plugwise: 1.6.3 -> 1.6.4 (#370502) a69149f2c5f66 plasma-panel-spacer-extended: 1.9.0 -> 1.10.0 (#376227) 3df7ce12f0a39 vale: 3.9.3 -> 3.9.4 (#376117) 84c2909a568c6 powershell: 7.4.6 -> 7.5.0 f4d4ac071a4ca pandoc: make reference workaround conditional on typst version ccb3770e1aebb pandoc_3_6: fix incorrect dependency versions c5e92a21c919e python312Packages.highdicom: 0.22.0 -> 0.23.1 (#373214) 01cef3717b5db matrix-hookshot: 6.0.1 -> 6.0.2 (#376057) 1c2758018b9f5 sunshine: 2025.118.151840 -> 2025.122.141614 d17c667eb2bb9 pgrok: 1.4.1 -> 1.4.4 (#375935) 60f0924f46859 shader-slang: 2025.2 -> 2025.3 (#375780) 0fba00ec67439 dsda-launcher: 1.3.1-hotfix -> 1.4 (#375513) 983f8f45be459 tinty: 0.24.0 -> 0.26.0 (#376226) 11b7e7d79ff3e zoekt: 3.7.2-2-unstable-2025-01-08 -> 3.7.2-2-unstable-2025-01-21 c8a146237567e kalamine: 0.22 -> 0.38 (#376124) bb651b372c696 python312Packages.pyerfa: fix cross build d5794bbdb9cac {ungoogled-,}chromium,chromedriver: 132.0.6834.83 -> 132.0.6834.110 (#376131) a0457110fb17b feather: pin to boost186 f207c424e659c dayon: 15.0.1 -> 15.0.2 bce763a182d12 actionlint: 1.7.6-> 1.7.7 (#376066) 195ce9517fbd0 guile-hoot: 0.5.0 -> 0.6.0 (#376006) b48c3ab18b92a spirit: 0.6.0 -> 0.7.0 (#375963) fc8c3711b7786 infisical: 0.33.1 -> 0.34.1 (#375751) f21ec3f2dd65c mpvScripts.modernx-zydezu: 0.4.0 -> 0.4.1 (#375448) 6e49255d9fc22 clifm: 1.22 -> 1.23 (#375364) 93e6efd2986b6 rocksndiamonds: 4.4.0.0 -> 4.4.0.2 (#375256) 77a51c84590db vikunja: fix frontend build after nodejs update to 22.12 (#375667) a1379e8429f31 git-repo: 2.50.1 -> 2.51 86d461ed885d1 nvc: 1.15.0 -> 1.15.1 c53d26e4f61c3 font-manager: 0.9.0 -> 0.9.2 a4bb90904b356 stenc: fix updateScript 3b9a41c29e660 Merge: meshcentral: 1.1.35 -> 1.1.38 (#375023) 7b34fdbdaf5cf Merge: Kernel updates for 2025-01-23 (#376177) 283e316961914 polarity: latest-unstable-2025-01-08 -> latest-unstable-2025-01-23 (#376222) 8ac76fc54b568 mmex: fix aarch64-darwin build (#371231) 942569d4ec2f2 llama-cpp: build with curl (#376204) f20a6e839f6d7 lomiri.lomiri-thumbnailer: 3.0.3 -> 3.0.4 (#374342) 108230cebc6c3 taler-wallet-core: fix build (#376207) 9d33d12d217c0 mpris-timer: 2.0.5 -> 2.1.1 cf032645cd423 plasma-panel-spacer-extended: 1.9.0 -> 1.10.0 4e74b4de79bea tinty: 0.24.0 -> 0.26.0 4f739e39ba6a8 ruff: 0.9.2 -> 0.9.3 d7d53c9cbdbf7 pkgsite: 0-unstable-2025-01-08 -> 0-unstable-2025-01-21 52992b9c34d0b deltachat-desktop: 1.50.1 -> 1.52.0 1e86d279affe7 polarity: latest-unstable-2025-01-08 -> latest-unstable-2025-01-23 50147b62ba2c5 libdeltachat: 1.154.3 -> 1.155.0 74278779769d8 cedar: 4.2.2 -> 4.3.0 b69aa4d1669d3 ovn: 24.09.1 -> 24.09.2 (#376143) 54c5a999a9fad lazyjournal: 0.6.0 -> 0.7.1 95bbc6a2913ff lomiri.lomiri-app-launch: 0.1.9 -> 0.1.11 (#374280) d26300c654c72 zed-editor: 0.170.1 -> 0.170.2 (#376188) a5ed732aac055 waytrogen: init at 0.5.8 (#374883) 4b60f67148bbd foundationdb: fix missing bindingtester dependency 859f2934bc9b2 python312Packages.reolink-aio: 0.11.6 -> 0.11.7 85b9918b17445 foundationdb: pin boost to 1.86 7ae420987caa1 taler-wallet-core: fix build 0e0648e926fba ldeep: 1.0.79 -> 1.0.81 a37ebead17857 python312Packages.gcp-storage-emulator: clean up (#376058) bda54423cf0e2 sirikali: 1.8.0 -> 1.8.1 (#375999) 07685d9dc3165 llama-cpp: build with curl bd21306f1a065 ticktick: 6.0.20 -> 6.0.21 102622b583d88 walker: 0.11.19 -> 0.12.10 e01d4e97761d5 lomiri.lomiri-indicator-network: 1.0.2 -> 1.1.0 (#374165) 94c85b301d8fc connman-gtk: fix FTBFS with GCC-14 (incompatible pointer types) 7c705c6ea45cd krane: 3.6.2 -> 3.7.0 (#374854) e54a09648ccba cabinpkg: 1.11.0 -> 1.11.1 (#376011) 0dca0c4b0e08f scap-security-guide: init at 0.1.75 (#375627) d08b3f772f7b9 python312Packages.ray: 2.40.0 -> 2.41.0 (#376157) 1e04dc200001a nixos/{rippled,rippleDataApi}: drop (#374568) 1f7cf63504299 hawkthorne-journey: init at 1.1.0 (#374513) 7933373dd9ff5 swayfx-unwrapped: backport fix to support updated libinput 65e386a15653c codeium: 1.30.18 -> 1.32.1 (#372575) 6bdab8c714abd fulcio: 1.6.5 -> 1.6.6 (#375990) c5b0ba5f0a8a7 openbsd.mkDerivation: Set proper MACHINE variables (#359473) a5cf452a1aeb2 codeql: 2.20.1 -> 2.20.2 9a7b0d66c4ede ossia-score: 3.4.0 -> 3.4.1 cb0b8467ba8ac lomiri.lomiri-notifications: 1.3.0 -> 1.3.1 (#374153) a2a011ee2229b okteto: 3.3.0 -> 3.3.1 4b93c01bc17cc kubescape: 3.0.23 -> 3.0.24 13a1b39da68b9 netrw: Fix including {stdlib,stdio,string}.h 5146371ed57fe icloudpd: 1.26.0 -> 1.26.1 (#376182) 82bc5bbd5b1cb git-workspace: nixfmt 3eeb3fed000d9 git-workspace: move to pkgs/by-name 80f8c4e269023 nixos/tests/swayfx: fix deprecation warning e228ed99b4379 python312Packages.eheimdigital: 1.0.3 -> 1.0.5 (#376187) c3d267ad763d6 zed-editor: 0.170.1 -> 0.170.2 4bd6455755598 vscode-extensions.ms-dotnettools.csdevkit: 1.14.14 -> 1.15.34 a45f9e254a153 storj-uplink: 1.119.15 -> 1.120.4 (#375732) bff078085d3a6 clapboard: 1.0.0 -> 1.0.3 f71faa45d4448 python312Packages.eheimdigital: 1.0.3 -> 1.0.5 b7d58b870d777 lomiri.lomiri-telephony-service: 0.5.3 -> 0.6.0, rename from lomiri.telephony-service (#374141) 662ae11e6d2b2 icloudpd: 1.26.0 -> 1.26.1 4877322eaa12f netbird: 0.35.2 -> 0.36.3 (#375002) 87b736585afc6 harper: 0.16.0 -> 0.17.0 6d0241ebb0d98 pds: add NixOS test 6091da47e56b3 nixos/pds: init module a0bc52cfa9adc pdsadmin: init at 0.4.74 1a7820b227be5 pds: init at 0.4.74 d30faab98eaae cachix: 1.7.5 -> 1.7.6 (#376070) a856089e4fd6a atlauncher: 3.4.38.1 -> 3.4.38.2 (#375818) c342679fbc9c3 linux_5_15: 5.15.176 -> 5.15.177 30191c9c80051 linux_6_1: 6.1.126 -> 6.1.127 de812704d6fa9 linux_6_6: 6.6.72 -> 6.6.74 606bf9e644ebe linux_6_12: 6.12.10 -> 6.12.11 ff735800cbc43 tideways-daemon: 1.9.30 -> 1.9.32 (#376158) 9e68fe1fbe992 ols: remove myself from maintainers 1c7df71881aeb odin: remove myself from maintainers d8db39f50de57 tidb: 8.5.0 -> 8.5.1 (#374829) 659fbfffd91f4 troubadix: 25.1.0 -> 25.1.4 3dfe32fff8016 nixos/activation: improve preSwitchChecks (#375961) f5355a3ab3a65 cnquery: 11.36.0 -> 11.37.1 (#375189) 925e96bb23221 openxray: 2188-november-2023-rc1 -> 2921-january-2025-rc1 2765fc620fbe9 syft: 1.18.1 -> 1.19.0 (#375985) 6f5455cbc9977 qrcp: 0.11.3 -> 0.11.4 cf21d4ab985a7 ares-rs: update hashes and fix build (#376080) 81770bc718779 vimPlugins.nvim-spectre: 0-unstable-2024-10-27 -> 0-unstable-2025-01-13 (#376164) 29b898db0393a openvas-scanner: 23.14.0 -> 23.15.0 (#374319) 8c6a4da9f5cc0 grype: 0.86.1 -> 0.87.0 (#375993) 93bb447e48d5c prowler: 5.1.0 -> 5.1.5 (#375744) 735c6d8eb9dda puncia: 0.26 -> 0.27 (#375765) 75075ca23b41a nuclei-templates: 10.1.1 -> 10.1.2 (#375842) b7a795a4659d6 pq-cli: init at 1.0.2-unstable-2024-07-15 (#374764) 0705ac3922482 python312Packages.strawberry-graphql: 0.257.0 -> 0.258.0 (#376151) ee25ab042684c python313Packages.yalexs: 8.10.0 -> 8.11.0 (#375890) 4fd304c580d37 screen: 4.9.1 -> 5.0.0 b63779ae9f10d python313Packages.typst: 0.12.2 -> 0.12.3 (#376096) aa0ab0bd920ad python313Packages.led-ble: 1.1.1 -> 1.1.4 (#376094) e934d5ea2a54c python313Packages.rns: 0.9.0 -> 0.9.1 (#376041) 7a5aab656936c vimPlugins.nvim-spectre: 0-unstable-2024-10-27 -> 0-unstable-2025-01-13 f5f61aa4b5461 getmail6: 6.19.05 -> 6.19.06 (#375663) f70b150eec9c9 python313Packages.bpython: 0.24 -> 0.25 (#375688) e53237a5dd740 squid: make esi configurable d4dd745dd61db flare-signal: 0.15.6 -> 0.15.7 (#375709) 965a2485f665c home-assistant-custom-components.homematicip_local: 1.79.0 -> 1.79.1 (#375941) 51cd7c86e8c60 wire-desktop: mac 3.37.5164 -> 3.39.5211 5397e1bd3b0d5 wire-desktop: linux 3.37.3607 -> 3.39.3653 c23cec2374f45 python312Packages.ray: 2.40.0 -> 2.41.0 785d00ca274c2 tideways-daemon: 1.9.30 -> 1.9.32 f1c80ddf79568 nixos-rebuild, nixos-rebuild-ng: print the store path that was built 4f570c5acd35e orca-slicer v2.2.0-unstable-2025-01-06 -> v2.2.0-unstable-2025-01-23 (#375802) fe9a46a2df286 stylance-cli: 0.5.3 -> 0.5.4 d4e529a24b66b linux_rpi: ignoreConfigErrors (#375165) 241226d055008 python312Packages.strawberry-graphql: 0.257.0 -> 0.258.0 ee86d16ee2b8e pq-cli: init at 1.0.2-unstable-2024-07-15 3473edffb04c1 waytrogen: init at 0.5.8 d3dacdf7ad504 google-chrome: 132.0.6834.83 -> 132.0.6834.110 (#376139) 09b24484a773a nitrokey: 0.2.3 -> 0.2.4 (#375776) 73f3fe4839a09 nixos/activation: log output from pre-switch checks on stderr 113dbd79de4d1 nixos/activation: improve preSwitchChecks d947ea33e6c84 ovn: 24.09.1 -> 24.09.2 864f89f98b0b4 vscode-extensions.ms-dotnettools.csharp: 2.55.29 -> 2.61.28 (#376090) 933f4a1b7714e nwg-dock-hyprland: 0.4.2 -> 0.4.3 (#376130) e1ef8af3e5190 google-chrome: 132.0.6834.83 -> 132.0.6834.110 a448f5c5dafb6 minio-client: 2024-11-21T17-21-54Z -> 2025-01-17T23-25-50Z 37b92081876b3 OVMF: add `passthru.mergedFirmware` parameter; xen: use the merged OVMF blob (#373560) 969f5a03ee8a2 phosh: 0.44.0 -> 0.44.1 14d92af69e0aa virtualbox: 7.1.4 -> 7.1.6a 010f694ced82b uv: 0.5.22 -> 0.5.23 (#376068) 873589390d983 wyoming-satellite: 1.2.0 -> 1.3.0 (#376113) 30f5ee05cfc36 postgresqlPackages.timescaledb-apache: 2.17.2 -> 2.18.0 2e2ab54799608 python3Packages.nh3: 0.2.17 -> 0.2.20 4a57104ca185d gcli: 2.6.0 -> 2.6.1 (#375875) c6c0a9a13c189 ungoogled-chromium: 132.0.6834.83-1 -> 132.0.6834.110-1 4ce51133f30c5 butt: explicitly add fdk-aac to rpath d00127cb7ec7f postprocessd: pull in missing `libtiff` dependency d60d99a6d8ab9 vue-typescript-plugin: init at 2.2.0 (#374299) f163aecafcdc9 androidStudioPackages.beta: 2024.2.2.12 -> 2024.3.1.10 (#376018) 6a60230163826 androidStudioPackages.canary: 2024.3.1.8 -> 2024.3.2.1 (#376017) bdbe179a4f53d cue: 0.11.1 -> 0.11.2 (#375984) bad0ecfa64435 frigate.web: fix build on Node 22.12, add missing meta (#375967) 21499f6015112 grpc_cli: 1.69.0 -> 1.70.0 75188e928f1b9 frigate.web: add missing meta 60e660a08456b frigate.web: fix build on Node 22.12 96c675c49d239 kalamine: 0.22 -> 0.38 d668fb8c7eacb playwright: download browsers for darwin (#349469) 0ad31f27d5453 Revert "check-meta: Expose checkValidity and add to all-packages" (#376123) 1bc6f84ea8828 polyml,polyml{56,57}: fix build (#372200) ae41002dc1aff python3Packages.outlines: 0.0.46 -> 0.1.4 (#357313) e0be8cc8340eb beam26Packages.elixir: 1.18.1 -> 1.18.2 (#375972) 9002e3abd069d vale: 3.9.3 -> 3.9.4 49556677117ae cargo-modules: 0.21.1 -> 0.21.2 2bf91d4224bf8 wyoming-satellite: 1.2.0 -> 1.3.0 798b378de5a91 check-meta: Expose checkValidity and add to all-packages (#339597) 04133be9c7ace coqPackages.mathcomp: adapt to https://github.com/math-comp/math-comp/pull/1329 ab95b1b2e92e4 php84: 8.4.2 -> 8.4.3 (#376050) 66e37bc231ae6 tdl: 0.18.3 -> 0.18.4 0470749d41852 packcc: 2.0.2 -> 2.2.0 37d59c9a195fb python313Packages.nomadnet: 0.5.6 -> 0.6.0 0f119a50660b6 python313Packages.lxmf: 0.5.8 -> 0.6.1 b1c87751378fb azure-cli-extensions: update script for manual extensions (#376046) 135004811df5d python313Packages.typst: 0.12.2 -> 0.12.3 8ad7f1ccbb4a2 azure-cli-extensions.confcom: 1.0.0 -> 1.2.1 (#375832) fd78733bc5ee3 vigra: add ShamrockLee as a maintainer 4d356df875abb vigra: run upstream tests as tests.check 2522475db0951 vigra: use fixed-point arguments 48f7505b0705d vigra: enableParallelBuilding = true f6d31ad30ed62 python312Packages.jax: clean python-packages.nix call (#375269) b3af27b5a4acd treewide: fix out-of-tree module builds on Linux 6.13 (#376078) bff5f93f3673e mpop: 1.4.20 -> 1.4.21 (#373726) 28f17ee4e082c serfdom: 0.10.1 -> 0.10.2 (#373772) af11ebda73307 cargo-binstall: 1.10.19 -> 1.10.22 4734b223e1c97 python313Packages.led-ble: 1.1.1 -> 1.1.4 42aade1549fb5 werf: 2.19.0 -> 2.22.0 0aa475546ed21 raspberrypi-eeprom: 2024.11.12-2712 -> 2025.01.22-2712 (#376009) 13e95c933d7b2 ares-rs: update hashes and fix build aa3e94fe7c5f7 treewide: kernel.makeFlags -> kernel.moduleMakeFlags 13eb9ce5b5c05 orca-slicer v2.2.0-unstable-2025-01-06 -> v2.2.0-unstable-2025-01-23 9db6021766455 dafny: 4.8.0 -> 4.9.1 dafny: rev -> tag 27ce43e08207e ci: Update pinned Nixpkgs (#376039) c805021f3a95d linuxManualConfig: expose moduleMakeFlags for out-of-tree module builds 9cbe7499d266e librime: 1.12.0 -> 1.13.0 (#375994) b43b1f04c0d20 python312Packages.vector: 1.6.0 -> 1.6.1 (#375927) 1809387d09edc open-webui: 0.5.5 -> 0.5.6 (#376027) 6487cec254eb2 kimai: 2.27.0 -> 2.28.0 c86f190448145 mysqltuner: 1.8.3 -> 2.6.0 ba1ea0c7f83cd actionlint: 1.7.6-> 1.7.7 Changelog: https://github.com/rhysd/actionlint/releases/tag/v1.7.7 Diff: https://github.com/rhysd/actionlint/compare/v1.7.6...v1.7.7 219f9c0190e99 cachix: 1.7.5 -> 1.7.6 e07a2af44bf7e uv: 0.5.22 -> 0.5.23 ebd59731b9026 tanka: 0.31.1 -> 0.31.2 276af645fd291 kubedog: 0.12.3 -> 0.13.0 (#375971) 38d195eabd012 chatterino{2,7}: pin boost to 1.86 (#375928) 14b831c9a487f python312Packages.gcp-storage-emulator: clean up c40ba0c9e4277 lomiri.mediascanner2: Pin Boost to 1.86 (#375365) eccdb7a600328 matrix-hookshot: 6.0.1 -> 6.0.2 a370b2c86fa5c bun: 1.1.43 -> 1.2.0 bd23cea574b96 terraform-providers.vault: 4.5.0 -> 4.6.0 d806aff51152e altair: 8.0.5 -> 8.1.3 (#370508) 3318a8978d263 terraform-providers.selectel: 6.0.1 -> 6.1.0 c0fa6e43e07b3 infisical: 0.33.1 -> 0.34.1 95105cfb5389b terraform-providers.linode: 2.31.1 -> 2.32.0 8e9610c15b94c terraform-providers.bitwarden: 0.12.1 -> 0.13.0 055c50feaa548 vscode-extensions.saoudrizwan.claude-dev: 3.1.11 -> 3.2.5 (#375877) 1a65a6a274eb9 lucenepp: 3.0.8 -> 3.0.9 298f8004053f9 php84: 8.4.2 -> 8.4.3 baa35379827cd opengamepadui: init at 0.35.7 (#368017) 24e81c9dd7bfe terraform-providers.signalfx: 9.5.0 -> 9.6.1 96454144c9b8a azure-cli: add update script to mkAzExtension fe9da7d1311b5 azure-cli.extensions-tool: add ability to update manual extensions 682303f0f0dfa terraform-providers.vsphere: 2.10.0 -> 2.11.0 f0413353abad5 softether: fix build for GCC 14 (#375656) acd4030dd5e48 terraform-providers.spacelift: 1.19.0 -> 1.19.1 dfd9a332ad1cc hyprpicker: 0.4.1 -> 0.4.2 (#375951) 7b06d0b713c95 sql-formatter: 15.4.3 -> 15.4.9 (#373590) 01fe9516cece1 airshipper: 0.15.0 -> 0.16.0 (#373619) 44e3264668518 typescript: 5.7.2 -> 5.7.3 (#373379) 9f07bfeb661f1 python312Packages.mypy-boto3-*: updates (#375892) a7dd8d62950f1 python313Packages.yte: 1.5.5 -> 1.5.6 c35a06ebcbd7d python313Packages.boto3-stubs: 1.36.2 -> 1.36.3, python313Packages.botocore-stubs: 1.36.2 -> 1.36.3 (#375882) 8900d0c2a1172 Mesa 24.3.4 (#376030) e0c5257c8a1bd python313Packages.rns: 0.9.0 -> 0.9.1 046749f4009c1 latex2html: 2024.2 -> 2025 (#373936) 1c37ead456c7d neo4j: 5.26.0 -> 5.26.1 (#373624) 8b05f3ccdf595 cura-appimage: init at 5.9.0 (#372614) 59ad52cde448a breakpointHook: several improvements (#375225) d51aeeb1fbc7c ci: Update pinned Nixpkgs 344756dea602e appflowy: browser login redirect (#376016) ccf268829098a phpExtensions.opentelemetry: 1.1.1 -> 1.1.2 (#376029) 27fd66ca9f288 aws-nuke: 2.25.0 -> 3.44.0 (#374286) 1681d77bd59ed kubebuilder: 4.3.1 -> 4.4.0 (#373329) bef8cbdcb1b28 kicad: 8.0.7 -> 8.0.8 (#373403) 970d5cd9b4a86 webex: 44.8.0.30404 -> 44.10.2.31237 ac3bc5255e940 badrobot: 0.1.3 -> 0.1.4 (#373434) 4eae2c1170e18 hw-probe: 1.6.5 -> 1.6.6 (#373433) b85f4206af5c4 tex-fmt: 0.5.1 -> 0.5.2 (#370550) 4cae232e5e528 terraform-providers.gitea: 0.5.1 -> 0.6.0 0ebd8768a3209 goxel: 0.15.1 -> 0.15.1-unstable-2024-12-27 (#373473) 3237ec0a54b23 eza: 0.20.17 -> 0.20.18 (#376022) dc710fe7e9a3a ipatool: 2.1.4 -> 2.1.5 6af890650c6bd terraform-providers.pagerduty: 3.18.3 -> 3.19.2 bcad4f36b978b mesa: 24.3.3 -> 24.3.4 8fd4e802acdef bdfresize: fix configure (#368874) 448235fabe637 phpExtensions.opentelemetry: 1.1.1 -> 1.1.2 79615b0748421 libgbm: pin to 24.3.3 b86123854374b nixos/lib/test-driver: Revert magick args order (#375858) 91d6a8403f454 open-webui: 0.5.5 -> 0.5.6 c6bab8345ab6b terraform-providers.azuread: 3.0.2 -> 3.1.0 a8002d4d8cfb9 deno: 2.1.6 -> 2.1.7 (#375830) 823833de3300f home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.5 -> 4.3.7 (#376008) e8ad3ef14c76e terraform-providers.github: 6.4.0 -> 6.5.0 7693cb2892a64 metals: 1.4.2 -> 1.5.0 (#375872) cbdab6c1de673 blast-bin: 2.14.1 -> 2.16.0 656a97b490a5e luaPackages: update on 2025-01-22 (#375948) d1ff1340c640f testkube: 2.1.84 -> 2.1.88 e287dd1d2cadf zed-editor: 0.169.3 -> 0.170.1 (#375924) 90a7eedea425f rocksndiamonds: 4.4.0.0 -> 4.4.0.2 beb95095e58f2 eza: 0.20.17 -> 0.20.18 5f27384d509b9 terraform-providers.linuxbox: 0.5.6 -> 0.5.8 363cce76a23e8 various: remove AndersonTorres from maintainership (#375416) d9ce0ecb6b00a clzip: 1.14 -> 1.15 (#374183) 553d6ffe30d23 libdeltachat: 1.154.1 -> 1.154.3 (#375947) c29e40765b7a0 yubikey-touch-detector: 1.12.4 -> 1.12.5 (#375781) edcda1d82e284 notcurses: 3.0.12 -> 3.0.13 7ae60fd33293f workshop-runner: 0.1.5 -> 0.2.2 62b363ac7d519 cabinpkg: 1.11.0 -> 1.11.1 0fed4e73c184a polypane: 22.1.1 -> 23.0.0 (#374313) eac24787702f6 toast: 0.47.6 -> 0.47.7 be7758a66a397 flake-checker: 0.2.3 -> 0.2.4 (#374421) 9f72062be12a3 cabinpkg: 0.10.1 -> 0.11.0, renamed from poac (#371042) 0f6d01d9c9ac0 nwg-dock: 0.4.2 -> 0.4.3 c990b1f65cb77 raspberrypi-eeprom: 2024.11.12-2712 -> 2025.01.22-2712 f77f16cc45df4 home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.5 -> 4.3.7 9974b3d1dce48 namespace-cli: 0.0.399 -> 0.0.400 (#376004) 0e1121c174de6 guile-hoot: 0.5.0 -> 0.6.0 188136c57f056 renode-unstable: 1.15.3+20250109git606a24e00 -> 1.15.3+20250121git0a17b4a64 67e12b7b2a387 cargo-hack: 0.6.33 -> 0.6.34 (#374419) 3c5992ce875e9 namespace-cli: 0.0.399 -> 0.0.400 95e5ef19032c7 bngblaster: 0.9.14 -> 0.9.15 90dcc3f1097d3 mkBinaryCache: improve performance by processing items in parallel (#371082) 6f1d018034eeb sirikali: 1.8.0 -> 1.8.1 4bdf84155ea82 librime: 1.12.0 -> 1.13.0 1495072218431 grype: 0.86.1 -> 0.87.0 7b2d7e37ce030 python313Packages.josepy: 1.14.0 -> 1.15.0 dd3ad11ef99eb fulcio: 1.6.5 -> 1.6.6 b31ab0b4b1b78 ghidra-extensions.lightkeeper: 1.2.0 -> 1.2.2 6300e387e2497 python312Packages.apispec: 6.8.0 -> 6.8.1 (#375034) 4066883fc004c syft: 1.18.1 -> 1.19.0 696e97920c24d cue: 0.11.1 -> 0.11.2 f702ebf5940b2 mkBinaryCache: process items in parallel 6ea9feaf55573 routinator: 0.14.0 -> 0.14.1 06cea806e6873 ventoy: 1.0.99 -> 1.1.00 d0bb4699177f6 cargo-tarpaulin: 0.31.4 -> 0.31.5 (#374453) 188c6efc66a91 nwg-look: 0.2.7 -> 1.0.2 (#374430) b127afa541e7f clj-kondo: 2024.11.14 -> 2025.01.16 (#374413) 28640db1670c2 openvpn: 2.6.12 -> 2.6.13 (#374189) 651bd53aa2234 kubedog: 0.12.3 -> 0.13.0 bcbc24dfadf16 git-stack: 0.10.17 -> 0.10.18 c0deb503a2a13 beam26Packages.elixir: 1.18.1 -> 1.18.2 3727542b3da4f spicetify-cli: 2.38.3 -> 2.38.7 (#346360) fbd606f8e668f weaviate: 1.28.2 -> 1.28.3 (#374702) 7d0587ac5ffb5 libosmocore: 1.10.0 -> 1.10.1 (#374689) 75275d5ac14b8 spirit: 0.6.0 -> 0.7.0 8f540635780dd various: remove AndersonTorres from pkgs maintainership e33e115ceb97e various: remove update scripts from orphaned elisp packages 078bf9dfd6315 various: remove AndersonTorres from elisp maintainership bc80114502791 various: remove AndersonTorres from modules maintainership 4d4d459a922ad nwg-look: 1.0.0 -> 1.0.2 f22644ec040cc nwg-look: 0.2.7 -> 1.0.0 7db6d6c059913 tabby: 0.22.0 -> 0.23.0 (#372322) 9f87306f3d853 python313Packages.rapidfuzz: 3.11.0 -> 3.12.0 (#375696) 55a3be8317a1d julia_{19,110}: fix build with gcc 14 4ea755ed46e48 teams-for-linux: 1.12.6 -> 1.12.7 (#375952) fb61a770fff67 hyprpicker: 0.4.1 -> 0.4.2 cb489037370ef tabby-agent: 0.22.0 -> 0.23.0 (#375488) a0059ad852165 python313Packages.whey-pth: follow contributing guidelines 53553b3cd71bb python313Packages.whey: follow contributing guidelines 7e1cdfdf9a7c2 cabinpkg: 0.10.1 -> 0.11.0, renamed from poac 1800f90db02ce fex: 2412 -> 2501 (#374691) 6aa7193426aa4 veracrypt: 1.26.15 -> 1.26.18 (#375821) 39ede5e496c8b yabai: 7.1.5 -> 7.1.6 (#375949) 81a92450923f4 dotenvx: 1.32.1 -> 1.33.0 (#375734) 727245b45ec85 python3Packages.langchain-core: 0.3.15 -> 0.3.31 (#375812) bb48efa52e149 teams-for-linux: 1.12.6 -> 1.12.7 95323bd83fff0 pay-respects: 0.6.10 -> 0.6.11 (#375054) 6712c3fa06c18 lomiri.lomiri-schemas: 0.1.6 -> 0.1.7 (#375909) a2295327a5fb1 terraform-providers.auth0: 1.9.1 -> 1.10.0 (#375919) 14d4e285674e2 python313Packages.publicsuffixlist: 1.0.2.20250121 -> 1.0.2.20250122 (#375883) 1bd09f9d5c718 checkov: 3.2.353 -> 3.2.355 (#375889) e775108752147 signalbackup-tools: 20250113-1 -> 20250122 (#375902) 0f52e6864be7a files-cli: 2.13.219 -> 2.13.231 (#375905) 8e80fd5971018 pulsarctl: 4.0.1.1 -> 4.0.1.2 (#375908) 02184cb14c41c infrastructure-agent: 1.59.0 -> 1.60.1 (#375794) 583425b0581d3 lomiri.lomiri-filemanager-app: 1.1.2 -> 1.1.3 (#375916) 862e5bf230254 lianad: 8.0 -> 9.0 (#374476) 3f30ad53353bd openfga-cli: 0.6.2 -> 0.6.3 (#375849) 6a17575ffd870 python313Packages.tencentcloud-sdk-python: 3.0.1306 -> 3.0.1308 (#375881) f265377b4d005 nixos/mediawiki: Ignore composer dependencies when calling update.php (#375658) 9cca56a331064 charasay: 3.2.0 -> 3.3.0 (#375819) b60c4ac789880 yabai: 7.1.5 -> 7.1.6 5f8b0f48ca64a juicefs: 1.2.2 -> 1.2.3 (#375840) b2a4eb60ec142 dbmate: 2.24.2 -> 2.25.0 (#375841) 536e654850327 python313Packages.lcn-frontend: 0.2.3 -> 0.2.4 (#375686) 77cb982985602 kubectl-linstor: 0.3.1 -> 0.3.2 (#375778) 08b7d09c6ca5a terraform-providers.talos: 0.7.0 -> 0.7.1 (#375806) d234e0be08366 simple64-netplay-server: 2024.12.3 -> 2025.01.1 (#375723) 2c5b9922d3efe openfga: 1.8.3 -> 1.8.4 (#375727) 532e8fa95134f python312Packages.githubkit: 0.12.4 -> 0.12.5 (#375729) 61b558866fe52 go-mockery: 2.50.4 -> 2.51.1 (#375735) 20815c4bad174 coder: 2.18.2 -> 2.18.3 (#375753) c511fd743911b okms-cli: 0.2.0 -> 0.2.1 (#375755) cc6be5caf09ae clusterctl: 1.9.3 -> 1.9.4 (#375716) d99677c274a1e prometheus-smokeping-prober: 0.8.1 -> 0.9.0 (#375711) 8433d0dfc2116 ctlptl: 0.8.37 -> 0.8.38 (#375708) 791817cd1a1e6 luaPackages: update on 2025-01-22 983b6c8ea521b goflow: 3.4.5 -> 3.5.0 (#375701) 6a1ffb85ea7e0 gitlab-release-cli: 0.20.0 -> 0.21.0 (#375699) 19c53941d4a53 circleci-cli: 0.1.31151 -> 0.1.31425 (#375692) c7bad811efddc terraform: 1.10.4 -> 1.10.5 c6a6785f2073b editorconfig-checker: 3.1.0 -> 3.1.2 (#375678) 60edc6ed07ebe pineflash: init at 0.5.5 (#369458) e61eb711d1af2 terraform-providers.venafi: 0.21.1 -> 0.21.2 86d039e3c52ea quantlib: 1.36 -> 1.37 (#375630) d62594e258d56 python313Packages.trimesh: 4.5.3 -> 4.6.0 (#375650) 67e7a96e05373 opcr-policy: 0.2.19 -> 0.2.22 (#375633) 94f9e5302ec85 libdeltachat: 1.154.1 -> 1.154.3 bb3c31df0f865 rapidfuzz-cpp: 3.3.0 -> 3.3.1 06489c0fa2b64 pineflash: init at 0.5.5 173ff869ac4a3 home-assistant-custom-components.homematicip_local: 1.79.0 -> 1.79.1 56ff5b1a82686 python313Packages.hahomematic: 2025.1.10 -> 2025.1.11 c9fa989052e19 chromium,chromedriver: 132.0.6834.83 -> 132.0.6834.110 005b23108557e bdfresize: fix configure and darwin build 20065b3e46b0e caddy: 2.9.0 -> 2.9.1 (#375655) 9bac65246d51a freebsd.ports: fetchzip -> fetchgit (#375894) 5fbef863c178f open-webui: 0.5.4 -> 0.5.5 (#375918) f80c0cabae89a hishtory: 0.324 -> 0.327 (#375659) dc96e813ad537 pgrok: 1.4.1 -> 1.4.4 5065e32083c4b lubelogger: 1.4.2 -> 1.4.3 (#375887) cb6b92b5fbac1 ustreamer: 6.21 -> 6.22 (#375676) 380418002c497 scala-cli: add agilesteel as maintainer (#375863) aeba1dd05ab1f playwright: 1.47.0 -> 1.48.1 95854100383e4 playwright: download browsers for Mac OS 3753fd2e6beb9 lune: use new darwin sdk pattern, fix x86_64-darwin build (#375508) 24b57b07f5765 k0sctl: 0.21.0 -> 0.22.0 (#375837) 19632f28c2824 open-webui: 0.5.4 -> 0.5.5 ddc573bdb6830 julia_111: 1.11.2 -> 1.11.3 f6c9bdbf61b27 julia_111-bin: 1.11.2 -> 1.11.3 a97c7338eef88 python312Packages.gcp-storage-emulator: init at 2024.08.03 9acb705c228c9 telegram-desktop: 5.10.3 -> 5.10.4 2a6ca481f1ae4 chatterino{2,7}: pin boost to 1.86 b4dde01f77438 zed-editor: 0.169.3 -> 0.170.1 d8541a4b771c5 scap-security-guide: init at 0.1.75 49a28694b75b9 miracle-wm: 0.4.0 -> 0.4.1 81dcfeef771d7 emulationstation-de: fix cross build (#375342) 949a79c65bd66 sdl3: 3.1.8 -> 3.2.0 (#375829) 9cdbbbda8b62f remmina: 1.4.37 -> 1.4.39 25bda5eaf6747 alvr: 20.11.1 -> 20.12.1 (#374869) 9970d1feec858 metals: 1.4.2 -> 1.5.0 f5b54a08fee33 sdl3: add vulkan-headers/loader to dlopenPropagatedBuildInputs c51fa67cdb1d0 terraform-providers.auth0: 1.9.1 -> 1.10.0 1745c298d4f7f llama-cpp: 4525 -> 4529 (#375906) 8f825e7c16e56 lomiri.lomiri-filemanager-app: 1.1.2 -> 1.1.3 e80041865fdd3 imagemagick: move to openexr_3 (#375163) 2e814e77d8db0 lomiri.lomiri-schemas: 0.1.6 -> 0.1.7 d2b0771b8fccb php8{1-3}Extensions.phalcon: fix compilation with gcc 14 (#375869) 2f8a144fd0477 steampipe: 1.0.1 -> 1.0.2 23d39a48eadb6 circt: 1.99.2 -> 1.101.0 (#375549) 137d5c930d157 cemu: Fix building against Boost 1.87.0 (#375803) 5bd08a13d9774 slint-lsp: 1.9.1 -> 1.9.2 (#375714) b1901d9f65d90 pulsarctl: 4.0.1.1 -> 4.0.1.2 9ab2bf313567f makeDesktopItem: allow configuring output directory (#368983) 97bf5d609c176 cyrus-imapd: 3.10.0 -> 3.10.1 (#375813) 513e4e8bb1237 dstat: drop (#375615) 8d5f9bc3526e6 files-cli: 2.13.219 -> 2.13.231 8256c326c2282 llama-cpp: 4525 -> 4529 d7e2aa02b98b9 cura-appimage: init at 5.9.0 7046248e4f0ac vigra: unstable-2022-01-11 -> 1.12.1 (#375773) e2a89ce64de1b python312Packages.netbox-interface-synchronization: 4.1.4 -> 4.1.5 9320f2989ddff release-plz: 0.3.112 -> 0.3.113 (#375826) ce834c1662784 signalbackup-tools: 20250113-1 -> 20250122 524e0495a4119 nixos-rebuild-ng: fix repl behaving differently on git flakes than bu… (#375493) af9e50513a0dc python3.pkgs.w3lib: fix build with python 3.9 and 3.10 (#375511) c4cca0b7ffa2e freebsd.ports: fetchzip -> fetchgit c6cfec5e0e045 python3Packages.llm-ollama: 0.8.1 -> 0.8.2 f3e5d7a521b65 hugin: switch to openexr_3 7081410b9ace9 python312Packages.coffea: skip failing tests (#375864) 13d1fa195f9b5 libretrack: init at 1.7.0 (#374968) b0752780ee015 python312Packages.mypy-boto3-sns: 1.36.0 -> 1.36.3 2b21067f61bef python312Packages.mypy-boto3-quicksight: 1.36.0 -> 1.36.3 2e5e6f13d46c2 python312Packages.mypy-boto3-logs: 1.36.0 -> 1.36.3 ae65f6627ad71 python312Packages.mypy-boto3-iotsitewise: 1.36.0 -> 1.36.3 3ef150c8b6449 python312Packages.mypy-boto3-emr-serverless: 1.36.0 -> 1.36.3 3f5a8e4c78ff6 python312Packages.mypy-boto3-connect: 1.36.0 -> 1.36.3 ceb9b025af430 python312Packages.mypy-boto3-cognito-idp: 1.36.0 -> 1.36.3 c89d8d5fdf1f3 python312Packages.mypy-boto3-batch: 1.36.0 -> 1.36.3 5aeab27eebabd haproxy: 3.1.1 -> 3.1.2 (#375786) 29a144076ebfa vigra: unstable-2022-01-11 -> 1.12.1 e012ca1709788 python313Packages.yalexs: 8.10.0 -> 8.11.0 3e46775214ef5 etlegacy: 2.83.1 -> 2.83.2 (#375868) f7855413db971 lubelogger: 1.4.2 -> 1.4.3 d5350856f32a8 dstat: drop bbe8109b52836 paperless-ngx: 2.14.4 -> 2.14.5 (#375873) 1994df2b9a376 checkov: 3.2.353 -> 3.2.355 8ba31e09b90db python313Packages.tencentcloud-sdk-python: 3.0.1306 -> 3.0.1308 e408222be1244 python313Packages.botocore-stubs: 1.36.2 -> 1.36.3 1558269d98370 python313Packages.boto3-stubs: 1.36.2 -> 1.36.3 bec77a7e5393d python313Packages.publicsuffixlist: 1.0.2.20250121 -> 1.0.2.20250122 d9b701bca34d2 packer: 1.11.2 -> 1.12.0 43e479b53f1ae vscode-extensions.saoudrizwan.claude-dev: 3.1.11 -> 3.2.5 57ba317088e2f jellyfin-tui: init at v1.0.5 (#374176) 6b81f53036517 gcli: 2.6.0 -> 2.6.1 931f637cfa1b6 nixos/opengamepadui: init 8999ddeb1af46 opengamepadui: init at 0.35.7 69e1760a51389 goreleaser: 2.6.0 -> 2.6.1 (#375851) 15790686544e0 scala-cli: 1.5.4 -> 1.6.1 (#375861) 04bdf80f9887b paperless-ngx: 2.14.4 -> 2.14.5 8bffda9057819 gvproxy: 0.8.1 -> 0.8.2 (#375459) f77b67e3fe299 brave: 1.73.104 -> 1.74.48 (#375596) 60bff56dd1ce2 benthos: 4.42.0 -> 4.43.0 (#375126) 7c2a8af6991c3 air: 1.61.5 -> 1.61.7 (#375198) 5790bf00317c3 gmetronome: 0.4.1 -> 0.4.2 (#374989) 07b6b778974e0 googleearth-pro: 7.3.6.9796 -> 7.3.6.10201 5d0b417dcb20a php8{1-3}Extensions.phalcon: fix compilation with gcc 14 ebc1014284132 clang-uml: 0.5.6 -> 0.6.0 (#374296) 66097c021dc95 imsprog: 1.4.4 -> 1.4.5 (#374540) 896148fd30ea6 wasm-tools: 1.223.0 -> 1.224.0 (#375790) c4ffebadca09b buildah-unwrapped: 1.38.0 -> 1.38.1 (#375693) cf7bcb3be487b pfetch-rs: 2.11.0 -> 2.11.1 (#375691) c008771e1a7a2 ludusavi: 0.27.0 -> 0.28.0 (#375489) 1eb4ffeb43915 idris2Packages.buildIdris: add retroactive support for building a whole dependency tree with source (#351520) 5c0811fc06d04 netbird-dashboard: 2.8.2 -> 2.9.0 (#375469) 58d8f1be4c699 buildkit: 0.18.2 -> 0.19.0 (#375468) 6fd31bf2712c3 gersemi: 0.17.1 -> 0.18.2 (#375197) 88c923d4aeb11 phpExtensions.blackfire: 1.92.30 -> 1.92.32 (#374954) a67b2fb0f6fb8 jfrog-cli: 2.72.5 -> 2.73.0 (#375066) a849dff0a8a37 appgate-sdp: 6.4.0 -> 6.4.1 (#374692) ecfb630eec19c xpipe: 13.4.4 -> 14.0 (#374300) d9ff18698ba12 c3c: 0.6.5 -> 0.6.6 (#374301) 3756952898c62 wootility: 4.7.2 -> 4.7.3 (#374304) c779ba01f6cff python312Packages.astropy: Use 'ci' hypothesis-profile & reenable flaky tests (#375791) aa5fef8146db6 tellico: 4.0.1 -> 4.1 (#374195) 2821691a5487a feishu: 7.28.10 -> 7.32.11 (#373830) 01c9760dea042 updatecli: 0.91.0 -> 0.92.0 (#373543) a9a992eef0d9d termius: 9.9.0 -> 9.12.0 (#372468) f4a96a54fce2a rbenv: 1.3.0 -> 1.3.2 (#372022) f971dec23dad2 dsda-doom: 0.28.2 -> 0.28.3 (#375158) 253540365ae0c glamoroustoolkit: 1.1.8 -> 1.1.9 (#373603) a772f2ed093d5 cargo-deny: 0.16.3 -> 0.16.4 (#375057) 94a0cd383d31a opentelemetry-collector-builder: 0.116.0 -> 0.118.0 (#372017) 24d1f8489139d etlegacy: 2.83.1 -> 2.83.2 6608171e3baf9 python310Packages.astropy: disable ec1cb63901aa6 imagemagick: move to openexr_3 3945fc6146bf4 scala-cli: add agilesteel as maintainer faae724cf27fe scala-cli: 1.5.4 -> 1.6.1 606996d74f6e2 dart-sass: 1.83.1 -> 1.83.4 (#375514) f8469507b77d8 eksctl: 0.200.0 -> 0.201.0 (#375793) 622d18caf2ea0 goreleaser: 2.6.0 -> 2.6.1 ab8ef860868be kio-extras, kio-extras-kf5: switch to openexr_3 d1dac6d20e156 fancontrol: fix path by using lib.getExe' (#375835) 068b1ee2db057 ollama: use cudaPackages.backendStdenv (#375388) e171f540ea5e8 nitrokey: 0.2.3 -> 0.2.4 2fc5aeb049f44 datasette: fix failing app on aarch64-darwin (#367389) 1accb059212dd mongodb-ce: migrate from version tester to install version check ba0c675aed492 scala: drop scala 2.10 and 2.11 (#370676) 49cbad741b8e1 scala: 3.3.3 -> 3.3.4, scala-next: 3.5.1 -> 3.6.3 (#375554) 9571efb6dfdb4 handheld-daemon: 3.10.2 -> 3.11.0 (#375743) a2b5108952b26 rocmPackages.llvm.libcxx: fix build by disabling test 1be7fe5e1d852 nb: Use bashInteractive to fix shell subcommand (#375817) e6288f407a51f openfga-cli: 0.6.2 -> 0.6.3 fa984fd7aac68 nixos/lib/test-driver: Revert magick args order ad5309a80e00c ollama: nixfmt cfe3cc1adbb51 llama-cpp: 4450 -> 4525 (#375779) 7e9b6c6ab8c6e nuclei-templates: 10.1.1 -> 10.1.2 a1983a63f3e94 krita: switch to openexr_3 a6a5fdadd229a juicefs: 1.2.2 -> 1.2.3 4a478ad081e5e breakpointHook: several improvements 40c3edb39c1a0 dbmate: 2.24.2 -> 2.25.0 4abd9c316dbf4 k0sctl: 0.21.0 -> 0.22.0 ebc92b005f51c runInLinuxVM/virtiofsd: disable seccomp (#375792) cc39de3db2a45 fancontrol: fix path by using lib.getExe' 5671da528ce77 python3Packages.outlines: 0.0.46 -> 0.1.13 90db434a2b340 azure-cli-extensions.confcom: 1.0.0 -> 1.2.1 a910ca0ea5b9a python312Packages.molecule: 24.12.0 -> 25.1.0 (#375697) 75875811ab235 deno: 2.1.6 -> 2.1.7 e8e654d6325a9 sdl3: 3.1.8 -> 3.2.0 00ff698ae646f python312Packages.coffea: skip failing tests 3ba930783a20d manim-slides: 5.1.9 -> 5.4.0 (#375775) b83e120344614 lib.extendMkDerivation: init (#234651) c5b04754a338e python312Packages.cohere: 5.13.6 -> 5.13.11 (#375645) 50610df9b7bb9 nixVersions.nix_2_25: 2.25.4 -> 2.25.5 25b5be85d093e python312Packages.keras-{applications,preprocessing}: remove (#373129) f70d63b31c03a mmseqs2: 16-747c6 -> 17-b804f (#374958) 6fefe634a79a0 pipenv-poetry-migrate: move from python3Packages (#373681) 94efb4613c87f nixos/nix-fallback-paths: 2.24.11 -> 2.24.12 8de6f7a8a9fad nixVersions.nix_2_24: 2.24.11 -> 2.24.12 9a7dcf89174ef release-plz: 0.3.112 -> 0.3.113 0d52e8bd2ef54 nixos-rebuild: missing comma (#375430) 141d9c1b2cf98 knot-dns: 3.4.3 -> 3.4.4 fbe3b59134209 veracrypt: 1.26.15 -> 1.26.18 86756d2c0c4f2 manim-slides: 5.1.9 -> 5.4.0 6deb037f39c12 nexusmods-app: `convert` is deprecated, use `magick` 6a05c6b513b1d python312Packages.cohere: 5.13.6 -> 5.13.11 639c4dfd113d5 charasay: 3.2.0 -> 3.3.0 4c7619bc57e96 atlauncher: 3.4.38.1 -> 3.4.38.2 2ed6f0de1ef43 gum: 0.14.5 -> 0.15.0 (#373596) 678e3c8ed454f python312Packages.unstructured-inference: 0.8.1 -> 0.8.5 (#375761) 88c82c82b7cba cyrus-imapd: 3.10.0 -> 3.10.1 7a21d6f048cad nexusmods-app: 0.7.1 -> 0.7.2 54fa47bf3f622 python312Packages.langchain-tests: rename from langchain-standard-tests c8fd1c540fd08 python312Packages.langchain-text-splitters: 0.3.2 -> 0.3.5 0289113291133 python312Packages.langchain-chroma: 0.1.4 -> 0.2.0 7cd51d70956c1 python312Packages.langchain-aws: 0.2.1 -> 0.2.11 82e016234ce34 python312Packages.langchain-ollama: 0.2.0 -> 0.2.2 08726aea18f20 python3Packages.langchain-openai: 0.2.5 -> 0.3.1 89de5a96e49a8 whisper-cpp: convert to by-name 2d9a69ac8a1d4 whisper-cpp: add ROCm and Vulkan support, rename from openai-whisper-cpp 200fb0b079d14 python3Packages.langchain-community: 0.3.6 -> 0.3.15 dbb1b39b4e278 python3Packages.langchain: 0.3.7 -> 0.3.15 bb1055f4d5306 python3Packages.langchain-core: 0.3.15 -> 0.3.31 e67b6f076848e lomiri.mediascanner2: Pin Boost to 1.86 66292a47a4f13 wyoming-faster-whisper: set mainProgram (#375798) 5179f176ceb43 diebahn: 2.7.1 -> 2.7.2 (#375679) 0616f1573c5fa uv: 0.5.21 -> 0.5.22 (#375749) 6603faa87233b broadcom_sta: add j0hax as maintainer 2e337fa60004b broadcom_sta: add patch to compile on kernel 6.13 d25cb9abe169e terraform-providers.talos: 0.7.0 -> 0.7.1 cff1638f81030 cemu: Fix building against Boost 1.87.0 6e25482792f78 broadcom_sta: source kernel 6.12 patch from RPM Fusion dfc2a0f2a8f04 wyoming-faster-whisper: set mainProgram ae40d2ab1064b quarkus: 3.17.5 -> 3.17.7 21808d22b1cda badger: 4.5.0 -> 4.5.1 (#375704) 092568bcda037 nhost-cli: 1.28.3 -> 1.29.0 (#375787) aba642b021b5a infrastructure-agent: 1.59.0 -> 1.60.1 dec847a713b33 eksctl: 0.200.0 -> 0.201.0 85aea8d7b9e1d runInLinuxVM/virtiofsd: disable seccomp f83f1823dec71 python312Packages.astropy: move stdenv argument above dda3145cbd38d python312Packages.astropy: Use 'ci' hypothesis-profile & reenable flaky tests 093fa5074b0a0 wasm-tools: 1.223.0 -> 1.224.0 98fafa65c9bc3 nhost-cli: 1.28.3 -> 1.29.0 8e25cdfbcc3d0 nodejs_23: 23.6.0 -> 23.6.1 (#375594) 21379bee80369 nodejs_18: 18.20.5 -> 18.20.6 (#375593) 6d04b59a6ac61 haproxy: 3.1.1 -> 3.1.2 b1723b3ab2724 shader-slang: 2025.2 -> 2025.3 64a1d5a2a86c0 llama-cpp: 4450 -> 4525 0997d319c7bd9 llama-cpp: 4397 -> 4450 (#372310) 61ade415b5ec7 yubikey-touch-detector: 1.12.4 -> 1.12.5 b187e90bd2498 kubectl-linstor: 0.3.1 -> 0.3.2 73a9da5db31e8 qownnotes: 25.1.3 -> 25.1.5 233b82ef8378e openbao: 2.1.0 -> 2.1.1 (#375706) 7470777fc9cec hck: 0.11.0 -> 0.11.1 (#375698) f06208e51fefe powerstation: init at 0.4.2 (#367781) 60f790cc18479 yafc-ce: 2.5.0 -> 2.6.0 (#375683) 0241a375f0d1e namecoind: 25.0 -> 28.0 (#371683) 5544e59b318f5 hcp: init at 0.8.0 (#370162) fce7e6438027d quill-log: 7.5.0 -> 8.0.0 (#374411) 0a83e81b53d25 monkeysAudio: 10.87 -> 10.91 (#375719) 4325e9104b0ec ipv6calc: 4.2.1 -> 4.2.2 (#374294) e6407dbd8d0d6 treewide: mesa -> libgbm, but again and more (#375759) c45b06d8d908c ucx: 1.17.0 -> 1.18.0 (#375632) 39b6023e957de wesnoth: pin to boost-1.86.0 (#375266) fb0a63c3164ad zizmor: 1.0.1 -> 1.2.2 (#375652) 43c98d69cbab8 puncia: 0.26 -> 0.27 5da57f4a9802b plex-desktop: fix and enable strictDeps (#375331) bbec4626d6fab awscli2: 2.22.13 -> 2.23.2 (#374852) 046627ae8de4c ankama-launcher: 3.12.28 -> 3.12.30 (#374809) 43e8bcaa9d8a4 hyprland-protocols: 0.5.0 -> 0.6.0 (#374700) 3cf0a453d79e8 probe-rs-tools: 0.25.0 -> 0.26.0 (#374673) fa7b1fccc8ec7 python312Packages.pyopencl: 2024.3 -> 2025.1 0488e9221deb4 nezha-theme-admin: 1.4.4 -> 1.5.12; nezha-theme-user: 1.12.1 -> 1.12.5 (#374097) ef1e8c96949d6 bpftrace: 0.21.3 -> 0.22.1 (#375677) 8c5250a7f0726 pixi: 0.40.1 -> 0.40.2 (#375720) 6270410ae4c2f python312Packages.unstructured-inference: 0.8.1 -> 0.8.5 c90072890f420 xarcan: annotate why we use mesa 7891706d8e5a7 xwayland: annotate why we use mesa 9cca2e80d65aa efl: annotate why we use mesa 2afb643d62d61 shadps4: mesa -> libgbm 83aee5873c07e SDL3: mesa -> libgbm dd7912665387d graalvmPackages.graalvm-ce: 23.0.1 -> 23.0.2 9a469c320a583 okms-cli: 0.2.0 -> 0.2.1 320865db597d4 coder: 2.18.2 -> 2.18.3 5757bbb8bd7c0 goreleaser: 2.5.1 -> 2.6.0 (#375717) b7986e19058b7 uv: 0.5.21 -> 0.5.22 68ca2d019ac60 ansible-navigator: 24.12.0 -> 25.1.0 7b7333834a365 nezha-theme-admin: add updateScript 9627a793145d3 nezha-theme-admin: 1.4.4 -> 1.6.2 eee45208ff2ae nezha-theme-user: add updateScript 4b57591aa85fb nezha-theme-user: 1.12.1 -> 1.13.3 1ebeb28e7e98a prowler: 5.1.0 -> 5.1.5 fe94e43cc5a2e handheld-daemon: 3.10.2 -> 3.11.0 a993849e624d6 Update aider (#375634) 6af2879d4113f go-mockery: 2.50.4 -> 2.51.1 42c0f5b373a9e dotenvx: 1.32.1 -> 1.33.0 8f4892aca8805 storj-uplink: 1.119.15 -> 1.120.4 7b35bc0cbd38a python312Packages.githubkit: 0.12.4 -> 0.12.5 a7cce252dae96 stripe-cli: 1.23.3 -> 1.23.5 (#375724) d0c9f03f10c15 openfga: 1.8.3 -> 1.8.4 9c54bff353573 stripe-cli: 1.23.3 -> 1.23.5 daaab4b153445 nixos/powerstation: init 0cf542bc41fa7 powerstation: init at 0.4.2 2e89e121fac53 notation: 1.2.0 -> 1.3.0 (#375525) 3b072bd26fb39 simple64-netplay-server: 2024.12.3 -> 2025.01.1 45b6ef8959889 pixi: 0.40.1 -> 0.40.2 d006c98f551dc fcitx5-pinyin-moegirl: 20241211 -> 20250111 (#373011) 2705faff1a466 monkeysAudio: 10.87 -> 10.91 0de25591ec23c goreleaser: 2.5.1 -> 2.6.0 5d8c8c027e2df clusterctl: 1.9.3 -> 1.9.4 c3a73f9ffc8a6 aiken: 1.1.9 -> 1.1.10 (#375707) b8ef2ceea3000 slint-lsp: 1.9.1 -> 1.9.2 163f50d4a35d0 gambit-project: 16.2.1 -> 16.3.0 (#375495) 35146c2df6214 erlang-language-platform: 2024-12-09 -> 2025-01-21 c8372e5547eb6 prometheus-smokeping-prober: 0.8.1 -> 0.9.0 8807193cec354 ctlptl: 0.8.37 -> 0.8.38 150ef4c623186 aiken: 1.1.9 -> 1.1.10 45289b73c454b openbao: 2.1.0 -> 2.1.1 4dc2bf28b79a0 jellyfin-ffmpeg: 7.0.2-8 -> 7.0.2-9 c2752f971a39c badger: 4.5.0 -> 4.5.1 371f452296f78 flare-signal: 0.15.6 -> 0.15.7 646824518c2d5 plemoljp-nf: 2.0.2 -> 2.0.3 (#375666) 5b21538f4e8bb plemoljp-hs: 2.0.2 -> 2.0.3 (#375664) e5f5a8e0b4a71 plemoljp: 2.0.2 -> 2.0.3 (#375665) 6f9e39c528143 goflow: 3.4.5 -> 3.5.0 309aeece3262b taskflow: 3.8.0 -> 3.9.0 325bbbb318776 gitlab-release-cli: 0.20.0 -> 0.21.0 90e9d4235bbf3 hck: 0.11.0 -> 0.11.1 e69c49fad6098 python312Packages.molecule: 24.12.0 -> 25.1.0 1218ded1217eb circleci-cli: 0.1.31151 -> 0.1.31425 fb854ec62bf96 buildah-unwrapped: 1.38.0 -> 1.38.1 e8f6d10c0bf3f python313Packages.rapidfuzz: 3.11.0 -> 3.12.0 155d6a0e0e952 pfetch-rs: 2.11.0 -> 2.11.1 0b71cbfae501d apache-jena: 5.2.0 -> 5.3.0 45cc8ee56265c python313Packages.bpython: 0.24 -> 0.25 db0f0fb937b73 umu-launcher: fix overriding umu-launcher-unwrapped arg (#375588) 6d620ab40fbe6 python313Packages.lcn-frontend: 0.2.3 -> 0.2.4 4c30d7cd2881a chezmoi: 2.57.0 -> 2.58.0 (#375625) b14e7f21b99a2 umu-launcher: fix overriding umu-launcher-unwrapped arg eac5f2caf93e1 lomiri.trust-store: Fix compatibility with glog 0.7.x, pin Boost to 1.86 (#375363) 232bc510052ed gitkraken: 10.6.1 -> 10.6.2 (#375673) ac677812f65f5 yafc-ce: 2.5.0 -> 2.6.0 543cb13ec33ee diebahn: 2.7.1 -> 2.7.2 0684c7521cab4 editorconfig-checker: 3.1.0 -> 3.1.2 a213bf831ea47 snapcast: 0.29.0 -> 0.30.0 (#375465) d362570d6e8e1 bpftrace: 0.21.3 -> 0.22.1 3df9e38d1695f ustreamer: 6.21 -> 6.22 381484d4652d9 gitkraken: 10.6.1 -> 10.6.2 c64c46bac5c2e python312Packages.testcontainers: 4.9.0 -> 4.9.1 (#375651) 5225b00f28e15 tests.replaceVars.replaceVarsWith: fix (#375620) d6b0a4ce9f735 vikunja: fix frontend build after nodejs update to 22.12 b94f2706507e7 ci/eval: restore `501+` label 002e317bf932a zed-editor: 0.169.2 -> 0.169.3 (#375618) 4d4e3c3d28975 getmail6: 6.19.05 -> 6.19.06 ee76dc3aeee07 plemoljp-nf: 2.0.2 -> 2.0.3 ddd439dd119e7 plemoljp: 2.0.2 -> 2.0.3 1ae6abc55bc3e plemoljp-hs: 2.0.2 -> 2.0.3 4c8857ab060b8 cobang: 0.14.1 -> 0.15.0 (#371745) 4ae25041b2c18 caddy: 2.9.0 -> 2.9.1 71bdf84a6d050 nzbhydra2: 7.11.3 -> 7.12.1 df60466c710cc hishtory: 0.324 -> 0.327 19542fb4f7cb6 gitlab: 17.7.1 -> 17.8.0 78c03868ef9f4 python312Packages.recurring-ical-events: 3.4.0 -> 3.4.1 (#375643) 8fad15a0ca666 python312Packages.testcontainers: 4.9.0 -> 4.9.1 71d6266651113 zizmor: 1.0.1 -> 1.2.2 4a025e6460fe4 python313Packages.trimesh: 4.5.3 -> 4.6.0 9c0aff55a2049 nixos/mediawiki: Ignore composer dependencies when calling update.php 7f67e68fe69e4 python312Packages.manim: 0.18.1 -> 0.19.0 (#375320) b480e5a19a326 stevenblack-blocklist: 3.15.8 -> 3.15.10 (#375521) 168a52a50a46f pay-respects: add curl to fix macos 1d687956eec3a php83Packages.composer: 2.8.4 -> 2.8.5 (#375639) 8e2bc8eed7fad nixos-rebuild-ng: fix repl behaving differently on git flakes than build commands d0de79760cc93 opencsg: 1.6.0 -> 1.7.0 (#375441) 688f7d95dfbfe python312Packages.aioesphomeapi: 28.0.0 -> 28.0.1 (#375640) aed4898d6eae3 gcl: mark broken (#375580) 30ee8cfe2ba9e exo: 0.0.9-alpha -> 0.0.10-alpha (#375597) 69ce33146298d llvmPackages.lldbPlugins: drop llvm/clang rebuild (#366401) c72a0d3405443 awsume: install correct Zsh autocompletion (#373140) 878685f103d02 lune: fix build on x86_64-darwin 23ad04a4e460b php83Packages.composer: 2.8.4 -> 2.8.5 32540cf7633e2 python312Packages.recurring-ical-events: 3.4.0 -> 3.4.1 79ade21b8e26f Fix OLA build failure with C++20 by applying upstream patch (#375629) fa569a333041a eb-garamond: add TTF and WOFF (#375307) 525409c1013c7 python312Packages.aioesphomeapi: 28.0.0 -> 28.0.1 9b3f7971376c0 ola: fix error: template-id not allowed for constructor in C++20 845e0e72b22e1 hcp: init at 0.8.0 c84697b27af02 terraform-providers.vultr: 2.21.0 -> 2.23.1 (#375362) a830691c9137a python312Packages.transformers: 4.48.0 -> 4.48.1 (#375393) 316b528293312 python313Packages.holidays: 0.64 -> 0.65 (#375397) 08031989bf227 freeipmi: 1.6.14 -> 1.6.15 (#374295) 2769361092ed5 aider-chat: 0.71.0 -> 0.72.1 fdb5d501a74e8 hexpatch: 1.9.4 -> 1.9.5 (#375438) b373acff9010c python313Packages.publicsuffixlist: 1.0.2.20250117 -> 1.0.2.20250121 (#375440) bce893a20310f k3sup: 0.13.7 -> 0.13.8 (#375445) 2d78d021f1b63 pgbackrest: 2.54.1 -> 2.54.2 (#375461) bdcd159487f06 python3Packages.litellm: 1.53.9 -> 1.58.2 b1c8c08b0b357 buildkite-agent-metrics: 5.9.12 -> 5.9.13 (#375471) 0042fc148d775 google-cloud-sql-proxy: 2.14.2 -> 2.14.3 (#375479) b6dc53e3dfcf8 cargo-bundle-licenses: 2.1.1 -> 2.3.0 (#375490) ae17133ef7dce cargo-shuttle: 0.50.0 -> 0.51.0 (#375501) 2fe2eff42ee6d docker-compose: 2.32.2 -> 2.32.4 (#375502) d7357f04415f8 tandoor-recipes: 1.5.27 -> 1.5.29 (#375518) f4ef869298182 auth0-cli: 1.7.2 -> 1.8.0 (#375522) cac5c51090091 buildkite-cli: 3.4.2 -> 3.5.0 (#375528) 4df08ffbb0afb ejsonkms: 0.2.3 -> 0.2.4 (#375531) 21879d6129cde comrak: 0.33.0 -> 0.34.0 (#375534) 3ece36f80d7d4 grpc-gateway: 2.25.1 -> 2.26.0 (#375535) 00dd1953290ed httm: 0.44.1 -> 0.45.0 (#375536) c56a37b3c5af3 python312Packages.sagemaker: 2.237.2 -> 2.237.3 (#375543) de753448a7cd1 sketchybar-app-font: 2.0.29 -> 2.0.30 (#375548) 06eb65540a786 exo: 0.0.9-alpha -> 0.0.10-alpha 3de5b102bf83c moar: 1.31.0 -> 1.31.2 (#375552) 5fc1753fcb46b whoogle-search: 0.9.1 -> 0.9.2 (#375565) 499003b90d4e9 swiftformat: 0.55.4 -> 0.55.5 (#375572) 468025b787256 prometheus-artifactory-exporter: 1.14.0 -> 1.15.0 (#375578) 14a78b0fbbb69 libfakekey: fix cross build (#375579) 27d8937eda278 opcr-policy: 0.2.19 -> 0.2.22 cbf9a3b98eab5 quantlib: 1.36 -> 1.37 fa1694a08e706 prometheus-sql-exporter: 0.5.8 -> 0.5.9 (#375581) e9d7f9dc4092b pulumictl: 0.0.47 -> 0.0.48 (#375583) 6199ce1877415 shadps4: 0.5.0-unstable-2025-01-02 -> 0.5.0-unstable-2025-01-20 (#375561) 26ef8c7b73ba7 spacectl: 1.8.0 -> 1.9.0 (#375599) 4c7d1c6745961 tana: 1.0.20 -> 1.0.21 (#375600) d2f66c34136e2 whoami: 1.10.3 -> 1.10.4 (#375603) a8f2a2a543782 lm_sensors: fix tag name (#375622) cdf3f06ff6d90 maintainers: update DimitarNestorov (#375582) 7d9157216c38f betterdisplay: 3.2.1 -> 3.3.0 (#373265) 3425323bb4c4b Introduce script to automatically resolve conflicts after treewide changes (such as reformats) (#363759) d7964f40d766d shadow: fix meta.homepage (#375611) 967305c421e8a chezmoi: 2.57.0 -> 2.58.0 b0cfc9769a084 maintainers/scripts/auto-rebase: init 0becaa2a88735 lm_sensors: fix tag name 00e325a07a675 tart: 2.20.2 -> 2.24.0 (#375547) 6ddd6c09f3a64 ktor-cli: 0.3.1 -> 0.4.0 (#375568) 162643c0c8d6b libretro.vice-*: init at 0-unstable-2025-01-11 (#374359) 691f0c0f0af67 dotnetCorePackages.dotnet_{8,9}.vmr: mark broken on x86_64-darwin 77dd43a1e2da5 dotnet/wrapper: add ready-to-run sdk test 3afb9cfa7d9a3 dotnet: make native binaries executable in packages 562406b68484c dotnet: set sandbox profile in source-built sdk/runtime f23db0a903359 ariang: 1.3.8 -> 1.3.9 (#375382) d07168dccb208 tests.replaceVars.replaceVarsWith: fix 08a4c76af7c85 v2ray-geoip.generator: 202501160051 -> 202501190004 (#375434) de6d4da6dfb6e perlPackages.Socket6: fix cross build (#374086) 8d16067cac448 perlPackages.Tk: fix cross build (#374088) f1cf2b757669b gawkextlib.{errno,gd,haru,lmdb,select}: fix (cross) build (#375045) 03d12a601a369 woodpecker-{agent,cli,server}: 2.8.3 -> 3.0.1, invert deprecation wrapper for woodpecker-cli (#375606) 2b65970f6d51a adriconf: fix cross build (#375390) c72fadce72dd6 zed-editor: 0.169.2 -> 0.169.3 b3b72ef097374 nautilus: fix cross compilation 1c698f52e36c3 matomo: refactor, matomo-beta: remove (#374022) c068347f63e48 Fixes and housekeeping for the varnish module (#373747) 80a7b41060989 polyml,polyml{56,57}: fix build 6730279a446f8 litmusctl: 1.13.0 -> 1.14.0 (#375575) a52c21ed84c7f slimserver: 9.0.0 -> 9.0.1 (#375395) 859ee3ab6f455 linuxKernel.kernels.linux_zen: 6.12.2-zen1 -> 6.12.10-zen1; linuxKernel.kernels.linux_lqx: 6.12.2-lqx1 -> 6.12.10-lqx1 (#374687) 12c287be6c437 python312Packages.manim: 0.18.1 -> 0.19.0 49aeb650d7304 proxychains-ng: default to dyld hooking method eca7c9bba8168 home-assistant: support mfi component (#375426) 51b17552c5a39 home-assistant: 2025.1.2 -> 2025.1.3 (#375408) 32be348f2857d woodpecker-{agent,cli,server}: 3.0.0 -> 3.0.1 3d47efdc1b410 woodpecker-cli: calling woodpecker instead of woodpecker-cli is now deprecated d9e0922923517 woodpecker-{agent,cli,server}: 2.8.3 -> 3.0.0 003df7563e299 cf-terraforming: 0.21.0 -> 0.22.0 (#375203) 3060a69f5aa6b teams-for-linux: 1.12.5 -> 1.12.6 (#375555) 9f4da4cfa6783 whoami: 1.10.3 -> 1.10.4 d6fa07d5cbfb3 ucx: 1.17.0 -> 1.18.0 97f9633c64ee0 parca-debuginfo: 0.11.0 -> 0.12.0 (#375573) 9e1806e012179 nixosTests.mongodb-ce: init ac16c51570b99 nixosTests.mongodb: actually use mongodb service module and add support for mongodb-ce fd348f4354390 nixosTests.mongodb: migrate from handleTest to runTest d223d3f15d6bf nixos/mongodb: add pkgs.mongodb-ce as package option example 2f8af3ea9341d nixos/mongodb: replace option initialRootPassword with initialRootPasswordFile 3f8a2242b200d nixos/mongodb: use mongosh instead of legacy shell c9f4347b14118 drumkv1: 0.9.23 -> 1.0.0 (+fix LV2 Qt UI issues) (#326887) 945248f18f8a7 tana: 1.0.20 -> 1.0.21 8ec24935724b0 testers.testBuildFailure: fix (#375585) 4ea0805f4ea40 nixos/modules: drop findutils locate support 6bdf6d1a629de spacectl: 1.8.0 -> 1.9.0 8f02b83dbc10a python313Packages.datamodel-code-generator: init at 0.26.5 (#375348) 92641f18331f4 nodejs_23: 23.6.0 -> 23.6.1 161f46b56867d nodejs_18: 18.20.5 -> 18.20.6 9a54586da2377 brave: 1.73.104 -> 1.74.48 6d535aac8e9a4 python312Packages.imageio: 2.36.1 -> 2.37.0 (#375265) 03efc970b37e9 lomiri.lomiri-download-manager: Fix compatibility with glog 0.7.x (#375360) 9782af551a539 ckdl: init at 1.0 2a5af2a2d22a5 ghostunnel: 1.8.3 -> 1.8.4 (#375529) 163360e2d4437 abcmidi: 2024.12.16 -> 2025.01.20 (#375500) e4f9b84cd3309 kakoune-lsp: 18.1.1 -> 18.1.2 (#375567) 6ba663e485e86 nixos/matrix-appservice-irc: fix signing key generation for media proxying support (#375533 ) 02adbdce1d5cc python312Packages.yosys: 0.48 -> 0.49 250f76fd638e0 paperless-ngx: 2.13.5 -> 2.14.4 (#374655) 4c5458df2c8f9 testers.testBuildFailure: fix 22d1c18041429 pulumictl: 0.0.47 -> 0.0.48 36e0294a00307 maintainers: update DimitarNestorov c638f36f8f7ce gcl: mark broken f0915ee880d4a libfakekey: fix cross build 1cd1cb9db8342 Firefox: 134.0.1 -> 134.0.2 (#375537) cf795d556068c treedome: 0.5.1 -> 0.5.4 (#360651) 5b70b7bb2599f prometheus-sql-exporter: 0.5.8 -> 0.5.9 04f9ef9984552 scala: 3.3.3 -> 3.3.4 a28a3316ee593 scala-next: 3.5.1 -> 3.6.3 c08bacb620bd8 prometheus-artifactory-exporter: 1.14.0 -> 1.15.0 12a78ac2545ab maintainers: add linuxmobile 036dea4e0d50c fum: init at 0.4.3 1db4de2047b5c gmic: fix cross build 5c583290655ba plumed: 2.9.2 -> 2.9.3 e85f73a7a9a23 swiftformat: 0.55.4 -> 0.55.5 840e3bca13590 litmusctl: 1.13.0 -> 1.14.0 a6aa96ebe17bf parca-debuginfo: 0.11.0 -> 0.12.0 5e27e9bb31cfb libtomcrypt: fix cross build 490913d52bfe5 protoc-gen-connect-go: 1.18.0 -> 1.18.1 (#375497) 7c445692c1457 ktor-cli: 0.3.1 -> 0.4.0 82dab0126479f kakoune-lsp: 18.1.1 -> 18.1.2 2b78ec3bd1449 whoogle-search: 0.9.1 -> 0.9.2 d26b62c60625c bloop: 2.0.7 -> 2.0.8 (#375542) 7e8ac6bf0ea22 shadps4: 0.5.0-unstable-2025-01-02 -> 0.5.0-unstable-2025-01-20 edc39f12c5883 xe: add maintainer pbsds 8f91cddf511eb xe: modernize 9b75f5209329f python313Packages.datamodel-code-generator: init at 0.26.5 a479a9c5961d7 home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.202 -> 0.13.204 b00f4b9ab4dfe arkade: 0.11.31 -> 0.11.32 (#375458) 02adbc0d8c851 python313Packages.homeassistant-stubs: 2025.1.2 -> 2025.1.3 489c04e40ca17 miniflux: 2.2.4 -> 2.2.5 (#375556) fb74a6f8dcae7 guile-hoot: init at 0.5.0 (#366103) c6b5248b1a381 osu-lazer{,-bin}: 2025.101.0 -> 2025.118.2 (#374990) 1e9691e56b145 kubernetes-helm: 3.16.4 -> 3.17.0 (#374173) 0ffd1a643c2ab csound: 6.18.1 -> 6.18.1-unstable-2024-07-02 (#370273) 2018ca0c26991 miniflux: 2.2.4 -> 2.2.5 35a754c11f5fd angular-language-server: 19.0.3 -> 19.0.4 (#375149) d981160760fa9 kryptor: 4.1.0 -> 4.1.1 (#375371) a62c894c543c3 python312Packages.treescope: 0.1.7 -> 0.1.8 (#375457) 8bc5700cc669f python312Packages.jaxopt: disable more failing tests, add patch (#375428) f7182ed99e4cd teams-for-linux: 1.12.5 -> 1.12.6 8d7c13fe41af3 woof-doom: 15.0.1 -> 15.1.0 (#374544) 55666c2904dec moar: 1.31.0 -> 1.31.2 2d6382be1e532 slade: fix cross build 061fae923f28d glab: 1.51.0 -> 1.52.0 (#375337) 370bbbe081604 geteduroam-cli: init at 0.4 (#374524) ba56451f27920 komac: 2.8.0 -> 2.9.0 (#375384) 264c9db86d74d jellyfin-tui: init at 1.0.5 9e4d5190a9482 kubernetes: 1.32.0 -> 1.32.1 (#374210) ea4b9186ed6e7 tart: 2.20.2 -> 2.24.0 5df3483b2f56b circt: 1.99.2 -> 1.101.0 2582766522e75 nixos/lib/test-driver: try more OCR options (#375504) c7da1e68c0198 python312Packages.genson: init at 1.3.0 (#335221) f78862d00317d ryujinx-greemdev: rename to ryubing, 1.2.78 -> 1.2.80 (#375297) c92c027ae86fe clash-verge-rev: 2.0.2 -> 2.0.3 (#374541) f9d6c5f370cb9 python312Packages.sagemaker-core: 1.0.17 -> 1.0.19 (#375541) 8b1087a72a900 geteduroam-cli: init at 0.4 05693aeb44368 sketchybar-app-font: 2.0.29 -> 2.0.30 ebf07315ebf17 python312Packages.django-filingcabinet: disable tests with browser (#375005) 9f311451acd13 exo: 0.0.5-alpha -> 0.0.9-alpha (#375446) 0249b3ee5bf07 python312Packages.simple-parsing: 0.1.6 -> 0.1.7 (#375473) d9fe0634ac87d slackdump: 3.0.2 -> 3.0.3 (#374975) d1f4d27b335d2 nixos/calibre-web: restore compatibility with old dataDir values 7117ad61a29c9 python312Packages.sagemaker: 2.237.2 -> 2.237.3 0b9b3ab504461 python312Packages.sagemaker-core: 1.0.17 -> 1.0.19 764557076e124 firefox-bin-unwnrapped: 134.0.1 -> 134.0.2 c05558f8925ca bloop: 2.0.7 -> 2.0.8 3b612cbceb81f wev: 1.0.0 -> 1.0.0-unstable-2022-09-14 3100da227eb34 firefox-unwrapped: 134.0.1 -> 134.0.2 14b04af9f4776 mir,mir_2_15: Fix builds, modernise & fix VM tests (#374873) 73b1346ee412b httm: 0.44.1 -> 0.45.0 576348a910ab4 grpc-gateway: 2.25.1 -> 2.26.0 001492fe1715f nixos/matrix-appservice-irc: fix signing key d97a284605101 comrak: 0.33.0 -> 0.34.0 2b34dfda6f537 ejsonkms: 0.2.3 -> 0.2.4 76bbdf2813a7c ghostunnel: 1.8.3 -> 1.8.4 97c984caabcb4 buildkite-cli: 3.4.2 -> 3.5.0 e1996d7bdaf4e nixos/public-inbox: bind key and cert paths eb00bbcdaae63 nixos/public-inbox: fix flaky test by waiting for sockets 3c07862664344 nixos/public-inbox: fix test by creating Git repositories 50784a2835c15 agdaPackages.standard-library: 2.1.1 -> 2.2 a3151f1ff125e notation: 1.2.0 -> 1.3.0 e75833afea406 auth0-cli: 1.7.2 -> 1.8.0 fa9f4a460b10d stevenblack-blocklist: 3.15.8 -> 3.15.10 2a15334ca6ed0 talosctl: 1.9.1 -> 1.9.2 (#374443) 8956e27ebcf93 defaultCrateOverrides: remove obsolete darwin frameworks (#374416) 48c4fe84da4c5 tandoor-recipes: 1.5.27 -> 1.5.29 c80e750b527cf sunshine: 0.23.1 -> 2025.118.151840 (#375153) e7b341065ec07 python3.pkgs.w3lib: fix build with python 3.9 and 3.10 3efad4123a073 dsda-launcher: use finalAttrs 314267e34838c dsda-launcher: add nix-update-script cff1cc119a111 dsda-launcher: avoid `with lib` fc0c53123858c dsda-launcher: 1.3.1-hotfix -> 1.4 759cb9ce57cdf Make gradle update script runnable on macos (#374074) 323827b6bf32f lune: use new darwin sdk pattern f4e37795982c6 nixos/radicale: Allow AF_UNIX for systemd log (#373893) 4e6d3cc68bddd dart-sass: 1.83.1 -> 1.83.4 e031d66483bb1 eb-garamond: add bengsparks as maintainer 798ac7eabefe7 maintainer-list: add bengsparks 5b434ed807f21 nixos/lib/test-driver: try more OCR options adf31f68442b3 nixos/tests: fix bonding test (#375496) e6b177df20181 gollama: 1.28.4 -> 1.28.5 (#375467) 88625c794b7dd rbenv: 1.3.0 -> 1.3.2 4e4024278008e docker-compose: 2.32.2 -> 2.32.4 a94ae3b63bc3f opentelemetry-collector-builder: 0.116.0 -> 0.118.0 441c242855f25 nixos/tests: fix bonding test 090216c3ceb09 cargo-shuttle: 0.50.0 -> 0.51.0 b1ae141920806 abcmidi: 2024.12.16 -> 2025.01.20 f7b9530368d3d nodejs_23: 23.5.0 -> 23.6.0 (#371909) ee05df6f6ab79 protoc-gen-connect-go: 1.18.0 -> 1.18.1 d21198f27deb4 ocamlPackages.odoc-parser: add momeemt to maintainers 5b4048d90028e ocamlPackages.odoc-parser: 2.4.2 -> 2.4.4 Changelog: https://github.com/ocaml/odoc/releases/tag/2.4.4 Diff: https://github.com/ocaml/odoc/compare/2.4.2...2.4.4 d9c48cdd5f334 gambit-project: 16.2.1 -> 16.3.0 a4d19e7929345 eb-garamond: remove metadata e0fc4bfe87c3e eb-garamond: install TTF, OTF, WOFF a057246e1b163 eb-garamond: build from source abe4f2b275fd0 eb-garamond: fetch from GitHub 4ecf3fed98935 wastebin: 2.5.0 -> 2.7.0 d9e47de23efc3 gqrx: add darwin support (#375406) 028048884dc95 Merge libgda: fix mysql (#375044) 2630f1f73f6c4 nixos/stirling-pdf: fix external dependencies and service permissions (#374225) ab59b272e4628 audiobookshelf: 2.17.7 -> 2.18.1 d65b84dce2dfc cargo-bundle-licenses: 2.1.1 -> 2.3.0 ffce735d9c11d ludusavi: 0.27.0 -> 0.28.0 8648b26fa28bb tabby-agent: 0.22.0 -> 0.23.0 a1a54943ff304 fwupd: 2.0.3 -> 2.0.4 (#375313) 8f96962c9d2b8 python3Packages.outlines-core: init at 0.1.26 759e251c47492 google-cloud-sql-proxy: 2.14.2 -> 2.14.3 3c6c229eb23c7 parca-agent: 0.35.1 -> 0.35.2 (#375462) db1a74c678483 google-chrome: Fix Qt support (#375279) 8ed61e2dabd69 python3Packages.airportsdata: init at 20241001 e579a7f31b147 vieb: 12.1.0 -> 12.2.0 (#375455) 7d14256b9dffc python312Packages.simple-parsing: 0.1.6 -> 0.1.7 ac402b208e3ad sqlc: 1.27.0 -> 1.28.0 (#375443) 5494017858d1b buildkite-agent-metrics: 5.9.12 -> 5.9.13 f7553c07e7db5 phpExtensions.opentelemetry: 1.1.0 -> 1.1.1 (#375456) 04a823031f72f netbird-dashboard: 2.8.2 -> 2.9.0 5c4a9835ba779 gollama: 1.28.4 -> 1.28.5 9c1e87f1d4176 buildkit: 0.18.2 -> 0.19.0 547beff605afd spicy-parser-generator: 1.11.3 -> 1.12.0 (#371669) 055f56037e6ed snapcast: 0.29.0 -> 0.30.0 a14a9c026305d parca-agent: 0.35.1 -> 0.35.2 8267a3b3c6a0c python312Packages.treescope: 0.1.7 -> 0.1.8 c7ca6dccbfc10 pgbackrest: 2.54.1 -> 2.54.2 5ba03e67b1c59 dotnet-ef: 9.0.0 -> 9.0.1 (#374945) 853d75e542594 arkade: 0.11.31 -> 0.11.32 33642c5fa8627 gvproxy: 0.8.1 -> 0.8.2 13fba90003609 phpExtensions.opentelemetry: 1.1.0 -> 1.1.1 6247a81142724 hexpatch: fix updateScript typo 92ff0268073cf vieb: 12.1.0 -> 12.2.0 426d8e9ac6cf8 mprocs: 0.7.1 -> 0.7.2 (#375444) 5108b334aba4c mpvScripts.modernx-zydezu: 0.4.0 -> 0.4.1 c0175f9f84d39 exo: 0.0.5-alpha -> 0.0.9-alpha 7562f48a27b21 mprocs: 0.7.1 -> 0.7.2 9b27ce5f25ab1 k3sup: 0.13.7 -> 0.13.8 ad370bf1906d6 google-chrome: Fix QT support 9946dded07ab7 kodiPackages.inputstream-adaptive: 21.4.6 -> 21.5.9 447e4a8208b0f python313Packages.publicsuffixlist: 1.0.2.20250117 -> 1.0.2.20250121 ca043d9d73e39 sqlc: 1.27.0 -> 1.28.0 01c763ae9faa6 opencsg: 1.6.0 -> 1.7.0 8f7478bae6ee0 hexpatch: 1.9.4 -> 1.9.5 9a775d0076703 mtools: 4.0.46 -> 4.0.47 2551282542322 ryujinx-greemdev: rename to ryubing, 1.2.78 -> 1.2.80 b97d6cca52609 v2ray-geoip.generator: 202501160051 -> 202501190004 25ecf3dda78f1 nixos-rebuild: missing comma 1371a55a7959b build-support/vm: don't depend on the "unix" module (#375355) 3d7ef2f051dad libgda: fix mysql d6dc3e86d70a6 python313Packages.livis: relax colorlog constraint 68a6aa91dfae3 home-assistant-custom-components.mass: drop 7681be2fb7a89 home-assistant: 2025.1.2 -> 2025.1.3 57747cd952438 python313Packages.pyhiveapi: 0.5.16 -> 1.0.1 6db111e6cca47 python313Packages.onvif-zeep-async: 3.1.13 -> 3.2.3 766cdde85bceb python313Packages.nhc: 0.3.3 -> 0.3.4 7929dda604d4b python313Packages.knx-frontend: 2024.12.26.233449 -> 2025.1.18.164225 e16610afbfa6f python313Packages.demetriek: 1.1.1 -> 1.2.0 51f08bc0c7b1a python313Packages.deebot-client: 10.1.0 -> 11.0.0 c8a338f0e3b62 python3Packages.aiooui: 0.1.7 -> 0.1.9 c5c67a271fd75 python313Packages.aioairzone: 0.9.8 -> 0.9.9 ec9f2c23c131e cosmic-term: 1.0.0-alpha.3 -> 1.0.0-alpha.5.1 (#374031) 250f437737644 cosmic-edit: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 (#374026) 9e701f6020128 python312Packages.jaxopt: add string escape patch 6aa6e67026be2 python312Packages.jaxopt: add failures from hdyra 533fe938c4826 python312Packages.jaxopt: unify disables fec45dfe97681 python312Packages.jaxopt: remove redundant disables 01cf5e23f1707 python312Packages.jaxopt: disable failing test 7e70bae242890 home-assistant: support mfi component 3d50eee8611ac python313Packages.mficlient: init at 0.5.0 886a2858d3624 mediawiki: 1.42.4 -> 1.43.0 (#369641) 19a38ac732843 nixos/mediawiki: make changes for 1.43.0 252bfe3a84fc1 python312Packages.robotframework-seleniumlibrary: 6.6.1 -> 6.7.0 (#374665) 519a42334fca2 python3Packages.transformers: don't import torch.distributed on darwin aee5b623e0121 python313Packages.approvaltests: skip failing test 9588b8422b088 stevenblack-blocklist: 3.15.5 -> 3.15.8 (#372042) eac6cd05b23e8 python313Packages.mrjob: depends on standard-pipes f68436411d17d python313Packages.standard-pipes: init at 3.13.0 423e6480e2993 python312Packages.vllm: remove obsolete pynvml dependency 2f3b52c51c45f python312Packages.scalene: drop obsolete pynvml dependency 4d8cc5512d84f python312Packages.pynvml: 11.5.3 -> 12.0.0 6a3dd6351fb32 python313Packages.kasa-crypt: 0.4.4 -> 0.5.0 (#375396) 623cccb2c688b python313Packages.mitogen: 0.3.20 -> 0.3.21 (#375394) 2527d0061da5b python313Packages.ayla-iot-unofficial: 1.4.4 -> 1.4.5 (#375404) 55f5902ed2293 python313Packages.cyclopts: 3.2.1 -> 3.3.0 (#375398) 6a5af8efd7339 python313Packages.asteval: 1.0.5 -> 1.0.6 (#375399) 1da7d94e6fca2 python313Packages.thermopro-ble: 0.10.0 -> 0.10.1 (#375401) 8a55a6a6919c2 python313Packages.python-overseerr: 0.5.0 -> 0.6.0 (#375402) 89df3506aa6b9 python313Packages.aioraven: 0.7.0 -> 0.7.1 (#375403) e146859479da6 python313Packages.ayla-iot-unofficial: 1.4.4 -> 1.4.5 7557759c53e9b python313Packages.aioraven: 0.7.0 -> 0.7.1 f962ed7c2fa50 gqrx: add darwin support 91d7e420698de luaPackages.tree-sitter-orgmode: init at 1.3.2-1, luaPackages.orgmode: init at 0.3.61-1 (#356517) a2ebcb81a95d4 python313Packages.python-overseerr: 0.5.0 -> 0.6.0 0ba4aab8de39b python313Packages.thermopro-ble: 0.10.0 -> 0.10.1 e912cd9426a98 python313Packages.kasa-crypt: 0.4.4 -> 0.5.0 16b86f65d6cd9 python313Packages.holidays: 0.64 -> 0.65 7f98d52d5fffa python313Packages.cyclopts: 3.2.1 -> 3.3.0 2c5a39abee575 python313Packages.asteval: 1.0.5 -> 1.0.6 0ffd9c8aca6c4 slimserver: 9.0.0 -> 9.0.1 2b04ddeceae69 python313Packages.mitogen: 0.3.20 -> 0.3.21 69e5750c25210 python312Packages.transformers: 4.48.0 -> 4.48.1 9f8b11f183ee3 adriconf: fix cross build 4a75ef3d7157a nixos/garage: add user-given path to ReadWritePaths (#373114) 3fe8be4b01b98 ariang: 1.3.8 -> 1.3.9 151b7f7babefc haruna: 1.2.1 -> 1.3.0 263d4797f1490 komac: 2.8.0 -> 2.9.0 897dadd52eb86 sway-easyfocus: 2023-11-05 -> 0.2.0 (#374766) f2685b1e2f759 pkgs/readeck + nixos/readeck: init (#370354) 0be7395f95ef9 nixos/readeck: init 452d86c88eaf4 readeck: init at 0.17.1 d73db220f72df ollama: use cudaPackages.backendStdenv ed4efc01cf4ea luaPackages.orgmode: init at 0.3.61-1 aad44b34121e3 luaPackages.tree-sitter-orgmode: init at 1.3.2-1 3c0a99ed60bc2 mir,mir_2_15: Drop glog dependency 66aa98b29099c duckstation: Fix build on aarch64-linux (#373182) f6f924f16877b epson-escpr2: 1.2.24 - 1.2.25 bfa032b90dac1 yutto: 2.0.0-rc.6 -> 2.0.0-rc.7 (#375338) f9b12600bfeed gimp: move to openexr_3 (#375162) f8ad478e12652 kryptor: 4.1.0 -> 4.1.1 cf99f5fd4764e iosevka: 32.3.1 -> 32.4.0 (#374823) b16a3ec9cda9f k3d: 5.7.4 -> 5.8.1 (#375073) 8e620b04bf61f tailscale: build with tsidp (#375067) 5b9a7804cb1ae youtube-music: 3.7.1 -> 3.7.2 (#375113) a28e4b65b1876 signal-desktop(darwin): fix hash (#375058) 7ceed4f800bec maintainers: add ethancedwards8 matrix (#375196) e1b89a844e9c3 maintainers: update getchoo (#375209) 632c3d4eff60b clifm: 1.22 -> 1.23 110716db4f0dc lomiri.trust-store: Fix compatibility with glog 0.7.x, pin Boost to 1.86 af1bc453b31b4 fider: init at 0.24.0 (#353346) 8dfd6a9537667 terraform-providers.vultr: 2.21.0 -> 2.23.1 3cfe557b10d76 lomiri.lomiri-download-manager: Fix compatibility with glog 0.7.x 1e839b40c8fac ci/request-reviews: Don't fail when there's too many reviewers (#375354) 1f7b32cce34e4 vpnc: unstable-2021-11-04 -> unstable-2024-12-20 0cd421fa5f407 build-support/vm: don't depend on the "unix" module 69ff29c224960 python312Packages.safety: 3.12.13 -> 3.2.14 (#375102) 06ee6116190af ci/request-reviews: Don't fail when there's too many reviewers 7ba9030c138f0 alvr: 20.12.0 -> 20.12.1 1be2382e83602 sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs (#375184) 4600bce022e41 elkhound, weidu: add darwin support (#372808) 69538dcb36cb9 mongoose: 3.3.3 -> 3.3.4 (#372962) 7e84a717046f8 quirc: fix cross build (#375345) ba542a018e441 oxipng: re-enable tests 70dab40f0ce45 phpdocumentor: fix vendorHash (#375340) 38e021fa4443a quirc: fix cross build e9e6e332ad094 home-assistant-custom-components.homematicip_local: 1.78.1 -> 1.79.0 (#375242) d7c75f075f014 unrar: 7.1.2 -> 7.1.3 (#374930) d9cf42ca11e07 emulationstation-de: fix cross build 083d907e8f4b7 ode: 0.16.5 -> 0.16.6 (#374501) 2d98f09b17ae9 phpdocumentor: fix vendorHash 4c8a1844ec86f jsoncons: 0.176.0 -> 1.1.0 (#335293) d3fb754b7897d glab: 1.51.0 -> 1.52.0 1c7635ce775fa google-cloud-sdk: 501.0.0 -> 506.0.0 (#375140) 118ef08eb4171 yutto: 2.0.0-rc.6 -> 2.0.0-rc.7 cc6fd182f0c46 python313Packages.tencentcloud-sdk-python: 3.0.1305 -> 3.0.1306 (#375319) 9ec4e8b722abc frankenphp: 1.4.0 -> 1.4.1 (#375321) a5f1b283ff20f wofi-power-menu: 0.2.5 -> 0.2.6 and refactor (#375270) c98b7211289a3 rainfrog: 0.2.10 -> 0.2.11 (#375274) b2a33fb988a6d greetd.regreet: 0.1.3 -> 0.2.0 (#373184) eaff6da586ba5 minio: 2024-12-18T13-15-44Z -> 2025-01-18T00-31-37Z fa2a0862e30ae pyenv: 2.5.0 -> 2.5.1 (#375211) 28d1c1799cdef plex-desktop: fix and enable strictDeps 27353325e33c0 sq: 0.48.4 -> 0.48.5 (#375224) dd72e26817a70 terraform-providers.grafana: 3.15.3 -> 3.16.0 (#375228) 32ea4e9c7100b pocketbase: 0.24.1 -> 0.24.4 (#375230) 3b853ce27bef5 flameshot: 12.1.0-unstable-2024-12-03 -> 12.1.0-unstable-2025-01-19 (#375232) e1d9f16ba35cf terraform-providers.artifactory: 12.7.1 -> 12.8.1 (#375233) 0359308417056 terraform-providers.huaweicloud: 1.72.0 -> 1.72.1 (#375240) 19e78f80bfb6f Bump/jetbrains 2024.3.2 (#374585) f5b522b515316 mpvScripts.mpv-playlistmanager: 0-unstable-2024-11-19 -> 0-unstable-2025-01-08 (#375159) bc9913a8cf96b systemfd: 0.4.4 -> 0.4.6 (#375183) b65bda9d21ab3 chiaki-ng: 1.9.4 -> 1.9.5 (#375195) 3c71f6a9f9c48 dum: 0.1.19 -> 0.1.20 (#375200) dc8426dfeb746 lunar-client: 3.3.2 -> 3.3.3 (#375116) 5dcdb462dc203 ugrep: 7.1.2 -> 7.1.3 (#375075) 285d957f53316 python312Packages.license-expression: 30.4.0 -> 30.4.1 (#375108) 07377d371e1f4 python312Packages.base64io: 1.0.3-unstable-2024-06-24 -> 1.0.3-unstable-2025-01-09 (#375064) f07056b33c10a fstar: remove pnmadelaine as maintainer (#375323) a121f7b859a0a certstream-server-go: init at 1.7.0 (#359739) 1eb41e586b4cb fstar: remove pnmadelaine as maintainer 30a7706904f75 certstream-server-go: init at 1.7.0 1b33f1d9a5fa4 cnspec: 11.37.0 -> 11.37.1 (#375188) e46a60a744d81 terragrunt: 0.71.2 -> 0.72.2 (#375193) f54e623bc8dd9 php8{1-3}Extensions.datadog_trace: use fetchCargoVendor; php84Extensions.datadog_trace: mark broken (#375109) 9466afacfe1e5 bt-migrate: mark as broken 94f9d8b7c22a9 jsoncons: 0.176.0 -> 1.1.0 0d32e69acecbb frankenphp: 1.4.0 -> 1.4.1 60520102f2ba7 python313Packages.tencentcloud-sdk-python: 3.0.1305 -> 3.0.1306 fa9aab7c731a3 grafanaPlugins.marcusolsson-dynamictext-panel: 5.4.0 -> 5.6.0 7b23fdcdd70e8 aws-nuke: 2.25.0 -> 3.44.0 4147418ce9992 monero-cli, monero-gui: pin boost 1.86 (#375181) bc2a7ec58960f crusader: init at 0.3.2 (#374879) 0cda476cd581f sdl3: init at 3.1.8 (#326699) 228b8914c3838 ci/eval: support `"10.rebuild-${kernel}: 1"` labels (#374922) af3e930c5a191 gurk-rs: 0.6.0 -> 0.6.1 and move to pkgs/by-name (#375301) c39acbfabae22 crusader: init at 0.3.2 53027e1564a56 nagiosPlugins.manubulon-snmp-plugins: use versionCheckHook (#361091) 78ae678509d08 syzkaller: init at 0-unstable-2024-01-09 (#372671) 30f48801e4f0b nvidia-modprobe: 550.54.14 -> 565.77 (#374972) 40fc8085c7c9d kodi: 21.1 -> 21.2 (#374919) 0013710590e1e manubulon-snmp-plugins: use versionCheckHook 80807847941a0 fwupd: 2.0.3 -> 2.0.4 f5b5e4d69cb85 dino: remove tomfitzhenry@ as maintainer (#375296) 8a08946715759 phpPackages.composer: fix included patch (#375306) c620ab170f317 peazip: remove insecure and redundant dependency "archiver" (#374566) 4a68054373318 civo: add rytswd as maintainer; update gpg key for rytswd (#374587) 8076473384121 phpPackages.composer: fix included patch e6cb9d2c98e0a xcodegen: bundle included settings presets (#374925) f21517a167a73 nodejs_23: 23.5.0 -> 23.6.0 9e1c4ffd677cd cjson: fix building with clang (#374236) 300081d0cc72d various: update homepages, vcprompt: move to maintained fork (#371209) 167d6634f8a4b services.xray: pass the settings file with systemd loadCredential a226f13211ffe ci/eval: support "10.rebuild-${kernel}: 1" labels 5904143e8589d gurk-rs: 0.6.0 -> 0.6.1 34691a0b28eac gurk-rs: move to pkgs/by-name 3e47905de2684 fzf: 0.57.0 -> 0.58.0 5c6a9a5d8026c changedetection-io: 0.48.05 -> 0.48.06 (#375231) 0e8c154442d1d dino: remove tomfitzhenry@ as maintainer 77c9ec1f655bf python312Packages.timm: 1.0.13 -> 1.0.14 (#375271) 78e54d4f26e2c qgis: 3.40.2 -> 3.40.3 c2699e091cf34 simpleDBus: 0.8.1 -> 0.9.0 (#375223) 098d3e32a9087 qgis-ltr: 3.34.14 -> 3.34.15 78886a72ed111 zed-editor: add withGLES to passthru.tests (#375156) 7da0f0a12d562 postgresqlPackages.postgis: 3.5.0 -> 3.5.2 66705f30629eb maintainers: rename thinnerthinker -> boralg (#374853) 73425503dd9e1 television: 0.9.2 -> 0.9.3 (#375283) d803156499202 tegola: 0.21.0 → 0.21.2 (#374957) 9ce7b0a1fad88 python312Packages.minio: 7.2.14 -> 7.2.15 (#375076) 8b537d8d8bd1a wf-config: fix and enable strictDeps (#375278) 15884bd3a8c09 nsd: 4.11.0 -> 4.11.1 (#375208) fff3c49aea814 bfs: 4.0.4 -> 4.0.5 (#374920) 2b692ef0da15d Merge: nextcloud: Add britter as maintainer (#375276) ebbcb003f9082 rustc: mark broken for LLVM stdenv (#375267) db8996f080949 television: 0.9.2 -> 0.9.3 d4c0bd6dc5b92 wf-config: fix and enable strictDeps ec4b54f3d04a8 nextcloud: Add britter as maintainer 8e7b1073fde77 ocamlPackages.elpi: use correct version information 18a85be3013d4 spfft: 1.1.0 -> 1.1.1 (#375226) 150f6f987e7ae rainfrog: 0.2.10 -> 0.2.11 a90bc79d16f95 Revert "uhd: pin Boost 1.86" (#375264) 65779f98dcaa7 wofi-power-menu: add meta.changelog 363470919ed42 wofi-power-menu: 0.2.5 -> 0.2.6 8e56483d50032 python312Packages.timm: 1.0.13 -> 1.0.14 99e012954d137 vimPlugins.git-conflict-nvim: 2024-12-27 -> 2.1.0 (#375221) a0c6398ba0c71 python312Packages.jax: remove unneeded cudaSupport in python-packages.nix 86d4957f5de8f python312Packages.jax: remove unneeded IOKit from buildInputs a4f3f6cb3140b v2rayn: 7.6.2 -> 7.7.0 (#375234) 24a33d6b3a328 python312Packages.imageio: 2.36.1 -> 2.37.0 397e5bb5a79f8 rustc: mark broken for LLVM stdenv 45fc2a0940521 Revert "uhd: pin Boost 1.86" 3b6f658130e5e init-script-builder: fix build (#375160) d65302292e05f wesnoth: pin to boost-1.86.0 746b90b0eba99 ytdl-sub: 2025.01.15 -> 2025.01.17 (#375237) e00a8dcebfc6d paperwork: fix evaluation warning (#375176) e02ff39e396fa linux_6_13: init (#375250) bcdfbb7b73fc0 linuxPackages: 6.6 -> 6.12 (#370410) ac791cd566133 zfs: 2.2.7 -> 2.3.0 (change default version) (#375178) 33986ca158b28 {mattermost,mattermostLatest}: fix string escapes 8c0035ae8f57b release-notes/25.05: add Mattermost details 84c6d60c263aa manual: add mattermost.chapter.md f8eac009eed83 nixos/mattermost: modernize, support MySQL and mmctl 8944a4259cb5d mmctl: use correct Mattermost derivation 800938116f9ce mattermost: enable test suite, mmctl support, and plugin building 5792ff1913926 python312Packages.pyexploitdb: 0.2.63 -> 0.2.64 (#375031) 6a580ab6705f5 nixos/release-small: add latestKernel test 3a039b672d3e9 rust-analyzer-unwrapped: 2025-01-08 -> 2025-01-20 e4d3693cd8784 perf: don't apply dmesg patch on 6.13, remove 6.10 patches 502b23ee80217 nwg-panel: 0.9.59 -> 0.9.61 (#375222) d7356a72a6ecb linux_6_13: init 3beb501f4a54e terraform-providers.datadog: 3.50.0 -> 3.52.1 538bf58cdd0cf clouddrive2: 0.8.5 -> 0.8.6 (#375238) 2b456e47238ca terraform-providers.opentelekomcloud: 1.36.28 -> 1.36.29 d962c9f9275d9 terraform-providers.migadu: 2024.12.26 -> 2025.1.16 564ebcada1aed keep-sorted: 0.5.1 -> 0.6.0 (#375017) df6cd8a78e1fc terraform-providers.aiven: 4.31.1 -> 4.33.0 25d6e81e9ac6f immich: 1.123.0 -> 1.124.2 (#371942) 0ec2df46bc4da home-assistant-custom-components.homematicip_local: 1.78.1 -> 1.79.0 5b7855d61565a python313Packages.hahomematic: 2025.1.7 -> 2025.1.10 fcbaac0f20edc cosmic-player: init at unstable-2025-01-14 (#373897) 0c0db621543c2 nextcloud-notify_push: 0.7.0 -> 1.0.0 (#375239) 2351d1a569ab7 python312Packages.python-linkplay: 0.1.2 -> 0.1.3 (#375227) 0ca75b9e43845 terraform-providers.huaweicloud: 1.72.0 -> 1.72.1 b25086345bbcd clouddrive2: 0.8.5 -> 0.8.6 a64584d9c022f ytdl-sub: 2025.01.15 -> 2025.01.17 459806aea2653 nextcloud-notify_push: 0.7.0 -> 1.0.0 1a7e7da6b6863 immich-public-proxy: 1.5.6 -> 1.6.2 (#374020) e6305a33bf221 v2rayn: 7.6.2 -> 7.7.0 360016ef3f100 terraform-providers.artifactory: 12.7.1 -> 12.8.1 e57f79900d837 flameshot: 12.1.0-unstable-2024-12-03 -> 12.1.0-unstable-2025-01-19 8f8024017e1cf mint-artwork: Run {pre,post}Install hooks (#375210) 95dbf5b038a13 changedetection-io: 0.48.05 -> 0.48.06 1a8f76c215c29 gerbera: 2.3.0 -> 2.4.1 586e657c4a693 pocketbase: 0.24.1 -> 0.24.4 e427a1d3bb4bf llvmPackages.libc: init at 20.0.0-unstable-2024-12-08 (#363449) 91df0dc23c016 alsa-lib: fix building with llvm (#374462) f152a652dd038 terraform-providers.grafana: 3.15.3 -> 3.16.0 1351cf8ba9d1d calibre: 7.22.0 -> 7.24.0 (#373186) a8da7b01f116a python312Packages.python-linkplay: 0.1.2 -> 0.1.3 52a2bfcee4d45 ack: 3.7.0 -> 3.8.0 (#367593) 63dff148c56cc cubicsdr: fix Darwin build (#371751) 24d32f996c003 sq: 0.48.4 -> 0.48.5 eb453754f4451 spfft: 1.1.0 -> 1.1.1 3cef4905f0836 cjson: fix building with clang a4677d48c1763 simpleDBus: 0.8.1 -> 0.9.0 7d0cbf1b6ff7d nwg-panel: 0.9.59 -> 0.9.61 fd39cdbfd823b vimPlugins.git-conflict-nvim: 2024-12-27 -> 2.1.0 bba244a0bb907 cosmic-workspaces-epoch: 1.0.0-alpha.2 -> 1.0.0-alpha.5.1 (#374054) f14aab51d85b7 doublecmd: 1.1.21 -> 1.1.22 (#375042) 8205fac22caf5 dillo: 3.1.1 -> 3.2.0 (#374924) 3a17bb2b062e1 uxn: 1.0-unstable-2025-01-04 -> 1.0-unstable-2025-01-19 (#375182) 319bd8ba2511f dbeaver-bin: 24.3.2 -> 24.3.3 (#375118) eac29814d23d0 mlt: 7.28.0 -> 7.30.0 18e0dfbfe93c2 mint-artwork: Run {pre,post}Install hooks dba84b21bf895 maintainers: update getchoo 095e7ca581506 pyenv: 2.5.0 -> 2.5.1 3efc691be4709 nsd: 4.11.0 -> 4.11.1 30f769f69e0dd guile-zlib: 0.2.1 -> 0.2.2 e65e23b593f38 responsively-app: 1.15.0 -> 1.16.0 (#375080) 19b51c4d57f00 doc: Fix typo in python docs (extras_requires -> extras_require) (#375141) 94adb9efcd870 dum: 0.1.19 -> 0.1.20 678af34d5e4d1 air: 1.61.5 -> 1.61.7 f34f442aa4257 maintainers: add ethancedwards8 matrix a3548b05fef89 gersemi: 0.17.1 -> 0.18.2 d3c3aee40f46f chiaki-ng: 1.9.4 -> 1.9.5 115100541a094 terragrunt: 0.71.2 -> 0.72.2 c241e9c792e65 {webcord, webcord-vencord}: pin electron_33 (#374996) 2791191d9b218 python312Packages.weaviate-client: 4.10.2 -> 4.10.4 (#375177) 58855abbc56fc cnquery: 11.36.0 -> 11.37.1 543065d5291a5 cnspec: 11.37.0 -> 11.37.1 2a51380029fc5 werf: 2.12.1 -> 2.19.0 (#375167) 8c2883e136968 opengothic: 0.80-unstable-09-10-2024 -> 1.0.3010 (#375179) 359726d99ac7b sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs 3c7ee26e19732 cargo-show-asm: 0.2.45 -> 0.2.46 (#375169) aa07c2b9135ea systemfd: 0.4.4 -> 0.4.6 c1e831fbb117c monero-cli, monero-gui: pin boost 1.86 f4c5b5563f4a4 clac: 0.3.3-unstable-2021-09-06 -> 0.3.4 (#374581) 52d376906d285 uxn: 1.0-unstable-2025-01-04 -> 1.0-unstable-2025-01-19 9137365b3dbb6 opengothic: 0.80-unstable-09-10-2024 -> 1.0.3010 5094795c607de zfs: 2.2.7 -> 2.3.0 0f0e509ef5137 globalarrays: fix build with gcc-14 (#375137) 60cc35abae02e zfs: remove code for obsolete versions 0345a58bc005d vimPlugins: update on 2025-01-19 (#375142) 6ad44484f526c helix: 25.01 -> 25.01.1 75f79317f9ad9 python312Packages.weaviate-client: 4.10.2 -> 4.10.4 b78b5ce3b29c1 phpunit: 11.5.2 -> 11.5.3 (#375171) 61d7cc96bdffc ucc: CUDA fixups (#369956) 1432fb336d46b phpunit: 11.5.2 -> 11.5.3 7534c163b568c cargo-show-asm: 0.2.45 -> 0.2.46 8dac865314b59 werf: 2.12.1 -> 2.19.0 da5a0cfeba808 vips: move to openexr_3 4bcf8859f21b2 linux_rpi: ignoreConfigErrors 1d8a3e9ac5f4b nixos/freshrss: fix empty extensions (#359991) 5d467dda25249 vimPlugins.nvim-treesitter: update grammars 6fca99b876a2e vimPlugins: update on 2025-01-19 4208161bb1f3e gimp: move to openexr_3 4b42fba7b9968 ananicy-rules-cachyos: 0-unstable-2025-01-03 -> 0-unstable-2025-01-13 (#375105) 16fc8b4e08dec evcc: 0.132.1 -> 0.133.0 (#375157) 23dd5e854f126 mpvScripts.mpv-playlistmanager: 0-unstable-2024-11-19 -> 0-unstable-2025-01-08 62fb979cdd5bc dsda-doom: 0.28.2 -> 0.28.3 e28b761703108 zed-editor: add withGLES to passthru.tests 0c14e06c813a0 evcc: 0.132.1 -> 0.133.0 bbc455519f7c8 sunshine: 0.23.1 -> 2025.118.151840 70ea2a504c961 vscode-extensions.vadimcn.vscode-lldb: refactoring (#373933) bc25b631dcdff angular-language-server: 19.0.3 -> 19.0.4 ba62305ec9925 liboqs: 0.11.0 -> 0.12.0, add nix-update-script 90b4f938dd110 vscode-extensions.vadimcn.vscode-lldb: move patches to separate folder 975344e10e2a6 vscode-extensions.vadimcn.vscode-lldb: split up derivation 87fe42d77fb9d vscode-extensions.vadimcn.vscode-lldb: cleanup lldb derivation ebc7c892719b1 doc: Fix typo in python docs (extras_requires -> extras_require) 610753a12377a google-cloud-sdk: update update.sh to generate nixfmt valid data.nix 20d2e6da70836 wcc: 2018-04-05 -> 0.0.7-unstable-2025-01-13 (#374840) 48c41b57775ea balena-cli: 20.2.1 -> 20.2.3 (#375095) 9590805ff6524 google-cloud-sdk: remove obsolete patch after gsutils bump 5eb7333fcae18 google-cloud-sdk: 501.0.0 -> 506.0.0 c2ed933d1f46f wrapFirefox: quote the makeWrapperArgs Bash array (#375122) bcec2d6bf1e46 osu-lazer-bin: 2025.101.0 -> 2025.118.2 ce7fcd3d69de6 globalarrays: fix build with gcc-14 d17d9b69f4fc3 osu-lazer: 2025.101.0 -> 2025.118.2 ad2c670306003 llvmPackages_[14-17].lldb: fix build with clang-19 (#373938) 482b0debe894e haskellPackages.ghc-datasize: unbreak d1431a523caa4 sunshine: fix updater package path 919036287765e libwbxml: fix build (#367723) de80709d15274 sway-easyfocus: 2023-11-05 -> 0.2.0 c7c6b372e94ef hawkthorne-journey: Fix Desktop 301d6e452a3e7 hyp2mat: fix cross build (#375019) 512432dc4ddda globulation2: fix strictDeps build, mark cross as broken (#375070) 7617a4dc5ef5a lrs: 7.2 -> 7.3 (#374305) 22bd84a21bd7c icinga2: Pin boost version (#374998) b7771dfb42716 mir,mir_2_15: Disable UdevWrapperTest.UdevMonitorDoesNotTriggerBeforeEnabling 7c2becf742a58 nixosTests.miracle-wm: Move the mouse to work around VM setup issues d777e99f6a482 nixosTests.miriway: Move the mouse to work around VM setup issues 9b520ccbfb2ee nixosTests.miriway: Switch back to commented-out code d3e2f73277c69 nixosTests.miracle-wm: Update alacritty config format, switch to pkgs.formats 952a2afab8a4a nixosTests.miriway: Update alacritty config format, switch to pkgs.formats 7bc8bc7c8b9bf python312Packages.vector: 1.5.2 -> 1.6.0 (#375035) aa38588df2615 benthos: 4.42.0 -> 4.43.0 05e1afc115dee mattermostLatest: init at 10.4.1; mattermost: 9.11.6 -> 9.11.7 (#373113) 561318249b46a wrapFirefox: quote the makeWrapperArgs Bash array 4b5b5d19d2e2a nixos/test-driver: fix OCR (#375091) a9aa816c85231 kodiPackages.visualization-spectrum: 20.2.0 -> 21.0.2 (#374943) fadf4f4f287d0 kodiPackages.visualization-shadertoy: 20.3.0 -> 21.0.2 (#374942) 8f8889cb27c07 kodiPackages.controller-topology-project: 1.0.0 -> 1.0.1 (#374934) 202dab8357a12 kodiPackages.visualization-goom: 20.1.1 -> 21.0.1 (#374916) 4da9ebda046af kodiPackages.visualization-fishbmc: 20.2.0 -> 21.0.1 (#374913) 6bc98d076f828 kodiPackages.visualization-pictureit: 20.2.0 -> 21.0.1 (#374914) 4f021f58b30c4 kodiPackages.visualization-waveform: 20.2.1 -> 21.0.1 (#374912) 766984593b14a OWNERS: Change ownership of pkgs-lib (#373558) bbfef7c059b64 wcc: 2018-04-05 -> 0.0.7-unstable-2025-01-13 24750d9cadba2 dbeaver-bin: 24.3.2 -> 24.3.3 ca168be0de7d9 nixos/test-driver: Use consistent naming and types (#263718) 69d76dd3aed05 ungoogled-chromium: 131.0.6778.264-1 -> 132.0.6834.83-1 (#375093) 70f4e7b1ad7f2 lunar-client: 3.3.2 -> 3.3.3 3bc50180d7a80 tomboy-ng: 0.41 -> 0.42 (#375100) 6641525d8b66c lldap-cli: 0-unstable-2024-02-24 -> 0-unstable-2024-11-11 8c01b4fa296c0 youtube-music: 3.7.1 -> 3.7.2 c368baa7a8941 python313Packages.webrtc-noise-gain: fix cross builds (#375107) 761c9d78ca11f python312Packages.robotframework: 7.1.1 -> 7.2 (#375022) 83dccd733bc2c bcc: fix bashreadline (#328899) 8f2bc9842e371 nixos/test-driver: Use consistent naming and types 1704fea3f169f gmailctl: 0.10.7 -> 0.11.0 (#375055) 428afc49cad64 daggerfall-unity: init at 1.1.1 (#350177) ce7e3247be604 python312Packages.geventhttpclient: 2.3.1 -> 2.3.3 (#370939) 1faa66a86e390 python313Packages.webrtc-noise-gain: fix cross builds 7615fa874decd libossp_uuid: remove invalid ac_cv_va_copy value; fix darwin (#369649) 409845ed08403 python312Packages.license-expression: 30.4.0 -> 30.4.1 6605c7b1d8164 daggerfall-unity: init at 1.1.1 78a40d3403a0e bcc: fix bashreadline 4e6dbf368da9a python312Packages.safety: 3.12.13 -> 3.2.14 ba238f0ea68c0 python312Packages.bcc: 0.32.0 -> 0.33.0 (#375069) 8c5369502caba tomboy-ng: 0.41 -> 0.42 f7d6b17875908 libossp_uuid: remove invalid ac_cv_va_copy value 997dcad8d0bc3 earbuds: disable updateScript (#374592) 0d199cbfbb071 umu-launcher[-unwrapped]: init at 1.1.4 (#369259) b66bae53c6133 spotdl: 4.2.10 -> 4.2.11 (#375089) 06725f297a159 balena-cli: 20.2.1 -> 20.2.3 be139555bb144 ungoogled-chromium: 131.0.6778.264-1 -> 132.0.6834.83-1 7c069661deb10 python313Packages.pyannotate: disable lib2to3 test (#375047) aa18eb2c313c7 fatrace: 0.17.0 -> 0.18.0 (#375051) fa45ad36fd8e7 phpExtensions.tideways: 5.16.2 -> 5.17.0 (#374951) 84b216c2a6f45 nixos/test-driver: fix OCR 101c250fba1c1 prometheus-frr-exporter: 1.3.2 -> 1.3.3 (#375000) a5de10b29e45f python312Packages.robotframework: modernize e44f8406fde9d python312Packages.robotframework: 7.1.1 -> 7.2 53c86af2d3d96 robotframework-tidy: 4.15.0 -> 4.16.0 8c86bf8f9a280 doctl: 1.120.1 -> 1.120.2 (#375003) e236cf48f7a85 dblab: 0.30.0 -> 0.30.1 (#375006) 63512c2e0628e xonsh: 0.19.0 -> 0.19.1, use nix-update-script (#375009) 61faebd45fc8f pbzip2: fix clang-19 build (#371515) c5e7b24a178e4 summon: 0.10.1 -> 0.10.2 (#375015) 4f4a498296dba railway: 3.20.1 -> 3.20.2 (#375016) 1bf6bc676b8fd opnborg: 0.1.54 -> 0.1.63 (#375074) 5f7d1f6b09d8c vdrPlugins.softhddevice: 2.4.1 -> 2.4.2 (#375085) 82c2fef0f9627 python312Packages.mozart-api: 4.1.1.116.4 -> 4.1.1.116.5 (#375026) 78b911f7cbeaa pscale: 0.219.0 -> 0.220.0 (#375007) 863e0fb6c3ae7 spotdl: 4.2.10 -> 4.2.11 e3820c429045a gama-tui: 1.2.0 -> 1.2.1 (#374995) d0c25349a983a emacsPackages.el-easydraw: 1.2.0-unstable-2025-01-06 -> 1.2.0-unstable-2025-01-16 16d3e983cb157 kotlin-language-server: 1.3.12 -> 1.3.13 (#374935) 7b9a17bf6bde2 lxgw-wenkai-screen: 1.501 -> 1.510 (#374937) 3dffcefea6c72 httpie-desktop: 2024.1.2 -> 2025.1.0 (#374870) a8f4d2066ab21 refinery-cli: update time crate 9f22f3b6accb4 zbus-xmlgen: 5.0.1 -> 5.0.2 3900e7ba7fc48 alpine-make-rootfs: 0.7.1 -> 0.7.2 (#374887) 300166d37f3e3 nvidia-system-monitor-qt: 1.6 -> 1.6-1 (#374891) e0924c1f5a72a dnscontrol: 4.15.4 -> 4.15.5 (#375060) 7c4d91b58006e samtools: 1.19.2 -> 1.21 (#371401) 7ee444227b73e vdrPlugins.softhddevice: 2.4.1 -> 2.4.2 7e7debbfbb428 python3Packages.tesserocr: enable for darwin (#374906) 154e03e60ca03 materialgram: 5.9.0.1 -> 5.10.3.1 (#374910) 51bc258ce3187 csharpier: 0.30.5 -> 0.30.6 (#374836) 690ad570f4352 weasis: 4.4.0 -> 4.5.1 (#374839) 7019c02d5a320 mir: 2.19.2 -> 2.19.3 (#374857) 8435846d7aa7e neovim: enable autoconfigure by default (#374653) 7d7c573130742 stats: 2.11.23 -> 2.11.26 (#374860) a8ad894ad5bee kubecm: 0.32.1 -> 0.32.2 (#374862) 0307aee06d02c arc-browser: 1.77.0-57419 -> 1.78.1-57736 (#374863) c0cace03c6aa5 velero: 1.15.1 -> 1.15.2 (#374865) fc507c9cac01e proton-ge-bin: GE-Proton9-22 -> GE-Proton9-23 (#374867) a3a980d7a5560 prometheus-zfs-exporter: 2.3.4 -> 2.3.6 (#374812) e3dd618effc08 doomretro: 5.6.1 -> 5.6.2 (#374820) 286f86ce466ad responsively-app: 1.15.0 -> 1.16.0 6a0c84f8c7477 maintainers: add GKHWB fc0dd65d1e09c stats: 2.11.23 -> 2.11.26 cc95e672b2f9d handheld-daemon: 3.9.0 -> 3.10.2 (#373678) 3fb5983a82afd python312Packages.minio: 7.2.14 -> 7.2.15 897a9483b83eb ugrep: 7.1.2 -> 7.1.3 2e9a29ee1372f ov: 0.37.0 -> 0.38.0 (#374940) ff136653ef9a5 opnborg: 0.1.54 -> 0.1.63 7837256fa05dc home-assistant-custom-components.solax_modbus: 2024.11.2 -> 2025.01.6 (#368108) f9909ca71751a python312Packages.mandown: 1.10.1 -> 1.11.1 (#371362) 1b3284429f7c0 k3d: 5.7.4 -> 5.8.1 efab4baa237e3 globulation2: fix strictDeps and trivial cross builds 63386f3f6e98a librewolf: 134.0 -> 134.0.1 (#374948) b898dc0b85215 tailscale: build with tsidp e869934367b26 python312Packages.bcc: 0.32.0 -> 0.33.0 baad866eee7cb vscodium: fix bundle resources being modified on darwin (#373630) ded5473358c3a librewolf: 134.0 -> 134.0.1 1fa6b568280c2 jfrog-cli: 2.72.5 -> 2.73.0 e48e51ee81b3d regolith: init at 1.5.1 fe637e0213e9c python312Packages.base64io: 1.0.3-unstable-2024-06-24 -> 1.0.3-unstable-2025-01-09 49b9166ece0fd headscale: 0.23.0 -> 0.24.0, cleanup maintainers (#374636) 6082943fcbffb almo: 0.9.5-alpha -> 0.9.6-alpha (#372857) 257be01ccfe1f signal-desktop(darwin): fix hash 4f4441e5cb043 umu-launcher[-unwrapped]: init at 1.1.4 4a72d3ecc6e54 dnscontrol: 4.15.4 -> 4.15.5 4128ae7e609a2 nom: 2.7.2 -> 2.7.3 2cc47779cb25e gmailctl: 0.10.7 -> 0.11.0 22ee62f58d745 php84Extensions.datadog_trace: mark broken 6b4c4cb92805b pay-respects: 0.6.10 -> 0.6.11 0e27fa3cc156c pay-respects: add ALameLlama to maintainers cc2f4fbf1c632 headscale: 0.23.0 -> 0.24.0, cleanup maintainers 8909ef00705f2 octopus: fix build (#374380) 0b54f486c1d59 python313Packages.pyannotate: disable lib2to3 test a29c300b62686 fatrace: 0.17.0 -> 0.18.0 bd46f57740119 php8{1-3}Extensions.datadog_trace: use fetchCargoVendor 9dee4ae97ce84 nixos/paperless: Support remote databases (#368137) bc6f6bf2a99fc f3d: 2.5.1 -> 3.0.0 a2fe10d4a6772 python3Packages.wandb: unmark darwin as broken (#374911) d114ef52edf12 python312Packages.pytapo: 3.3.37 -> 3.3.38 (#373943) 34f826a66c386 paperless-ngx: 2.13.5 -> 2.14.4 1de0c226e2e9a python313Packages.flaxlib: fix build (#373159) 17b5913663606 bitwuzla: actually build with cryptominisat support (#369786) 47cbb54c07cd9 gawkextlib.{errno,gd,haru,lmdb,select}: fix (cross) build 479b592b84f15 python312Packages.mandown: refactor 210b2262a96a0 python312Packages.mandown: 1.10.1 -> 1.11.1 c59e3ea1085b2 python312Packages.comicon: refactor c3d6a191472f2 python312Packages.comicon: 1.3.0 -> 1.4.0 84ed163a938bf paperwork: fix installing translations (#370379) eece9429423ed gocryptfs: 2.4.0 -> 2.5.0 (#374932) 51fcd2759e918 doublecmd: 1.1.21 -> 1.1.22 f44907d245fcf cargo-deny: 0.16.3 -> 0.16.4 d0ec106920331 vimPlugins.typescript-tools-nvim: add runtimeDeps tsserver 1d85984351e0c neovim: enable autowrapRuntimeDeps by default c4aa5081f908f neovim: enable autoconfigure by default 5e2aac6af75bc last: 1607 -> 1608 (#374226) b47e09d765d16 python312Packages.yamale: 5.2.1 -> 6.0.0 (#371102) f1070f8a290db python312Packages.llama-cloud: 0.1.8 -> 0.1.9 (#374372) d6d2987afcad3 universal-pidff: 0.0.10 -> 0.0.12 3d307af0576a3 gtkspell2: fix cross build (#374001) 0ec8369b000c2 treewide: replace substituteAll with replaceVars (part 2) (#373658) f995e96fd1acf nixos/acme: disable rate limiting to fix the test (#374984) 27555100b3f26 libixion: fix cross build (#373983) 709a853491636 liblangtag: fix cross build (#373968) 3ab4abae1d639 python3Packages.lrclibapi: init at 0.3.1 (#373542) 69ace4daab664 paperwork: fix evaluation warning e272e727dc355 octave: fix cross build (#375025) 06e6d2459bb30 mecab: fix cross build (#373789) 23c1d61b2b23d bitwarden-desktop: 2024.12.1 -> 2025.1.1 de1c0f43d48e9 octave: fix cross build 735a044321ba9 powershell-editor-services: 4.1.0 -> 4.2.0 (#374428) d8d3d5f5ded48 syncthingtray: 1.7.0 -> 1.7.1 (#375001) 9035371b3ed53 python312Packages.apispec: 6.8.0 -> 6.8.1 97c3c86ec9b3d cpp-utilities: 5.27.1 -> 5.27.2 (#374993) f624d9c16af01 lldap: pin wasm-bindgen-cli to 0.2.95 (#374179) 3c3982e2231dd python312Packages.pyexploitdb: 0.2.63 -> 0.2.64 6e02957b50fb8 Fix invalid pythonImportsCheck attributes (#374927) f26c1bc725afb python3Packages.wat: 0.4.4 -> 0.5.0 (#374970) a4afb337c326d Merge: nextcloud: remove 28, update apps (#374902) 290030cafc4c3 hyp2mat: fix cross build c1bf44ab555d1 Merge: nixos/postgresql: fix condition for readwritepaths (#372164) a45e3bcce4ded python313Packages.reflex-chakra: 0.6.2 -> 0.6.3 (#375013) daf35fdd25d9e liberation-sans-narrow: fix cross build (#373965) 3655f3f84ae8d simdjson: 3.11.4 -> 3.11.6 (#375018) 58afe3786d18b python313Packages.setupmeta: 3.6.0 -> 3.6.1 (#375011) 133940fb2ae1a tinycc: 0.9.27-unstable-2022-07-15 -> 0.9.27-unstable-2025-01-06 (#374684) ed916a6a2c46a inkscape: fix cross build (#370554) d9ad310cbd151 python312Packages.mozart-api: 4.1.1.116.4 -> 4.1.1.116.5 98307ec905b8a python312Packages.mpl-typst: init at 0.1.0 (#374768) d13c7254f39a7 python312Packages.setuptools-git-versioning: 2.0.0 -> 2.1.0 (#374483) 792640d7a1345 meshcentral: 1.1.35 -> 1.1.38 59fe6abb33183 python312Packages.keras-preprocessing: remove 54e48b64d1440 nixos/fider: init 374c722c1034e python312Packages.sqlalchemy-i18n: refactor and mark as broken (#373360) 47219a7b02165 python312Packages.moderngl-window: 3.1.0 -> 3.1.1 (#375004) b56cac7e90e7d go-blueprint: 0.10.3 -> 0.10.4 (#374933) 2ee9c181c5387 fider: init at 0.24.0 d2ad4d48f82d4 python313Packages.setupmeta: 3.6.0 -> 3.6.1 2bc2c3aa78a12 python312Packages.inkex: clean up test inputs (#371482) 168e0b20e2cc4 keep-sorted: 0.5.1 -> 0.6.0 d7104f1822928 libppd: fix cross build (#370283) d4e33cb807325 transifex-cli: update homepage e0420f93a59b0 cxxtest: update homepage 87c0ae4fc7238 procodile: update homepage 3e7bfaf54581c torque: update homepage a0936b7bfc092 cvsps: update homepage 63ac80d747ef7 perlPackages.maatkit: update homepage 660282640d3f8 python312Packages.pyparser: update homepage and src 4e88251557fb3 perlPackages.Hailo: update homepage 1b73a3f88f911 sysstat: update homepage c75811f8997df vcprompt: 1.2.1 -> 1.3.0-unstable-2020-12-28 fb4974c5ed696 python313Packages.flaxlib: fix build 738e591cc2a56 railway: 3.20.1 -> 3.20.2 9a504bc16c2b3 summon: 0.10.1 -> 0.10.2 bc6541114d2fa vcprompt: move to pkgs/by-name c767ebed331a7 simdjson: 3.11.4 -> 3.11.6 00df8d1bcbcc2 xonsh: 0.19.0 -> 0.19.1, use nix-update-script e193d9a61e3f6 python313Packages.reflex-chakra: 0.6.2 -> 0.6.3 aeb8e0f79bb31 libcupsfilters: fix cross build, cleanup (#374997) d1d706fd7cb63 python312Packages.django-dynamic-preferences: 1.15.0 -> 1.17.0 (#374752) a570861f49035 aaaaxy: 1.5.250 -> 1.5.256 (#374994) 8f860dcd17257 netbird: fix formatting d739078de4b29 python312Packages.django-filingcabinet: disable tests with browser 18a5c3dfd49ed python312Packages.moderngl-window: 3.1.0 -> 3.1.1 80d9c0daf3523 netbird: 0.35.2 -> 0.36.3 cf3814d45c1d1 pscale: 0.219.0 -> 0.220.0 a3380bc5ece7f dblab: 0.30.0 -> 0.30.1 090ca56f441fb doctl: 1.120.1 -> 1.120.2 44b3a8afb4c8f syncthingtray: 1.7.0 -> 1.7.1 f9690b8c2a67d prometheus-frr-exporter: 1.3.2 -> 1.3.3 b4622e7a25f1d nixos/alsa: reintroduce hardware.alsa.enablePersistence (#373529) af0fc9563de1f libcupsfilters: fix cross build, cleanup e5ad45c4b7499 FerretDB document defaults, PostgreSQL default URL, disable telemetry (#288493) baf60dc606a7f {webcord, webcord-vencord}: pin electron_33 629735627a8fa grafana-image-renderer: 3.11.6 -> 3.12.0 edc63aabe4605 python312Packages.python-benedict: 0.34.0 -> 0.34.1 (#374974) 887069a3b100e dolt: 1.45.1 -> 1.45.4 (#372441) 5b3d1b675face re-flex: 5.1.0 -> 5.1.1 (#372541) 7ca67d76f3b74 gama-tui: 1.2.0 -> 1.2.1 cc26c8d852e64 aaaaxy: 1.5.250 -> 1.5.256 6d97045efd64f vscode-extensions.saoudrizwan.claude-dev: 3.1.1 -> 3.1.11 (#374987) 5a5938f361337 mattermostLatest: track 10.x instead of 10.4.x 935af66a6edd5 ruff: skip some failing tests on darwin (#374697) b99293177b17c nixos/yggdrasil-jumper: init f9fa9600a8292 yggdrasil-jumper: init at 0.3.1 f3caeb28186a2 maintainers: add one-d-wide 7dcbeafeee879 hermitcli: 0.41.0 -> 0.42.1 63ea8854d218d cpp-utilities: 5.27.1 -> 5.27.2 daa15f05473fd webcord: add NotAShelf to maintainers a0472778d37f6 gmetronome: 0.4.1 -> 0.4.2 9d7e0ab573821 vscode-extensions.saoudrizwan.claude-dev: 3.1.1 -> 3.1.11 8e614ad4fad21 ci: Format `nixfmt` command prominently (#373939) 17f38bc01dd51 nixos/acme: disable rate limiting to fix the test 01e831ecd1566 maintainers: add matrix to boralg 3a98e4ee47a03 mattermost: 9.11.6 -> 9.11.7 40bbd31b63763 python312Packages.fastmri: init at 0.3.0 (#372506) cbd54cce90b2c mattermostLatest: 10.3.1 -> 10.4.1 f9c619ae5a78e squawk: 1.4.0 -> 1.5.0 (#372683) 2ce77cfceeae3 radicale: 3.3.3 -> 3.4.0 (#372790) 24134bc58f6c3 zap: 2.15.0 -> 2.16.0 (#372806) 36cf18e1be410 unit: 1.34.0 -> 1.34.1 (#372831) 5ab5172bae508 gemrb: 0.9.3 -> 0.9.4 (#372941) 9b9f8bc57e741 local-ai: 2.24.2 -> 2.25.0 (#372926) 8e0237b6efbcf bitwarden-desktop: 2024.12.0 -> 2024.12.1 (#373177) cb702cb6b2c5f linux_6_1: 6.1.125 -> 6.1.126 (#374976) bc0c2f52e4eec stackit-cli: 0.20.0 -> 0.21.2 (#374827) 445cb7358e95f linux_6_1: 6.1.125 -> 6.1.126 dcfd4b07484c0 slackdump: 3.0.2 -> 3.0.3 b16f9da3b2daf kdocker: 5.4 -> 6.2 (#374966) e4cf87b8e1e86 qt6Packages.qwlroots: 0.3.0 -> 0.5.2; qt6Packages.waylib: 0.3.0-alpha -> 0.6.10-alpha (#374802) dcbd73f421586 python312Packages.python-benedict: 0.34.0 -> 0.34.1 50165c4f7eb48 staging-next 2025-01-06 (#371501) 311ccd3820251 lomiri.biometryd: pin Boost 1.86 for now (#374477) d8de57d5432f6 nvidia-modprobe: 550.54.14 -> 565.77 06dba8c97ff60 waypipe: 0.10.0 -> 0.10.1 (#374963) 842662d102d24 nixVersions.nix_2_25: 2.25.3 -> 2.25.4 (#374964) 6ade29b7831d5 kdocker: move to by-name/kd 4a21427ac93d7 python3Packages.dbt-common: 1.12.0 -> 1.14.0 50bc4b39c20db python3Packages.wat: 0.4.4 -> 0.5.0 88ef3d9e34730 mattermostLatest: use 10.4.x branch 6572a7a52a95b mattermostLatest: init at 10.3.1 f575c248410bf libretrack: init at 1.7.0 7ba58561e903e nixVersions.nix_2_25: 2.25.3 -> 2.25.4 eee19f36f81fd waypipe: 0.10.0 -> 0.10.1 b529daaab8e31 Merge master into staging-next 5860af2f68b2d maintainer: add arexon aa6ae0afa6ade python313Packages.traits: fix build (#373698) 9f99c0e05ef3b python313Packages.traits: fix build 399326e6a5a06 python313Packages.trectools: 0.0.49 -> 0.0.50 (#373708) 01ff72225c262 reproxy: fix build on darwin (#374080) 347085539330c orbiton: 2.68.6 -> 2.68.7 (#374931) ffec32e456b2d orbiton: update meta.homepage e133b8f130781 open62541pp: 0.16.0 -> 0.17.0 (#374938) f430d897ca2ff mmseqs2: add meta.changelog 44d7582698a1b mmseqs2: 16-747c6 -> 17-b804f 29f35b5482bcc python313Packages.trectools: 0.0.49 -> 0.0.50 47a666c933487 tegola: 0.21.0 → 0.21.2 7d86dd09e2233 python312Packages.pynitrokey: 0.7.1 -> 0.7.3 ab6060a6c6db7 phpExtensions.blackfire: 1.92.30 -> 1.92.32 71b5f9892918d rapidfuzz-cpp: 3.2.0 -> 3.3.0 (#374947) b187b3582af2d monit: 5.34.3 -> 5.34.4 (#372940) 4676a9ed043d7 phpExtensions.tideways: 5.16.2 -> 5.17.0 8664bcb5f6d58 python312Packages.fastmri: init at 0.3.0 b96bce0598349 immich: 1.123.0 -> 1.124.2 900349d854bde python312Packages.geventhttpclient: 2.3.1 -> 2.3.3 b98b2f8537bfb libdeltachat: 1.153.0 -> 1.154.1 (#374638) fe63c159a2593 python312Packages.pandera: init at 0.20.4 (#354391) c626b2b34ce8e ruff: remove duplicate cargoCheckHook b55a5291d1e27 dotnet-ef: 9.0.0 -> 9.0.1 d5e1dc5e89aae rapidfuzz-cpp: 3.2.0 -> 3.3.0 ec91406453369 ruff: fix tests on darwin d033c5a0d9a83 python312Packages.gradio: 5.1.0 -> 5.11.0 (#371430) bd641be4e97d0 treewide: remove `nixfmt-classic` from `updateScript` a8815cdd42062 salt: fix urllib.parse module (#372604) d6db771a73050 z3: move relnotes to 25.05 (#374872) 26a54cc350b0a vscode-extensions.RoweWilsonFrederiskHolme.wikitext 3.8.2 -> 4.0.1 (#371878) 625bad9da2ecd kodiPackages.visualization-spectrum: 20.2.0 -> 21.0.2 50928c6f0569e kodiPackages.visualization-shadertoy: 20.3.0 -> 21.0.2 376c1b206e038 hanko: add updateScript (#372233) c63233b8de560 pbzip2: fix clang-19 build 1c25d6e609b45 ov: 0.37.0 -> 0.38.0 86e2335ddd160 vulkan-hdr-layer-kwin6: 0-unstable-2024-10-19 -> 0-unstable-2024-12-27 (#371178) 429a270f62364 venera: 1.1.3 -> 1.2.0 (#371487) 6f9f436a9e3b9 open62541pp: 0.16.0 -> 0.17.0 fa0a80b988b5d libfreefare: fix build (#371124) bf52592a23a8e lxgw-wenkai-screen: 1.501 -> 1.510 c6c475b925f7a anytype: 0.43.8 -> 0.44.0 (#366778) 2269ae37e8601 alvr: 20.11.1 -> 20.12.0 c3c4be8f58d43 klayout: 0.29.10 -> 0.29.11 4bbd83f6d6456 kodi: 21.1 -> 21.2 d83bbac9eaece tinycc: 0.9.27-unstable-2022-07-15 -> 0.9.27-unstable-2025-01-06 653cbc072e810 tinycc: remove AndersonTorres as maintainer b83f5176127ef tinycc: add onemoresuza as maintainer 39084790b008b kotlin-language-server: 1.3.12 -> 1.3.13 3fc0951cd2f5a gitwatch: add missing runtime dependencies (#374343) 3ce32b8474a24 temporal-cli: remove deprecated tctl (#370247) 3a0ff932bac4e kodiPackages.controller-topology-project: 1.0.0 -> 1.0.1 1dc573beecda8 go-blueprint: 0.10.3 -> 0.10.4 8281bfac5f4e0 gocryptfs: 2.4.0 -> 2.5.0 3874ac0f2df33 Fix invalid pythonImportsCheck attributes 5c8c33da84204 gramps: 5.2.3 -> 5.2.4, move to pkgs/by-name (#374090) f16a6540780be orbiton: 2.68.6 -> 2.68.7 871979afbaa78 civo: add rytswd as maintainer a995c0352dfed libstudxml: 1.1.0-b.10+2 -> 1.1.0 (#373953) 411f7cdb55e8e maintainers: update key for rytswd 25e4bfdaf1037 unrar: 7.1.2 -> 7.1.3 9aa898f52af45 xcodegen: bundle included settings presets 4924685d4abef dillo: 3.1.1 -> 3.2.0 721c8c8eddc48 pharo: build fix (#374859) 15d6e69e0b01b openterface-qt: init at 0.0.6 (#365464) 10fd8fa7c7f6b bfs: 4.0.4 -> 4.0.5 3051b1550a587 skrooge: 2.33.0 -> 25.1.0 5d580a39ed794 openterface-qt: init at 0.0.6 469a0aa1be5ba kodiPackages.visualization-goom: 20.1.1 -> 21.0.1 b1b1d927bb592 mlx42: fix build with clang (#373838) c39935db5bf2a Merge master into staging-next c043dd9fecf9b gale: fix build, 1.1.4 -> 1.2.2 (#370405) a27f28c736fc7 nomad_1_9: 1.9.4 -> 1.9.5 (#373852) 406a04b659883 hdrop: 0.7.2 -> 0.7.3 (#374847) d5d0699fe044f ride: bump nan version to fix build with nodejs_22 (#369163) 5d154c2bf128c dash-mpd-cli: 0.2.23 → 0.2.24 (#367525) 7b37bd6ae3e7a pkgdiff: 1.7.2 -> 1.8 (#373070) 41a52d394cbd6 kodiPackages.visualization-fishbmc: 20.2.0 -> 21.0.1 8f612f1ac9e56 kodiPackages.visualization-waveform: 20.2.1 -> 21.0.1 335da0b77b305 python3Packages.wandb: unmark darwin as broken ad10463e3b71b kodiPackages.visualization-pictureit: 20.2.0 -> 21.0.1 3cf68dee88dab python312Packages.copykitten: init at 1.2.3 (#368748) 32b1afd16bb8f python312Packages.pysuezv2: 2.0.1 -> 2.0.3 (#374103) 53398b4c33015 python3Packages.hypercorn: 0.16.0 -> 0.17.3 (#374235) 4f39272459762 Merge: gitlab-ci-ls: 0.22.2 -> 1.0.0 (#369790) 5fa6fba16f389 python3Packages.hypercorn: 0.16.0 -> 0.17.3 fe150d9234eea uutils-coreutils: 0.0.28 -> 0.0.29 (#374895) bb327861ef7ed peazip: remove insecure and redundant dependency "archiver" 322147e3308ee lm_sensors: fix build, split outputs, modernize and remove perl from library closure (#373242) af03e623d4566 materialgram: 5.9.0.1 -> 5.10.3.1 6a5d681fdfbec python3Packages.tesserocr: enable for darwin 7d0f11e52e840 mirrord: 3.128.0 -> 3.129.0 (#374831) 1ed0a5981428e nextcloudPackages: update 7ef73d05cd9fd nextcloud28: remove b681ff2c9c916 python312Packages.kde-material-you-colors: 1.9.3 -> 1.10.0 (#374264) cb77e8ddec2cb python312Packages.opencensus-ext-azure: 1.1.13 -> 1.1.14 (#374231) 10489bfd3aff1 python312Packages.tweepy: 4.14.0 -> 4.15.0 (#374245) 94921298c6ebb python312Packages.py4j: 0.10.9.8 -> 0.10.9.9 (#374285) eb39cec6e0ce6 python312Packages.djangorestframework-simplejwt: 5.3.1 -> 5.4.0 (#374395) 9c9e6621cc40c earbuds: disable updateScript 8e030b1c7eea3 python312Packages.xattr: 1.1.0 -> 1.1.4 (#374467) 97ae27e0a5f30 python312Packages.harlequin-postgres: 0.4.0 -> 1.0.0 (#374377) 1a3f626a0b2b7 python312Packages.sparse: 0.15.4 -> 0.15.5 (#374504) a1a26e1933a33 python3Packages.rns: 0.8.9 -> 0.9.0 (#374555) c381a21ec26c6 python312Packages.superqt: 0.7.0 -> 0.7.1 (#374520) c6b7c70428663 freecad: add ifc support (#330190) 566f6a0e81dd1 python312Packages.launchpadlib: 2.0.0 -> 2.1.0 (#374601) d94dc2428ae3b python312Packages.qcelemental: 0.28.0 -> 0.29.0 (#374558) 64477a82198e7 freeecad: add an option to support ifc files 0df6ab71fc1ff uutils-coreutils: 0.0.28 -> 0.0.29 e569aaa22fa40 python312Packages.qcelemental: 0.28.0 -> 0.29.0 3010e3c0b2c32 cargonode: 0.1.2 -> 0.1.3 (#372469) 3d6a928d7fc4c daed: 0.8.0 -> 0.9.0 (#374122) b7ee780c4cbd7 python312Packages.django-modeltranslation: 0.19.11 -> 0.19.12 (#370501) 9a2f54527df92 python312Packages.plyara: 2.2.2 -> 2.2.6 (#373711) 2aacde65076ba python312Packages.vfblib: 0.7.1 -> 0.8.2 (#368400) f85df0a43555a spotify-cli-linux: 1.9.0 -> 1.9.1 (#372411) fc42e54243536 nvidia-system-monitor-qt: 1.6 -> 1.6-1 e2943a4577939 python312Packages.pyviz-comms: 3.0.3 -> 3.0.4 (#374633) 17f6babaf46f9 granian: 1.6.1 -> 1.7.0 (#365701) d30fdc4b18d4c python312Packages.mkdocs-autorefs: 1.2.0 -> 1.3.0 (#374654) 8094bb3cabda6 openarena: build fix (#374277) b2ed94802d2c4 sirula: 1.0.0-unstable -> 1.1.0 (#371977) 9596c76c83636 go-task: 3.40.1 -> 3.41.0 and refine checks (#374858) b60bec46747f1 cockpit: fix listen port (#371245) (#374667) a5a34dc0a6ddc nawk: 20240728 -> 20250116 (#374575) c135c2eb69527 gpick: fix build with boost 1.86.0. (#371989) 44c0b3bbb5f8f python313Packages.albumentations: 1.4.23 -> 2.0.0 (#374661) 52e7cd1e003ca prowlarr: move to pkgs/by-name (#373075) 6c60f50d46379 bilibili: 1.16.1-3 -> 1.16.2-2 (#373732) 866d50de0b9a1 openlinkhub: 0.4.5 -> 0.4.8 (#374799) 620dd33909c3c ghidra: fix build on gradle 8.12 (#374706) debb4c5fec48f pmtiles: 1.22.3 -> 1.23.1 (#374881) 9faa5db388c47 python312Packages.hyrule: 0.7.0 -> 0.8.0 (#374705) 4464c4ae8a78b alpine-make-rootfs: 0.7.1 -> 0.7.2 e59725c70b037 python312Packages.hyrule: 0.7.0 -> 0.8.0 5f9f121461d1d python313Packages.django-allauth: 0.61.1 -> 65.3.1 (#374674) 7f175c12cdea4 oxlint: 0.15.3 -> 0.15.6 9391aab7af0fb alt-tab-macos: 7.18.1 -> 7.19.1 (#374861) 98c835e8e8a67 kirc: 0.3.2 -> 0.3.3 (#373592) aae8cdf84fb76 worker: 5.1.0 -> 5.2.0 (#374186) 48f79c1d5168c cdk: 5.0-20240619 -> 5.0-20250116 (#374529) 05f2455f6b83f trealla: 2.63.11 -> 2.63.15 (#374574) 7e116d7faee80 python312Packages.pyscf: 2.7.0 -> 2.8.0 (#374712) aa93a8262ab0e python312Packages.cypari2: 2.2.0 -> 2.2.1 (#374715) 475fe3d635c0f python312Packages.zconfig: 4.1 -> 4.2 (#374499) 34fb7a6132bdd python312Packages.troposphere: 4.8.3 -> 4.9.0 (#374716) df7fa2bedb251 python312Packages.skrl: 1.3.0 -> 1.4.0 (#374729) e040193f90dc4 python312Packages.remarshal: 0.20.0 -> 1.0.0 (#374730) 74c48d4d4d7e5 trdl-client: 0.7.0 -> 0.8.3 (#374825) 519b3ec7bd40b protoc-gen-go: 1.36.1 -> 1.36.3 (#374871) 2bada9311d931 pmtiles: 1.22.3 -> 1.23.1 4dd98bc7f1fca python312Packages.setuptools-git-versioning: refactor, switch to tomli 24da1e0df8362 httpie-desktop: remove `with lib;` 51fc5327cc585 z3: move relnotes to 25.05 3d2c9d5774109 protoc-gen-go: 1.36.1 -> 1.36.3 af91e03e44fcf httpie-desktop: 2024.1.2 -> 2025.1.0 6054bf497d87f python312Packages.scikit-bio: 0.6.2 -> 0.6.3 (#374736) a1f23482b3782 python3Packages.joblib: disable tests that assume strictatime mount (#374835) 88658fd66a0bb python313Packages.pysigma: 0.11.18 -> 0.11.19, python312Packages.pysigma-backend-opensearch: 1.0.3 -> 1.0.4 (#374749) 77f21e21ccb03 pbm: 1.4.3 -> 1.4.4 (#374832) 865aae8d13fef python312Packages.debugpy: 1.8.11 -> 1.8.12 (#374855) 984735ce44e9a proton-ge-bin: GE-Proton9-22 -> GE-Proton9-23 64e0b297809ab arc-browser: 1.77.0-57419 -> 1.78.1-57736 8f46e285f4e4e alt-tab-macos: 7.18.1 -> 7.19.1 9240a60895394 velero: 1.15.1 -> 1.15.2 b78ac9a6e6b39 kubecm: 0.32.1 -> 0.32.2 d0ae1ca0aa981 datrie: fix build (#373250) af961427abc6c ncurses: add ftp.gnu.org mirror for src (#371160) 08ae8278b6f9e bitwuzla: add simplistic installCheckPhase 29288c8f16143 bitwuzla: actually build with cryptominisat support 9a282e16f63ee mir: 2.19.2 -> 2.19.3 d37c24666dc05 python312Packages.django-auditlog: disable tests on darwin (#374851) bda8571c1695c go-task: enable doCheck 80f22115321d8 go-task: prefer versionCheckHook rather than testers.testVersion 915dff30ac52d rcu: Fix running it (#371625) 08abc0f7a5402 pharo: build fix 6a95f28569829 go-task: 3.40.1 -> 3.41.0 0cae90809ca2d Merge master into staging-next 15452015791a2 octavePackages.netcdf: 1.0.17 -> 1.0.18 & fixes (#344457) e4bdf35cc2b80 krane: 3.6.2 -> 3.7.0 89f635d87c4c0 python312Packages.debugpy: 1.8.11 -> 1.8.12 b331d661de5d5 maintainers: rename thinnerthinker -> boralg 58b02fee2f6e7 octavePackages: Add locale as buildInput to Octave packages buildEnv (#359121) e4be70c11fa66 libabw: fix cross build (#373958) 4de0fe420b54c awscli2: 2.22.13 -> 2.23.2 4d2949e87abb0 python312Packages.gotenberg-client: 0.8.2 -> 0.9.0 (#374756) 359d71a0989a3 python312Packages.django-auditlog: disable tests on darwin 9095f3728a71b nixos/doc/rl-2505: fix release notes for `nixos-rebuild build-image` (#374788) 55400f8d3c63a deepsearch-glm: init at 1.0.0 391f8df5d5066 forgejo: 9.0.3 -> 10.0.0 (#374668) bbf4efb4984af nixos/borgbackup: fix typo in example (#374833) bbdf8601bcf2a doc: add chapter Fixed-point arguments of build helpers 93d6bb5a0d5bb python312Packages.accelerate: 1.2.1 -> 1.3.0 (#374761) d802a16960479 epubcheck: 5.1.0 -> 5.2.0 (#369532) 7edd2d051d292 kdePackages.karousel: 0.10 -> 0.11 (#374814) da3a6456a47ba hdrop: 0.7.2 -> 0.7.3 b4e712082df73 waypipe: add missing runtime dependencies (#374838) 79bb80e69e08c python312Packages.nitransforms: 24.1.0 -> 24.1.1 (#374767) 9b8fec779a8b4 scalpel: fix cross build (#374842) 6e6df29bafdf3 komga: 1.16.0 -> 1.18.0 (#374735) b3fa7498e56f0 python313Packages.mlxtend: fix build (#371432) a96133edb7335 python313Packages.formencode: fix build (#373164) 57f70dff743a0 zwave-js-ui: 9.27.8 -> 9.29.1 (#374830) 2efb5ce46145f python312Packages.django-environ: 0.11.2 -> 0.12.0 (#374755) 52b9eff35181c waypipe: remove unused arguments b7066ff12f837 waypipe: add missing runtime dependencies 431e18ae5ba95 python313Packages.cyclopts: 3.2.0 -> 3.2.1 fe5b3e767c638 python312Packages.mpl-typst: init at 0.1.0 83f5f7a38d9a4 python312Packages.pysigma-backend-opensearch: 1.0.3 -> 1.0.4 5465a593dcf83 python313Packages.pysigma: 0.11.18 -> 0.11.19 c875c3386711f scalpel: fix cross build 0f8d77e73f00c python313Packages.fireflyalgorithm: 0.4.5 -> 0.4.6 (#373152) 48aec0eb8437c python312Packages.python-otbr-api: 2.6.0 -> 2.7.0 (#374464) 1e9e13f437c59 python312Packages.pwntools: 4.13.1 -> 4.14.0 (#374798) bd517c0435764 weasis: 4.4.0 -> 4.5.1 671bb2a1523e5 python3Packages.joblib: disable tests that assume strictatime mount 2444d7872a812 coqPackages.corn: missing coq-elpi dependency for master (> 8.19.0) a9c0c91c72444 coqPackages.itauto: add missing stdlib dependency b1d65bff40e3d Add missing mlPlugin 74de1cde51ee5 nixos/borgbackup: fix typo in example a8c247f09a121 csharpier: 0.30.5 -> 0.30.6 4854bedee5f53 python312Packages.asf-search: 8.0.1 -> 8.1.1 (#374646) 9155958c3bc3e live-server: 0.9.0 -> 0.9.1 (#374815) 84d76b4e5eb3c python312Packages.autopep8: 2.3.1 -> 2.3.2 (#374720) 06e8e56411cd5 python312Packages.ibm-cloud-sdk-core: 3.22.0 -> 3.22.1 (#374737) b6d3a89c55376 python312Packages.marshmallow-sqlalchemy: 1.1.0 -> 1.3.0 (#374781) fb069083c32be python312Packages.fedora-messaging: 3.6.0 -> 3.7.0 (#374794) 8d8b5644fb2bf python313Packages.django-taggit: 5.0.1 -> 6.1.0 (#374758) 26f009b49d8e5 python312Packages.django-htmx: 1.19.0 -> 1.21.0 (#374757) 86bef497391c6 pbm: 1.4.3 -> 1.4.4 59ee3adcec747 mirrord: 3.128.0 -> 3.129.0 5ffe7c08becfb switch-to-configuration-ng: add devshell (#344127) abbb5a635e3d3 prowlarr: reformat with nixfmt 00b6db5736b4b switch-to-configuration-ng: add devshell f52cc90396995 python313Packages.publicsuffixlist: 1.0.2.20250111 -> 1.0.2.20250117 (#374739) 010dba88d4e9a prowlarr: move to pkgs/by-name d804047f86641 zwave-js-ui: 9.27.8 -> 9.29.1 ab051effe6994 python313Packages.cyclopts: 3.2.0 -> 3.2.1 (#374744) 579459fed34d8 python313Packages.aiohomeconnect: 0.11.0 -> 0.11.2 (#374745) 843e4ef420362 python312Packages.django-import-export: 4.3.3 -> 4.3.4 (#374759) 1231af3540a7f gh-poi: 0.12.0 -> 0.13.0 (#374808) 908b2a41617dc helmfile: 0.169.2 -> 0.170.0 (#374804) 476436ef29b1a ttdl: 4.7.0 -> 4.8.0 (#374800) 13b511449d504 python313Packages.globus-sdk: 3.49.0 -> 3.50.0 (#374797) bf4d24d62b282 qq: 3.2.15-2024.12.24 -> 3.2.15-2025.1.10 (#374795) b0a6b4fe4aa08 nixos/pay-respects: add `runtimeRules` and `aiIntegration` options (#357425) 1034176af574c cosmic-panel: unstable-2023-11-13 -> 1.0.0-alpha.5.1 (#374061) 19a9bbe649cc0 xygrib: unpin proj_7 (#373368) 9c3ee649ee3db python312Packages.python-engineio: 4.11.1 -> 4.11.2 (#374784) 22f6a72f24cd0 python312Packages.pycaption: 2.2.15 -> 2.2.16 (#374733) 7c469273d4b74 tidb: 8.5.0 -> 8.5.1 b1fdd35adf66e python312Packages.mypy-boto3-*: updates (#374738) b27ea8e9cbd9c python313Packages.boto3-stubs: 1.36.0 -> 1.36.2, python313Packages.botocore-stubs: 1.36.0 -> 1.36.2 (#374741) 6f471e18a48ff python313Packages.tencentcloud-sdk-python: 3.0.1304 -> 3.0.1305 (#374742) e97fb3e00a36e stackit-cli: 0.20.0 -> 0.21.2 8a754605ceeaf python313Packages.libcst: 1.5.1 -> 1.6.0 (#373025) 49453fc65b4ce trdl-client: 0.7.0 -> 0.8.3 bb1e082332712 python312Packages.aioairzone: 0.9.7 -> 0.9.8 (#374751) 4b8ae9751fc3c qtractor: 1.5.1 -> 1.5.2 (#374701) c361a436cf208 enpass: 6.10.1.1661 -> 6.11.6.1833 (#374704) 739a3d5bfde9c python312Packages.pycron: 3.1.1 -> 3.1.2 (#374711) c2200b55db4ad matcha-rss-digest: 0.7.0 -> 0.7.1 (#374718) 1d1f0b05f5696 gcli: 2.2.0 -> 2.6.0 (#374763) fe0b1ecf0a058 nixos/paperless: Support remote databases 7dc94a8cbbe81 python312Packages.pyscard: 2.2.0 -> 2.2.1 (#374719) 0458e6a9769b1 mpvScripts.modernz: 0.2.3 -> 0.2.4 (#374672) effa0dc2ee26e python312Packages.python-gnupg: 0.5.3 -> 0.5.4 (#374677) 0ad23d24aaf16 esphome: 2024.12.2 -> 2024.12.4 (#374675) 38f58c1164ba3 python312Packages.griffe: 1.5.4 -> 1.5.5 (#374682) 7a5f5393bc83a python312Packages.niaarm: 0.3.12 -> 0.3.13 (#374686) 76665e8827586 iosevka: 32.3.1 -> 32.4.0 ccc71409a1939 python313Packages.icalevents: 0.1.29 -> 0.2.0 (#374632) a13972784e835 python3Packages.zenoh: 1.1.0 -> 1.1.1 (#374651) 9dc2c517eeec2 doomretro: 5.6.1 -> 5.6.2 d9438292bcddb lxgw-wenkai: 1.501 -> 1.510 (#374811) fca93fa5f21d3 dnscontrol: 4.15.3 -> 4.15.4 (#374637) 2c80251aedffd python312Packages.sphinx-codeautolink: 0.15.2 -> 0.16.2 (#374567) c0f8e5db2bda2 vimPlugins.pomo-nvim: init at 2024-07-30 (#374732) 7707274b17bb3 clac: 0.3.3-unstable-2021-09-06 -> 0.3.4 81571b321f2ae python312Packages.softlayer: 6.2.5 -> 6.2.6 (#374644) 9e8d80656162a taskchampion-sync-server: 0.4.1-unstable-2024-08-20 -> 0.5.0 (#374576) 5ece020e6b525 ast-grep: 0.33.0 -> 0.33.1 (#374605) e85db0d5f604c python312Packages.skorch: 1.0.0 -> 1.1.0 (#374590) 91cffe8ea88ed live-server: 0.9.0 -> 0.9.1 640c0df8961aa ytdl-sub: 2024.12.27 -> 2025.01.15 (#374171) 3e93b8b914bb7 famistudio: 4.3.1 -> 4.3.2 (#374586) 24b9c4716efd0 espflash: 3.2.0 -> 3.3.0 (#373704) 700c67776ba91 nixos/engelsystem: fix typo in docs (#374596) e3093dd600ebc eww: 0.6.0-unstable-2024-07-05 -> 0.6.0-unstable-2025-01-14 (#374315) 40cffc01bc895 owntracks-recorder: Install htdocs, not just binaries (#373934) f48717a662c9c prometheus-zfs-exporter: 2.3.4 -> 2.3.6 913238a54c6d2 ingress2gateway: 0.3.0 -> 0.4.0 (#374796) a9d65f88ff321 kdePackages.karousel: 0.10 -> 0.11 5555ef257dd28 lxgw-wenkai: 1.501 -> 1.510 3a299718c5872 python313Packages.beartype: disable broken test (#373799) 83cbb264bec2f ankama-launcher: 3.12.28 -> 3.12.30 2c7d7d13b61c1 Merge: postgresql: fix build if pythonSupport is enabled (#372655) 02ce6c579463a gh-poi: 0.12.0 -> 0.13.0 c631603d097d8 nixos/wyoming-faster-whisper: fix module (#374780) a3838482c1ad1 doc/stdenv: accurately describe propagatedNativeBuildInputs (#354341) 1ccd82995ba1d der-ascii: 0.3.0 -> 0.5.0 (#374769) f70b5b8d1c8fe aerc: 0.18.2 -> 0.19.0 (#373875) db94d04cbab68 qt6Packages.waylib: 0.3.0-alpha -> 0.6.10-alpha 24f757cf67b03 helmfile: 0.169.2 -> 0.170.0 5f422c56224b4 dbvisualizer: 24.3.2 -> 24.3.3 4ece536a35d3b qt6Packages.qwlroots: 0.3.0 -> 0.5.2 0fc90d8f32062 home-assistant-custom-components.solax_modbus: 2024.11.2 -> 2025.01.6 5223d4097bb2c deepin desktop environment: remove packages I no longer maintain (#374427) 9c414926c84ec ast-grep: 0.33.0 -> 0.33.1 01d11a9369251 ttdl: 4.7.0 -> 4.8.0 c1c5234333c40 bilibili: 1.16.1-3 -> 1.16.2-2 1ae607753647d openlinkhub: 0.4.5 -> 0.4.8 352779d17817d warp: 0.8.0 -> 0.8.1 (#373905) e3d925f62c6ad python313Packages.globus-sdk: 3.49.0 -> 3.50.0 a36a487650636 qq: 3.2.15-2024.12.24 -> 3.2.15-2025.1.10 ad1bd463fa38e blocky: 0.24 -> 0.25 (#374690) 2deb996fb6e6f ingress2gateway: 0.3.0 -> 0.4.0 3ac23f26a51bf kodiPackages.visualization-projectm: 21.0.1 -> 21.0.2 (#374688) 5b1c8558c49da google-chrome: 131.0.6778.264 -> 132.0.6834.83 (#374785) b4be310197b8c broot: 1.44.5 -> 1.44.6 (#374683) da6a52ed26b55 gpick: fixup build, missing #include 9d00b012d9699 venera: 1.1.3 -> 1.2.0 31754f4a92da3 uhd: pin Boost 1.86 (#372944) f3161bb4a1f33 davis: 4.4.4 -> 5.0.2 (#374168) 9e643237950da Merge master into staging-next cb0e16df96505 nixos/doc/rl-2505: `build-image` is also available for `nixos-rebuild-ng` d60225cee0416 ente-auth: 4.2.4 -> 4.2.8 (#374609) d82aa56c32605 dbus-cpp: pin Boost 1.86 (#372767) e4b6ebec9b424 nixos/doc/rl-2505: fix release notes for `nixos-rebuild build-image` a656e23d6cd10 google-chrome: 131.0.6778.264 -> 132.0.6834.84 f143c16091d08 mastodon: 4.3.2 -> 4.3.3 (#374348) e1f4f86f21056 python312Packages.python-engineio: 4.11.1 -> 4.11.2 32d96956a665d nixos/wyoming-faster-whisper: fix module prevent the error expected a list but got a string "" 7bb3d1da21c27 gnuradio*: pin back to boost186 8767eb7a66cdc redict: 7.3.0 -> 7.3.2 (#374619) 3715e88187885 whisparr: 2.0.0.548 -> 2.0.0.787 (#374593) fb4e92b733d90 uv: 0.5.20 -> 0.5.21 (#374740) 680ecdb8b455e der-ascii: 0.3.0 -> 0.5.0 71d1ee92de710 clash-verge-rev: 2.0.2 -> 2.0.3 09c71b16e6efc zug: add a patch to include algorithm (#368070) c8221984a7311 gcli: 2.2.0 -> 2.6.0 e8ab8d19f6f43 python312Packages.django-htmx: 1.19.0 -> 1.21.0 77538077358d9 video-downloader: 0.12.21 -> 0.12.22 (#374734) dae68ef3287d2 python313Packages.django-taggit: 5.0.1 -> 6.1.0 0303919039ea5 python312Packages.django-import-export: 4.3.3 -> 4.3.4 2de545570b2ef python312Packages.django-environ: 0.11.2 -> 0.12.0 aa82cc1d59985 python312Packages.django-dynamic-preferences: 1.15.0 -> 1.17.0 22c57a0b75f0e python313Packages.skorch: disabled a3d4df616ffc2 python312Packages.skorch: refactor bc1c633692936 python312Packages.skorch: 1.0.0 -> 1.1.0 15c3dd5f5a12b python312Packages.aioairzone: 0.9.7 -> 0.9.8 ceba93b5c8fc8 python313Packages.cyclopts: 3.2.0 -> 3.2.1 6e1067c8537b9 python313Packages.aiohomeconnect: 0.11.0 -> 0.11.2 c1a411a381354 uv: 0.5.20 -> 0.5.21 1594522d2b535 python312Packages.mypy-boto3-sagemaker: 1.36.0 -> 1.36.2 ce3f8254484bd python312Packages.mypy-boto3-ecs: 1.36.0 -> 1.36.1 f988fcf60ca7f python312Packages.mypy-boto3-ec2: 1.36.0 -> 1.36.2 d1d605489c36b python312Packages.mypy-boto3-detective: 1.36.0 -> 1.36.2 7a499ee138b93 python313Packages.publicsuffixlist: 1.0.2.20250111 -> 1.0.2.20250117 1382b11fee7a0 python313Packages.botocore-stubs: 1.36.0 -> 1.36.2 e9a31eadbcc85 python313Packages.boto3-stubs: 1.36.0 -> 1.36.2 0fdcadfdd348b python312Packages.lmdb: 1.5.1 -> 1.6.2 (#374571) 948fa1bc5178c python312Packages.jdatetime: 5.0.0 -> 5.1.0 (#374584) 79591416e7bfd python313Packages.tencentcloud-sdk-python: 3.0.1304 -> 3.0.1305 51b5a56827d96 python312Packages.python-otbr-api: fix build a030ba207fe00 simbaplusplus: init at 0-unstable-2024-11-05 (#374426) 388d222120d78 python312Packages.types-aiobotocore: 2.16.1 -> 2.17.0 (#374506) 5b043b36c7af2 python312Packages.sphinx-codeautolink: refactor 8ada0d00606b9 python312Packages.sphinx-codeautolink: add changelog to meta 337c4cc7b0fbd nixos/mediamtx: restart service on failure (#374588) caffa8c560557 python312Packages.google-cloud-netapp: 0.3.17 -> 0.3.18 (#374628) 986ff49306adc python312Packages.google-cloud-secret-manager: 2.22.0 -> 2.22.1 (#374629) d5eee16c8affe python312Packages.okta: 2.9.9 -> 2.9.10 (#374639) 02ee792eb4603 python312Packages.asana: 5.0.10 -> 5.0.15 (#374648) c451e81fe19fb python312Packages.adafruit-platformdetect: 3.76.1 -> 3.77.0 (#374660) ca76a13574e8a python312Packages.google-cloud-firestore: 2.19.0 -> 2.20.0 (#374680) 902337a1f8be7 python312Packages.restfly: 1.5.0 -> 1.5.1 (#374676) e9557adbe208f python312Packages.vulcan-api: 2.4.1 -> 2.4.2 (#374728) d22ecc76fe34b komga: 1.16.0 -> 1.18.0 21c6a8dd13b70 video-downloader: 0.12.21 -> 0.12.22 724912c7a065f nixos/jupyter: fix typos (#373757) a8c559f30beb3 python312Packages.jdatetime: 5.0.0 -> 5.1.0 8c874fbdb4c6e python312Packages.lmdb: switch to pypa builder 28b07079e9542 python312Packages.google-api-python-client: 2.147.0 -> 2.158.0 (#369922) 252cf5f29f7e8 python312Packages.google-cloud-monitoring: 2.24.0 -> 2.26.0 (#371236) 7a2e95924b13b python312Packages.pycaption: 2.2.15 -> 2.2.16 20f22ffbe91ff python312Packages.qdldl: 0.1.7.post4 -> 0.1.7.post5 (#371256) 72be6fa875307 vimPlugins.pomo-nvim: init at 2024-07-30 15d523ca48a45 cargo-release: v0.25.10 -> v0.25.15 (#374620) 9ee0966a4a6b8 python312Packages.pyslurm: 24.5.0 -> 24.11.0 (#369717) d499a3068fb56 python312Packages.lexilang: 1.0.2 -> 1.0.5 (#374570) 448596034a1bf python312Packages.automx2: 2024.2 -> 2025.1.1 (#374616) 2439ead791501 lib.extendMkDerivation: init 947eb2af89cba python312Packages.automx2: 2024.2 -> 2025.1.1 0d6c2d72ee5c1 google-clasp: 2.4.2 -> 2.5.0 (#373714) 4358db6485623 python312Packages.trytond: 7.4.2 -> 7.4.3 (#371126) 7beeeabd03ff0 python312Packages.lexilang: refactor 2046a92e0649a python312Packages.lexilang: 1.0.2 -> 1.0.5 0a5e75bb2ec44 Merge master into staging-next 6584aa1d297c3 python312Packages.skrl: 1.3.0 -> 1.4.0 a9c7c4c52da18 gollum: 6.0.1 -> 6.1.0 506a594a196b0 python312Packages.vulcan-api: 2.4.1 -> 2.4.2 7f6ba9f71c470 python312Packages.genson: init at 1.3.0 6e0876c53ae46 python312Packages.lupa: 2.2 -> 2.4 (#374514) 6b889f5d265db icloudpd: 1.25.1 -> 1.26.0 (#374583) 6ec47fa67804a python312Packages.sievelib: 1.4.1 -> 1.4.2 (#374598) e829a8f8b762d python312Packages.dploot: 3.0.3 -> 3.1.0 (#374614) f9fbf377b2dd9 python312Packages.pyscard: 2.2.0 -> 2.2.1 47db67aadc96c matcha-rss-digest: 0.7.0 -> 0.7.1 21645616f6042 python312Packages.modelcif: 1.2 -> 1.3 (#374713) 6ec39bf07fb79 python312Packages.modelcif: 1.2 -> 1.3 8308da21f713d ghidra: fix build on gradle 8.12 53223c213397d python312Packages.pycron: 3.1.1 -> 3.1.2 b8706b05875b4 sea-orm-cli: 1.1.3 -> 1.1.4 110890ebcda2e fakechroot: fix cross / strictDeps build (#370602) 26b33b8b54fe4 rio: 0.1.17 -> 0.2.3 (#359621) 6ef690b4f1a16 enpass: 6.10.1.1661 -> 6.11.6.1833 5d3e652ea5361 weaviate: 1.28.2 -> 1.28.3 4ab8165282783 qtractor: 1.5.1 -> 1.5.2 0e1e7c177cbb0 hyprland-protocols: 0.5.0 -> 0.6.0 a185fbd6fef18 perlPackages.(various): fix strictDeps / cross build (#371816) e22fb5eb86f52 sirula: add maintainer atagen 2d2b75968dee6 sirula: add update script 21da4a7f0eb55 sirula: 1.0.0-unstable -> 1.1.0 e2ba90f2c80f6 python313Packages.pyeiscp: init at 0.0.7 (#374693) c6fa9074f313f python313Packages.netbox-interface-synchronization: fix build 57f28371b1660 home-assistant: regenerate component-packages 1b6f324b9481a python313Packages.pyeiscp: init at 0.0.7 e969a11f708e5 weblate: 5.8.3 -> 5.9.2 and fix (#369307) 04ca0033384d0 fex: 2412 -> 2501 8336f8bada908 vimPlugins.agitator-nvim: init at 2024-03-17 (#322762) 5160f9cacc0c7 python313Packages.drf-spectacular: 0.27.2 -> 0.28.0 f24b0fe95f1a3 python313Packages.dj-rest-auth: 6.0.0 -> 7.0.1 ccdceb51e3064 appgate-sdp: 6.4.0 -> 6.4.1 4651197bba710 vimPlugins.agitator-nvim: init at 2024-12-02 178ee76b7f7da rio: 0.1.17 -> 0.2.4 0bd799225e5c2 blocky: 0.24 -> 0.25 742b621ab0502 libosmocore: 1.10.0 -> 1.10.1 51fe00b44ebc7 kodiPackages.visualization-projectm: 21.0.1 -> 21.0.2 8acf8946722ca nixos/stirling-pdf: fix external dependencies and service permissions 8859192db3599 linuxKernel.kernels.linux_lqx: 6.12.2 -> 6.12.10 43a7f6052924f linuxKernel.kernels.linux_zen: 6.12.2 -> 6.12.10 e5007e43b0733 linuxKernel.kernels.linux_zen: fix update script 5347875c3df55 python312Packages.niaarm: 0.3.12 -> 0.3.13 622926a4d0ee1 go_1_22: 1.22.10 -> 1.22.11 5d082f343cf34 go_1_24: 1.24rc1 -> 1.24rc2 9376f4fa1449f go: update 1.22 bootstrap e22ee34960b18 broot: 1.44.5 -> 1.44.6 0559a979b9ada python312Packages.griffe: 1.5.4 -> 1.5.5 073155fd7bca6 Merge master into staging-next 7e2f7cae9b183 python313Packages.django-mailman3: mark broken with newer django-allauth 97d6186f94a5b mailmanPackages: pin older django-allauth 934b9c21ce856 python313Packages.django-mailman3: add optional django-allauth dependencies a395ac20c640a paperless-ngx: drop django-allauth override 622e868b1263d python313Packages.django-allauth: 0.61.1 -> 65.3.1 442e818b52bd9 cockpit: extend test case to not use default port 576ffad2bd05c python312Packages.google-cloud-firestore: 2.19.0 -> 2.20.0 746241b5b2b22 python312Packages.python-gnupg: 0.5.3 -> 0.5.4 9ca3ca30d3ffd esphome: 2024.12.2 -> 2024.12.4 249e0723922b9 python312Packages.restfly: 1.5.0 -> 1.5.1 f1b468a5667ba probe-rs-tools: 0.25.0 -> 0.26.0 d174a6cce24f8 mpvScripts.modernz: 0.2.3 -> 0.2.4 7d5856e1fbacc fcitx5: fix and enable strictDeps (#361689) 4be9a89a7f2b2 forgejo-runner: add adamcstephens as maintainer be2921fec6e23 forgejo: 9.0.3 -> 10.0.0 9dfdaf6c9be96 nextcloud{29,30}: update (#374393) c460b15aa0aaf cockpit: fix listen port (#371245) 9c73444257697 doc/neovim: better document the wrappers (#373805) c01d4db06471b nixos/wireless: remove patch warning from allowAuxiliaryImperativeNetworks option b03be392451e1 palemoon-bin: 33.5.0 -> 33.5.1 (#374166) 754146a3c3b4c python312Packages.robotframework-seleniumlibrary: 6.6.1 -> 6.7.0 83c8d1f70c4dd python313Packages.albumentations: 1.4.23 -> 2.0.0 ffac4fda3f1b5 python313Packages.albucore: 0.0.21 -> 0.0.23 bf9612321d2b0 python312Packages.adafruit-platformdetect: 3.76.1 -> 3.77.0 137882d6940ea cc2538-bsl: 2.1-unstable-2023-10-03 -> 2.1-unstable-2025-01-14 (#374650) 395182b791df7 deno: 2.1.5 -> 2.1.6 (#374516) e81a9b360965a python3Packages.zenoh: 1.1.0 -> 1.1.1 3cadb8cf1e49c cc2538-bsl: 2.1-unstable-2023-10-03 -> 2.1-unstable-2025-01-14 9203cc6ddf06f cargo-release: v0.25.10 -> v0.25.15 833d51b49267d zenoh*: 1.1.0 -> 1.1.1 (#374523) fedf48638c514 python312Packages.asana: 5.0.10 -> 5.0.15 758fd693054cc waypipe: cleanup dependencies (#374615) 84dd9abff4846 intel-compute-runtime: 24.48.31907.7 -> 24.52.32224.5 (#372376) 448b42d0ff964 python312Packages.softlayer: 6.2.5 -> 6.2.6 9f4fd5626d7aa python312Packages.mautrix: 0.20.6 -> 0.20.7 (#374640) 06172a70b5ab5 nixos/realmd: init (#372318) 687b1f747d5ee v2rayn: 7.4.1 -> 7.6.2 (#367858) d81c8e2e9d16a python3Packages.python-prctl: Fix build failure (#372437) a4a5d95963237 rc-9front: introduce package tests & do not assume /usr/bin/env and import from coreutils (#279676) a7ddfec2bc8af python312Packages.mautrix: 0.20.6 -> 0.20.7 0e54e20485379 python312Packages.okta: 2.9.9 -> 2.9.10 aea7cb723c8e5 dnscontrol: 4.15.3 -> 4.15.4 33955cedd9dc2 python312Packages.python-octaviaclient: 3.8.0 -> 3.9.0; python312Packages.openstacksdk: 4.0.0 -> 4.2.0; python312Packages.python-neutronclient: 11.3.1 -> 11.4.0 (#374569) c98ba59960844 libdeltachat: 1.153.0 -> 1.154.1 bff49dba48a60 lazygit: 0.45.0 -> 0.45.2 (#374580) 51e4b3bf169e8 python313Packages.icalevents: 0.1.29 -> 0.2.0 e68a04c03dbc2 zeroad: pin boost183 and allow implicit-function-declaration to fix build (#373889) 9a4e8526238c1 diffoscope: 284 -> 285 (#374607) f3135c8b832e0 hugo: 0.140.2 -> 0.141.0 (#374447) 9b8411affcc83 python312Packages.openai: 1.59.3 -> 1.59.8 (#374610) 9737c6a6ea8d6 fcitx5-unikey: fix strictDeps build 54e00997a6f75 fcitx5-table-other: fix strictDeps build 96e51d744909e fcitx5-table-extra: fix strictDeps build b7c6b1bc2ed2e fcitx5-qt: fix strictDeps build 037f302906583 fcitx5-lua: fix strictDeps build af66699fd2f80 fcitx5-chinese-addons: step towards strictDeps build 284345cf217c4 home-assistant-custom-components.auth_oidc: init at 0.5.1-alpha (#374162) adc052964fedf python312Packages.netbox-napalm-plugin: init at 0.3.1 (#374534) c6241b078ea0c python3Packages.netbox-floorplan-plugin: init at 0.6.0 (#374618) 958e4f92df553 python312Packages.google-cloud-monitoring: 2.24.0 -> 2.26.0 30d43d89cf573 python312Packages.google-cloud-secret-manager: 2.22.0 -> 2.22.1 29a536380ee8c python312Packages.netbox-napalm-plugin: init at 0.3.1 11f85891b8b87 python312Packages.google-cloud-netapp: 0.3.17 -> 0.3.18 99e52855258ef python3Packages.netbox-floorplan-plugin: init at 0.6.0 80dec5fc1e0cb maintainers: add cobalt 005b37d3af2f7 python312Packages.napalm-ros: init at 1.2.6 (#374546) 2218eb7932e48 python312Packages.netbox-topology-views: init at 4.1.0 (#374515) 0163120e6685b python312Packages.netbox-plugin-dns: init at 1.1.7 (#374139) 8ad449703ba38 python312Packages.netbox-interface-synchronization: init at 4.1.4 (#374138) 23e8a8f663203 anytype: 0.43.8 -> 0.44.0 08e7b7b4134af python312Packages.netbox-topology-views: init at 4.1.0 328fdd6e76f0b python312Packages.napalm-ros: init at 1.2.6 c6c4f8c608e57 waypipe: cleanup dependencies e78a020befcfd maintainers: Update felbinger (#374511) b4969bde35909 redict: 7.3.0 -> 7.3.2 b2ec2308a4d0f python312Packages.dploot: 3.0.3 -> 3.1.0 54224cf56a75e tmx2lua: init at 1.0.1 9a50cae3bbc3d hawkthorne-journey: init at 1.1.0 62c0c8be160fe python312Packages.openai: 1.59.3 -> 1.59.8 f0726244095f3 nixos/rippleDataApi: drop 22ed62c140c44 nixos/rippled: drop b4f2fc5c507a6 ente-auth: 4.2.4 -> 4.2.8 0243fb86a6f43 ktailctl: 0.19.0 -> 0.19.1 (#374604) 2afe427cf9877 diffoscope: 284 -> 285 5d3490276956a valkey: 8.0.1 -> 8.0.2 (#374481) 83972e4ab98a6 gradle: do not include udev on Mac (#374559) 33747f4edd714 ast-grep: add updateScript eac99db3a0f99 akkoma: 3.13.2 → 3.14.1 (#371220) 49f832206c61f ktailctl: 0.19.0 -> 0.19.1 2e115750f708a gitui: refactor, add `passthru.updateScript`, 0.26.3 -> 0.27.0 (#373583) 80a399ba1b66a davis: 4.4.4 -> 5.0.2 086463a9c8bfb python312Packages.launchpadlib: 2.0.0 -> 2.1.0 df5a154f887ac Merge master into staging-next 15eb70efe516d python312Packages.sievelib: 1.4.1 -> 1.4.2 3252fed91a53d nixos/engelsystem: fix typo in docs 22e78613f5c81 whisparr: 2.0.0.548 -> 2.0.0.787 3ca2cedac25e3 python312Packages.coffea: disable flaky test (#374545) ece71c6f1865d nixos/headscale: remove much-loosened-up server_url check (#374374) 31680c6fb4d2d zwave-js-ui: init at 9.27.8; nixos/zwave-js-ui: init module (#336623) 4843d1fbb8018 python312Packages.runstats: init at 2.0.0 (#371277) 48d7dc7fa9557 dash-mpd-cli: add dependencies to $PATH 6f905ffd964fa dash-mpd-cli: 0.2.23 → 0.2.24 69a173c8a032d cosmic-store: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 (#374058) 123138b3cca31 ast-grep: rename command sg to ast-grep (#369666) c19eeacc79db4 python314: 3.14.0a2 -> 3.14.0a4 (#366127) 9d42721b4ff6c wrapFirefox: make `makeWrapperArgs` overridable (#374270) 5ae83c52dfb73 quickgui: icon fix (#373833) 322a1d3241eec famistudio: 4.3.1 -> 4.3.2 8e22b77d69a3c jetbrains.plugins: update b90638c68d93a jetbrains: 2024.3.1 -> 2024.3.3 eac67d5a7f012 blockbench: 4.11.2 -> 4.12.0 (#374199) 3cd615ab4c283 icloudpd: 1.25.1 -> 1.26.0 c69ebea8b75da xf86videonouveau: unbreak build (#374547) 59233ebe4d4a4 ast-grep: ast-grep: rename command sg to ast-grep 8bcc7e660d566 ast-grep: add xiaoxiangmoe as maintainer 03a745a9edc5c lazygit: 0.45.0 -> 0.45.2 c53498a79f86f immersed: 10.5.0 -> 10.6.0 (#368996) 91a58602e06fa taskchampion-sync-server: 0.4.1-unstable-2024-08-20 -> 0.5.0 7027221ab6a61 zed-editor: add remote_server (#370017) 8a0011bdc262f nawk: 20240728 -> 20250116 4fb742d75e795 gitkraken: 10.6.0 → 10.6.1 (#374005) e356d3187c685 nanobench: init at 4.3.11 2dda684f9b8d6 rke2: fix update script and update all rke2 packages (#374267) 86bcc8d9b6d25 mailmanPackages.python.pkgs.hiredis: fix override (#374572) b4c31cf7436e3 zed-editor: add remote_server 80e73d690ab2c nixos/incus: add lxc hook path to service env f3a75905ab2f3 nixos/tests/incus: fix subtest names and add reboot check 274e0fd934df6 incus: support per-instance lxcfs 9b660dff6d777 incus: fix instance shutdown when softDaemonRestart enabled 4ec863dceb37f trealla: 2.63.11 -> 2.63.15 331d32a6745de tbls: 1.79.4 -> 1.80.0 (#374531) b681022ae8df3 mailmanPackages.python.pkgs.hiredis: fix override 4164065de648e procs: 0.14.8 -> 0.14.9 (#374532) f81213701d0a5 envconsul: 0.13.2 -> 0.13.3 (#374537) b11f64980cebd gomi: 1.1.6 -> 1.1.8 (#374539) 6f19f7d97cd8d kubernetes-helmPlugins.helm-diff: 3.9.13 -> 3.9.14 (#374542) 0aed72bf52486 python312Packages.gvm-tools: 24.12.1 -> 25.1.0 (#374552) db43a27dfd09b python312Packages.sphinx-codeautolink: 0.15.2 -> 0.16.2 1811dd148f779 python312Packages.niaaml: 2.1.0 -> 2.1.1 (#374553) 67fcbad5750a2 python312Packages.youless-api: 2.1.2 -> 2.2.0 (#374561) df5ccc35fcc2b python312Packages.python-box: 7.3.1 -> 7.3.2 (#374517) fb227c4895d6d python312Packages.awkward: clean derivation (#374526) 3b028c87cd109 python312Packages.inscriptis: 2.5.0 -> 2.5.3 (#374473) 15018c7b5f20d python312Packages.spacy-transformers: 1.3.5 -> 1.3.6 (#374487) da3990f33ed70 pulumi-bin: 3.145.0 -> 3.146.0 (#374492) cf7c9d7ff0d81 obs-studio-plugins.obs-shaderfilter: 2.3.2 -> 2.4.0 (#374425) c55119cc23cbd multiplex: 0.1.5 -> 0.1.6 (#374436) 08a54efa19c0e httplib: 0.18.3 -> 0.18.4 (#374437) 6f60f74d2b514 faas-cli: 0.16.38 -> 0.17.0 (#374439) e2554f101299f function-runner: 7.0.0 -> 7.0.1 (#374444) 6df44a359de3a Merge master into staging-next 6301b9f5ddb39 metacubexd: 1.173.3 -> 1.176.1 (#369435) 2aa13b211ed28 python313Packages.wirerope: 0.4.8 -> 1.0.0 (#374396) 8f39b4c328768 linux: enable netkit (#371252) ae2abfc64a7e7 nixos/hyperv-guest: drop fb_hyperv in favor of drm_hyperv (#372743) 06406636ebb9d Kernel updates for 2025-01-17 (#374543) 238aec2d7ca97 mautrix-signal: 0.7.4 -> 0.7.5 (#374366) f2e095a73e952 tinycc: fix build on gcc 14 (#374379) 8e5e031b642b7 python312Packages.youless-api: 2.1.2 -> 2.2.0 9e36ea2dc8dd2 python312Packages.lmdb: 1.5.1 -> 1.6.2 2ee10b53165fd python312Packages.pyaml-env: 1.2.1 -> 1.2.2 (#374403) 4ce4aacfb7da2 mollysocket: 1.5.5 -> 1.6.0 (#374417) b88fa1dcd7cc2 vals: 0.38.0 -> 0.39.0 (#374340) 1681717e9d3f7 python3Packages.rns: 0.8.9 -> 0.9.0 d8c78834cbbae river-luatile: 0.1.3 -> 0.1.4 (#374326) 76325d43671a5 qdrant-web-ui: 0.1.34 -> 0.1.35 (#374332) dc2cb2498cb76 zimfw: 1.16.0 -> 1.17.0 (#374338) d6a40ff5c50cd kube-bench: 0.9.4 -> 0.10.0 (#374306) ca6491ed896a4 python312Packages.python-octaviaclient: 3.8.0 -> 3.9.0 827e22b6d81e5 python312Packages.keystoneauth1: 5.8.0 -> 5.9.1 (#368412) 9407fd5364ab8 python312Packages.niaaml: 2.1.0 -> 2.1.1 32acaa2689c01 python3Packages.pygeocodio: init at 1.4.0 (#371964) a928950a9f8f2 python312Packages.python-neutronclient: 11.3.1 -> 11.4.0 5a038137a0a83 python312Packages.openstacksdk: 4.0.0 -> 4.2.0 61c8fb4d37313 python312Packages.gvm-tools: 24.12.1 -> 25.1.0 7e33ecb2bb137 coq: 8.20.0 -> 8.20.1 (#374488) a2b2e9642f644 python313Packages.swift: fix dependencies, remove python 3.9 workarounds 6169850261b98 containerlab: 0.61.0 -> 0.62.0 (#374536) ab255a671aa6b coqPackages.coq-elpi: enable to override ocamlPackages.elpi version c21233f17e0cf coqPackages.coq-elpi: fix indentation 79ff0fcd9ae1d xf86videonouveau: unbreak build e5c749464ae3a python312Packages.coffea: disable flaky test 7c4e1672a9f33 python3Packages.pygeocodio: init at 1.4.0 ac236e4aa7e86 sqlitestudio: 3.4.13 -> 3.4.14 (#374330) 907285b3a8320 linux_6_1: 6.1.124 -> 6.1.125 ddefb73aa908d linux_6_6: 6.6.71 -> 6.6.72 bb84b2cc7ad8f linux_6_12: 6.12.9 -> 6.12.10 d14809d6c0538 linux_testing: 6.13-rc6 -> 6.13-rc7 4a0178c673270 mutter46: 46.7 → 46.8 (#374324) ab08ebc58d43f woof-doom: 15.0.1 -> 15.1.0 8e192f6e45a4c kubernetes-helmPlugins.helm-diff: 3.9.13 -> 3.9.14 c1610005369a3 crowdin-cli: 4.5.0 -> 4.5.1 (#374533) e9fe4fa9667da nixos-rebuild-ng: fix --option parse, make --quiet a count (#374063) e706f49a8c287 imsprog: 1.4.4 -> 1.4.5 6fa67ff1adf5c gomi: 1.1.6 -> 1.1.8 6086a8bb0fd09 envconsul: 0.13.2 -> 0.13.3 f5828e9b2dc1e containerlab: 0.61.0 -> 0.62.0 38331789a0055 mkBinaryCache: fix FileHashes (#367241) 31f1c93db9fef mkBinaryCache: fix nixos/tests/binary-cache.nix (#370773) 4ab23ad1593db crowdin-cli: 4.5.0 -> 4.5.1 cdfff874ae7a5 procs: 0.14.8 -> 0.14.9 8717537f021bc tbls: 1.79.4 -> 1.80.0 942e3746d8530 python312Packages.awkward: clean derivation 7cb497694121b cdk: 5.0-20240619 -> 5.0-20250116 2ab4a08300083 discord: bump all versions (#374510) 97e3a655a08b3 commonsDaemon: 1.4.0 -> 1.4.1 7e3f8e538294c Merge master into staging-next 63ac0242da63f zed-editor: refactor installPhase 22a9d66d31387 Merge remote-tracking branch 'origin/master' into staging-next 05d030a343cf8 treewide: run `./maintainers/scripts/update_redirected_urls.sh` (#374451) 3606cbed05508 zenoh: add nixos test to tests cd40fe8345586 zenoh*: 1.1.0 -> 1.1.1 ddeac5d0f4bb9 mlx42: fix build with clang 282f064a7bf4b python312Packages.python-box: 7.3.1 -> 7.3.2 c5cbdbeaae92a deno: 2.1.5 -> 2.1.6 7442b7f8fa674 Merge: postgis: add sfcgal support (#366650) 745df266ff879 python312Packages.pyinstrument: 4.7.3 -> 5.0.0 (#373660) d0a11f122f7b1 python312Packages.lupa: 2.2 -> 2.4 01f801d3594a3 maintainers: Update felbinger 6c7c9055de74d python314: 3.14.0a3 -> 3.14.0a4 03bab65ae5ae3 python312Packages.netbox-interface-synchronization: init at 4.1.4 b734fd2cafe95 python314: 3.14.0a2 -> 3.14.0a3 041c867bad68d envoy: 1.32.3 -> 1.33.0 (#374003) 3f0dca1721716 openfortivpn-webview: 1.2.0 -> 1.2.3 (#374391) 77b0aeac51b08 python312Packages.python-manilaclient: 5.1.0 -> 5.2.0 (#374415) 4ac6ab33e3dca python312Packages.graph-tool: 2.80 -> 2.85 (#373989) 1a701a7cf8556 python312Packages.openstackdocstheme: 3.4.0 -> 3.4.1 (#371011) 1e21e692c2943 python312Packages.oslo-concurrency: 6.2.0 -> 7.0.0 (#374465) 062c50de61fe6 python312Packages.python-novaclient: 18.7.0 -> 18.8.0 (#374470) 3cbeaafb943aa python312Packages.types-aiobotocore: 2.16.1 -> 2.17.0 d0db877f36a70 maintainers: add mtpham99 e2c2f02903cd8 lrcget: 0.9.0 -> 0.9.1 (#374378) 1cbd9e5ca03b6 envision: look ma, it's more missing dependencies! (#374404) bed60edc70b33 python312Packages.sparse: 0.15.4 -> 0.15.5 284eaeb4502eb moodle: 4.4.5 -> 4.5.1 (#371353) 51c04cc086c1a bacon: 3.7.0 -> 3.8.0 (#374493) c8e35b896f51d ollama: 0.5.5 -> 0.5.7 (#374410) d33694a0d470e tmuxPlugins.tmux-which-key: init at 0-unstable-2024-06-08 (#372455) 38dd37cdc823e swiftlint: 0.58.0 -> 0.58.2 f27773d6aba7f bacon: 3.7.0 -> 3.8.0 e0679e8324263 pulumi-bin: 3.145.0 -> 3.146.0 e42b840dd4461 vimPlugins.coq-lsp-nvim: init at 2024-10-28 (#374479) c267ee5f8ee02 unrar-free: add setupHook (#344723) 467aa6194ee91 deepin.docparser: fix strictDeps build (#374486) f6f5a8766de49 octopus: fix build with scalapack 2.2.2 a381f040e9c00 scalapack: fix cmake files and version string a4d40d6af83ce autobrr: init at 1.57.0 (#287593) 8d3d2d8c5af60 rekor-cli: 1.3.7 -> 1.3.8 (#374446) 23e26caa34dd4 pylyzer: 0.0.76 -> 0.0.77 (#374480) 204fa47a09a67 sile: fix strictDeps build (#373209) 97bfe72b53301 pingvin-share: 1.8.0 -> 1.8.1 (#374111) 06bb5177c5358 deepin.docparser: fix strictDeps build bf2ffa198c55a pylyzer: 0.0.76 -> 0.0.77 4c4ebb5344e61 python312Packages.beaupy: init at 3.10.1 (#366468) d41e182946a8c python312Packages.spacy-transformers: 1.3.5 -> 1.3.6 2c8a2fd95c819 python312Packages.mplcursors: init at 0.6 (#374406) 0fd5f209c1121 Merge remote-tracking branch 'origin/master' into staging-next b6c5c7d238059 python312Packages.setuptools-git-versioning: 2.0.0 -> 2.1.0 90789b086a80e deepin.deepin-pdfium: fix strictDeps build (#374478) 007496f756d0e postgis: add withSfcgal option 36908fc56f46f gallery-dl: 1.28.3 -> 1.28.4, refactor (#373237) d197fd2994a57 valkey: 8.0.1 -> 8.0.2 467ac0eb5ef09 python312Packages.materialyoucolor: 2.0.9 -> 2.0.10 (#374399) ebf16c9c616ce deepin.deepin-pdfium: fix strictDeps build bed68a81cab70 python312Packages.jsonconversion: 1.0.1 -> 1.0.2 (#374400) 56b02a99c516b python312Packages.inscriptis: update disabled 9195615612062 ode: 0.16.5 -> 0.16.6 5396e99b86525 python312Packages.python-novaclient: update disabled 4c2d83966d286 python312Packages.torch-audiomentations: 0.11.1 -> 0.12.0 (#374466) cfa4980716ff5 python312Packages.djangocms-alias: 2.0.1 -> 2.0.2 (#374455) afcdbf388200b nixos/release-notes: move hardware.alsa changes to 25.05 fadbe13ac8077 libspatialindex: fix on Darwin (#374177) fb4c259770307 python312Packages.python-otbr-api: refactor da39b977de212 vimPlugins.coq-lsp-nvim: init at 2024-10-28 10e44feab32bb lomiri.biometryd: pin Boost 1.86 for now bebf31e4d4b09 lianad: 8.0 -> 9.0 7f1521b9ccd8f emacsPackages.consult-gh-{forge,embark}: ignore compilation errors (#374247) aa112238de828 gradle: fix cross builds 8722653f0e4c4 python312Packages.inscriptis: 2.5.0 -> 2.5.3 7f28294ee5a0c kitty: fix formatting f2c3879717e22 kitty: update description 0b707807389a7 kitty: 0.38.1 → 0.39.0 247a45ca82b4a python312Packages.python-novaclient: 18.7.0 -> 18.8.0 c7b06f94804af libremidi: 4.4.0 -> 4.5.0 c97cbc1c98e35 roadrunner: 2024.3.1 -> 2024.3.2 (#374441) a513ed07d46b9 python312Packages.torch-audiomentations: 0.11.1 -> 0.12.0 de0a499a56ee0 nixos/headscale: remove much-loosened-up server_url check e1a3a64af9505 gitkraken: 10.6.0 → 10.6.1 381ff041e1041 gitkraken: add Rishik-Y to maintainers f85dd001888fb python312Packages.oslo-concurrency: 6.2.0 -> 7.0.0 3d4e35496c113 python312Packages.python-otbr-api: 2.6.0 -> 2.7.0 666e326785099 alsa-lib: fix building with llvm 3021e6d66832a deepin.image-editor: remove 6019cb8c61e07 deepin.deepin-image-viewer: remove e5b1713132c7d deepin.deepin-camera: remove f4d612494eb19 deepin.deepin-ocr-plugin-manager: remove ecf338dbb4b44 deepin.deepin-screen-recorder: remove 6ddb842a691f7 deepin.deepin-voice-note: remove a8cbbd438e270 python312Packages.djangocms-alias: 2.0.1 -> 2.0.2 1f6784530daba cargo-tarpaulin: 0.31.4 -> 0.31.5 468bfcc486101 nixos/autobrr: init 445d7f2f8252d autobrr: init at 1.57.0 b09e9317983f2 treewide: run `./maintainers/scripts/update_redirected_urls.sh` a56a570736e7b maintainers: add av-gal 8d6bbb81a0eac hugo: 0.140.2 -> 0.141.0 0993fc2688721 npm-check-updates: 16.14.12 -> 17.1.11 (#346891) 0c3234504b11d {gpclient,gpauth}: 2.3.9 -> 2.4.1 (#374154) fb1c3f7ab4b31 rekor-cli: 1.3.7 -> 1.3.8 776bb8c619343 linode-cli: 5.50.0 -> 5.54.0 (#351343) 2348402cf9a98 function-runner: 7.0.0 -> 7.0.1 804b6442bdfd0 talosctl: 1.9.1 -> 1.9.2 9c090cbce0bd7 manga-tui: 0.4.0 -> 0.5.0 13916206af33c enpass: 6.9.2.1563 -> 6.10.1.1661 (#360804) 8774aa54927a4 open62541: 1.4.6 -> 1.4.8 (#355845) 29195834cfb47 roadrunner: 2024.3.1 -> 2024.3.2 6a143c95a9195 faas-cli: 0.16.38 -> 0.17.0 f5e8b7a37093c multiplex: 0.1.5 -> 0.1.6 82b4147e39b24 dcm2niix: wrap with pigz binary for parallel output compression (#325863) b7c35fce0f2d5 openbsd: many new small packages (#371699) b3b43c13e8ac6 httplib: 0.18.3 -> 0.18.4 7c3ad5509095c dcm2niix: wrap with pigz binary for '-z y' and '-z o' settings fe3ad25ab1a7e python312Packages.seekpath: 2.0.1 -> 2.1.0 (#353268) 4748cfa714e46 opensoundmeter: 1.4 -> 1.4.1 4987323046ffe yubikey-touch-detector: 1.12.2 -> 1.12.4 (#373892) c24feaa6d380e harper: 0.15.0 -> 0.16.0 (#374164) 855c7aa6176a3 deepin.deepin-album: remove 514d472504780 defaultCrateOverrides: remove obsolete darwin frameworks 35c4cd404e07f simbaplusplus: init at 0-unstable-2024-11-05 a0224d54d1fd3 powershell-editor-services: 4.1.0 -> 4.2.0 2006dc8bb2cea graylog-5_2: 5.2.9 -> 5.2.12 (#358772) d032ecd1b6427 obs-studio-plugins.obs-shaderfilter: 2.3.2 -> 2.4.0 77b1381ae5aa2 ibmcloud-cli: 2.27.0 -> 2.30.0 (#357112) 40c3182a8fed0 sourcemapper: init at 0-unstable-2024-03-22 (#358070) ae5382faecb94 graylog-6_0: 6.0.4 -> 6.0.8 (#358733) a0bddc6b9c5b0 xmpp-bridge, tinyemu, mindustry, glow-lang: mark broken (#356820) bdc45c6878c92 z3: 4.8.17 -> 4.13.4; z3_4_12: 4.12.5 -> 4.12.6 (#327052) 75f98728068fb hcloud: 1.49.0 -> 1.50.0 (#374412) 3c4b2516c35b8 mollysocket: 1.5.5 -> 1.6.0 08845d5eab463 flake-checker: 0.2.3 -> 0.2.4 334a056d6ddf0 bootstrap-studio: 7.0.2 -> 7.0.3 17c76b0312a9c libspatialindex: fix on Darwin 4a5ef9b782c8d cargo-hack: 0.6.33 -> 0.6.34 235caa7edf688 python312Packages.kornia: 0.7.4 -> 0.8.0 (#373313) c39a9f109cbed python312Packages.monai: unbreak by relaxing numpy<2 constraint (#371508) a4cce47d41a2f ultrastar-{manager,creator}: specify `mainProgram` (#369670) 0019621da3142 system76{,-acpi}: add maintainer ahoneybun (#366236) 4266ed347ce38 python312Packages.ipyniivue: 2.0.1 -> 2.1.0 (#361540) 610db4d961170 python312Packages.gdcm: fix pname (#372504) c66e4b47a1416 dcm2niix: 1.0.20240202 -> 1.0.20241211 (#364108) dbe9090e26248 python312Packages.rigour: init at 0.8.2 (#370095) 7f15af329344c libdwarf: 0.9.2 -> 0.11.1 (#370814) 0b0ebca950083 python312Packages.python-hl7: fix pname (#369708) 797a0c6f6e504 python3Packages.migen: unstable-2024-07-21 -> 0.9.2-unstable-2024-12-25 (#368875) 3682230c1884d python312Packages.python-manilaclient: 5.1.0 -> 5.2.0 1a5827b324c17 clj-kondo: 2024.11.14 -> 2025.01.16 8a3d51f95a2e0 hcloud: 1.49.0 -> 1.50.0 d0169965cf1ce ollama: 0.5.5 -> 0.5.7 3aa13d8c44e8f quill-log: 7.5.0 -> 8.0.0 6152b337c9ffa python3Packages.dirsearch: enable tests & misc fixes (#365128) b455a526f0cc7 dfcldd: 1.3.4-1 -> 1.9.2 (#369697) 3d94361fb2ada ctypes_sh: fix build with GCC 14 (#370818) 034d7591ed304 python312Packages.mplcursors: init at 0.6 edfcedcabb515 envision: look ma, it's more missing dependencies! 31f76a961ef7e python312Packages.pysilero-vad: 2.0.0 -> 2.0.1 (#374402) 8a7d483e14ebb marwaita-mint: 22.2 -> 24 (#371693) 30c2792e32400 python312Packages.pyaml-env: 1.2.1 -> 1.2.2 7e49c1b612a71 python312Packages.ttstokenizer: 1.0.0 -> 1.1.0 (#374375) 164c6033d9fc4 python312Packages.pysilero-vad: 2.0.0 -> 2.0.1 5f2728f094be9 tdlib: fix cross-compilation (#374150) d1efe181ae369 python312Packages.jsonconversion: 1.0.1 -> 1.0.2 ac429ef6c6f26 vdrift: fix cross build, misc. cleanup (#373467) 6e6ab469340c1 dvdauthor: fix cross build (#373460) 507672592a4b8 python312Packages.materialyoucolor: 2.0.9 -> 2.0.10 18f936b62391e balena-cli: fix build by using an older nodejs (#372092) d5f65e8443d8b z88dk: 2.3 -> 2.3-unstable-2025-01-08 (#372989) c9fd00e9551cd vimPlugins.nvzone-typr: fix sort and pname (#374382) 4801523404a48 nextcloud30: 30.0.4 -> 30.0.5 ff79a46e71440 nextcloud29: 29.0.10 -> 29.0.11 f595792f6d65d python313Packages.wirerope: 0.4.8 -> 1.0.0 69c411bc18126 dotnet: january 2025 releases (#374284) 8045da18458bc vimPlugins.monaspace-nvim: init at 2025-01-14 (#374376) cb886393bff99 vimPlugins.{snacks, todo-comments, trouble}-nvim: updates (#374381) 3fbeab068c4c1 apbs: fix compiler flag passing (#374252) 5cf8e529e8be0 openfortivpn-webview: 1.2.0 -> 1.2.3 26594d3d1f45d envision: Add yet another batch of missing wivrn deps (#374373) bee7ef9e6b912 termius: add Rishik-Y to maintainers (#374351) 712cd63cef3f0 python3Packages.pyunbound: fix build (#374369) a061c2207fc2b python313Packages.govee-ble: 0.40.0 -> 0.42.0 (#374255) ce4b4d0482998 skeditor: 2.8.1 -> 2.8.3; iconConvtools: expand to unix platforms (#365883) 17d82c5af2ad4 python313Packages.msgraph-sdk: 1.16.0 -> 1.17.0 (#374256) 2477d2a49cb09 python313Packages.elkm1-lib: 2.2.10 -> 2.2.11 (#374257) 5eb01c921bb6f python313Packages.boto3-stubs: 1.35.99 -> 1.36.0, python313Packages.botocore-stubs: 1.35.99 -> 1.36.0 (#374261) d4e40cc5f0340 rssguard: 4.5.3 -> 4.8.1 (#367224) 1d626d23c41dd python312Packages.mypy-boto3-*: updates (#374262) 9277281df9692 ollama: 0.5.4 -> 0.5.5 (#373234) 1ccb59685a97f signal-desktop: 7.37.0 -> 7.38.0; signal-desktop(darwin): 7.37.0 -> 7.38.0 (#374149) 13b7572ae3eb2 vimPlugins.monaspace-nvim: init at 2025-01-14 9ad4df07cd769 vimPlugins.nvzone-typr: fix sort and pname 165fb36b0f4a4 vimPlugins.snacks-nvim: 2025-01-15 -> 2025-01-16 8d30b5f1eaba6 vimPlugins.trouble-nvim: 2024-11-27 -> 2025-01-15 5df43628fdf08 Merge: matrix-synapse: 1.121.1 -> 1.122.0 (#373782) 32deaa0f0f38c cargo-dist: 0.27.1 -> 0.28.0 (#372264) aafcd303b88d2 coqPackages.paco: 4.2.0 → 4.2.2 (#373835) 39f544f7d1524 quickemu: 4.9.6 -> 4.9.7 (#373750) 2b5a8f42eb653 rkbin: 2024.02.22 -> 2024.10.23 (#373738) 3e384c5e6ce3f mullvad, mullvad-vpn : 2024.8 -> 2025.2 (#372945) a6af74b9589b1 libretro: updates (#373856) 185b3bfed891c vimPlugins.todo-comments-nvim: 2024-09-16 -> 2025-01-14 459db35f4a5f5 nixos/wakapi: fix running under sqlite3; add stateDir; add sqlite test case (#370497) 167585a6d8fdf docs: Fix relative links to packages moved to `/by-name/` (#374368) 72f369adc3510 tinycc: fix build on gcc 14 68bfff5d6fcc3 lrcget: 0.9.0 -> 0.9.1 4b6d840bdf471 python312Packages.harlequin-postgres: 0.4.0 -> 1.0.0 605fb1e640131 aerc: 0.18.2 -> 0.19.0 50c025e11b6f1 python312Packages.ttstokenizer: 1.0.0 -> 1.1.0 d1aedcf81e1d7 envision: Add yet another batch of missing wivrn deps 196425b1af384 python312Packages.llama-cloud: 0.1.8 -> 0.1.9 4f6ebaa6cd82d coqPackages.paco: 4.2.0 → 4.2.2 0a9077e4cad04 python312Packages.netbox-plugin-dns: init at 1.1.7 9518d1f831bb3 python312Packages.pyunbound: fix build 3817f78894729 dendrite: 0.14.0 -> 0.14.1 (#374365) ac72e70505600 zeroad: pin boost183 and allow implicit-function-declaration to fix build 34b867720c738 kdePackages.kirigami-addons: 1.6.0 -> 1.7.0 (#374357) 6c61e588d3f63 docs: Fix relative links to packages moved to `/by-name/` f941b5323c657 mitama-cpp-result: 9.3.0 -> 10.0.4 0829e5c78166a mastodon: 4.3.2 -> 4.3.3 5746bc3f3ab42 ptyxis: 47.5 -> 47.6 (#374015) 4863b2c300489 oauth2-proxy: 7.7.1 -> 7.8.0 (#373743) 223c27d896e19 sentry-native: 0.7.17 -> 0.7.18 (#373922) 3a6134e99e102 infisical: 0.32.0 -> 0.33.1 (#373873) 708f6c1dcc990 dinit: 0.19.2 -> 0.19.3 (#373729) fc7b12a84688c syncthing: 1.28.1 -> 1.29.2 (#373656) b9c69de2e0325 home-assistant-custom-lovelace-modules.hourly-weather: 6.5.0 -> 6.6.0 (#373631) 38c1b40571ac4 cargo-crev: 0.26.2 -> 0.26.3 (#373617) d46b82ff5672e kde-rounded-corners: 0.6.7 -> 0.7.0 (#373602) 4acc76736ec47 mautrix-signal: 0.7.4 -> 0.7.5 0dfe38199b238 dendrite: 0.14.0 -> 0.14.1 ec49eb3c80bb3 trilium-next-desktop: fix Darwin build (#374364) ff8527b5523cf telegram-desktop: 5.10.2 → 5.10.3 (#374350) e6cf3e6db33f1 trilium-next-desktop: fix Darwin build 8b67d6d77a438 ollama: 0.5.4 -> 0.5.5 d5bc05a4c961f tmuxPlugins.tmux-which-key: init at unstable-2024-06-08 25dd08a3705bd maintainers: add novaviper 76447ebd9e62b libretro.vice-*: init at 0-unstable-2025-01-11 af8d5fafa88e7 dotnet-sdk_9: 9.0.101 -> 9.0.102 6773840ab0416 dotnetCorePackages.dotnet_9.vmr: 9.0.0 -> 9.0.1 3bacccdd76f27 dotnet-sdk_8: 8.0.404 -> 8.0.405 fd07596422259 dotnetCorePackages.dotnet_8.vmr: 8.0.11 -> 8.0.12 a4328dfc50c71 dotnet/update.nix: use relative paths in update script 5283ce224aa56 dotnet: deps.nix -> deps.json in VMR packages 3d8f84280a624 dotnet/update.nix: fix error when package is up-to-date d3c694126d6d1 dotnet/update.sh: format output with nixfmt bedcba84aa20c mapserver: 8.2.2 -> 8.4.0 (#374198) 62c175186235f gnumeric: fix cross build (#374007) 5744d75b30d14 kdePackages.kirigami-addons: 1.6.0 -> 1.7.0 94c4a62efb54a fetchFromGitHub: use the API tarball endpoint for `private` (#321484) 3f5562793ad6f termius: add Rishik-Y to maintainers 31193d78d8b48 Merge master into staging-next ab1c313e29cfc telegram-desktop: 5.10.2 → 5.10.3 0640622eb1fb3 nixos/varnish: fix stateDir to allow direct use of `varnishadm` ba79b6d68b191 nixos/varnish: reduce overusage of `lib` (#208242) 0bda27c93d0ba ruff: 0.9.1 -> 0.9.2 (#374335) 30b400cd9321f home-assistant-custom-components.auth_oidc: init at 0.5.1-alpha 399068c575989 jcli: 0.0.46 -> 0.0.47 (#374325) b24e122b1d262 mate.mate-panel: fix cross build (#374079) 66e0c7a4e4c3e Missing runtime dependencies for gitwatch dfb1fdf35f638 jcli: modernize 76792578741f3 coqPackages.stdlib: keep compiling with master a453c04f594b1 coq: keep compiling master 3edc72eb5634e ccze: fix cross build (#373783) aff5150b3693c lomiri.lomiri-thumbnailer: 3.0.3 -> 3.0.4 de37468031062 lint-staged: 15.3.0 -> 15.4.0 (#374311) 4681fd22d6f7d v2ray-geoip: 202403140037 -> 202501160051 (#374118) aca186d1b0f00 nixos/systemd-tmpfiles: fix ordering of systemd-tmpfiles-setup-sysroot (#374076) 663e0073471aa vals: 0.38.0 -> 0.39.0 9c61516ecd579 zimfw: 1.16.0 -> 1.17.0 2599327bc48f1 ruff: 0.9.1 -> 0.9.2 f1d2f766844c6 v2ray-geoip: 202403140037 -> 202501160051 c2bc8a7157a1c cruft: 2.15.0 -> 2.16.0 (#373763) 52a3053f6c740 qdrant-web-ui: 0.1.34 -> 0.1.35 e4a36ed374225 sqlitestudio: 3.4.13 -> 3.4.14 164394793a1ea victoriametrics: 1.108.1 -> 1.109.0 (#373910) a6616b2bbd737 geonkick: 3.5.0 -> 3.5.1 (#373439) 9a7f6c55903a3 linuxPackages.nvidiaPackages.legacy_(390,470}: patch for linux 6.12 (#370339) 34315ed04b2e0 river-luatile: 0.1.3 -> 0.1.4 373626543a712 inputplumber: 0.40.0 -> 0.40.1 (#374303) 0f833538b8d26 kubeseal: 0.27.3 -> 0.28.0 (#374310) 27d9b16681ccb bloop: 2.0.6 -> 2.0.7 (#374316) 0dba484aad75b raycast: 1.88.4 -> 1.89.0 (#374320) 998abc76ec10e orchard: 0.26.2 -> 0.26.3 (#374322) 1963985e9dff2 python313Packages.caio: 0.9.17 -> 0.9.21 (#374258) a99fbf458fa2b mutter46: 46.7 → 46.8 b9715f064cf34 cnspec: 11.36.2 -> 11.37.0 (#374260) 896399eaf4aee python313Packages.tencentcloud-sdk-python: 3.0.1303 -> 3.0.1304 (#374263) 9f0037c6f9fb7 python312Packages.aw-client: 0.5.14 -> 0.5.15 (#374232) 5ee41599eecbe python312Packages.laces: 0.1.1 -> 0.1.2 (#374283) 708abdf375e9a python312Packages.pyaprilaire: 0.7.7 -> 0.8.0 (#374240) 5549e23ae4cbc gitleaks: 8.23.0 -> 8.23.1 (#374241) d1a774b7d6464 maa-assistant-arknights: 5.10.2 -> 5.12.0-beta-1 (#374242) 9b4c6fac68859 libhangul: fix cross build (#374249) 845c034d23565 libskk: fix cross build (#374251) f2bef46251f5f go-containerregistry: 0.20.2 -> 0.20.3 (#374190) 6498951638cad vhs: 0.8.0 -> 0.9.0 (#374192) b1df62f339341 kubecfg: 0.35.1 -> 0.35.2 (#374201) da24cf0168a87 delly: 1.3.2 -> 1.3.3 (#374204) b00b6bf7bd33b pinniped: 0.36.0 -> 0.37.0 (#374208) 880eb26e1c930 yamlscript: 0.1.87 -> 0.1.88 (#374221) ac728cf5dbb64 terraform-providers.sysdig: 1.42.0 -> 1.44.0 (#374158) 0b0a0bbaf13ea cargo: fix install check phase when cross c1a7369bfb9a2 webdav: 5.7.1 -> 5.7.2 (#374161) 56b47c8d60f57 python312Packages.buienradar: 1.0.6 -> 1.0.7 (#374143) abaeb78155acb postgresqlPackages.pgsql-http: 1.6.1 -> 1.6.2 (#374182) d3b34296dc4ba gnome-online-accounts: 3.52.2 -> 3.52.3.1 (#373707) 41455a05d65ce python312Packages.trainer: 0.2.0 -> 0.2.2 (#374106) fbe603d84404d mcontrolcenter: 0.4.1 -> 0.5.0 c8ba1d6fa0425 raycast: 1.88.4 -> 1.89.0 f02e8eb22cfec python312Packages.textblob: 0.18.0.post0 -> 0.19.0 (#374119) 0dd7f3032e326 jcli: 0.0.46 -> 0.0.47 7351c7832e313 sickgear: 3.32.14 -> 3.32.15 (#374082) d719fb1c4cbdd orchard: 0.26.2 -> 0.26.3 5b293085136b2 cosmic-settings-daemon: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 (#374083) df57e1cc3eba4 OWNERS: Change ownership of pkgs-lib 8c61ee81a51e8 cosmic-notifications: 1.0.0-alpha.2 -> 1.0.0-alpha.5.1 (#374044) cb728fa0b8cb7 apktool: 2.10.0 -> 2.11.0 (#374048) 07ed1acebec07 mongodb-compass: 1.45.0 -> 1.45.1 (#374049) daac9fcfae291 websurfx: 1.20.13 -> 1.22.2 (#374057) a19575aa07d81 openvas-scanner: 23.14.0 -> 23.15.0 620de8b78d062 skeditor: 2.8.1 -> 2.8.3; iconConvtools: expand to unix platforms 6d20ffba35c55 electron_31-bin: mark as insecure because it's EOL, electron-source.electron_31: remove as it's EOL (#370758) ee1fe43d4e473 bloop: 2.0.6 -> 2.0.7 69d90485a54d7 python3Packages.unicodedata2: 15.1.0 -> 16.0.0 ef388d06cc354 renovate: 39.90.2 -> 39.107.0 (#373855) 150cc9a7ce570 polypane: 22.1.1 -> 23.0.0 bb2d0a6b4d7c2 lint-staged: 15.3.0 -> 15.4.0 7241ef10ca5e8 kubeseal: 0.27.3 -> 0.28.0 0cbc155bedd67 libsForQt5.qtkeychain: 0.14.3 -> 0.15.0 04e79697fa777 nixos/realmd: init 8db76ca7c3ea6 json-sort-cli: init at 2.0.2 9a29738f3a958 typespec: init at 0.64.0 (#359016) e357c3b9b9109 pmount: add debian patches; fix gcc-14 build (#374282) 8a957c17d5fa0 kdePackages.qtkeychain: 0.14.3 -> 0.15.0 765478f52fca0 cosmic-player: init at unstable-2025-01-14 1405b0a89b642 lrs: 7.2 -> 7.3 dd97fe94e0556 vue-typescript-plugin: init at 2.2.0 87ac774a439f6 kube-bench: 0.9.4 -> 0.10.0 ba2d7f142d446 wootility: 4.7.2 -> 4.7.3 9818cc03f7717 inputplumber: 0.40.0 -> 0.40.1 bf337e4538de8 c3c: 0.6.5 -> 0.6.6 86005e91e1d14 xpipe: 13.4.4 -> 14.0 ffeebf0acf3ae ocamlPackages.extlib: 1.7.9 → 1.8.0 (#373689) 74c61dd7812ff arkenfox-userjs: 128.0 -> 133.0 (#374275) 44c6d23cf8526 gradle: 8.10.2 -> 8.12 (#356109) 6d5b693566299 clang-uml: 0.5.6 -> 0.6.0 a0f2036431b1b wipe: fix cross-compilation (#373438) 2b954b5f7d422 freeipmi: 1.6.14 -> 1.6.15 c0d94a364ed49 harper: 0.15.0 -> 0.16.0 f4ae7af638f68 ipv6calc: 4.2.1 -> 4.2.2 e27042880e328 pay-respects: 0.4.18 -> 0.6.10 (#374279) b0ce3861bb9c5 xtermcontrol: 3.8 -> 3.10 9dc8f49351a91 yt-dlp: 2025.1.12 -> 2025.1.15 (#374180) 310c5c4d3fd45 bluez: re-disable test on x86_64-unknown-linux-musl f1ee91a5ba147 nixos/home-assistant: update unit_system options (#374025) 65385c1e4fbf7 Merge master into staging-next b0ee7f85f1ef6 vimPlugins.typr: init at 2025-01-15 (#374072) 28e97f12035bb pocketsphinx: 5.0.3 -> 5.0.4 (#373693) 16238201caa1c wipe: Set platform to Unix b4b3c73a946d7 wipe: Switch from sha256 to hash f292fa21d79a4 wipe: Do not strip binary during install f3763373acf9a python312Packages.py4j: 0.10.9.8 -> 0.10.9.9 604fa77ed8f3b pmount: add debian patches; fix gcc-14 build 026824ef9b88f pay-respects: add bloxx12 to maintainers 51157ccbfffa6 eza: 0.20.16 -> 0.20.17 (#374253) 703c51a6223cc python312Packages.laces: 0.1.1 -> 0.1.2 fb05f9b503e1e pay-respects: 0.4.18 -> 0.6.10 ade96fda36f5f maltego: 4.8.1 -> 4.9.0 (#374203) bb92628f7b3ff wownero: 0.11.0.1 -> 0.11.3.0 (#371670) 42574f52056f6 fetchFromGitHub: refactor for scope clarity d7db7d2b86319 openarena: build fix abf3eaf9337a0 slimevr-server: update gradle plugin dependencies f26a825e8bba3 keyguard: update gradle plugin dependencies eb43df3e281f0 jadx: update gradle plugin dependencies a3b161e1f6aef gradle: 8.10.2 -> 8.12 cd6a44e1b7345 gradle: add support for the new file-events library format 779b6255fd6e4 gradle: remove unused jdk11 argument 29503f955b8e9 gradle: handle updates to .0 versions 6082098609b0c gradle: remove old update script 9ca9394a64f76 gradle: reformat default.nix a84c233e15b9c arkenfox-userjs: 128.0 -> 133.0 9aa9b9ba7ae73 fcitx5-pinyin-moegirl: 20241211 -> 20250111 545bf41ebdf45 lomiri.lomiri-app-launch: 0.1.9 -> 0.1.11 1bda1e50be0d0 gqlgen: init at 0.17.63 (#374121) d3a5ff694423d lomiri.lomiri-schemas: 0.1.5 -> 0.1.6 (#370966) ace00c0691743 python3Packages.gpaw: 24.1.0 -> 25.1.0 (#374146) 7c2e8f1b55016 nixos/matomo: migrate tests from handleTest to runTest e9750c60f3041 matomo: add maintainer niklaskorz 1cc9c542bc08b matomo: add updateScript 252c0538e5dfc matomo: move to pkgs/by-name 83eb8d8020d14 matomo: refactor into single package file 0e80b9af0ff2a typespec: init at 0.64.0 b07c183bf0734 gqlgen: init at 0.17.63 3fcfdc900139d envoy: remove store paths from deps 6184410b2e9e1 maintainers: add paukaifler d9ad15355f5b1 rke2_stable: 1.30.5+rke2r1 -> 1.31.4+rke2r1 49f567167a0f0 rke2_latest: 1.31.1+rke2r1 -> 1.32.0+rke2r1 93480463fd440 gradle: Add britter to maintainers (#374095) 13e2ba4d716f0 rke2_testing: 1.31.1-rc3+rke2r1 -> 1.31.4-rc3+rke2r1 f796575826326 spark: 3.5.1 -> 3.5.4, 3.4.3 -> 3.4.4 (#371340) b4b622dacb618 rke2: use nurl instead of nix-prefetch in update script ab1d32b39970b gping: 1.18.0 -> 1.19.0, move to pkgs/by-name (#372259) 2ed9350965364 python312Packages.aw-client: refactor 76c80aa77c543 libcap: use correct cross golang cross compiler (#373364) 4eec8b9808024 libcap: remove runtime reference to `go` (#373067) c0a8c8aaa60c3 python312Packages.pyaprilaire: fix description 77f5bc7d6630d deepin.deepin-movie-reborn: remove 54c73edb52ce3 uv: 0.5.18 -> 0.5.20 (#374244) 097e9cf9f7926 misconfig-mapper: 1.12.4 -> 1.12.6 (#374211) c8b9664ea6f58 trickest-cli: 1.8.3 -> 1.8.4 (#374212) a53c263a2c1db qt6.qtdeclarative: nixfmt after 78e340633e27 5169beee05a7d lomiri.lomiri-api: 0.2.1 -> 0.2.2 (#374136) 1d1d599ff6e5d python312Packages.mypy-boto3-xray: 1.35.93 -> 1.36.0 508e14cb03c4d python312Packages.mypy-boto3-workspaces-web: 1.35.93 -> 1.36.0 eb21c14d65076 python312Packages.mypy-boto3-workspaces: 1.35.93 -> 1.36.0 15c862174627f python312Packages.mypy-boto3-workmailmessageflow: 1.35.93 -> 1.36.0 1afea6f2f67aa python312Packages.mypy-boto3-workmail: 1.35.93 -> 1.36.0 4b3e2f3bced21 python312Packages.mypy-boto3-workdocs: 1.35.93 -> 1.36.0 b817a3760d54c python312Packages.mypy-boto3-wisdom: 1.35.93 -> 1.36.0 9e1f0e5264198 python312Packages.mypy-boto3-wellarchitected: 1.35.93 -> 1.36.0 44eb2fdbf9c65 python312Packages.mypy-boto3-wafv2: 1.35.93 -> 1.36.0 94a377fa04751 python312Packages.mypy-boto3-waf-regional: 1.35.93 -> 1.36.0 101f0c8c145cb python312Packages.mypy-boto3-waf: 1.35.93 -> 1.36.0 60d9e24c13bc7 python312Packages.mypy-boto3-vpc-lattice: 1.35.93 -> 1.36.0 e27b9b6945194 python312Packages.mypy-boto3-voice-id: 1.35.93 -> 1.36.0 34c253051bb6a python312Packages.mypy-boto3-verifiedpermissions: 1.35.93 -> 1.36.0 fd2f906af6633 python312Packages.mypy-boto3-translate: 1.35.93 -> 1.36.0 99160c110554c python312Packages.mypy-boto3-transfer: 1.35.93 -> 1.36.0 140f9e2986ca8 python312Packages.mypy-boto3-transcribe: 1.35.98 -> 1.36.0 b5f79a768c012 python312Packages.mypy-boto3-tnb: 1.35.93 -> 1.36.0 7721cb5011574 python312Packages.mypy-boto3-timestream-write: 1.35.93 -> 1.36.0 339f9d730c7f6 python312Packages.mypy-boto3-timestream-query: 1.35.93 -> 1.36.0 7eee38c2a21f0 python312Packages.mypy-boto3-textract: 1.35.93 -> 1.36.0 ddcb2da839a3d python312Packages.mypy-boto3-synthetics: 1.35.93 -> 1.36.0 7a3f95f289d2b python312Packages.mypy-boto3-swf: 1.35.93 -> 1.36.0 d9a14c08b4d9f python312Packages.mypy-boto3-support-app: 1.35.93 -> 1.36.0 b6babaf81249f python312Packages.mypy-boto3-support: 1.35.93 -> 1.36.0 dd98cde73a81b python312Packages.mypy-boto3-sts: 1.35.97 -> 1.36.0 cb47287371749 python312Packages.mypy-boto3-storagegateway: 1.35.93 -> 1.36.0 421fe07138c15 python312Packages.mypy-boto3-stepfunctions: 1.35.93 -> 1.36.0 fb730abbb6833 python312Packages.mypy-boto3-sso-oidc: 1.35.93 -> 1.36.0 6ab6022404bc9 python312Packages.mypy-boto3-sso-admin: 1.35.93 -> 1.36.0 d6b3227599edd python312Packages.mypy-boto3-sso: 1.35.93 -> 1.36.0 78d4846f74356 python312Packages.mypy-boto3-ssm-sap: 1.35.93 -> 1.36.0 1a8801c22ee7f python312Packages.mypy-boto3-ssm-incidents: 1.35.93 -> 1.36.0 42dddb6b580ce python312Packages.mypy-boto3-ssm-contacts: 1.35.93 -> 1.36.0 dae33fb068ae8 python312Packages.mypy-boto3-ssm: 1.35.93 -> 1.36.0 286137067739d python312Packages.mypy-boto3-sqs: 1.35.93 -> 1.36.0 771bc0c5494ac python312Packages.mypy-boto3-sns: 1.35.93 -> 1.36.0 71212feb00290 python312Packages.mypy-boto3-snowball: 1.35.93 -> 1.36.0 ff3d1ffedca87 python312Packages.mypy-boto3-snow-device-management: 1.35.93 -> 1.36.0 54ed76353b1e0 python312Packages.kde-material-you-colors: 1.9.3 -> 1.10.0 908ccd0e1ebeb python312Packages.mypy-boto3-sms-voice: 1.35.93 -> 1.36.0 fe5f31805420c python312Packages.mypy-boto3-sms: 1.35.93 -> 1.36.0 0cf81f8d57730 python312Packages.mypy-boto3-simspaceweaver: 1.35.93 -> 1.36.0 a20eb33e5fa25 python312Packages.mypy-boto3-signer: 1.35.93 -> 1.36.0 703cf1a124be7 python312Packages.mypy-boto3-shield: 1.35.93 -> 1.36.0 ba0e0eb0ddcde python312Packages.mypy-boto3-sesv2: 1.35.93 -> 1.36.0 4a0acbe8673af python312Packages.mypy-boto3-ses: 1.35.93 -> 1.36.0 a5f5af67e2bb0 python312Packages.mypy-boto3-servicediscovery: 1.35.93 -> 1.36.0 c271f1831aeda python312Packages.mypy-boto3-servicecatalog-appregistry: 1.35.93 -> 1.36.0 3ac32bc38923e python312Packages.mypy-boto3-servicecatalog: 1.35.93 -> 1.36.0 3ba44e52fd9db python312Packages.mypy-boto3-service-quotas: 1.35.93 -> 1.36.0 51994fea6e3ae python312Packages.mypy-boto3-serverlessrepo: 1.35.93 -> 1.36.0 2cc6e58ec659d python312Packages.mypy-boto3-securitylake: 1.35.97 -> 1.36.0 4677c4505573a python312Packages.mypy-boto3-securityhub: 1.35.93 -> 1.36.0 642699c2b7362 python312Packages.mypy-boto3-secretsmanager: 1.35.93 -> 1.36.0 16b051ee32d04 python312Packages.mypy-boto3-sdb: 1.35.93 -> 1.36.0 5c346fed15559 python312Packages.mypy-boto3-schemas: 1.35.93 -> 1.36.0 5a1263e205ca3 python312Packages.mypy-boto3-scheduler: 1.35.93 -> 1.36.0 a6e65913e5d61 python312Packages.mypy-boto3-savingsplans: 1.35.93 -> 1.36.0 0e0a98b1c722c python312Packages.mypy-boto3-sagemaker-runtime: 1.35.93 -> 1.36.0 4d56d2562e7f1 python312Packages.mypy-boto3-sagemaker-metrics: 1.35.93 -> 1.36.0 3199d255a3bc2 python312Packages.mypy-boto3-sagemaker-geospatial: 1.35.93 -> 1.36.0 90615ce70bdb1 python312Packages.mypy-boto3-sagemaker-featurestore-runtime: 1.35.93 -> 1.36.0 ed6dfd213bf9f python312Packages.mypy-boto3-sagemaker-edge: 1.35.93 -> 1.36.0 cfac0491361c0 python312Packages.mypy-boto3-sagemaker-a2i-runtime: 1.35.93 -> 1.36.0 4d95d649c98e2 python312Packages.mypy-boto3-sagemaker: 1.35.95 -> 1.36.0 c3e36caaeb555 python312Packages.mypy-boto3-s3outposts: 1.35.93 -> 1.36.0 d5c4bc17edbe7 python312Packages.mypy-boto3-s3control: 1.35.93 -> 1.36.0 9cb929ca47156 python312Packages.mypy-boto3-s3: 1.35.93 -> 1.36.0 8cb7122e8f06a python312Packages.mypy-boto3-rum: 1.35.93 -> 1.36.0 01766fc2c0106 python312Packages.mypy-boto3-route53resolver: 1.35.93 -> 1.36.0 e36f7208f53f1 python312Packages.mypy-boto3-route53domains: 1.35.93 -> 1.36.0 e82fd24f39174 python312Packages.mypy-boto3-route53-recovery-readiness: 1.35.93 -> 1.36.0 20f134659915c python312Packages.mypy-boto3-route53-recovery-control-config: 1.35.93 -> 1.36.0 c102c455cd995 python312Packages.mypy-boto3-route53-recovery-cluster: 1.35.93 -> 1.36.0 35264056f5383 python312Packages.mypy-boto3-route53: 1.35.95 -> 1.36.0 04ee41ece3ce9 python312Packages.mypy-boto3-rolesanywhere: 1.35.93 -> 1.36.0 f4a62d3bf45b4 python312Packages.mypy-boto3-robomaker: 1.35.93 -> 1.36.0 940526a2d73dc python312Packages.mypy-boto3-resourcegroupstaggingapi: 1.35.93 -> 1.36.0 290565cbbd22c python312Packages.mypy-boto3-resource-groups: 1.35.93 -> 1.36.0 b62f5d79a202e python312Packages.mypy-boto3-resource-explorer-2: 1.35.93 -> 1.36.0 21125625c20a6 python312Packages.mypy-boto3-resiliencehub: 1.35.93 -> 1.36.0 64324130c9dfb python312Packages.mypy-boto3-rekognition: 1.35.93 -> 1.36.0 ec54b538ef613 python312Packages.mypy-boto3-redshift-serverless: 1.35.93 -> 1.36.0 188692c694514 python312Packages.mypy-boto3-redshift-data: 1.35.93 -> 1.36.0 5f242bd57064f python312Packages.mypy-boto3-redshift: 1.35.97 -> 1.36.0 9c63608ec15f9 python312Packages.mypy-boto3-rds-data: 1.35.93 -> 1.36.0 7cd80b288ce1d python312Packages.mypy-boto3-rds: 1.35.95 -> 1.36.0 8ddf4ac22fa16 python312Packages.mypy-boto3-rbin: 1.35.93 -> 1.36.0 08b7d392a72f8 python312Packages.mypy-boto3-ram: 1.35.93 -> 1.36.0 792d65b5657ea python312Packages.mypy-boto3-quicksight: 1.35.93 -> 1.36.0 c976c34174d8d python312Packages.mypy-boto3-qldb-session: 1.35.93 -> 1.36.0 85ed75a109a28 python312Packages.mypy-boto3-qldb: 1.35.93 -> 1.36.0 db46ddc4b5a9e python312Packages.mypy-boto3-proton: 1.35.93 -> 1.36.0 d95d4f60b211c python312Packages.mypy-boto3-privatenetworks: 1.35.93 -> 1.36.0 78a9766d5bf14 python312Packages.mypy-boto3-pricing: 1.35.93 -> 1.36.0 6dba94551773c python312Packages.mypy-boto3-polly: 1.35.93 -> 1.36.0 466ee861df213 python312Packages.mypy-boto3-pipes: 1.35.93 -> 1.36.0 06ab5d6aada3d python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.93 -> 1.36.0 5270047ef3beb python312Packages.mypy-boto3-pinpoint-sms-voice: 1.35.93 -> 1.36.0 aa933a24df0e3 python312Packages.mypy-boto3-pinpoint-email: 1.35.93 -> 1.36.0 6abad1d0095f5 python312Packages.mypy-boto3-pinpoint: 1.35.93 -> 1.36.0 eed623930efac python312Packages.mypy-boto3-pi: 1.35.93 -> 1.36.0 a3e68dd683d00 python312Packages.mypy-boto3-personalize-runtime: 1.35.93 -> 1.36.0 4cedced0c7180 python312Packages.mypy-boto3-personalize-events: 1.35.93 -> 1.36.0 367aa6021e91f python312Packages.mypy-boto3-personalize: 1.35.93 -> 1.36.0 b82dd0f035d83 python312Packages.mypy-boto3-pca-connector-ad: 1.35.93 -> 1.36.0 f7706c34beec2 python312Packages.mypy-boto3-payment-cryptography-data: 1.35.93 -> 1.36.0 4cc223955b8ef python312Packages.mypy-boto3-payment-cryptography: 1.35.93 -> 1.36.0 fac6c97d135f2 python312Packages.mypy-boto3-panorama: 1.35.93 -> 1.36.0 f0e407d308e26 python312Packages.mypy-boto3-outposts: 1.35.93 -> 1.36.0 c1da93fc3a003 python312Packages.mypy-boto3-osis: 1.35.93 -> 1.36.0 569c3396defab python312Packages.mypy-boto3-organizations: 1.35.93 -> 1.36.0 0361189140251 python312Packages.mypy-boto3-opsworkscm: 1.35.93 -> 1.36.0 6d7273d479ec9 python312Packages.mypy-boto3-opsworks: 1.35.93 -> 1.36.0 4b584baca245b python312Packages.mypy-boto3-opensearchserverless: 1.35.93 -> 1.36.0 b5e587d33577e python312Packages.mypy-boto3-opensearch: 1.35.93 -> 1.36.0 4667ef042e793 python312Packages.mypy-boto3-omics: 1.35.93 -> 1.36.0 0f55220c07f64 python312Packages.mypy-boto3-oam: 1.35.93 -> 1.36.0 b0eb43c3c010f python312Packages.mypy-boto3-networkmanager: 1.35.93 -> 1.36.0 61cda45c7eab4 python312Packages.mypy-boto3-network-firewall: 1.35.93 -> 1.36.0 42b12823e615f python312Packages.mypy-boto3-neptunedata: 1.35.93 -> 1.36.0 58f4c3c0c1f98 python312Packages.mypy-boto3-neptune: 1.35.93 -> 1.36.0 bc4791cc320a8 python312Packages.mypy-boto3-mwaa: 1.35.93 -> 1.36.0 7528dade9e832 python312Packages.mypy-boto3-mturk: 1.35.93 -> 1.36.0 46e83b34dc8a0 python312Packages.mypy-boto3-mq: 1.35.93 -> 1.36.0 58080b169054c python312Packages.mypy-boto3-migrationhubstrategy: 1.35.93 -> 1.36.0 39f7c6e69bf0b python312Packages.mypy-boto3-migrationhuborchestrator: 1.35.93 -> 1.36.0 58474b4623332 python312Packages.mypy-boto3-migrationhub-config: 1.35.93 -> 1.36.0 cb8ea9dc09e17 python312Packages.mypy-boto3-migration-hub-refactor-spaces: 1.35.93 -> 1.36.0 8e888cf0b9947 python312Packages.mypy-boto3-mgn: 1.35.93 -> 1.36.0 99c33408e9fa9 python312Packages.mypy-boto3-mgh: 1.35.93 -> 1.36.0 c3f7be30bc1a8 python312Packages.mypy-boto3-meteringmarketplace: 1.35.93 -> 1.36.0 192c4266e0453 python312Packages.mypy-boto3-memorydb: 1.35.93 -> 1.36.0 8d318c8b29c8b python312Packages.mypy-boto3-medical-imaging: 1.35.93 -> 1.36.0 3a3041d6cd86b python312Packages.mypy-boto3-mediatailor: 1.35.93 -> 1.36.0 c8a125d25e8ca python312Packages.mypy-boto3-mediastore-data: 1.35.93 -> 1.36.0 9ddaf38cdaa93 python312Packages.mypy-boto3-mediastore: 1.35.93 -> 1.36.0 6cb0440cbd633 python312Packages.mypy-boto3-mediapackagev2: 1.35.93 -> 1.36.0 dcea8342c6927 python312Packages.mypy-boto3-mediapackage-vod: 1.35.93 -> 1.36.0 76ee600e8f677 python312Packages.mypy-boto3-mediapackage: 1.35.93 -> 1.36.0 7f150cf0c2ea4 python312Packages.mypy-boto3-medialive: 1.35.93 -> 1.36.0 67f4a460ac6b8 python312Packages.mypy-boto3-mediaconvert: 1.35.93 -> 1.36.0 25374c7776e46 python312Packages.mypy-boto3-mediaconnect: 1.35.93 -> 1.36.0 63d206a352f18 python312Packages.mypy-boto3-marketplacecommerceanalytics: 1.35.93 -> 1.36.0 554f457c7c70f python312Packages.mypy-boto3-marketplace-entitlement: 1.35.93 -> 1.36.0 d6d54e663c8a5 python312Packages.mypy-boto3-marketplace-catalog: 1.35.93 -> 1.36.0 86f01f9e392e3 python312Packages.mypy-boto3-managedblockchain-query: 1.35.93 -> 1.36.0 c61d876071c86 python312Packages.mypy-boto3-managedblockchain: 1.35.93 -> 1.36.0 84d0129444ecf python312Packages.mypy-boto3-macie2: 1.35.93 -> 1.36.0 0f6b71eae7cdb python312Packages.mypy-boto3-machinelearning: 1.35.93 -> 1.36.0 ef1ed2433738c python312Packages.mypy-boto3-m2: 1.35.93 -> 1.36.0 e4b483c675dd9 python312Packages.mypy-boto3-lookoutvision: 1.35.93 -> 1.36.0 7b1fecdddf9d9 python312Packages.mypy-boto3-lookoutmetrics: 1.35.93 -> 1.36.0 dc9822669d361 python312Packages.mypy-boto3-lookoutequipment: 1.35.93 -> 1.36.0 11929cc8082da python312Packages.mypy-boto3-logs: 1.35.93 -> 1.36.0 9cea4f5909299 python312Packages.mypy-boto3-location: 1.35.93 -> 1.36.0 8f5a9adc718c5 python312Packages.mypy-boto3-lightsail: 1.35.93 -> 1.36.0 500e4daeb9117 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.93 -> 1.36.0 d9ccf5187fc26 python312Packages.mypy-boto3-license-manager-linux-subscriptions: 1.35.93 -> 1.36.0 e487cc375c60e python312Packages.mypy-boto3-license-manager: 1.35.93 -> 1.36.0 52efd3c61cb82 python312Packages.mypy-boto3-lexv2-runtime: 1.35.93 -> 1.36.0 c4b3e074f971d python312Packages.mypy-boto3-lexv2-models: 1.35.93 -> 1.36.0 ce71467cfb120 python312Packages.mypy-boto3-lex-runtime: 1.35.93 -> 1.36.0 69b4823c3c401 python312Packages.mypy-boto3-lex-models: 1.35.93 -> 1.36.0 2c49b4f3f17b1 python312Packages.mypy-boto3-lambda: 1.35.93 -> 1.36.0 c5e5e42afc6b4 python312Packages.mypy-boto3-lakeformation: 1.35.93 -> 1.36.0 222eb4fa4acaf python312Packages.mypy-boto3-kms: 1.35.93 -> 1.36.0 463e4a48a0421 python312Packages.mypy-boto3-kinesisvideo: 1.35.93 -> 1.36.0 deb383174cf04 python312Packages.mypy-boto3-kinesisanalyticsv2: 1.35.93 -> 1.36.0 b48e5c5aa471a python312Packages.mypy-boto3-kinesisanalytics: 1.35.93 -> 1.36.0 41415d5297a85 python312Packages.mypy-boto3-kinesis-video-webrtc-storage: 1.35.93 -> 1.36.0 99f50e8441f25 python312Packages.mypy-boto3-kinesis-video-signaling: 1.35.93 -> 1.36.0 bd94b4cc91c26 python312Packages.mypy-boto3-kinesis-video-media: 1.35.93 -> 1.36.0 ad0b2ef3fe048 python312Packages.mypy-boto3-kinesis-video-archived-media: 1.35.93 -> 1.36.0 1d047edca35d8 python312Packages.mypy-boto3-kinesis: 1.35.93 -> 1.36.0 43c32b3245580 python312Packages.mypy-boto3-keyspaces: 1.35.93 -> 1.36.0 d493e8db8e0aa python312Packages.mypy-boto3-kendra-ranking: 1.35.93 -> 1.36.0 036ef2be7df63 python312Packages.mypy-boto3-kendra: 1.35.93 -> 1.36.0 ed6fe389c3d6d python312Packages.mypy-boto3-kafkaconnect: 1.35.98 -> 1.36.0 381c1e1a9a170 python312Packages.mypy-boto3-kafka: 1.35.93 -> 1.36.0 05a84b6b9ffa2 python312Packages.mypy-boto3-ivschat: 1.35.93 -> 1.36.0 afd468b55eb1d python312Packages.mypy-boto3-ivs-realtime: 1.35.93 -> 1.36.0 0874aa238940b python312Packages.mypy-boto3-ivs: 1.35.93 -> 1.36.0 5b4b04b952384 python312Packages.mypy-boto3-iotwireless: 1.35.93 -> 1.36.0 1881ec08efef2 python312Packages.mypy-boto3-iottwinmaker: 1.35.93 -> 1.36.0 5d90d606eb12a python312Packages.mypy-boto3-iotthingsgraph: 1.35.93 -> 1.36.0 18eea6f3c9fd2 python312Packages.mypy-boto3-iotsitewise: 1.35.93 -> 1.36.0 2f8b1cd37eceb python312Packages.mypy-boto3-iotsecuretunneling: 1.35.93.post1 -> 1.36.0 ce78fe8c2fd28 python312Packages.mypy-boto3-iotfleetwise: 1.35.93 -> 1.36.0 977c112ac854b python312Packages.mypy-boto3-iotfleethub: 1.35.93 -> 1.36.0 acccfba0ccda8 python312Packages.mypy-boto3-iotevents-data: 1.35.93 -> 1.36.0 fa5338e4ad8b6 python312Packages.mypy-boto3-iotevents: 1.35.93 -> 1.36.0 ed134e549bda7 python312Packages.mypy-boto3-iotdeviceadvisor: 1.35.93 -> 1.36.0 f9aa5bfc59401 python312Packages.mypy-boto3-iotanalytics: 1.35.93 -> 1.36.0 9248d7030d384 python312Packages.mypy-boto3-iot-jobs-data: 1.35.93 -> 1.36.0 2e3d8f7fb535c python312Packages.mypy-boto3-iot-data: 1.35.93 -> 1.36.0 c014f1f4df821 python312Packages.mypy-boto3-iot: 1.35.93 -> 1.36.0 5667cd33bc181 python312Packages.mypy-boto3-internetmonitor: 1.35.93 -> 1.36.0 0015a7d15f394 python312Packages.mypy-boto3-inspector2: 1.35.93 -> 1.36.0 13bd3227e9306 python312Packages.mypy-boto3-inspector: 1.35.93 -> 1.36.0 f4d09c00e8e51 python312Packages.mypy-boto3-importexport: 1.35.93 -> 1.36.0 fbd3a80334c9b python312Packages.mypy-boto3-imagebuilder: 1.35.94 -> 1.36.0 8b73dcba8dcb7 python312Packages.mypy-boto3-identitystore: 1.35.93 -> 1.36.0 cf2906ef5178a python312Packages.mypy-boto3-iam: 1.35.93 -> 1.36.0 17f8888462a26 python312Packages.mypy-boto3-healthlake: 1.35.93 -> 1.36.0 7abf3af195685 python312Packages.mypy-boto3-health: 1.35.93 -> 1.36.0 68dfc16e3f49b python312Packages.mypy-boto3-guardduty: 1.35.93 -> 1.36.0 5aae33618ec51 python312Packages.mypy-boto3-groundstation: 1.35.93 -> 1.36.0 4ce8002a0d07a python312Packages.mypy-boto3-greengrassv2: 1.35.93 -> 1.36.0 cc79be083dac4 python312Packages.mypy-boto3-greengrass: 1.35.93 -> 1.36.0 5d5c51d92fb86 python312Packages.mypy-boto3-grafana: 1.35.93 -> 1.36.0 4ae42dded73ba python312Packages.mypy-boto3-glue: 1.35.93 -> 1.36.0 550b98e71b4a7 python312Packages.mypy-boto3-globalaccelerator: 1.35.93 -> 1.36.0 02e1d02bb36d5 python312Packages.mypy-boto3-glacier: 1.35.93 -> 1.36.0 4574f6310a1f4 python312Packages.mypy-boto3-gamelift: 1.35.93 -> 1.36.0 c74c8d9539ca2 python312Packages.mypy-boto3-fsx: 1.35.93 -> 1.36.0 bdfe675a41e92 python312Packages.mypy-boto3-frauddetector: 1.35.93 -> 1.36.0 8840d936f8217 python312Packages.mypy-boto3-forecastquery: 1.35.93 -> 1.36.0 3d52b0960241f python312Packages.mypy-boto3-forecast: 1.35.93 -> 1.36.0 c5963ec03e368 python312Packages.mypy-boto3-fms: 1.35.96 -> 1.36.0 5ae0fc7d1ddaa python312Packages.mypy-boto3-fis: 1.35.93 -> 1.36.0 653d405875468 python312Packages.mypy-boto3-firehose: 1.35.93 -> 1.36.0 bef6138e816fe python312Packages.mypy-boto3-finspace-data: 1.35.93 -> 1.36.0 02b2238d42160 python312Packages.mypy-boto3-finspace: 1.35.93 -> 1.36.0 c99df252ccc5a python312Packages.mypy-boto3-evidently: 1.35.93 -> 1.36.0 b916ae7d8fc06 python312Packages.mypy-boto3-events: 1.35.93 -> 1.36.0 8b7970e409948 python312Packages.mypy-boto3-es: 1.35.93 -> 1.36.0 d9c5f2243adc7 python312Packages.mypy-boto3-entityresolution: 1.35.93 -> 1.36.0 7895e3cecfd77 python312Packages.mypy-boto3-emr-serverless: 1.35.93 -> 1.36.0 aa609c927a85d python312Packages.mypy-boto3-emr-containers: 1.35.93 -> 1.36.0 02bd608a781b1 python312Packages.mypy-boto3-emr: 1.35.93 -> 1.36.0 1bad028ba8055 python312Packages.mypy-boto3-elbv2: 1.35.93 -> 1.36.0 a92fbc18568b7 python312Packages.mypy-boto3-elb: 1.35.93 -> 1.36.0 e50d762bbf64b python312Packages.mypy-boto3-elastictranscoder: 1.35.93 -> 1.36.0 d1c6e3bb0a178 python312Packages.mypy-boto3-elasticbeanstalk: 1.35.93 -> 1.36.0 52ff2177d826d python312Packages.mypy-boto3-elasticache: 1.35.93 -> 1.36.0 0383e34750dc5 python312Packages.mypy-boto3-elastic-inference: 1.35.93 -> 1.36.0 fe1bc047b9674 python312Packages.mypy-boto3-eks: 1.35.93 -> 1.36.0 2b12195546d7a python312Packages.mypy-boto3-efs: 1.35.93 -> 1.36.0 c7ff447a795f9 python312Packages.mypy-boto3-ecs: 1.35.93 -> 1.36.0 096e6e2338936 python312Packages.mypy-boto3-ecr-public: 1.35.93 -> 1.36.0 c5cbeb08638c4 python312Packages.mypy-boto3-ecr: 1.35.93 -> 1.36.0 700a3c52e494a python312Packages.mypy-boto3-ec2-instance-connect: 1.35.93 -> 1.36.0 700f1d078833f python312Packages.mypy-boto3-ec2: 1.35.98 -> 1.36.0 46ff7a476399b python312Packages.mypy-boto3-ebs: 1.35.93 -> 1.36.0 167b090a41265 python312Packages.mypy-boto3-dynamodbstreams: 1.35.93 -> 1.36.0 d27745be7e445 python312Packages.mypy-boto3-dynamodb: 1.35.94 -> 1.36.0 525b6fe3ff9aa python312Packages.mypy-boto3-ds: 1.35.93 -> 1.36.0 6308d9becb6a9 python312Packages.mypy-boto3-drs: 1.35.93 -> 1.36.0 3ce8593caf6c8 python312Packages.mypy-boto3-docdb-elastic: 1.35.93 -> 1.36.0 47151cdba1756 python312Packages.mypy-boto3-docdb: 1.35.93 -> 1.36.0 becffe4c98206 python312Packages.mypy-boto3-dms: 1.35.93 -> 1.36.0 4e10b7be1eae0 python312Packages.mypy-boto3-dlm: 1.35.93 -> 1.36.0 a221c003bcb39 python312Packages.mypy-boto3-discovery: 1.35.93 -> 1.36.0 64a2ea2e98c6b python312Packages.mypy-boto3-directconnect: 1.35.93 -> 1.36.0 ad37a63e809fa python312Packages.mypy-boto3-devops-guru: 1.35.93 -> 1.36.0 a20aa86e2142b python312Packages.mypy-boto3-devicefarm: 1.35.93 -> 1.36.0 840fa9f73b7f0 python312Packages.mypy-boto3-detective: 1.35.93 -> 1.36.0 d960b86180539 python312Packages.mypy-boto3-dax: 1.35.93 -> 1.36.0 ee7e218b02833 python312Packages.mypy-boto3-datasync: 1.35.93 -> 1.36.0 6679a596501b6 python312Packages.mypy-boto3-datapipeline: 1.35.93 -> 1.36.0 f7b4a8ba8ce13 python312Packages.mypy-boto3-dataexchange: 1.35.93 -> 1.36.0 8ee602ab577d4 python312Packages.mypy-boto3-databrew: 1.35.93 -> 1.36.0 da817c995f3ae python312Packages.mypy-boto3-customer-profiles: 1.35.93 -> 1.36.0 034a6b7ce40a7 python312Packages.mypy-boto3-cur: 1.35.93 -> 1.36.0 7eaa09bb9b390 python312Packages.mypy-boto3-controltower: 1.35.93 -> 1.36.0 553eeda85933a python312Packages.mypy-boto3-connectparticipant: 1.35.93 -> 1.36.0 941db950c92c6 python312Packages.mypy-boto3-connectcases: 1.35.93 -> 1.36.0 d714b2fb677d1 python312Packages.mypy-boto3-connectcampaigns: 1.35.93 -> 1.36.0 fd3d94fa07514 python312Packages.mypy-boto3-connect-contact-lens: 1.35.93 -> 1.36.0 ae44a1dfa0d39 python312Packages.mypy-boto3-connect: 1.35.93 -> 1.36.0 4a9513179e715 python312Packages.mypy-boto3-config: 1.35.93 -> 1.36.0 c2800ad77c902 python312Packages.mypy-boto3-compute-optimizer: 1.35.96 -> 1.36.0 baa7e9e2b2588 python312Packages.mypy-boto3-comprehendmedical: 1.35.93 -> 1.36.0 c90869cffc19e python312Packages.mypy-boto3-comprehend: 1.35.93 -> 1.36.0 539feab5cdf60 python312Packages.mypy-boto3-cognito-sync: 1.35.93 -> 1.36.0 5dd6779df5fb8 python312Packages.mypy-boto3-cognito-idp: 1.35.93 -> 1.36.0 f3c7500607379 python312Packages.mypy-boto3-cognito-identity: 1.35.93 -> 1.36.0 5ed0ab4c5507b python312Packages.mypy-boto3-codestar-notifications: 1.35.93 -> 1.36.0 8239a837b73d7 python312Packages.mypy-boto3-codestar-connections: 1.35.93 -> 1.36.0 bd114593c39e4 python312Packages.mypy-boto3-codepipeline: 1.35.93 -> 1.36.0 8e046295276b8 python312Packages.mypy-boto3-codeguruprofiler: 1.35.93 -> 1.36.0 4a0a428c06e45 python312Packages.mypy-boto3-codeguru-security: 1.35.93 -> 1.36.0 08fce83794ffe python312Packages.mypy-boto3-codeguru-reviewer: 1.35.93 -> 1.36.0 8ad8fcbeee2e5 python312Packages.mypy-boto3-codedeploy: 1.35.93 -> 1.36.0 d9474c8fb687e python312Packages.mypy-boto3-codecommit: 1.35.93 -> 1.36.0 301b3b92e3514 python312Packages.mypy-boto3-codecatalyst: 1.35.93 -> 1.36.0 eb43a2c155569 python312Packages.mypy-boto3-codebuild: 1.35.96 -> 1.36.0 00e86f41e4ba4 python312Packages.mypy-boto3-codeartifact: 1.35.93 -> 1.36.0 91cc30a4eafc6 python312Packages.mypy-boto3-cloudwatch: 1.35.93 -> 1.36.0 df6dc0368bf69 python312Packages.mypy-boto3-cloudtrail-data: 1.35.93 -> 1.36.0 0d3d328bd8464 python312Packages.mypy-boto3-cloudtrail: 1.35.93 -> 1.36.0 4372f299df233 python312Packages.mypy-boto3-cloudsearchdomain: 1.35.93 -> 1.36.0 17358d2919e9d python312Packages.mypy-boto3-cloudsearch: 1.35.93 -> 1.36.0 8bd7a70dc00cc python312Packages.mypy-boto3-cloudhsmv2: 1.35.94 -> 1.36.0 063d2c6dee509 python312Packages.mypy-boto3-cloudhsm: 1.35.93 -> 1.36.0 a38c0d0dc4d12 python312Packages.mypy-boto3-cloudfront: 1.35.93 -> 1.36.0 05a9a09109214 python312Packages.mypy-boto3-cloudformation: 1.35.93 -> 1.36.0 71fb43a7d1bdc python312Packages.mypy-boto3-clouddirectory: 1.35.93 -> 1.36.0 352b6fa5a3eec python312Packages.mypy-boto3-cloudcontrol: 1.35.93 -> 1.36.0 59215eed62ef2 python312Packages.mypy-boto3-cloud9: 1.35.93 -> 1.36.0 3efd234c5819b python312Packages.mypy-boto3-cleanrooms: 1.35.93 -> 1.36.0 efd4e3c6ed053 python312Packages.mypy-boto3-chime-sdk-voice: 1.35.93 -> 1.36.0 28a0a41bb93be python312Packages.mypy-boto3-chime-sdk-messaging: 1.35.93 -> 1.36.0 479ea24bd88f1 python312Packages.mypy-boto3-chime-sdk-meetings: 1.35.93 -> 1.36.0 9585d42ac2af8 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.93 -> 1.36.0 a4e505d1a8b49 python312Packages.mypy-boto3-chime-sdk-identity: 1.35.93 -> 1.36.0 a79e7bee351cd python312Packages.mypy-boto3-chime: 1.35.93 -> 1.36.0 37dbf3fab792a python312Packages.mypy-boto3-ce: 1.35.93 -> 1.36.0 b59769b3b3750 python312Packages.mypy-boto3-budgets: 1.35.93 -> 1.36.0 b6ffda7516fdc python312Packages.mypy-boto3-braket: 1.35.93 -> 1.36.0 22ab1334470f8 python312Packages.mypy-boto3-billingconductor: 1.35.93 -> 1.36.0 0581311f41693 python312Packages.mypy-boto3-batch: 1.35.93 -> 1.36.0 704239113b956 python312Packages.mypy-boto3-backup-gateway: 1.35.93 -> 1.36.0 eee9e66fa235f python312Packages.mypy-boto3-backup: 1.35.93 -> 1.36.0 458a92f72cf27 python312Packages.mypy-boto3-autoscaling-plans: 1.35.93 -> 1.36.0 d3ed26a9586c7 python312Packages.mypy-boto3-autoscaling: 1.35.93 -> 1.36.0 0a0b46fa208bf python312Packages.mypy-boto3-auditmanager: 1.35.93 -> 1.36.0 3b5ad99ac4492 python312Packages.mypy-boto3-athena: 1.35.93 -> 1.36.0 d99c0df1f9c86 python312Packages.mypy-boto3-arc-zonal-shift: 1.35.93 -> 1.36.0 d0eefc166447e python312Packages.mypy-boto3-appsync: 1.35.93 -> 1.36.0 a0bcb05f1f889 python312Packages.mypy-boto3-appstream: 1.35.93 -> 1.36.0 9c8f946d1e26b python312Packages.mypy-boto3-apprunner: 1.35.93 -> 1.36.0 95e9102c73f0b python312Packages.mypy-boto3-appmesh: 1.35.93 -> 1.36.0 ee8b70ce580b8 python312Packages.mypy-boto3-applicationcostprofiler: 1.35.93 -> 1.36.0 49d827a67e6e8 python312Packages.mypy-boto3-application-insights: 1.35.93 -> 1.36.0 5a3204a48e96a python312Packages.mypy-boto3-application-autoscaling: 1.35.93 -> 1.36.0 02b4431de76aa python312Packages.mypy-boto3-appintegrations: 1.35.93 -> 1.36.0 6ac8b0979a62e python312Packages.mypy-boto3-appflow: 1.35.93 -> 1.36.0 cba280735c02e python312Packages.mypy-boto3-appfabric: 1.35.93 -> 1.36.0 ffcb4505d316b python312Packages.mypy-boto3-appconfigdata: 1.35.93 -> 1.36.0 2a68673f0a899 python312Packages.mypy-boto3-appconfig: 1.35.93 -> 1.36.0 d21a3083affd2 python312Packages.mypy-boto3-apigatewayv2: 1.35.93 -> 1.36.0 02c50aa0f6445 python312Packages.mypy-boto3-apigatewaymanagementapi: 1.35.93 -> 1.36.0 eaa9dd37c8674 python312Packages.mypy-boto3-apigateway: 1.35.93 -> 1.36.0 8a8bd4e6b7af5 python312Packages.mypy-boto3-amplifyuibuilder: 1.35.93 -> 1.36.0 8a2fab8fe02bf python312Packages.mypy-boto3-amplifybackend: 1.35.93 -> 1.36.0 eabf187fc1c70 python312Packages.mypy-boto3-amplify: 1.35.93 -> 1.36.0 a475f2d6b499b python312Packages.mypy-boto3-amp: 1.35.93 -> 1.36.0 b6e61cccc40ea python312Packages.mypy-boto3-acm-pca: 1.35.93 -> 1.36.0 af2dcd951ec6c python312Packages.mypy-boto3-acm: 1.35.93 -> 1.36.0 86bf0923d2629 python312Packages.mypy-boto3-account: 1.35.93 -> 1.36.0 66c900e41c67f python312Packages.mypy-boto3-accessanalyzer: 1.35.93 -> 1.36.0 6f10797ac2628 firefox; wrapper: specify makeWrapperArgs as an attribute bca54a799550e python313Packages.msgraph-sdk: 1.16.0 -> 1.17.0 61c29e3795392 fcitx5-anthy: fix strictDeps build 33260fc800a5e fcitx5: fix and enable strictDeps 0093d6a58e5b9 python313Packages.govee-ble: 0.40.0 -> 0.42.0 7ec9d56e097f8 python313Packages.elkm1-lib: 2.2.10 -> 2.2.11 561fe54b21a3b eza: 0.20.16 -> 0.20.17 3e274af9706ef python313Packages.caio: 0.9.17 -> 0.9.21 7eabdc0124383 tshark: 4.4.2 -> 4.4.3 (#372371) 6d6a9bc8b6274 tracexec: 0.8.0 -> 0.8.2 (#373545) 15ef93d934c2a apbs: fix compiler flag passing 5e846509da6c3 prometheus-alertmanager: 0.27.0 -> 0.28.0 (#374194) ac48041a4ff4b python313Packages.botocore-stubs: 1.35.99 -> 1.36.0 0b27b2cd2dec6 python313Packages.boto3-stubs: 1.35.99 -> 1.36.0 021b5ba349a80 libskk: fix cross build 4ea0d443c6523 cnspec: 11.36.2 -> 11.37.0 932ad13dc32dc python313Packages.tencentcloud-sdk-python: 3.0.1303 -> 3.0.1304 7ac2597ee95e2 libhangul: fix cross build ae5d337db3211 emacsPackages.consult-gh-embark: ignore compilation errors 9beb61e3435c9 emacsPackages.consult-gh-forge: ignore compilation errors a58d2b99091bb rsync: fixup bad cherry-pick in 7c2121cf71fa 4a292706cfa0b radio-cli: add Darwin support (#371973) 9d9ddb55ca18e curl: apply eventfd free patch (#373692) d7bc6105218d8 shadow: 4.17.0 -> 4.17.2 53b97e5be7007 systemd: 257.1 -> 257.2 (#372292) 7c2121cf71faf rsync: 3.3.0 -> 3.4.1 (#373845) ac3dd910eda33 gradle: add udev to the JNA library path (#358670) b6a35ab9da9a0 ocamlPackages.asn1-combinators: 0.3.1 -> 0.3.2 (#373485) 56a0ac2c97285 gradle: Add britter as maintainer d0da78f987a96 maintainers: add britter d6a640c0d7d42 murex: 6.4.1005 -> 6.4.2063 (#374222) 4a71f60381ba8 uv: 0.5.18 -> 0.5.20 ece6f731b5a61 zed-editor: 0.168.3 -> 0.169.2 (#374144) 94044ee87fec8 maa-assistant-arknights: 5.10.2 -> 5.12.0-beta-1 1e7ddefce308c gitleaks: 8.23.0 -> 8.23.1 5bc9fbb71a82f bitcomet: 2.12.0 -> 2.12.1 (#374216) 0fec5918ba141 python312Packages.pyaprilaire: 0.7.7 -> 0.8.0 5572a205bd250 Merge master into staging-next 62e9d4ae7c343 ktailctl: 0.18.2 -> 0.19.0 (#374128) bc94115131e42 python312Packages.aw-client: 0.5.14 -> 0.5.15 737787fd0779b Merge master into staging-next ae06b9c2d83cb cirrus-cli: 0.133.2 -> 0.134.0 (#374207) 5698ccd0fd66c marp-cli: 4.0.4 -> 4.1.0 b75a450eb9764 last: 1607 -> 1608 bcacbf28c4b68 lunacy: 10.10 -> 10.11 0bfb3987ba7e1 saucectl: 0.190.1 -> 0.191.0 376a8b7230ffa murex: 6.4.1005 -> 6.4.2063 924758a3f707f yamlscript: 0.1.87 -> 0.1.88 96dc59ba7ce5f libphonenumber: 8.13.52 -> 8.13.53 79371f35ee1a2 bitcomet: 2.12.0 -> 2.12.1 029db9a62fb52 trickest-cli: 1.8.3 -> 1.8.4 fa4acf2cd5774 bundletool: 1.17.2 -> 1.18.0 (#374197) 255025860db3d misconfig-mapper: 1.12.4 -> 1.12.6 03035691fa333 pinniped: 0.36.0 -> 0.37.0 6eae496f0445b cirrus-cli: 0.133.2 -> 0.134.0 1ec67f2e08d81 devede: 4.17.0 -> 4.19.0 (#368879) c5a6e156e2869 delly: 1.3.2 -> 1.3.3 5d56a9cd1138c maltego: 4.8.1 -> 4.9.0 f7d7be581d446 kubecfg: 0.35.1 -> 0.35.2 726035e8b0229 blis: 1.0 -> 1.1 (#374184) c6e8f39e327b1 blockbench: 4.11.2 -> 4.12.0 effda74e948c5 bundletool: 1.17.2 -> 1.18.0 e591531c30e4a mapserver: 8.2.2 -> 8.4.0 7d5274103b08b tellico: 4.0.1 -> 4.1 7f8110734c624 prometheus-alertmanager: 0.27.0 -> 0.28.0 893bf11bdfbca vimPlugins.nvzone-typr: init at 2025-01-15 5d4e9568bc3d3 vhs: 0.8.0 -> 0.9.0 1ea4c422d4d1d go-containerregistry: 0.20.2 -> 0.20.3 1469c89eacb45 minisign: 0.11 -> 0.12 2cacb1e62680e openvpn: 2.6.12 -> 2.6.13 6c08c5ca09fca worker: 5.1.0 -> 5.2.0 3bb59d1579a26 peru: 1.2.0 -> 1.3.3 (#373970) 9eb4351feb5ce clzip: 1.14 -> 1.15 050266d09846e blis: 1.0 -> 1.1 e9c5e6beac9d4 tdlib: fix cross-compilation dd9e65d1b9071 openbsd.mount: init c1d2c1d6ca36b nimlangserver: 1.6.0 -> 1.8.0 (#374109) 8d3e3da278a38 cosmic-launcher: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 (#374117) c0defd1529890 home-assistant-custom-components.homematicip_local: 1.78.0 -> 1.78.1 (#374169) 3a1200917f09c yt-dlp: 2025.1.12 -> 2025.1.15 cd565f7da304e postgresqlPackages.pgsql-http: 1.6.1 -> 1.6.2 458c4dfad9fe5 ytdl-sub: 2024.12.27 -> 2025.01.15 c1ebcc6f384bf ytdl-sub: refactor d4a1995529127 Merge master into staging-next 9b100cfb67ccb kubernetes-helm: 3.16.4 -> 3.17.0 5ae2660740e38 python313Packages.svg2tikz: unbreak (#374170) 769fe6b829bdc python313Packages.buienradar: add changelog 561e1a72b8d00 python313Packages.svg2tikz: unbreak 0a3babd30e2c9 home-assistant-custom-components.homematicip_local: 1.78.0 -> 1.78.1 2b6151b9d7e4c python313Packages.hahomematic: 2025.1.5 -> 2025.1.7 2d8574f5ed16d traefik: 3.2.2 -> 3.3.2 f31fc522bd514 palemoon-bin: 33.5.0 -> 33.5.1 6dcea1928843d gpclient: 2.3.9 -> 2.4.1 c7f73ed1ad470 alacritty: 0.14.0 -> 0.15.0 (#373582) b521260126e73 webdav: 5.7.1 -> 5.7.2 34e731d3f4620 astal.cava: unbreak (#374156) 27f6a1807f9de lomiri.lomiri-indicator-network: 1.0.2 -> 1.1.0 507145d1761a3 terraform-providers.sysdig: 1.42.0 -> 1.44.0 093faf756d382 python312Packages.pandera: init at 0.20.4 edc378e15a703 librest: fix and enable strictDeps (#374092) d2b502d03c039 astal.cava: unbreak 57718cbd821d3 alpaca: add nix-update-script a4a489b2b11a9 doc/stdenv/platform-notes: fix typo (#374100) 42337a40eb4c9 totem: fix strictDeps build, mark cross as broken (#374096) 9de54c92bf2b9 gpauth: 2.3.9 -> 2.4.1 adf826603a900 ps3-disc-dumper: restore for linux only 501e3f0dec99e alpaca: 3.2.0 -> 3.5.0 59d540866ceb9 signal-desktop(darwin): 7.37.0 -> 7.38.0 cf865c3864766 signal-desktop: 7.37.0 -> 7.38.0 70bcbc13a12d6 python312Packages.typst: init at 0.12.2 (#373561) 29c275e8f088e arp-scan-rs: init at 0.14.0 (#371897) 2256fa4811593 lomiri.lomiri-ui-toolkit: Reinstate problematic test marking 057d0c76dcfe9 lomiri.lomiri-telephony-service: 0.5.3 -> 0.6.0, rename from lomiri.telephony-service ddb143ae14a07 lomiri.lomiri-notifications: 1.3.0 -> 1.3.1 332af29d45d38 python3Packages.gpaw: 24.1.0 -> 25.1.0 121560b0d0464 gnome-applets: fix cross build (#374104) 785cd5607ffa2 notepad-next: 0.9 -> 0.10 (#374066) ad79822e74cad python312Packages.priority: cleanup (#374112) 10f9ed1086bd2 python312Packages.liblarch: cleanup (#374113) 9427db47f7c5b zed-editor: 0.168.3 -> 0.169.2 c46fd1675b53d wlr-layout-ui: 1.6.14 -> 1.6.15 (#374129) e3b93c1fb2f0c notepad-next: migrate to by-name 0371b937995be python312Packages.buienradar: 1.0.6 -> 1.0.7 6e85ac499bc66 limbo: 0.0.11 -> 0.0.12 (#374137) a383bb892cae8 notepad-next: modernize 5de4d60163ba7 nixos/lib/eval-config: fix minor typo (#374130) b3aa86e4626d2 wluma: 4.6.0 -> 4.6.1 (#374065) fc43d75245443 nixos/lib/eval-config: fix minor typo 04828bdb78110 kazumi: 1.5.0 -> 1.5.1 (#374134) 1cf5d65969e70 limbo: 0.0.11 -> 0.0.12 41cf2b03a58aa gping: move to pkgs/by-name ddaad969c7641 gping: add nix update script 8966c27b2f44b gping: refactor meta ddc57775747e1 gping: 1.18.0 -> 1.19.0 1c169270f7cc4 kazumi: 1.5.0 -> 1.5.1 f4120b8ab4abd nfs-ganesha: 6.4 -> 6.5 (#373844) 9b06394c1dde3 scalapack: 2.2.1 -> 2.2.2 (#373686) 0b29270070478 envoy: add test to check deps derivation for storepaths 4b85446ec5281 octopus: 14.1 -> 15.1 (#374046) 3d891ad5a6bb5 ktailctl: 0.18.2 -> 0.19.0 e3ff48d93c2a5 wlr-layout-ui: 1.6.14 -> 1.6.15 ca4c4eef8e4e5 python3Packages.basedmypy: init at 2.8.1 (#364818) 16470a2a280dc clickup: Enable Wayland compatibility (#374084) 12d5f11817f54 python312Packages.prometheus-client: ignore tests that fail in darwin sandbox (#370974) 1313ce33e2b60 python312Packages.sphinxcontrib-jinjadomain: init at 0.5.1 (#335822) 713ef4f05fb45 mpris-timer: 2.0.3 -> 2.0.5 (#373860) 47a62a8840958 python312Packages.pcre2-py: init at 0.4.0 (#330193) c528739c019a5 servo: 0-unstable-2024-09-09 -> 0-unstable-2025-01-14 (#373903) 6a0afb0eb3c4d maintainers: add skowalak a7e1062b05f8e lomiri.lomiri-api: 0.2.1 -> 0.2.2 6d019667fe7ef mediamtx: 1.11.0 -> 1.11.1 (#373821) 2b6ea7dcb48c2 astroterm: init at 1.0.4, maintainers: add da-luce (#373316) 062a2ef3422ad alacritty: add myself as maintainer, drop Mic92 232bc55fb108c alacritty: 0.14.0 -> 0.15.0 33b6eda93a763 binwalk: add missing dependencies & versionCheckHook (#373404) f2c733a28bdd5 librest: fix strictDeps build a858b339e2029 gnumeric: fix cross build f7a9687cfa75c klick: fix cross build (#373479) b16e3d7006065 showtime: add gst-libav (#373986) 5289e5c486f12 daed: 0.8.0 -> 0.9.0 d18c82bc1c6d6 daed: add update script ae625955d5273 astroterm: init at 1.0.4 69b5cebd7cc19 eask-cli: 0.10.2 -> 0.10.3 (#374051) d7ac52bd816b0 matomo-beta: remove 66207d3681b0a rsync: remove myself from maintainers dd5f102a06d4a slimevr-server: fix OSC support (#371677) 733005c8d4d7f q2pro: 3510 -> 0-unstable-2025-01-02 (#357496) 8963922af1e69 nixos-rebuild-ng: fix --update-input 7ff0e8a8752d1 mediamtx: 1.11.0 -> 1.11.1 5fd2557dc682b python312Packages.textblob: 0.18.0.post0 -> 0.19.0 229bce01ddf60 net-news-wire: 6.1.8 -> 6.1.9 (#373279) 12b2aaf70ceb3 firecracker: 1.9.1 -> 1.10.1 (#373359) c683d968bec45 nixos/matomo: fix service failure when not fully set up (#373894) 0d3ffbcb7eec0 cosmic-launcher: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 de546dd79b2a2 nixos-rebuild-ng: fix --quiet and --override-input 0243bf60cb427 python312Packages.kneaddata: 0.7.7-alpha -> 0.12.1 (#373951) 6e7fda87f3245 docker: 27.4.1 -> 27.5.0 (#373636) c6b1bc0c2375d electrum-ltc: unbreak (#368149) 45c1a2efc1be9 drawterm: 0-unstable-2024-10-04 -> 0-unstable-2025-01-13 (#373371) dd6f98919d8eb protonmail-bridge: 3.15.1 -> 3.16.0 (#373623) 1f56e5bd0124a telegram-bot-api: 8.0 -> 8.2 (#371904) d6786fd31d5b1 just: fix cross-compilation (#351032) 7bbbbd4a390ae wealthfolio: 1.0.22 -> 1.0.23 (#373683) be26e2304ef00 package-version-server: init at 0.0.7 (#353527) b761c011c24eb vimPlugins.snacks-nvim: 2025-01-06 -> 2025-01-15 (#374099) e099e0b5d80e1 python312Packages.liblarch: cleanup d535e785bc920 vimPlugins.snacks-nvim: 2025-01-06 -> 2025-01-15 8e936f9d461fc mcdreforged: 2.13.2 -> 2.14.4 (#365373) 84c720f34d7bb python312Packages.priority: cleanup 8e3c015c42ffb python312Packages.virtual-glob: init at 0.2.0 (#367475) 15e9e9a5b2c88 powershell-editor-services: init at 4.1.0 (#365312) 553c3a3656191 maintainers: add aspauldingcode (#373489) 5ddfb4144b6ea restinio: fix cross compilation (#368300) ce39a776aa92d python312Packages.mcdreforged: 2.14.3 -> 2.14.4 8b88add8485c9 python312Packages.mcdreforged: 2.14.2 -> 2.14.3 803cf376b1e35 python312Packages.mcdreforged: 2.14.0 -> 2.14.2 7aac4f4921d74 python312Packages.mcdreforged: add updateScript 5820c2b636f06 python312Packages.mcdreforged: use versionCheckHook 9971588613b53 mcdreforged: move to python-modules 1140c2d192ffa mcdreforged: 2.13.2 -> 2.14.0 53b6c10a53440 pingvin-share: 1.8.0 -> 1.8.1 29ee9e6be355a nimlangserver: 1.6.0 -> 1.8.0 d33cdefbec1a4 chromium,chromedriver: 131.0.6778.264 -> 132.0.6834.83 (#374093) e5fb9fdcfd2ff v2rayn: 7.4.1 -> 7.6.2 8c8ded3107f97 gnome-applets: fix cross build 6e820d5632c6c python3Packages.python-prctl: Fix build failure 85861a40e8333 python3Packages.lrclibapi: init at 0.3.1 55e1713d43fee salt: fix urllib.parse module 093c47089063f python312Packages.trainer: 0.2.0 -> 0.2.2 8750afe16b0d2 python312Packages.pysuezv2: 2.0.1 -> 2.0.3 b16db31253ded totem: fix strictDeps build, mark cross as broken 0194a85908b55 clickup: Enable Wayland compatibility df4f2989a8f89 python313Packages.django-q2: fix hiredis override (fixes #373982) (#373988) 3bf3d7677ee00 gramps: 5.2.3 -> 5.2.4 0431d8684e8fb gramps: move to pkgs/by-name 9a4f5c671f5f4 chromium,chromedriver: 131.0.6778.264 -> 132.0.6834.83 e74b6b40b9124 cosmic-store: Use `tag` in `fetchFromGitHub` 273d98d9936f6 perlPackages.Tk: fix cross build 10150633effdd cosmic-store: Init vergen information 618c81f7b15d3 trilium-next-{desktop,server}: init at 0.90.12 (#356930) f5816b055d859 perlPackages.Socket6: fix cross build c09f7b4ef1773 cosmic-panel: Remove unused `rust` attribute 430d55bf89198 cosmic-panel: Use `tag` in `fetchFromGitHub` 2326fc0dadb0b winbox4: 4.0beta14 -> 4.0beta16 (#374040) 6137f5b09b6d1 cosmic-settings-daemon: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 6e2672b7e4531 xfce.orage: 4.18.0 -> 4.20.0 (#373723) a85e8acdade83 cloudflare-dynamic-dns: 4.3.13 -> 4.3.14 (#374053) 921fb7425b204 extism-cli: 1.6.1 -> 1.6.2 (#374059) 51c98efa3fe7c sickgear: 3.32.14 -> 3.32.15 28bded5d2dafc cosmic-icons: 1.0.0-alpha.3 -> 1.0.0-alpha.5.1 (#374023) e121b0d4c776b pantheon.switchboard-plug-*: fix strictDeps / cross build (#372938) ee18f48ca5b04 cosmic-bg: 1.0.0-alpha.2 -> 1.0.0-alpha.5.1 (#374030) 4391fb2ceed2f reproxy: fix build on darwin a3f102cd3f9b3 mate.mate-panel: fix cross build 23cc0e1880688 xdg-desktop-portal-cosmic: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 (#374032) 3660df5d98f7a cosmic-randr: 1.0.0-alpha.3 -> 1.0.0-alpha.5.1 (#374036) 5375f514bd2cd python312Packages.python-box: 7.3.0 -> 7.3.1 (#374038) d0017395cd725 cosmic-screenshot: 1.0.0-alpha.2 -> 1.0.0-alpha.5.1 (#374039) 562d6b0f63e07 uptimed: 0.4.6 -> 0.4.7 (#374042) d4f73b2e4ef64 xdg-desktop-portal-cosmic: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 d91e93daa437d python312Packages.gradio-client: 1.4.0 -> 1.5.3 6bcb3566027e6 python312Packages.gradio: 5.1.0 -> 5.11.0 9d72397f0bb74 baidupcs-go: 3.9.5-unstable-2024-06-23 -> 3.9.7 (#374008) 822377815e4ec cosmic-term: 1.0.0-alpha.3 -> 1.0.0-alpha.5.1 433e0311834eb step-kms-plugin: 0.11.7 -> 0.11.8 (#373923) edbdc00a4a17d wasmtime: 28.0.0 -> 28.0.1 (#373926) 86c084ac5b1f9 python312Packages.bandit: 1.8.0 -> 1.8.2 (#373928) 885e9e84743be nixos/pam: update u2f authfile description (#371381) bc5b78f993292 nixos/systemd-tmpfiles: fix ordering of systemd-tmpfiles-setup-sysroot e050ee4469c49 automatic-timezoned: 2.0.44 -> 2.0.45 (#373917) b2c4bd4826f90 dumbpipe: 0.22.0 -> 0.23.0 (#373919) d68dc3fb95e46 sendme: 0.21.0 -> 0.22.0 (#373918) e1e3713282089 kustomize: 5.5.0 -> 5.6.0 (#373900) 82cea8d55bad7 ocamlPackages.lsp: 1.19.0 -> 1.21.0 f76210bb20d02 keycloak: 26.0.8 -> 26.1.0 (#374024) e3e3d0354d07f frei: 0.1.0 -> 0.1.1 (#373904) fcc0dd69e4a7a prometheus-gitlab-ci-pipelines-exporter: 0.5.9 -> 0.5.10 (#373916) bb0aae157eca3 mendeley: 2.128.0 -> 2.129.0 (#373909) bc4ff71f9f61e ignite-cli: 28.6.1 -> 28.7.0 (#374060) c5c7595dc93db Make gradle update script runnable on macos ba28e3a99b912 parlay: 0.6.4 -> 0.7.0 (#373868) 6c5c5fb4c38ce terraform-providers.keycloak: 4.4.0 -> 5.0.0 (#373874) 997e9d83c0784 klog-rs: 0.3.2 -> 0.4.0 (#374062) 6a8498eb01395 cosmic-edit: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 a45835294cf16 strawberry: 1.2.3 -> 1.2.4 (#373880) e7f81ea03b07e autosuspend: 7.0.3 -> 7.1.0 (#373881) 21923b5917b79 vvenc: Fix build on Darwin (#373879) 1f9a92d204bb6 cruft: 2.15.0 -> 2.16.0 e22311dcd831b python313Packages.uarray: 0.9.1 -> 0.9.2 (#373888) 6e263e81b94cd workflows: switch to NIXPKGS_CI specific variables (#373935) 22623840da981 cargo-tauri: 2.2.1 -> 2.2.2 (#373899) 4046ecbab5d5e Update yoto HA component together with its library (#372489) f87feac16936d discordo: 0-unstable-2024-12-22 -> 0-unstable-2025-01-12 (#373840) d216812970dfa terraform-providers.spotinst: 1.204.0 -> 1.207.0 (#373842) 79ceaba81acb8 python312Packages.clarifai-grpc: 10.11.2 -> 11.0.0 (#373843) 457409083cd32 terraform-providers.equinix: 3.1.0 -> 3.1.1 (#373850) dd43eb6ab73ec simplex-chat-desktop: 6.2.3 -> 6.2.4 (#373766) 216953584a4b3 subfinder: 2.6.7 -> 2.6.8 (#373774) c729f0d9ebbb9 labwc-tweaks-gtk: 0-unstable-2025-01-03 -> 0-unstable-2025-01-11 (#373792) cf2e486d9bdb4 python312Packages.truststore: 0.9.2 -> 0.10.0 (#373803) 4b7c6ae1fb7e9 python312Packages.duckdb-engine: 0.14.0 -> 0.14.2 (#373806) fae8ee052d780 python312Packages.goslide-api: 0.7.3 -> 0.7.4 (#374019) 719f9640d1c0d bloomeetunes: 2.10.9 -> 2.10.13 (#367729) b85260994995e selene: 0.27.1 -> 0.28.0 (#373727) 17eaeaa44490a mint-y-icons: 1.8.1 -> 1.8.3 (#373734) 7f0f7708fc4a6 libdatachannel: 0.22.3 -> 0.22.4 (#373741) cc86287fefa5b mixxc: 0.2.3 -> 0.2.4 (#373742) d7034af117b5e ejabberd: fix mod_matrix_gw (#373257) 78c33f2b13419 pnpm_10: init at 10.0.0 (#371832) 641c975e165b6 nixos-rebuild-ng: format fixes 7c2059d5c47d3 nixos-rebuild-ng: fix --option parse, make --quiet a count 51c5f827d77c2 wluma: 4.6.0 -> 4.6.1 6031bdb0bafdb notepad-next: 0.9 -> 0.10 060e15c0737ea faust: 2.74.6 -> 2.77.3 (#368503) 1ad887fde61d0 cosmic-panel: unstable-2023-11-13 -> 1.0.0-alpha.5.1 43867dde03a34 klog-rs: 0.3.2 -> 0.4.0 58241945a0222 plzip: 1.11 -> 1.12 29904fabb3e31 ignite-cli: 28.6.1 -> 28.7.0 57159f9fd8276 cosmic-store: 1.0.0-alpha.4 -> 1.0.0-alpha.5.1 e2abc3ddd8843 python313Packages.django_5: 5.1.4 -> 5.1.5 (#373794) 8037b1e77684c extism-cli: 1.6.1 -> 1.6.2 b493c8eb7b6b6 zoekt: 3.7.2-2-unstable-2024-12-18 -> 3.7.2-2-unstable-2025-01-08 (#372570) 10e1ea3aa00c1 websurfx: 1.20.13 -> 1.22.2 da0978822285b wyoming-faster-whisper: 2.2.0 -> 2.4.0; wyoming-piper: 1.5.0 -> 1.5.2; python312Packages.wyoming: 1.5.4 -> 1.6.0 (#364274) 4c015286133ed cloudflare-dynamic-dns: 4.3.13 -> 4.3.14 bd041a3f3da31 naja: 0-unstable-2024-08-27 -> 0-unstable-2025-01-13 48401bc349d9c eask-cli: 0.10.2 -> 0.10.3 a697e301d9628 youki: 0.4.1 -> 0.5.0 (#374027) e259d494723f3 mongodb-compass: 1.45.0 -> 1.45.1 2f131b1cb0871 jitsi-meet-electron: 2024.6.0 -> 2025.1.0 (#374041) 30538082b29ab cosmic-workspaces-epoch: 1.0.0-alpha.2 -> 1.0.0-alpha.5.1 57e6060a4467b servo: 0-unstable-2024-09-09 -> 0-unstable-2025-01-14 ed3c41de76a56 cosmic-notifications: 1.0.0-alpha.2 -> 1.0.0-alpha.5.1 78f48dd71e6c2 apktool: 2.10.0 -> 2.11.0 a0b256fff372a amnezia-vpn: init at 4.8.2.3; nixos/programs/amnezia-vpn: init (#367972) c1b86c7423f5c octopus: 14.1 -> 15.1 b6773ad79eb3b postgresql: add PYTHONPATH via wrapProgram 466ee4da6255a uptimed: 0.4.6 -> 0.4.7 570d8932cd71e winbox4: 4.0beta14 -> 4.0beta16 fd49f733fae41 firefox: wrapper: use __structuredAttrs = true ae2fb9f1fb5fc gnome-settings-daemon: fix cross compilation (#373666) f5c60f7b89613 cosmic-screenshot: 1.0.0-alpha.2 -> 1.0.0-alpha.5.1 4cbf2fba734a4 python312Packages.recipe-scrapers: 15.3.3 -> 15.4.0 (#373996) e27a0fb0cd697 python312Packages.django-cors-headers: 4.4.0 -> 4.6.0 (#373985) 7faef2e782e80 cosmic-randr: 1.0.0-alpha.3 -> 1.0.0-alpha.5.1 854921d5896df patheon.switchboard-plug-mouse-touchpad: fix strictDeps build 4083f92be8357 Merge master into staging-next fd5197d905bf0 losslesscut-bin: 3.61.1 -> 3.64.0 (#373227) 63befedc42be2 python312Packages.python-box: 7.3.0 -> 7.3.1 66be3121beec0 cloud-hypervisor: backport UB fix in kvm-ioctls cd1c17d82b2e6 electron-source.electron_31: remove as it's EOL c2699af8e677f electron_31-bin: mark as insecure because it's EOL 893cf020ac899 electron-chromedriver_31: 31.7.6 -> 31.7.7 db2e774d96553 electron_31-bin: 31.7.6 -> 31.7.7 186e7cbc88303 jitsi-meet-electron: 2024.6.0 -> 2025.1.0 ca5e3c3075180 cosmic-bg: 1.0.0-alpha.2 -> 1.0.0-alpha.5.1 8b38173d7288c rstudio: add patch for Boost 1.86 (#370391) e0e7faaa6814f youki: 0.4.1 -> 0.5.0 6967de3b987d5 stress-ng: 0.18.07 -> 0.18.09 9687eb77fef2a nixos/home-assistant: update unit_system options a6d25c3f18af3 keycloak: 26.0.8 -> 26.1.0 5f97081028148 cosmic-icons: 1.0.0-alpha.3 -> 1.0.0-alpha.5.1 9ae82639dd427 immich-public-proxy: 1.5.6 -> 1.6.2 d24593e0424af python313Packages.netbox-qrcode: add missing inputs 986d780f6bc85 python312Packages.goslide-api: 0.7.3 -> 0.7.4 9f8a8df9c5aa5 python312Packages.typst: init at 0.12.2 0cfead9f56efd python312Packages.recipe-scrapers: add optional-dependencies 42679b9df7436 python312Packages.aiohomeconnect: 0.10.0 -> 0.11.0 (#374011) f8f1384ae8f72 arp-scan-rs: init at 0.14.0 58ad37ba52340 python311Packages.angr: 9.2.136 -> 9.2.137 (#373972) fde6293107a92 python312Packages.django-autocomplete-light: 3.9.4 -> 3.11.0 (#373995) b641e3dd39648 python312Packages.django-bootstrap5: 24.1 -> 24.3 (#373993) f15e739bebeb4 python312Packages.django-cache-url: 3.2.2 -> 3.4.5 (#373990) 197b44a0bdb13 bloomeetunes: 2.10.9 -> 2.10.13 e4c85e204e0fa python312Packages.django-annoying: 0.10.6 -> 0.10.7 (#373984) 0c7f9d921e597 python312Packages.cerberus: 1.3.6 -> 1.3.7 (#373978) 59c42bb8b457d python313Packages.weatherflow4py: 1.2.0 -> 1.3.1 (#373966) c9470910bf4c0 python312Packages.aio-pika: 9.5.0 -> 9.5.4 (#373980) f8d8902efee2e python312Packages.django-currentuser: 0.6.1 -> 0.8.0 (#373987) 3af7be31fec4e python313Packages.twilio: 9.4.2 -> 9.4.3 (#373964) d936d136dd4d1 python312Packages.cyclopts: 3.1.5 -> 3.2.0 (#373960) 5e0164b4c2bd1 python312Packages.google-cloud-texttospeech: 2.22.0 -> 2.24.0 (#373979) 16dfaee047067 bloomeetunes: add update script cc178901f4fde python312Packages.llama-index-vector-stores-qdrant: 0.4.2 -> 0.4.3 (#373962) 7605203c94dd0 python313Packages.model-checker: 0.7.1 -> 0.7.3 (#373963) 23ac8ef1f00a6 checkov: 3.2.352 -> 3.2.353 (#373957) 0f3a998f39df0 python313Packages.boto3-stubs: 1.35.98 -> 1.35.99, python313Packages.botocore-stubs: 1.35.98 -> 1.35.99 (#373954) 693e5d97edfdd prowler: 5.0.5 -> 5.1.0 (#373976) 0c568edf26136 python312Packages.apprise: 1.9.1 -> 1.9.2 (#373977) 514d11ac2ae8b systemctl-tui: 0.3.9 -> 0.3.10 (#373950) 0eb0ec653f465 python313Packages.tencentcloud-sdk-python: 3.0.1302 -> 3.0.1303 (#373956) 5774ad0cf1178 python313Packages.dvc-data: 3.16.7 -> 3.16.8 (#373828) b1fbe17ea475d python313Packages.bc-detect-secrets: 1.5.33 -> 1.5.34 (#373826) 9f5aabacd5cb8 python313Packages.swisshydrodata: 0.2.1 -> 0.2.2 (#373824) fbcb6e9311cdb python312Packages.django-cacheops: 7.0.2 -> 7.1 (#373991) 64d9b5c04d3f6 python313Packages.nvdlib: 0.7.7 -> 0.7.9 (#373827) 11003e0b5fc10 python312Packages.django-cleanup: 8.1.0 -> 9.0.0 (#373992) 4165d14b2b4dd python312Packages.adlfs: 2024.7.0 -> 2024.12.0 (#373981) 5f13bba1121d0 Merge master into staging-next da10909dbb37f baidupcs-go: 3.9.5-unstable-2024-06-23 -> 3.9.7 ed1c058774efb python312Packages.django-cache-url: 3.2.2 -> 3.4.5 28d233678536c amneziaVPN: init at 4.8.2.3; nixos/programs/amneziaVPN: init 56de4acce8061 envoy: 1.32.3 -> 1.33.0 ce2179dfeba83 opensnitch-ui: fix runtime crash (#372352) 5da8a1aebd158 python313Packages.django-q2: fix hiredis override (fixes #373982) f3ab21e94f5c0 thunderbird-bin-unwrapped: 128.5.2esr -> 128.6.0esr (#373749) 0bed581d6b0e6 mujoco: 3.2.6 -> 3.2.7 (#373949) bf14956b38b31 python312Packages.levenshtein: 0.26.0 -> 0.27.0 (#373668) a619bff47c813 pnpm: pnpm_9 -> pnpm_10 abaf15913f3db ptyxis: 47.5 -> 47.6 db64119f6f592 python312Packages.google-cloud-artifact-registry: 1.13.1 -> 1.14.0 (#368405) a10c7ae32ab09 sops: 3.9.2 -> 3.9.3 (#369793) 1276ef2a55040 python312Packages.torchrl: add a better comment for skipped test 72517a32f460e mujoco: 3.2.6 -> 3.2.7 6e3baae07b572 python312Packages.google-auth-oauthlib: fix build in darwin sandbox (#373724) 868b2235d26d1 gtkspell2: fix cross build 28e627bb4ee82 python312Packages.neurokit2: init at 0.2.10 and python312Packages.biosppy: init at 2.2.2 (#371449) 6396330ec9b1e sddm-astronaut: 1.0 -> 1.0-unstable-2025-01-05 (#372568) d657f4dbcd2f3 nwjs-ffmpeg-prebuilt: 0.94.0 -> 0.94.1 (#371812) 4dd9df12e7dcc python312Packages.keras: 3.7.0 -> 3.8.0 (#371938) 81af87439337c python312Packages.neurokit2: init at 0.2.10 4ff7525200b96 python312Packages.aiohomeconnect: 0.10.0 -> 0.11.0 05c7a5dd404ff python312Packages.aiohomeconnect: 0.9.0 -> 0.10.0 (#373974) 5082194b99693 python312Packages.beaupy: init at 3.10.1 b16e822a4046c python312Packages.questo: init at 0.4.1 db0dc6e40e977 python312Packages.python-yakh: init at 0.4.1 9558f7c2e482c python312Packages.django-autocomplete-light: 3.9.4 -> 3.11.0 36aa5024bb9f5 gomanagedocker: 1.4 -> 1.5 (#367842) 62c7468dbf175 python312Packages.biosppy: init at 2.2.2 bfc5cf386f953 python312Packages.recipe-scrapers: 15.3.3 -> 15.4.0 c22c6a55e057e python312Packages.django-bootstrap5: 24.1 -> 24.3 1187945fcd30d pnpm_10: init at 10.0.0 74f9eb59cc0f2 gomanagedocker: 1.4 -> 1.5 a712dc6708b68 python312Packages.pygame-gui: 0612 -> 0613 (#369518) 443eb02c86373 wasm-bindgen-cli: 0.2.95 -> 0.2.100 (#373975) cde557c774cc4 python312Packages.django-cacheops: 7.0.2 -> 7.1 6c9b2755ee725 python312Packages.django-cleanup: 8.1.0 -> 9.0.0 f112d204e18aa python312Packages.django-cors-headers: refactor 21c5869e4c346 libixion: fix cross build 503c51fbb88a1 vvenc: Fix build on Darwin 61990dca89804 showtime: add gst-libav 49e22ef4aa509 python312Packages.django-cors-headers: 4.4.0 -> 4.6.0 6e8cb737764cd python312Packages.django-currentuser: 0.6.1 -> 0.8.0 6f25957f8bdce python312Packages.django-annoying: 0.10.6 -> 0.10.7 541f8cd4009ff python312Packages.cerberus: 1.3.6 -> 1.3.7 0f3acc5297b28 Update lean 4.15 (#373564) b0849441e1163 python312Packages.google-cloud-texttospeech: 2.22.0 -> 2.24.0 8e82b73e7bb01 python312Packages.apprise: 1.9.1 -> 1.9.2 d9d8c9feb9fc6 sops: 3.9.2 -> 3.9.3 e7493a927130c python312Packages.aio-pika: 9.5.0 -> 9.5.4 c463e98472fc9 python312Packages.adlfs: 2024.7.0 -> 2024.12.0 ed30c8f8fcb60 prowler: 5.0.5 -> 5.1.0 7c8d77392cd40 python312Packages.aiohomeconnect: 0.9.0 -> 0.10.0 33d4a16f0a148 cardimpose: 0.2.1 -> 0.2.1-unstable-2024-12-28 (#370729) 073a6a1c3ac12 wasm-bindgen-cli: 0.2.95 -> 0.2.100 c27d21a9e7c18 trufflehog: 3.88.1 -> 3.88.2 (#373825) 6a5362f4e3921 python311Packages.angr: 9.2.136 -> 9.2.137 7c562288f1ecf netlify-cli: 17.38.0 -> 18.0.0 (#373752) 811f926ab78b6 gitleaks: 8.22.1 -> 8.23.0 (#373761) f92a9791ac63c python313Packages.cle: 9.2.136 -> 9.2.137 f2ddad4228a5f liblangtag: fix cross build 1cc67431eb795 python313Packages.claripy: 9.2.136 -> 9.2.137 34df0dde20519 python313Packages.pyvex: 9.2.136 -> 9.2.137 f50e3c0a092e2 python313Packages.ailment: 9.2.136 -> 9.2.137 6839cae9aed05 python313Packages.archinfo: 9.2.136 -> 9.2.137 69d35dcd362ab scribus: 1.6.2 -> 1.6.3 (#372262) d928bc3c572a8 flaca: 3.1.6 -> 3.2.0 (#372188) f9fce578f327c liberation-sans-narrow: fix cross build 395b6b3dfac0c python312Packages.cyclopts: 3.1.5 -> 3.2.0 603698c2a7468 pam_u2f: 1.3.0 -> 1.3.1 (#373818) 39b7e5ff4f11a python312Packages.llama-index-vector-stores-qdrant: 0.4.2 -> 0.4.3 becc6646bd5ac python313Packages.model-checker: 0.7.1 -> 0.7.3 06b291e48293a python313Packages.twilio: 9.4.2 -> 9.4.3 a979c7856f40f peru: 1.2.0 -> 1.3.3 afb027ae94c52 python313Packages.weatherflow4py: 1.2.0 -> 1.3.1 4223750bceef1 libabw: fix cross build 6797bf5c0c3c2 surrealist 3.0.8 -> 3.1.9 (#373428) b9ed245d88584 ruby-grpc: Only apply the GCC 14 patch if it’s not upstream (#368732) 5ad23741cb123 checkov: 3.2.352 -> 3.2.353 e12a4d52db9ec python313Packages.botocore-stubs: 1.35.98 -> 1.35.99 9f3d3932701cb python313Packages.boto3-stubs: 1.35.98 -> 1.35.99 8bf6e4724e9b9 python313Packages.tencentcloud-sdk-python: 3.0.1302 -> 3.0.1303 3ed1d837ba308 gssg: init at 0-unstable-2024-11-23 (#358312) 72a295a949686 libstudxml: 1.1.0-b.10+2 -> 1.1.0 27fb57de6a204 saga: 9.7.0 -> 9.7.1 (#373941) 06cbdf0c35384 python312Packages.graph-tool: 2.80 -> 2.85 c8dd764384edc systemctl-tui: 0.3.9 -> 0.3.10 00c56bc4ecdf8 python312Packages.kneaddata: 0.7.7-alpha -> 0.12.1 6be56a42903ec ruby-grpc: Only apply the GCC 14 patch if it’s not upstream 370ac8df3ec3b nixos/guix: set proxy env vars for guix-daemon 79fb36c527a22 nixos/ssh: use correct executable for grep in ssh-askpass-wrapper (#373746) aaee9765ba080 netlify-cli: pkgs/by-name f6ab930c7dc39 cargo-expand: 1.0.96 -> 1.0.100 (#373813) 9e3dad171c174 api-linter: 1.67.6 -> 1.68.0 (#373901) 84be42874760a python312Packages.pytapo: 3.3.37 -> 3.3.38 39150a3403647 saga: 9.7.0 -> 9.7.1 97f27249297bf nixos/garage: add cything as maintainer 0fe47395569c7 nixos/garage: add user-given path to ReadWritePaths a816427ee208a binwalk: add missing dependencies f723903b640a8 binwalk: add versionCheckHook 722192e09f72e binwalk: use upstream lock file c98e26ae4e646 ci: Interpunction 3895dfe2cfb01 ci: Show example nixfmt command prominently e0734a6025f24 Merge master into staging-next 57febece67be9 llvmPackages{12,13,14}.lldb: fix installCheckPhase on darwin 7bb07f13a6b98 llvmPackages_{12,13,14,15,16}.lldb: fix build with clang-19 357745da8ae18 llvmPackages_{12,13,14,15,16,17}.lldb: fix build with libcxx-19 38ebbf7c4fc01 workflows/periodic-merges: explicitly inherit the secrets 6ab6314d06d25 workflows/periodic-merges: use nixpkgs-ci's token e6b98fad93f8c ddns-go: 6.7.7 -> 6.8.0 (#373902) f6976283058de workflows/backport: switch to new variables 768bd93e8045d spicedb-zed: 0.21.2 -> 0.24.0 7ebad821473c7 owntracks-recorder: Install htdocs, not just binaries fcc6b7d70da07 seafile-server: fix broken build on GCC 14 (#370753) 7f3bc71da9912 latex2html: 2024.2 -> 2025 d8522d1248a82 grml-zsh-config: 0.19.11 -> 0.19.12 aa1a096a1cd3a python312Packages.bandit: 1.8.0 -> 1.8.2 9b8558147f2e8 wasmtime: 28.0.0 -> 28.0.1 0bd024d34eb07 nixos/README.md: relax the requirement of providing option defaults (#334509) 17f5f29580693 cunicu: 0.10.0 -> 0.12.0 055d7c5ffcef3 step-kms-plugin: 0.11.7 -> 0.11.8 44c19ef6c3e6c sentry-native: 0.7.17 -> 0.7.18 e24fcfb6aec60 gogup: 0.27.5 -> 0.27.6 (#373906) 5ed4649333d47 lzlib: 1.14 -> 1.15 6546ecaf9357c tempo: 2.6.0 -> 2.7.0 (#373849) 8937d7f26bf1b imhex: unpin LLVM17; darwin cleanup (#371721) 14d35a2a28aa4 home-assistant-custom-lovelace-modules.bubble-card: 2.3.3 -> 2.3.4 (#373907) 54f484c80eac5 doc/stdenv/platform-notes: fix typo 09e30c8be15db dumbpipe: 0.22.0 -> 0.23.0 eda46c008e276 sendme: 0.21.0 -> 0.22.0 10536f040a651 automatic-timezoned: 2.0.44 -> 2.0.45 b91bbdbeb2f0d prometheus-gitlab-ci-pipelines-exporter: 0.5.9 -> 0.5.10 e9ebe4edec988 iroh: 0.30.0 -> 0.31.0 327b300831071 apk-tools: 2.14.7 -> 2.14.9 7b91faa1656d8 victoriametrics: 1.108.1 -> 1.109.0 de38eac6c2e3d mendeley: 2.128.0 -> 2.129.0 8f95965e221f2 home-assistant-custom-lovelace-modules.bubble-card: 2.3.3 -> 2.3.4 4218b7ed45908 gogup: 0.27.5 -> 0.27.6 903a0883ca0a4 warp: 0.8.0 -> 0.8.1 8059fa142bc15 frei: 0.1.0 -> 0.1.1 4aab64736fa37 aerospike: 7.2.0.4 -> 7.2.0.6 (#373809) 18340cc3ee400 ddns-go: 6.7.7 -> 6.8.0 cfb2542d54202 api-linter: 1.67.6 -> 1.68.0 6d32447bfc49e kustomize: 5.5.0 -> 5.6.0 36e15fb41bc34 jsvc: 1.4.0 -> 1.4.1 8f0b7152f3b93 micronaut: 4.7.3 -> 4.7.4 fcedee13a9920 Merge gnome-builder: add missing icons to wrapper (#373044) 9129b13110ca7 Merge master into staging-next fc6d9cc539f4b nixosTests.matomo: extend test coverage 10f670ab7e043 nixos/matomo: better check for database being set up 8f4bc44f880f2 nixos/radicale: Allow AF_UNIX for systemd log 80e601a8ea516 cargo-tauri: 2.2.1 -> 2.2.2 9728299c486fa yubikey-touch-detector: 1.12.2 -> 1.12.4 caad529065c46 gitui: 0.26.3 -> 0.27.0 439d736b1b57d python312Packages.pygame-gui: 0612 -> 0613 9a69b73520e79 python313Packages.remi: unbreak by adding legacy-cgi to deps (#371980) 226991c975f1f webdav: 5.7.0 -> 5.7.1 (#370950) 95272dc8607f4 curv: 0.5 -> 0.5-unstable-2025-01-06, unbreak (#371995) 9342ea23f9c97 python313Packages.pyunpack: unbreak (#371987) af75ee55b76d3 python313Packages.pyrender: unbreak (#371986) 9c305643d2ff4 python313Packages.uarray: 0.9.1 -> 0.9.2 de7025b325245 felix-fm: 2.14.0 -> 2.16.0 c4407ed139ab8 firefox-devedition-unwrapped: 133.0b1 -> 135.0b4 (#373862) d360e05123413 goperf: 0-unstable-2024-12-04 -> 0-unstable-2025-01-06 (#373735) 4ff7f4ca053c3 ride: bump nan version to fix build with nodejs_22 98533256dbb0d autosuspend: 7.0.3 -> 7.1.0 ffa7d8c8f1762 strawberry: 1.2.3 -> 1.2.4 330346c916c79 keycloak: 26.0.7 -> 26.0.8 (#373621) a9d6a0a3f188f terraform-providers.keycloak: 4.4.0 -> 5.0.0 e089450af4702 lomiri.morph-browser: Modernise, help with test timeout, add doc output d801dee8a7e02 infisical: 0.32.0 -> 0.33.1 ed2e09372383f p2pool: 4.2 -> 4.3 (#372480) f5082ce2378b1 cyrus-imapd: fix sieveshell (#373751) 268241663b042 vokoscreen-ng: 4.3.0 -> 4.4.0 (#371473) bfefff965168a `nixos-render-docs`: Support explicit anchors in markdown for optional compatibility with the HTML renderer (#370352) 3d9f780734d65 ayatana-indicator-sound: Disable parallel testing f2ce8e7d79460 lomiri.morph-browser: Drop workaround for LAL crash on Lomiri startup cc3a613c5a01b lomiri.lomiri-app-launch: Fix crash on Lomiri startup when resolving relative icons for pinned apps 0da0d93fe056b lomiri.lomiri-schemas: 0.1.5 -> 0.1.6 a5924c2409521 code-cursor: add aarch64-linux (#373536) ac8bf74837afd buildFHSEnv: allow specifying `executableName` explicitly (#371770) 96cd38c72f1f3 justbuild: 1.4.1 -> 1.4.2 (#373769) bce0bcd2f0ad6 parlay: 0.6.4 -> 0.7.0 1fd24ab1d82f2 simdutf: 5.7.2 -> 6.0.3 (#373665) 4bd7ffca9b3b3 mpris-timer: 2.0.3 -> 2.0.5 65dfed95526f2 mercure: 0.17.1 -> 0.18.1 (#373764) 596bda5058b9e traccar: 6.5 -> 6.6 (#373104) 88d21ba936848 firefox-devedition-unwrapped: 133.0b1 -> 135.0b4 4048600cb15e1 authentik,authentik.outposts.{radius,ldap,proxy}: 2024.12.1 -> 2024.12.2 (#373395) 8f1eb88e233c3 libretro.pcsx2: 0-unstable-2025-01-09 -> 0-unstable-2025-01-12 26cf11d727ac1 libretro.pcsx-rearmed: 0-unstable-2025-01-09 -> 0-unstable-2025-01-14 1d4fef31529ac libretro.mame2003-plus: 0-unstable-2025-01-10 -> 0-unstable-2025-01-13 cd4ff5c204a66 libretro.ppsspp: 0-unstable-2025-01-10 -> 0-unstable-2025-01-14 dc1d510f5ba3f libretro.mgba: 0-unstable-2024-11-12 -> 0-unstable-2025-01-14 773c1100b7734 rofi-wayland-unwrapped: 1.7.5+wayland3 -> 1.7.7+wayland1 (#373474) 3f70aca850abf swiftlint: 0.57.1 -> 0.58.0 (#373261) 6a1da4192cc21 jawiki-all-titles-in-ns0: 0-unstable-2024-12-01 -> 0-unstable-2025-01-01 (#373787) 64df8841e0a13 renovate: 39.90.2 -> 39.107.0 e38c59de79ea4 nomad_1_9: 1.9.4 -> 1.9.5 710d275efcafa libretro.play: 0-unstable-2025-01-09 -> 0-unstable-2025-01-11 0c1b04c8b6807 libretro.flycast: 0-unstable-2025-01-09 -> 0-unstable-2025-01-10 666a6914c065a libretro.fbneo: 0-unstable-2025-01-06 -> 0-unstable-2025-01-13 4862306de53a5 libretro.dosbox-pure: 0-unstable-2024-12-31 -> 0-unstable-2025-01-12 e784eeb26c980 k6: 0.55.2 -> 0.56.0 (#372355) f2d2b652e94e7 libretro.citra: 0-unstable-2024-04-01 -> 0-unstable-2024-12-03 bbc6b219b947b ejabberd: fix mod_matrix_gw c25f23a19ea71 n8n: 1.72.1 -> 1.73.1 (#373702) 82daa4a2a5af4 nixosTests.ejabberd: add mod_matrix_gw 7e46ea1d28523 jp-zip-codes: 0-unstable-2024-12-01 -> 0-unstable-2025-01-01 (#373786) 801b15c9fd2d0 terraform-providers.equinix: 3.1.0 -> 3.1.1 9addf510b0ab3 opencolorio: fix cross build (#373047) 556ee42266392 ladspaPlugins: fix cross build (#373046) c069ef3e7e49e tempo: 2.6.0 -> 2.7.0 b644cbec15040 recordbox: 0.8.3 -> 0.9.0 (#367826) a60c98c59b928 tempo: add passthru.updateScript 879051dda422f gnome-podcasts: 0.7.1 -> 0.7.2 0d395a235dae3 libretro.scummvm: 0-unstable-2022-04-06 -> 0-unstable-2024-12-03 2afd00b199b89 wluma: 4.5.1 → 4.6.0 (#368586) 35a78b8f3ef8e greetd-mini-wl-greeter: init at 0-unstable-2024-12-27 (#368616) 3dad153baf5b4 ticktick: 6.0.10 -> 6.0.20 (#368625) 09b49e7ec54ee gnomeExtensions.guillotine: 24 -> 25 (#368653) 33acebf296b7c nfs-ganesha: 6.4 -> 6.5 f04eeaa534e76 kernelshark: fix build (#368940) eca59fc50c26e python312Packages.clarifai-grpc: 10.11.2 -> 11.0.0 408cda76e28fc terraform-providers.spotinst: 1.204.0 -> 1.207.0 b93dc990d0988 readarr: 0.4.6.2711 -> 0.4.8.2726 (#373422) 94f6d77e55ac7 discordo: 0-unstable-2024-12-22 -> 0-unstable-2025-01-12 321dbe42712fb obs-studio-plugins.obs-transition-table: fix build failure (#369369) 9ab849c7d0c64 poptracker: add update script and bump version (#369461) fb87522d5c2fc mysql-workbench: 8.0.38 -> 8.0.40 (#369504) d29914fb7510c quickgui: icon fix ed890bd5bb0ac opencomposite: fix cross build (#373816) fd821c7eb38af ocamlPackages.extlib: 1.7.9 → 1.8.0 daf056cf9c341 coursier: 2.1.22 -> 2.1.24 301aa4b775ce1 mqtt-exporter: 1.5.0 -> 1.6.1 (#373767) b7e44445d484a python313Packages.bc-detect-secrets: 1.5.33 -> 1.5.34 27b13cf0edc94 python313Packages.dvc-data: 3.16.7 -> 3.16.8 defd5e9544612 python313Packages.nvdlib: 0.7.7 -> 0.7.9 2ab0f7a3ba2ac trufflehog: 3.88.1 -> 3.88.2 7028b60f82b02 python313Packages.swisshydrodata: 0.2.1 -> 0.2.2 2357fa68eef0c feishu: 7.28.10 -> 7.32.11 eb62e6aa39ea6 pigz: add meta.mainProgram 1342a23c67e71 openvpn-auth-ldap: unpin LLVM17 (#373193) a8bbac6f1e5f7 xssproxy: 1.1.0 -> 1.1.1 (#373773) bb45501b6dd60 zfs_2_1: remove (#358811) 99df3b541cfad drumkv1: 0.9.23 -> 1.0.0 (+fix LV2 Qt UI issues) 93a4d40e735ce maintainers: add theredstonedev 856e0b5be9d82 ffizer: init at 2.13.1 (#370378) df3dcce18b144 lockbook-desktop: 0.9.15 -> 0.9.16 (#373059) eed788913e86e pam_u2f: 1.3.0 -> 1.3.1 c6ce08958923e spatialite-gui: rename package and move to pkgs/by-name (#373423) bb3685425c850 opencomposite: fix cross build 469f961f926a1 dsniff: Unbreak by bumping 2.4b1+debian-30 -> 2.4b1+debian-34 (#373292) 733994ea06585 rsync: apply patches for 6 vulnerabilities (#373784) aa2102455e9ef lockbook: 0.9.15 -> 0.9.16 (#373058) c7a41a299996f cargo-expand: 1.0.96 -> 1.0.100 d6662d68d5a9a aerospike: 7.2.0.4 -> 7.2.0.6 edccf51c1cb92 rsync: apply patches for 6 vulnerabilities 800bc72995e34 python312Packages.duckdb-engine: 0.14.0 -> 0.14.2 e67b8f2b907dd containerd: 2.0.1 -> 2.0.2 (#373661) 80a0746f03c45 nixos-facter: 0.3.0 -> 0.3.1 (#373779) c44bf8b674863 zfs_2_3: init at 2.3.0 (#373599) bc4cf02c2e382 python312Packages.truststore: 0.9.2 -> 0.10.0 b2e3216919200 python313Packages.beartype: disable broken test 6ad7602ef9062 tests.overriding: format with nixfmt-rfc-style and categorize (#366583) 44e4abfaf6d17 Merge master into staging-next d6f326af01fe0 the-unarchiver: init at 4.3.8 (#371773) 2ea7851ee652c jaq: 2.0.1 -> 2.1.0 (#373771) 7453d673aa49a python313Packages.django_5: 5.1.4 -> 5.1.5 c0e246d9a99e1 mecab: fix cross build 7da8a65e09843 labwc-tweaks-gtk: 0-unstable-2025-01-03 -> 0-unstable-2025-01-11 be96678fad9c2 lib2geom: Disable tests on i686 (#365815) 934768bf103f8 code-cursor: Add aarch64-linux 5d19bc443c456 libnids: fix cross build (#373778) c01257f8132eb waypipe: 0.92 -> 0.10.0 (#373212) a6fd49dbc1c38 python312Packages.pcre2-py: init at 0.4.0 6cacf1e7f031e nixos/etc-overlay: fix chmod call in activation script (#373712) de9f837a2d8db ccze: fix cross build 619f8388e13a3 jp-zip-codes: 0-unstable-2024-12-01 -> 0-unstable-2025-01-01 19cc5ad13f115 jawiki-all-titles-in-ns0: 0-unstable-2024-12-01 -> 0-unstable-2025-01-01 94cde4b3e53c2 update waypipe to version 10.0 24c79d2bf58b1 nixos-facter: 0.3.0 -> 0.3.1 f912b947aa393 matrix-synapse: 1.121.1 -> 1.122.0 c8d6153f3b0cf libnids: fix cross build 2f6a15c5a32e6 libnvidia-container: include binaries from driver package (#372320) f0a83112323e5 ocamlPackages.owl: re-enable tests (#368409) 9b7ca457f3cda lomiri.lomiri-sounds: 22.02 -> 25.01 (#373696) eb03a25d8eac2 ocamlPackages.owl: re-enable tests 121aa118d13f0 vpl-gpu-rt: 24.4.4 -> 25.1.0 (#373728) 7a9b2fef366f9 ruffle: nightly-2024-11-07 -> nightly-2025-01-04 (#371012) 18f6b0e209990 subfinder: 2.6.7 -> 2.6.8 ee9e485baa2ea jaq: 2.0.1 -> 2.1.0 7ef5978eec780 pixi: 0.40.0 -> 0.40.1 (#373759) 4d4cbee23d29b serfdom: 0.10.1 -> 0.10.2 2d33149a8da8f nextcloud-client: 3.15.2 -> 3.15.3 (#373717) 80a034473fc3a justbuild: 1.4.1 -> 1.4.2 a4599c432ad55 freerdp3: 3.9.0 -> 3.10.3 (#369808) 56cf45fbe142c srec2bin: init at 1.51 (#370834) 832325ae82622 home-manager: 0-unstable-2025-01-02 -> 0-unstable-2025-01-13 (#373701) 83e2d111cf79f mqtt-exporter: 1.5.0 -> 1.6.1 c50bf7a38fc7c simplex-chat-desktop: 6.2.3 -> 6.2.4 5ecb91a86b8e6 python312Packages.fastexcel: init at 0.12.1 (#373419) 75ad720f775da varnish: add flying circus as maintainer 0129b83a02516 varnish76: init at 7.6.1 8042f9612ee29 pleroma: 2.7.0 -> 2.8.0 (#372324) 1b460a179f5fb gitleaks: 8.22.1 -> 8.23.0 bd53e32d235fa disko: 1.10.0 -> 1.11.0 (#373756) c990a24539392 ciftilib: unbreak by pinning boost (#372788) 90a1f92f876b7 osmium-tool: 1.16.0 → 1.17.0 (#373753) dec882c5f7cc4 python313Packages.velbus-aio: 2024.12.3 -> 2025.1.0 (#364898) decb81bf9464c wslu: 4.1.3 -> 4.1.4 (#373755) 403f98f7d277d containerd: fix meta.changelog 9ba627131e4e8 mercure: 0.17.1 -> 0.18.1 bb2b4353d30a9 azure-cli: 2.67.0 -> 2.68.0; azure-cli-extensions: update package set for 2.68 (#373655) cabd94461e96b bird: 2.16 -> 2.16.1 (#372920) 8021ceef0c07b pixi: 0.40.0 -> 0.40.1 4588062e0dba2 python312Packages.jsonconversion: relax numpy (#373057) b70ee4bd2e34d nixos/jupyter: fix typos ceb3b6fb361ee trivy: 0.58.1 -> 0.58.2 (#373730) 0529925ba0019 asterisk: 20.11.0 -> 20.11.1 (#373356) 3a9a960a1dc2b terraform-providers.kubectl: 1.18.0 -> 1.19.0 (#373733) d6e530366dce8 usql: 0.19.15 -> 0.19.16 (#373739) cb3b86099bb33 disko: 1.10.0 -> 1.11.0 6c12f0a9c7a86 python312Packages.databricks-sql-connector: 3.7.0 -> 3.7.1 (#373700) ced4fdc5a6e51 rs-tftpd: 0.3.2 -> 0.3.3 (#373706) e65c7962d72bc sing-box: 1.10.6 -> 1.10.7 (#373713) 7aa2c3e709dae linuxhw-edid-fetcher: 0-unstable-2023-05-08 -> 0-unstable-2025-01-06 (#372791) 8d144f8945735 ciftilib: unbreak 421b83b0abe74 poetryPlugins.poetry-plugin-export: 1.8.0 -> 1.9.0 (#373680) b925a6949e4c5 mark: 11.3.1 -> 12.0.0 (#373622) cb8fcb996742d kotlin-native: 1.9.24 -> 2.1.0 (#373635) dc5e87a400f11 cargo-leptos: 0.2.24 -> 0.2.25 (#373625) 32397f40c2602 imgproxy: 3.27.0 -> 3.27.1 (#373632) 13207d7a8c509 goose: 3.24.0 -> 3.24.1 (#373644) b287c226f794b nomino: 1.4.0 -> 1.5.0 (#373633) 564059968f600 glooctl: 1.18.2 -> 1.18.5 (#373643) d6ef66eb4cbe0 cargo-xwin: 0.18.3 -> 0.18.4 (#373640) 58de13b963e1c prowlarr: 1.28.2.4885 -> 1.29.2.4915 (#372321) efa8c5237d187 python312Packages.dbt-bigquery: 1.9.0 -> 1.9.1 (#373645) e4fe02ec22582 civo: 1.1.93 -> 1.1.95 (#373647) af25e7a9f3dc3 sqldef: 0.17.25 -> 0.17.27 (#373649) c318eb06a5f19 moon: 1.30.6 -> 1.31.0 (#372109) 2f3f5599d99d4 python312Packages.amiibo-py: drop (#373577) be0c41d1e92e8 python312Packages.blake3: 1.0.0 -> 1.0.2 (#373584) dfadf286a6c8e chart-testing: 3.11.0 -> 3.12.0 (#373595) 6d892712cfab0 nixos/tests/pleroma: fix DB provision race condition 66639d6a7e3aa pleroma: 2.7.0 -> 2.8.0 95feeaedd67f7 kubedock: 0.17.1 -> 0.18.0 (#373605) c08cc93853d4d regal: 0.29.2 -> 0.30.0 (#373615) 6146d303ec42e nixpacks: 1.30.0 -> 1.31.0 (#373616) b9bdef7f1d9c9 python312Packages.binance-connector: 3.11.0 -> 3.12.0 (#373568) a12b3b029badf python312Packages.wagtail: 6.3.1 -> 6.3.2 (#373500) e6d182870bd0a heptabase: 1.50.0 -> 1.50.1 (#373486) 195fd8e3d857e gotrue-supabase: 2.167.0 -> 2.168.0 (#373490) 6c6c9f6768afe lomiri.hfd-service: 0.2.2 -> 0.2.3 (#373496) cc19348528a97 treesheets: 0-unstable-2024-12-22 -> 0-unstable-2025-01-13 (#373504) 8f7aea25ff362 signalbackup-tools: 20250107 -> 20250113-1 (#373530) 8c4e42ab54387 snowmachine: 2.0.1 -> 2.0.2 (#369523) 837fe085ac8f1 xorg.xf86videonouveau: fix build (#373722) defd1a53219e0 auto-cpufreq: patch hardcoded paths (#373721) 337c0bd8b4951 wslu: 4.1.3 -> 4.1.4 0641d1c500b4f netlify-cli: 17.38.0 -> 18.0.0 a793dbbbf2d27 govulncheck: 1.1.3 -> 1.1.4 (#373524) 2a6d64646e9c2 ocamlPackages: fixes after GCC update to version 14 (#372893) 34f789591aa2e quickemu: 4.9.6 -> 4.9.7 f1eaa3de819f1 spatialite-gui: remove obsolete darwin tweaks 1c22128caa3b4 cyrus-imapd: fix sieveshell 575328fe8e7e7 perlPackages.GlibObjectIntrospection: fix strictDeps build da0388635a657 perlPackages.Glib: fix strictDeps build, mark cross as broken 6bc5a8a885143 perlPackages.GD: fix strictDeps build 869c71c30bf50 perlPackages.GamesSolitaireVerify: mark cross as broken f441aba02d213 perlPackages.FileShareDir: mark cross as broken e642c8ca2543b osmium-tool: 1.16.0 → 1.17.0 33f6bdabe3361 nixos/ssh: use correct executable for grep in ssh-askpass-wrapper 523ea14022449 thunderbird-bin-unwrapped: 128.5.2esr -> 128.6.0esr 6dc60319d8629 pulseeffects-legacy: 4.8.7 -> 4.8.7-unstable-2024-09-17 (#373241) a5e1c934c911e plugdata: 0.8.0 -> 0.9.1 (#372508) 3b49f1acfd0d9 narsil: 1.4.0 -> bbc8fc5efd779ec885045f9b8d903d0df1bec1b2 (#373695) 31fe9cd1e9e28 oauth2-proxy: 7.7.1 -> 7.8.0 ac7e15b9b4f3f mixxc: 0.2.3 -> 0.2.4 f60af76796ecc unhide-gui: 20220611 -> 20240510 (#372978) e55645a6395af archiver: tag with knownVulnerabilities for CVE-2024-0406 (#373586) ed60f3f7f88a3 gef: 2024.06 -> 2025.01 (#373445) dba6ad3089f10 rkbin: 2024.02.22 -> 2024.10.23 867c924b2b975 libdatachannel: 0.22.3 -> 0.22.4 88b08dfa5fa45 usql: 0.19.15 -> 0.19.16 4339438e3e813 goperf: 0-unstable-2024-12-04 -> 0-unstable-2025-01-06 a9fc0b6eea3fe terraform-providers.kubectl: 1.18.0 -> 1.19.0 32d076a87fa66 handheld-daemon: 3.9.0 -> 3.10.2 e5b0c411a4345 nixos/etc-overlay: fix chmod call in activation script e09179f70fceb trivy: 0.58.1 -> 0.58.2 7c294532f0146 mint-y-icons: 1.8.1 -> 1.8.3 516ac9bc1af28 dinit: 0.19.2 -> 0.19.3 1a4453f96587a vpl-gpu-rt: 24.4.4 -> 25.1.0 39256929e986f selene: 0.27.1 -> 0.28.0 2b492ee652bbf mpop: 1.4.20 -> 1.4.21 b40c477768ba2 python312Packages.google-auth-oauthlib: fix build in darwin sandbox d2922c029b128 xorg.xf86videonouveau: fix build b6a1d9c98338e dnsperf: add musl fix (#370881) 334383432b652 auto-cpufreq: patch missing shell file 4e1c04d5ae24a enpass-mac: init at 6.11.8.1861 (#371111) 3b4a9255ab084 xfce.orage: 4.18.0 -> 4.20.0 b8d93f472b9ae opencolorio: fix cross build 11f9ec78ff314 gensio: 2.8.10 -> 2.8.11 c0954a8d2f387 python312Packages.levenshtein: 0.26.0 -> 0.27.0 08ffc80b0b2dd python312Packages.sphinxcontrib-jinjadomain: init at 0.5.1 4de88b4823c91 Merge master into staging-next deb4f62a8ad19 python312Packages.qdrant-client: 1.12.1 -> 1.12.2 (#373671) 48cbc005a3872 nextcloud-client: 3.15.2 -> 3.15.3 b94882a3e945a pantheon.elementary-dock: 8.0.1 -> 8.0.2 (#373497) f84e2fa942d30 ocamlPackages.elpi: 2.0.6 -> 2.0.7 8b708df01aac9 espflash: 3.2.0 -> 3.3.0 819f4ef0611de pantheon.elementary-dock: Add updateScript f50d0b5498dfb sing-box: 1.10.6 -> 1.10.7 770aed5bcb129 google-clasp: 2.4.2 -> 2.5.0 1ed5f53b29e2f terragrunt: 0.71.1 -> 0.71.2 (#371855) 770268ec8b03e supabase-cli: 2.2.1 -> 2.6.1 (#372625) 2cea650291e0c pluto: 5.21.0 -> 5.21.1 (#373637) 42c5f7950a6b3 rs-tftpd: 0.3.2 -> 0.3.3 11d588f8be9fa the-legend-of-edgar: 1.36-unstable-2023-07-11 -> 1.37 (#373578) f64037af0a8a0 n8n: 1.72.1 -> 1.73.1 aa0d8d748c103 home-manager: 0-unstable-2025-01-02 -> 0-unstable-2025-01-13 6486939aa7972 python312Packages.databricks-sql-connector: 3.7.0 -> 3.7.1 4c70d33f97857 package-version-server: init at 0.0.7 7152ce5de6e2b k3s_1_32: init at 1.32.0+k3s1 (#373173) 0b7a408dae201 ocamlPackages: Update merlin (#373475) c77d1fcab595c vacuum-go: 0.15.0 -> 0.15.3 (#373525) 17a45b666aa03 narsil: 1.4.0 -> bbc8fc5efd779ec885045f9b8d903d0df1bec1b2 f8dc75d17a44e mise: 2025.1.0 -> 2025.1.6 (#373491) 0f34664911322 sddm-astronaut: 1.0 -> 1.0-unstable-2025-01-05 491cbe116831c lomiri.lomiri-sounds: 22.02 -> 25.01 357cd3dfdb899 python312Packages.rmsd: 1.6.2 -> 1.6.4 (#373555) 40c99f2bb988c pocketsphinx: 5.0.3 -> 5.0.4 1233224f22c1b scalapack: 2.2.1 -> 2.2.2 4c1b260aaa2a3 wealthfolio: 1.0.22 -> 1.0.23 cc4260500c5f9 ocamlPackages.merlin: Update for OCaml 5.2 and 4.14 1dfdc880438d0 gnome-online-accounts: 3.52.2 -> 3.52.3.1 08f182057f4af nixos/ferretdb: disable telemetry by default 3b3764df0987d nixos/ferretdb: set default value for PostgreSQL URL ccd19c4503548 nixos/ferretdb: move default settings to options 3c9048889a3e5 pipenv-poetry-migrate: refactor 86758397f8b5f the-legend-of-edgar: 1.36-unstable-2023-07-11 -> 1.37 e55003d29d70e pipenv-poetry-migrate: move from python3Packages 54547d2b55114 gerrit: 3.11.0 -> 3.11.1 (#373639) 9242a724f8875 python312Packages.pipenv-poetry-migrate: 0.5.12 -> 0.6.0 (#370570) 59e142e2f88a9 poetryPlugins.poetry-plugin-export: 1.8.0 -> 1.9.0 04ce2320f7030 python312Packages.yamale: 5.2.1 -> 6.0.0 e8711e1591530 python312Packages.pathvalidate: 3.2.1 -> 3.2.3 (#371314) 00e83d8b713a7 obs-studio: don't use ffmpeg-full (#354934) 2bddc9cbd88bf python312Packages.qdldl: switch to pypa builder 0bd7401c713be onboard: fix cross build (#372927) cfd43ead56226 python312Packages.rmsd: enable tests 270356aa6021c python312Packages.rmsd: switch to pypa builder c9143e6ddc4d9 python312Packages.uxsim: 1.7.1 -> 1.7.2 (#373571) 6dceb2db13a5c python312Packages.binance-connector: switch to pypa builder 2cea8d4ab2495 python312Packages.llama-cpp-python: 0.3.5 -> 0.3.6 f321f74b733ca youtrack: 2024.3.55417 -> 2024.3.56671 07f7d75557479 ast-grep: 0.32.3 -> 0.33.0 (#373108) e87cd4bae48b2 goread: 1.7.2 -> 1.7.3 (#373648) 4b78c931a38b4 envision: add libnotify dependency to wivrn (#372276) f47d2a2faf27f python312Packages.qdrant-client: 1.12.1 -> 1.12.2 417670631a1d9 gnome-settings-daemon: fix cross compilation 92cebeba0af46 python312Packages.eris: init at 1.0.0 028129d06ddf6 tippecanoe: 2.73.0 -> 2.74.0 (#373627) e2da16ae14545 rattler-build: 0.33.1 -> 0.34.1 (#373448) feaf0ebdc2798 tile38: 1.34.0 -> 1.34.1 (#373620) fb23f7e3902a3 zed-editor: 0.168.2 -> 0.168.3 (#373634) 0ab8a33c8d0d7 python312Packages.cleanlab: fix patch (#373654) 3264ea8b39e86 spatialite-gui: move to pkgs/by-name 4210a20cd04f7 spatialite_gui: rename package to spatialite-gui 4202351fd613b altair: 8.0.5 -> 8.1.3 bd36be14ee3ce simdutf: 5.7.2 -> 6.0.3 90ef4b5740f22 treewide: replace substituteAll with replaceVars (part 2) 4deaf01a8886e containerd: 2.0.1 -> 2.0.2 e0177f0ffc790 tfsec: 1.28.12 -> 1.28.13 (#373650) b2241788667d0 gdal: 3.10.0 -> 3.10.1 (#373611) 62bcaff544dbf srec2bin: init at 1.51 2909883be7161 attic-client: use fetchCargoVendor (#371937) a610113486924 python312Packages.pyinstrument: 4.7.3 -> 5.0.0 646e77445c573 drat-trim: fix `gcc-14` build (#372049) 3c549556fea10 dashy-ui: Pin nodejs to a supported version (#371920) f3a39ceeb611b systemctl-tui: 0.3.8 -> 0.3.9 (#373651) b13426b24762d python312Packages.torchrl: skip flaky test on aarch64-linux 9d87b1114204d python312Packages.keras: 3.7.0 -> 3.8.0 0a52c3d5b60a3 syncthing: 1.28.1 -> 1.29.2 31bcc9316230c python312Packages.cleanlab: fix patch a77e72e111209 azure-cli-extensions.healthcareapis: 1.0.0 -> 1.0.1 f7e68e254462d azure-cli-extensions.durabletask: 1.0.0b1 -> 1.0.0b2 ca57fed3b2b77 azure-cli-extensions.spring: 1.26.0 -> 1.26.1 07f80e1945025 azure-cli-extensions.connectedvmware: 1.2.0 -> 1.2.1 72729462bb5f2 azure-cli-extensions.maintenance: 1.7.0b1 -> 1.7.0b2 c97d3b197b1f3 azure-cli-extensions.databricks: 1.0.1 -> 1.1.0 65f77e5bd47dc azure-cli-extensions.datamigration: 1.0.0b2 -> 1.0.0b3 9044f4905bf5d azure-cli-extensions.subscription: 1.0.0b1 -> 1.0.0b2 9b853cf209249 azure-cli-extensions.devcenter: 6.1.0 -> 6.2.0 b8cb5d0b4cd59 azure-cli-extensions.mcc: 1.0.0b1 -> 1.0.0b2 76a9223265557 azure-cli-extensions.amg: 2.5.3 -> 2.5.4 6019ef7e23032 azure-cli-extensions.eventgrid: 1.0.0b1 -> 1.0.0b2 b049d0151f3f5 azure-cli-extensions.playwright-cli-extension: init at 1.0.0b1 7b2bfeb2fc047 azure-cli: 2.67.0 -> 2.68.0 1c7f731c6de42 linux/common-config: fix typo (isLoongarch64) (#372726) 8ee57a925ec9e systemctl-tui: 0.3.8 -> 0.3.9 49b8bad2d783d lean4: 4.14.0 -> 4.15.0 94e1e0a173482 doc/rl-2505: relnote the videoMode removal b20e6abfaf51e nixos/hyperv-guest: remove the now useless videoMode option c00e9ebd9d2a9 linux/common-config: disable FB_HYPERV when DRM_HYPERV is available ed3033393ead7 lean4: 4.13.0 -> 4.14.0 d3fc0b6220e61 lean4: 4.12.0 -> 4.13.0 9bfe9c98e7cb4 python312Packages.fastexcel: init at 0.12.1 47f7fa609429a tfsec: 1.28.12 -> 1.28.13 d48707ac45df1 python312Packages.stable-baselines3: 2.4.0 -> 2.4.1-unstable-2025-01-07 (#373253) 76bad48f56019 sqldef: 0.17.25 -> 0.17.27 1e8be90a09eaf goread: 1.7.2 -> 1.7.3 786f2bca12049 civo: 1.1.93 -> 1.1.95 b9d8928838d4e Merge master into staging-next 2c4f8004e28ee python312Packages.dbt-bigquery: 1.9.0 -> 1.9.1 364c67edf7d59 goose: 3.24.0 -> 3.24.1 a8aaba982c69c glooctl: 1.18.2 -> 1.18.5 174397b317855 gerrit: 3.11.0 -> 3.11.1 429b850ef4923 gerrit: Add Felix Singer as maintainer 8b0e43bdc0c76 cargo-xwin: 0.18.3 -> 0.18.4 89367772410f4 pluto: 5.21.0 -> 5.21.1 afefc3a7a2309 docker: 27.4.1 -> 27.5.0 ce8389bdd5c1d zed-editor: 0.168.2 -> 0.168.3 629ab9db28ab2 aegisub: 3.4.1 -> 3.4.2 (#373451) 4a2d913a86cac honggfuzz: unpin LLVM16 (#371796) b9cf99535b52a vscodium: fix bundle resources being modified on darwin 0ea511edaf435 nomino: 1.4.0 -> 1.5.0 4ba6d670f1f63 imgproxy: 3.27.0 -> 3.27.1 735592fa88830 siyuan: 3.1.18 -> 3.1.19 (#373554) a0d3b70937263 kotlin-native: 1.9.24 -> 2.1.0 b1848b4fd14cb home-assistant-custom-lovelace-modules.hourly-weather: 6.5.0 -> 6.6.0 bef04e57aea66 whistle: 2.9.92 -> 2.9.93 e427b8dae3b1e tippecanoe: 2.73.0 -> 2.74.0 c41261b1a9c24 cargo-leptos: 0.2.24 -> 0.2.25 99f9f7cd89cdd neo4j: 5.26.0 -> 5.26.1 3e80aaa762af3 mark: 11.3.1 -> 12.0.0 ef3933b235251 protonmail-bridge: 3.15.1 -> 3.16.0 661db7dc68c14 keycloak: 26.0.7 -> 26.0.8 3c391c507eaa0 tile38: 1.34.0 -> 1.34.1 c0d16425b2769 airshipper: 0.15.0 -> 0.16.0 ddad2a3941853 cargo-crev: 0.26.2 -> 0.26.3 f99cd8fe96e4b nixpacks: 1.30.0 -> 1.31.0 9d225eb87aec5 regal: 0.29.2 -> 0.30.0 0ec8d2ab8ef11 nixos/wyoming-piper: refresh module 0e327a55fea4b nixos/wyoming-openwakeword: refresh module 2fa61164c840b wyoming-piper: move to by-name 96633b3bdc1e0 wyoming-openwakeword: move to by-name a6c0c0ac092cc wyoming-faster-whisper: move to by-name 11301e9e74c44 wyoming-piper: 1.5.0 -> 1.5.2 3b91b9fbba4b3 homeassistant-satellite: drop 309b624ad1cb5 python313Packages.wyoming: 1.5.4 -> 1.6.0 0a44f98cf32e8 wyoming-satellite: pin wyoming at 1.5.4 ae7e95ed1d286 Merge master into staging-next e188c1bdd6e0d olvid: 2.2.0 -> 2.3.0 9b8c09ebfa53f go-task: fix cross by only generating shell completions when possible (#372797) 624d136b93b85 go-task: only generate shell completions when possible 435a03e425fbe flyctl: 0.3.56 -> 0.3.61 (#373324) 618e580bb87fe dxvk_2: 2.5.2 -> 2.5.3 (#373502) 94fb6085248b6 nixos/wyoming-faster-whisper: refresh and update for 2.4.0 061a735dfd0b1 lha: unstable-2021-01-07 -> unstable-2024-11-27 (#372014) 5593fccdd20bd Firefox: 134.0 -> 134.0.1 (#373585) a9200a8d166d1 wealthfolio: deactivate the upstream updater (#373198) 0d1eed2fedb1f satysfi: 0.0.10 -> 0.0.11 (#372315) ae561f4e390bf gdal: 3.10.0 -> 3.10.1 490e124401eb9 plugdata: 0.8.0 -> 0.9.1 30f497ec779b9 kubedock: 0.17.1 -> 0.18.0 2b1fca3296ddd autodock-vina: 1.2.5 -> 1.2.6 (#373591) 805a18975a9b5 glamoroustoolkit: 1.1.8 -> 1.1.9 6477277a79d19 zfs_2_3: init at 2.3.0 40e0f7233b33a zfs_unstable: 2.3.0-rc5 -> 2.3.0 85e581b30305c kde-rounded-corners: 0.6.7 -> 0.7.0 fe75cd046882c python312Packages.rising: remove at 0.3.0 (#356312) a24d1afc3500c python312Packages.widlparser: 1.0.12 -> 1.1.5 (#353139) 77043634eddb1 activemq: 6.1.4 -> 6.1.5 536293ee470fc gum: 0.14.5 -> 0.15.0 683cd2ecdff49 chart-testing: 3.11.0 -> 3.12.0 6e04a85cf488b kirc: 0.3.2 -> 0.3.3 fe69203e6f90c autodock-vina: 1.2.5 -> 1.2.6 9a2e8298ed006 sql-formatter: 15.4.3 -> 15.4.9 297e638bad017 wyoming-faster-whisper: 2.2.0 -> 2.4.0 ad0441c05289f archiver: tag with knownVulnerabilities for CVE-2024-0406 50c1e88e70a48 firefox-bin-unwrapped: 134.0 -> 134.0.1 d574349587e68 firefox-unwrapped: 134.0 -> 134.0.1 349b7e661a162 tutanota-desktop: 259.241223.2 -> 259.250108.1 5bd1937f1e1bf python312Packages.blake3: 1.0.0 -> 1.0.2 e505cd6f45cb6 Merge gnome-terminal: fix cross build (#372957) 91d01c36488d5 importNpmLock: fix check for .bin in linkNodeModulesHook (#372631) 53c25a89d5dbf python312Packages.rising: remove at 0.3.0 426dc46a8c688 python312Packages.safetensors: 0.5.0 -> 0.5.2 (#371749) 460fc34ab6967 rPackages.rix: 0.12.4 -> 0.14.3 (#372583) df13bea6f478c dnsperf: add musl fix (#370881) 79db1dc70a9ef aider-chat: refactor (make it available as both a python package and an application) (#373160) 04d96902e9733 python312Packages.unstructured: 0.16.11 -> 0.16.13 (#373572) 3c547e6031725 newlib: add installation of libgloss for embedded targets (#367275) f61d498f8c9a9 baddns: 1.3.3 -> 1.6.68 (#373575) 202bcaa3afc53 python313Packages.boto3-stubs: 1.35.97 -> 1.35.98, python313Packages.botocore-stubs: 1.35.97 -> 1.35.98 (#373565) ca58adb1e7073 python313Packages.tencentcloud-sdk-python: 3.0.1301 -> 3.0.1302 (#373566) 073fd568162ea tigerbeetle: 0.16.20 -> 0.16.21 (#373553) 6ee8eee98f491 python312Packages.mypy-boto3-*: updates (#373567) 9a7402950337c python313Packages.habiticalib: 0.3.2 -> 0.3.3 (#373569) 66de21965a6c8 python313Packages.jsonconversion: disable failing test on Python 3.13 a18259add71f4 python312Packages.jsonconversion: relax numpy dd215bf13bbe2 samrewritten: 202008-unstable-2023-05-22 -> 202008-unstable-2025-01-09 (#373550) 3fb84f57ed672 vector: switch to useFetchCargoVendor (#373392) f0a28b7ff0601 python312Packages.amiibo-py: drop 30ad2116fc0b4 freerdp3: 3.9.0 -> 3.10.3 30216a7db5ef0 android-studio: 2024.2.1.12 -> 2024.2.2.13 (#373280) 39e8793218022 gitui: add `passthru.updateScript` 99ebeee1c870f gitui: refactor ccc74115160d4 python312Packages.virtual-glob: init at 0.2.0 67fe3ca970175 python313Packages.habiticalib: 0.3.2 -> 0.3.3 58c5aeb53cbce nixos/libvirtd: Add proper UEFI support 8d4c2adfc4397 baddns: 1.3.3 -> 1.6.68 203b4e4b5f2d9 python313Packages.velbus-aio: 2024.12.3 -> 2025.1.0 c07ce1cafd480 python313Packages.tencentcloud-sdk-python: 3.0.1301 -> 3.0.1302 f0283774caf01 onboard: fix cross build c2405d1954b6a python312Packages.mypy-boto3-transcribe: 1.35.93 -> 1.35.98 6ddc024c92cbd python312Packages.unstructured: 0.16.11 -> 0.16.13 7e5f768b0be4e python312Packages.uxsim: 1.7.1 -> 1.7.2 2bac0ed2f4f61 python313Packages.botocore-stubs: 1.35.97 -> 1.35.98 97b14af78a295 python313Packages.boto3-stubs: 1.35.97 -> 1.35.98 04d114e001225 python312Packages.mypy-boto3-kafkaconnect: 1.35.93 -> 1.35.98 b3669e0faded4 python312Packages.mypy-boto3-ec2: 1.35.93 -> 1.35.98 b0d2d3ff383b4 python312Packages.binance-connector: 3.11.0 -> 3.12.0 bb0237e7cd0d8 libcava: init at 0.10.3 (#368312) a35e5e53753fb xen: use the merged OVMF blob 781fcd608c54d zile: Fix build (#373100) 18b6ca213a2cb libdnet: fix cross build (#370316) 4efb8f08d98f4 OVMF: add `passthru.mergedFirmware` parameter 143a02849369d python312Packages.glymur: 0.13.4 -> 0.13.6 (#373431) 377ca5c199d28 ffizer: init at 2.13.1 d7ba3b54d8282 nixos/zwave-js-ui: init module 06bdc5a5737fd perlPackages.GnuPGInterface: use gnupg instead of gnupg1compat 0b2095fb4827f finalcut: init at 0.9.1 (#371143) 286a336580f86 difftastic: 0.61.0 -> 0.62.0 (#373375) d5d3f1000f8e0 python313Packages.fast-histogram: disable failing test (#373429) adb6f7408b1f3 .devcontainer: tweaks (#373427) e9b88988f3b7f python313Packages.pytest-md-report: 0.6.2 -> 0.6.3 (#373407) 419edadc17017 python312Packages.fnllm: 0.0.12 -> 0.0.13 (#367204) 13a525ab6c823 python312Packages.rns: add bleak (#373384) 4fbf6bf1232b7 pkgs-lib.formats.xml: init (#342633) 422d5e9e28aa5 libdnet: fix cross build a4a14be019d32 python312Packages.fnllm: 0.0.13 -> 0.0.14 77156bcc8f56d doc: improve lib.options reference documentation (#316862) ab5b77d78b8c2 python312Packages.rmsd: 1.6.2 -> 1.6.4 a468405d67ff1 pkgs-lib.formats.xml: init 0da6300a32249 siyuan: 3.1.18 -> 3.1.19 6ca1b8cdf44f2 tigerbeetle: 0.16.20 -> 0.16.21 b2ddf2d7d6bf6 lib.collectModules: improve readability by replacing implication (#369792) 0f880eb30534b `lib.dropEnd` (#370558) 80777898565bb samrewritten: 202008-unstable-2023-05-22 -> 202008-unstable-2025-01-09 0b4b1319fdefe prometheus-frr-exporter: fix communication to frr unix socket (#369539) f0a2b50da1fcb dico: 2.11 -> 2.12 (#369817) b36eafec04545 calamares: 3.3.12 -> 3.3.13 (#369815) 30a31c9e34e40 littlefs-fuse: 2.7.9 -> 2.7.10 (#370068) be2bd72c9c209 libxmp: 4.6.0 -> 4.6.1 (#369944) 7277b3a840846 doc: improve lib.compareLists documentation (#368360) 9abb87b552b7f libdsk: 1.5.20 -> 1.5.21 (#370223) 206a198a81c83 stgit: 2.4.13 -> 2.5.0 (#370228) d04cc63efd284 protozero: 1.7.1 -> 1.8.0 (#373459) e7a505fa83781 tracexec: 0.8.0 -> 0.8.2 0c6c6ed04922c updatecli: 0.91.0 -> 0.92.0 2a8074984fb48 riffdiff: 3.3.7 -> 3.3.8 (#373511) f6b52134e743b swiften: fix GCC 14 build (#373484) 5e81995aa36c8 signalbackup-tools: 20250107 -> 20250113-1 5b05bd677c289 telepathy-mission-control: fix cross build (#372953) 08f39a348e1a3 services.mysqlBackup: add option to change compression algorithm (#364630) f5f6a51fca3f6 alacarte: 3.54.0 -> 3.54.1 (#373517) c554c15ff1e19 ueransim: init at 3.2.6-unstable-2024-08-27 (#360619) 7bb9f739ef550 prometheus-frr-exporter: fix communication to frr unix socket d076e3a638c84 mate.marco: fix cross build (#372778) a586f499ab364 dashy-ui: Pin nodejs to a supported version d9f2cb4a9e017 python312Packages.mmengine: 0.10.5 -> 0.10.6 (#373421) 11ae9364fcdc0 kubecolor: 0.4.0 -> 0.5.0 (#373515) c8867b89f81a9 doc/manual: replace bad advice about package options and overlays (#371513) 01c1ec8f5fb4c osmium-tool: fix build 18e5268594ab7 snapper: 0.12.0 -> 0.12.1 (#372681) f73d476c78a2b refine: init at 0.4.0 (#370574) a5a132e840bc0 cross-seed: 6.8.4 -> 6.8.5 (#373435) 5b678cc79add7 Updates for xilinx-bootgen (#373523) 00961e65d9114 indicator-application-gtk{2,3}: fix cross build (#372764) 14c24e344daa8 vacuum-go: 0.15.0 -> 0.15.3 4843518a997b6 nixos/alsa: reintroduce hardware.alsa.enablePersistence 93bcc1922d549 endless-sky: fix cross build (#373468) 83f35c3d00b74 {libqalculate,qalculate-gtk,qalculate-qt}: 5.4.0 -> 5.5.0 (#373519) 2686ec7e75c39 xilinx-bootgen: xilinx_v2024.1 -> xilinx_v2024.2 7fb6d5962d171 xilinx-bootgen: add updateScript to passthru 21d2f35412550 govulncheck: 1.1.3 -> 1.1.4 a3feb24c0b630 nixos/zipline: init module (#370878) ad0c23019c380 {libqalculate,qalculate-gtk,qalculate-qt}: 5.4.0 -> 5.5.0 53acf883e86fe python312Packages.netbox-qrcode: init at 0.0.15 (#369931) 4c734945e5dfa oelint-adv: 6.6.6 -> 6.6.9 (#373300) 748aaf41aad8f kubecolor: 0.4.0 -> 0.5.0 b748e80cbea17 twitch-dl: 2.9.4 -> 2.10.0 (#372435) af0cd203ab1d2 ISSUE_TEMPLATE: convert into YAML forms (#368656) 251a8758b4c66 alacarte: 3.54.0 -> 3.54.1 14c74982db8e3 lcalc: 2.0.5 -> 2.1.0 (#372820) 48b12010c1277 pmix: fix cross build (#371804) 072cf6784aef9 finalcut: init at 0.9.1 c67c39eb7435c Merge master into staging-next 1beac390f98ec riffdiff: 3.3.7 -> 3.3.8 a55d4e61d0ca1 librecad: 2.2.0.2 -> 2.2.1 (#371016) 7fed512fbc6fb libosmium: 2.20.0 → 2.21.0 582db43095b6c ejabberd: use beamPackages for rebar3WithPlugins (#372942) 69930db294ee0 starship: 1.21.1 -> 1.22.1 (#373083) 157ed76eccc12 noto-fonts: 2024.12.01 -> 2025.01.01 (#373055) 2f6488e5be307 aflplusplus: unpin LLVM15 (#371801) 2222343f742c6 maintainers: update numinit's email and keys (#373340) be67d6fb26833 workflows/codeowners-v2: only run if github.repository_owner is NixOS (#360286) 14d123bdf9240 gh-ost: 1.1.6 -> 1.1.7 (#369882) ba9f7942037ac roslyn-ls: 4.13.0-3.24577.4 -> 4.13.0-3.25051.1 (#373293) f3ac7131fdeb9 tlclient: 4.17.0-3543 -> 4.18.0-3768 (#372086) 108bf01146c0d hashlink: fix build with gcc-14 (#369800) ee2a1b026b61d iotop-c: 1.26 -> 1.27 (#373446) e540e5de9ebfb ruffle: add postInstall phase for desktop files on Linux c949e994f7426 ruffle: nightly-2024-11-07 -> nightly-2025-01-04 ff6763a046295 treesheets: 0-unstable-2024-12-22 -> 0-unstable-2025-01-13 37ab8b7dc78b4 molden: fix GCC 14 build (#373499) 057cddea6cc7c dxvk_2: 2.5.2 -> 2.5.3 afc31fcc36362 bruno: 1.37.0 -> 1.38.1 (#373350) 808d99a569a26 bitcoin: 28.0 -> 28.1 (#373443) 833a4301c13ba python312Packages.wagtail: 6.3.1 -> 6.3.2 1706ef6e5145c molden: fix GCC 14 build 25fe3179b7d40 maintainers: add normalcea 7a943d2fd9c41 python3Packages.kestra: init at 0.20.0 (#365630) 15297c884acdd pantheon.elementary-dock: 8.0.1 -> 8.0.2 71a54989b22cd tclPackages.lexec: init at 0-unstable-2020-03-11 (#353474) 38c494da1d3b9 lomiri.hfd-service: 0.2.2 -> 0.2.3 fa453d5473cad lefthook: 1.10.1 -> 1.10.2 (#372654) 891752e6386c8 notcurses: 3.0.11 -> 3.0.12 (#372380) edcc74f773581 moe: 1.14 -> 1.15 (#371786) 580c6de44b80d uxn: 1.0-unstable-2024-12-25 -> 1.0-unstable-2025-01-04 (#371769) 35505caf6bc76 k3s: k3s_1_31 -> k3s_1_32 c30df4fce5002 nixos/home-assistant: add support for amshan (#355055) 5b5048daf4bef python3Packages.kestra: init at 0.20.0 1d19e288c1b68 povray: fix build (#371983) c9e6f18fac4b8 python311: fix mingwW64 cross, mark as broken for other versions (#372190) 857715074da07 rattler-build: 0.33.1 -> 0.34.1 e85ca75249334 nixos/calibre-web: customize data directory (#350617) c023b2d7aca91 uv: 0.5.17 -> 0.5.18 (#373432) 29f7ee82a0ddf contributors -> add aspauldingcode 235ac4a8e1a29 dbeaver-bin: 24.3.0 -> 24.3.2 (#370248) 2a4d344b9a682 protozero: modernize af871d5333d7c appium-inspector: init at 2024.12.1 (#371765) 50932b59f7b80 mise: 2025.1.0 -> 2025.1.6 c4a203fe99b3e gotrue-supabase: 2.167.0 -> 2.168.0 1a685a957c6b6 tldr: 1.6.1 -> 3.3.0; switch to tldr-python-client (#372718) 71b9cbe1fab79 seagoat: init at 0.50.1 (#325545) e9c59776b3d48 .devcontainer: tweaks ec484e71c4a39 python312Packages.pylibjpeg-libjpeg: enable tests (#330028) 2badf0664256a gtkradiant: fix GCC 14 build (#373477) 8f6035209343b kubernetes-controller-tools: 0.17.0 -> 0.17.1 (#373452) 3e9ccdcdb8a5e oauth2c: 1.17.0 -> 1.17.1 (#373456) 12ad9c622030c k3s_1_32: init at 1.32.0+k3s1 7f287572037a0 renode-dts2repl: 0-unstable-2024-12-28 -> 0-unstable-2025-01-13 (#373466) 6eb8360a25174 whisper-ctranslate2: 0.5.1 -> 0.5.2 (#373471) b0e4cdde727cf python312Packages.flask-limiter: 3.9.2 -> 3.10.0 (#373482) 5818ac7f5999c heptabase: 1.50.0 -> 1.50.1 be2fadb4fe5e9 v2ray: 5.23.0 -> 5.24.0 (#373424) ab02c77d267de awsbck: 0.3.9 -> 0.3.10 (#373437) 553b6bfb232bf cntr: 1.5.4 -> 1.6.0 (#373440) 41ab0f7accfcd swiften: fix GCC 14 build 23f032958ec69 havn: 0.1.17 -> 0.1.18 (#373447) e1b6a7cebac35 python312Packages.casbin: 1.37.0 -> 1.38.0 (#373374) 63af9b6a193e5 python312Packages.pbs-installer: 2024.10.16 -> 2025.01.06 (#373377) 98fdeec1614ac appium-inspector: init at 2024.12.1 f8f022abe679c shiori: 1.7.3 -> 1.7.4 (#373382) cfe6e44fade2c factoriolab: 3.8.10 -> 3.9.2 (#373476) 9aa1288eaebe6 python313Packages.switchbot-api: 2.2.1 -> 2.3.1 (#373385) 2d0f40f366e54 python313Packages.tencentcloud-sdk-python: 3.0.1300 -> 3.0.1301 (#373386) 344e4f794f658 python313Packages.pyexploitdb: 0.2.62 -> 0.2.63 (#373387) e3e82f7eaaded python313Packages.tplink-omada-client: 1.4.3 -> 1.4.4 (#373388) 30df88e4e0eb8 librecad: enable on darwin 0b07ca72c25ec librecad: adopt, modernize, migrate to by-name ec9b3a12597c2 python313Packages.pypalazzetti: 0.1.16 -> 0.1.19 (#373389) 8813a9db059d3 aegisub: reformat with nixfmt 84d15ed549b44 aegisub: drop attribute without version suffix c33e0d2295090 dracula-theme: 4.0.0-unstable-2024-12-05 -> 4.0.0-unstable-2025-01-10 (#373390) 03ef443bcd342 fastfetch: 2.34.0 -> 2.34.1 (#373462) b7a036fc95533 python312Packages.facedancer: 3.0.6 -> 3.1.0 (#373393) bbcb27714f087 nixos/home-assistant: allow amshan to access serial ports f194e743c2716 home-assistant-custom-components.amshan: init at 2024.12.0 63d5152be36b2 aegisub: 3.4.1 -> 3.4.2 72da16a649dd2 ansel: 0-unstable-2024-12-19 -> 0-unstable-2025-01-12 (#373262) 08dc11f44a2f2 python312Packages.python-hpilo: refactor (#373399) 4c03a506c8629 python312Packages.yahooweather: remove (#373401) ff803362f482f python312Packages.versionfinder: refactor (#373402) 85adfdfde768a cargo-temp: 0.3.0 -> 0.3.1 (#373333) 6541a909098f6 pcloud: use patchelfUnstable 9647c14b4a3c7 klick: fix cross build a02907bc364d3 kor: 0.5.7 -> 0.5.8 (#373335) 9e5a225037906 tautulli: 2.15.0 -> 2.15.1 (#373339) d0c3e76e33536 python312Packages.flask-limiter: 3.9.2 -> 3.10.0 683a17793c2d8 kdlfmt: 0.0.8 -> 0.0.10 (#373341) b415fd7228346 serie: 0.4.1 -> 0.4.2 (#373352) 9a3fe54c29e0f wastebin: 2.5.0 -> 2.6.0 (#373355) b83f0332353e3 chirp: 0.4.0-unstable-2024-12-26 -> 0.4.0-unstable-2025-01-12 (#373362) fa5f8ef65760c gtkradiant: fix GCC 14 build 2aa32a5409117 buf: 1.48.0 -> 1.49.0 (#372035) 0b60aea1a711a python312Packages.mmcv: disable failing tests on aarch64-linux 93318f2595e19 asymptote: fix build on Darwin (#373252) cb821851f7a62 oelint-adv: 6.6.6 -> 6.6.9 046eee4ec50a7 tutanota-desktop: 259.241223.0 -> 259.241223.2 (#370344) b2a0dd613c926 lock: 1.3.7 -> 1.3.8 (#373309) 2e10c5793bcbc goxel: 0.15.1 -> 0.15.1-unstable-2024-12-27 17c7fee247716 patchelfUnstable: 0.18.0-unstable-2024-11-18 -> 0.18.0-unstable-2025-01-07 (#371776) 1d672b810e010 authelia: 4.38.17 -> 4.38.18 (#372707) 439bb0b7acc02 ocamlPackages_5_3.merlin: Init at 5.4.1-503 cbc2bb2ea9bf4 alt-tab-macos: 7.18.0 -> 7.18.1 (#373323) 8d545799d7f59 factoriolab: 3.8.10 -> 3.9.2 4a82e80c2919d mimalloc: 2.1.7 -> 2.1.8 (#370856) 7490faa506106 pv: 1.9.25 -> 1.9.27 (#373344) e58c9ca2d92bc abracadabra: 2.9.0 -> 2.9.1 (#373244) 893d022b277de task-keeper: 0.28.0 -> 0.28.1 (#373259) a3d10adfe0acb whisper-ctranslate2: 0.5.1 -> 0.5.2 4dc3772731c88 ronin: 2.0.5 -> 2.1.0 (#371132) eca6520ff310a cosmic-wallpapers: 1.0.0-alpha.4 -> 1.0.0-alpha.5 (no-op) (#373267) c6f41fa69a1b3 endless-sky: fix cross build 0b54253e9ff66 vdrift: fix cross build, misc. cleanup d2a90bf752e66 ser2net: 4.6.2 -> 4.6.3 (#373223) 543e67e44afc0 spaceFM: fix `gcc-14` build (#373304) 411c871dc8e91 rpl: 1.15.7 -> 1.16 (#373224) d680a48f6ef72 codecrafters-cli: 35 -> 36 (#373226) bb6abebd4e081 glaze: 4.2.3 -> 4.3.0 (#373228) 7745cf2bb692e rofi-wayland-unwrapped: 1.7.5+wayland3 -> 1.7.7+wayland1 98e46c26f28f6 renode-dts2repl: 0-unstable-2024-12-28 -> 0-unstable-2025-01-13 12d4b5648f69c fastfetch: 2.34.0 -> 2.34.1 6634db63b60b4 m4ri: do not autodetect some SIMD cpuflags (#373455) 4fba2d74f12ac dvdauthor: fix cross build 0381b86304ba4 python312Packages.dvc: 3.58.0 -> 3.59.0 (#373441) ba08c428e5823 python313Packages.alexapy: 1.28.0 -> 1.29.5 (#373436) 37a5b78c02c2c nitrocli: init at 0.4.1 (#371166) f6df08b82353a vault-tasks: 0.8.0 -> 0.8.1 (#373311) 0741b8fdcef52 protozero: 1.7.1 -> 1.8.0 e3263de206df8 nixos/wyoming-faster-whisper: remove ProcSubset protection (#372898) 2407cf10ea5ea blackfire: 2.28.21 -> 2.28.22 (#373426) ef5a0d00c08bd oauth2c: 1.17.0 -> 1.17.1 9ab0448cda981 tex-fmt: 0.5.1 -> 0.5.2 df1fbb0542f19 sonarlint-ls: Update 3.5.1.75119 -> 3.14.1.75775 & Minor Refactor (#368174) 59396491c598b m4ri: do not autodetect some SIMD cpuflags 71c2fcc94d888 python3Packages.pyicu: skip test for sjd locale (#373174) d9ff154b74670 nixos/wyoming-faster-whisper: remove ProcSubset protection a8d7d4d47d863 kubernetes-controller-tools: 0.17.0 -> 0.17.1 ff36686647ccc astal.io: 0-unstable-2025-01-12 -> 0-unstable-2025-01-13 (#373430) 3538481bb3086 havn: 0.1.17 -> 0.1.18 fb6e3f5ddb254 iotop-c: 1.26 -> 1.27 5952633e2d759 python3Packages.ufo2ft: 3.3.0 -> 3.4.0 95ccc479de5dd bitcoin: 28.0 -> 28.1 aff0814876a84 gef: 2024.06 -> 2025.01 58a7d305896b8 cntr: 1.5.4 -> 1.6.0 14fdc6d450cbc python312Packages.dvc: 3.58.0 -> 3.59.0 d542183f58a20 geonkick: 3.5.0 -> 3.5.1 5fe676f6a03c4 python313Packages.alexapy: 1.28.0 -> 1.29.5 24f9d18729e5b awsbck: 0.3.9 -> 0.3.10 b8d482a8fb467 gnome-recipes: fix `gcc-14` build (#373297) eb804e33c417f uv: 0.5.17 -> 0.5.18 b3391c0bf4bb8 ronin: 2.0.5 -> 2.1.0 16d18d70dfb40 python312Packages.glymur: 0.13.4 -> 0.13.6 9bd268142995c cross-seed: 6.8.4 -> 6.8.5 f0d387a2df7ca badrobot: 0.1.3 -> 0.1.4 651c20fc5db2f hw-probe: 1.6.5 -> 1.6.6 483beec52ff90 astal.io: 0-unstable-2025-01-12 -> 0-unstable-2025-01-13 d554f2757a79e python312Packages.fuse: fix cross build, cleanup, 1.0.7 -> 1.0.9 (#373202) 914742a2e21c5 python313Packages.fast-histogram: disable failing test 06c9cf23aa846 python312Packages.fast-histogram: refactor bbc685002552d pantheon.elementary-terminal: 6.3.0 -> 6.3.1 (#373142) ffbb417c2014a build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (#373418) 7f98655412898 nixos/image.modules: siplify type for better UX (#371696) 51d152f3006dc Merge master into staging-next b8711737b53b1 blackfire: 2.28.21 -> 2.28.22 6e6be766010b9 nixos/image.modules: siplify type for better UX fc747102592a3 python312Packages.mmengine: 0.10.5 -> 0.10.6 dda2b8c3accd0 v2ray: 5.23.0 -> 5.24.0 979627e9b74b7 woodpecker-server: 2.8.2 -> 2.8.3 (#373412) 818f365315ed9 readarr: 0.4.6.2711 -> 0.4.8.2726 c254691a5b976 build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 c27de4142255a nvitop: 1.4.0 -> 1.4.1 (#373409) 9b592dc46d34a pixi: 0.39.5 -> 0.40.0 (#373394) 52a4644715079 virglrenderer: trim dependencies on darwin 2c4cfe8a8436b virglrenderer: build on darwin 616f5fad9782c woodpecker-server: 2.8.2 -> 2.8.3 fa39fa603cde6 nixos/echoip: init module (#372970) e19a327757e96 nvitop: 1.4.0 -> 1.4.1 617a55ad79946 python312Packages.stable-baselines3: 2.4.0 -> 2.4.1-unstable-2025-01-07 43cf16299d45e ocamlPackages.camlp4: fix build (#372762) 956d259f04e36 python313Packages.pytest-md-report: update disabled 599c108a8553f gnu-cim: unbreak (#372000) 2fcd798e825bd python313Packages.pytest-md-report: 0.6.2 -> 0.6.3 2784e63e6368a wine64Packages.{unstable,staging}: 10.0-rc4 -> 10.0-rc5 (#373249) e7779f2efba6d xawtv: Fix compilation with gcc 14.2 (#372151) 8eef2ac6ef097 python312Packages.versionfinder: refactor 84c7757c7b09d mieru: 3.10.0 -> 3.11.0 (#373381) 35102ae16360b python312Packages.yahooweather: remove 3ebf00684c3bf python312Packages.python-hpilo: refactor c41581136efbc nixos/renovate: Fix ShellCheck issue (#373131) 9bb01785e1a47 kicad: 8.0.7 -> 8.0.8 6d85c0552c4ec nixos/test-instrumentation: fix shellcheck findings with enableStrictShellChecks enabled (#349579) fd1ebf4abe217 prismlauncher: 9.1 -> 9.2 (#373072) 95b0731f2caa4 authentik,authentik.outposts.{radius,ldap,proxy}: 2024.12.1 -> 2024.12.2 f6135d7a60c84 debootstrap: 1.0.140 -> 1.0.140_bpo12+1 792b1dd7c7cf0 python312Packages.facedancer: 3.0.6 -> 3.1.0 ab675375b53d2 kphotoalbum: 5.11.0 -> 6.0.1 74dbb1b3cbf8b python312Packages.tornado_{4,5}: remove (#373365) 196febc24144e python3Packages.{aesara,aeppl}: remove (#373317) 3135341706cf2 pixi: 0.39.5 -> 0.40.0 547067d5ad946 vector: move to by-name e41c77e4c82ae vector: use new darwin SDK pattern 78f43e5510d23 vector: remove huge vendored Cargo.lock file 3978e1f7b149f python3Packages.amshan: init at 2.1.1 916180810bfb4 dracula-theme: 4.0.0-unstable-2024-12-05 -> 4.0.0-unstable-2025-01-10 f7d70999a37e2 python313Packages.pypalazzetti: 0.1.16 -> 0.1.19 d9b2b97a0db7c roslyn-ls: 4.13.0-3.24577.4 -> 4.13.0-3.25051.1 772f02c2319c5 python313Packages.tplink-omada-client: 1.4.3 -> 1.4.4 251f8be4245a0 python313Packages.pyexploitdb: 0.2.62 -> 0.2.63 6ab5c41d7ac12 dovecot_fts_xapian: 1.8 -> 1.8.4 9ec238ac9981c python313Packages.tencentcloud-sdk-python: 3.0.1300 -> 3.0.1301 7d4cd942f67e4 apt, dpkg: fix cross build (#372955) cd8a8726da5b3 python313Packages.switchbot-api: 2.2.1 -> 2.3.1 8d06f4d0c86f4 gh-ost: 1.1.6 -> 1.1.7 9143f9fb3cd49 python312Packages.rns: add bleak ef56e777fedaa yt-dlp: 2024.12.23 -> 2025.01.12 (#373321) 5c30f8caf44ff nixos/test-instrumentation: fix shellcheck findings with enableStrictShellChecks enabled f70b3a2afa632 tests/taler: init basic test 6f35a68586680 nixos/libeufin: init module 7c51b855f7188 nixos/taler: init module f571531078d4c nixos/networking: fix shellcheck findings with enableStrictShellChecks enabled (#349573) 4f3f5eca33953 mattermost-desktop: 5.9.0 -> 5.10.2; build from source (#370210) a3e00fb731652 cataclysm-dda: 0.G → 0.H, clean up buildInputs, fix curses build (#353372) e996ba22215eb astal: init at 0-unstable-2025-01-12 (#368338) 0c8f128cfffef asymptote: fix Darwin build d80668b357922 codd: init at 0.1.6 (#338660) 1b37815083cad shiori: 1.7.3 -> 1.7.4 91c0a313d5ca5 mieru: 3.10.0 -> 3.11.0 21de70db4f4ee albert: 0.26.11 -> 0.26.13 (#373351) 81bc281190c49 typescript: 5.7.2 -> 5.7.3 c02e9074ff839 python312Packages.pbs-installer: 2024.10.16 -> 2025.01.06 ff149cd3dcac7 difftastic: 0.61.0 -> 0.62.0 be04a5d17ecc3 sile: fix strictDeps build aee6355d786fd python312Packages.sqlalchemy-i18n: mark as broken c4ae74f26949c mattermost: allow overriding the webapp easily (#373085) 477f09ef7fccc python312Packages.casbin: 1.37.0 -> 1.38.0 19e2d9c786b8e kdePackages.qtpbfimageplugin: 3.2 -> 4.0 (#373078) a5f3e19606ec7 Merge master into staging-next 48a95e4cbb4cd papeer: 0.8.2 -> 0.8.3 920dc0000371b drawterm: 0-unstable-2024-10-04 -> 0-unstable-2025-01-13 959f7e99543a6 xygrib: unpin proj_7 171cf4b6caee3 roddhjav-apparmor-rules: 0-unstable-2024-12-25 -> 0-unstable-2025-01-12 (#373363) f4ed82ae03a98 python312Packages.tornado_5: remove 3ca089be45cfd python312Packages.tornado_4: remove bfd10a780ff11 chirp: 0.4.0-unstable-2024-12-26 -> 0.4.0-unstable-2025-01-12 0888858ec16bf python312Packages.sqlalchemy-i18n: refactor b55dbc3fe47c8 python313Packages.flask-marshmallow: 1.2.1 -> 1.3.0 (#373155) fd5e1fab04f4b firecracker: 1.9.1 -> 1.10.1 c9eb178b9d565 asterisk: 20.11.0 -> 20.11.1 fd4a3925c656f wastebin: 2.5.0 -> 2.6.0 226ba76998445 stylelint: 16.12.0 -> 16.13.0 (#373216) cc3615d68ed4f ugs: 2.1.9 -> 2.1.12 c4a6fba1c9aef cataclysm-dda-git: 2024-07-28 -> 2024-12-11 cd321ca9a4476 cataclysm-dda: 0.G -> 0.H 69aeb0ee59511 serie: 0.4.1 -> 0.4.2 7401f56b0ef3f tflint: 0.54.0 -> 0.55.0 (#373328) 7545924f73951 python312Packages.meinheld: fix build with GCC (#373119) f01320b9abfd0 albert: 0.26.11 -> 0.26.13 d75556db47e93 bruno: 1.37.0 -> 1.38.1 70515a57c4ca8 zug: add a patch to include algorithm c034dd9a1f392 maintainers: update numinit's email and keys 09858bf78bf7d streamlink: 7.1.1 -> 7.1.2 (#373269) 3d5cd8639b04c kdlfmt: 0.0.8 -> 0.0.10 e337f76cab136 tautulli: 2.15.0 -> 2.15.1 50e93796c94e5 remind: 5.01.01 -> 5.02.02 (#373286) 2ad21bce4ea2a gnu-shepherd: 1.0.0 -> 1.0.1 db6fed4bd24ad pv: 1.9.25 -> 1.9.27 b932736fab893 kor: 0.5.7 -> 0.5.8 c730e633c9057 cargo-temp: 0.3.0 -> 0.3.1 cfa65e7553277 aws-lc: 1.39.0 -> 1.42.0 (#369942) 976679e1647da kubebuilder: 4.3.1 -> 4.4.0 8eafc30b44c90 tflint: 0.54.0 -> 0.55.0 a2482da61bd0b apko: 0.22.4 -> 0.22.6 (#371663) 3b1fbfa8a9154 forgejo-runner: 5.0.4 -> 6.0.1 (#373033) a50b5219b7fab immersed: 10.5.0 -> 10.6.0 50046b455f5c5 rnr: 0.4.2 -> 0.5.0 1876aa1c593bf blade-formatter: 1.41.1 -> 1.42.0 (#373254) 03be5c79d21ba flyctl: 0.3.56 -> 0.3.61 df37cbe308f42 alt-tab-macos: 7.18.0 -> 7.18.1 5327c2ee2fb90 violet: 0.5.1 -> 0.5.2 (#373232) 55c6be8a5818b Merge master into staging-next c93a818107d17 yt-dlp: 2024.12.23 -> 2025.01.12 318850fcd7b9d python313Packages.flask-marshmallow: 1.2.1 -> 1.3.0 3ffda9033335d svelte-language-server: 0.17.8 -> 0.17.10 f42791fa124a8 maintainers: add da-luce e2083d6bc334e python3Packages.aesara: remove at 2.9.4 e74c27b6317f2 python3Packages.aeppl: remove at 0.1.5 386d24ec6fc08 python312Packages.kornia: 0.7.4 -> 0.8.0 ebc074d89f759 tiramisu: 2.0-unstable-2023-03-29 -> 2.0.20240610 (#371038) a1b9b3568df4a gnu-cim: unbreak 5d06898f18e06 migrate-to-uv: init at 0.2.1 (#372744) 0547f7558e8d1 vault-tasks: 0.8.0 -> 0.8.1 95701b57c45e3 astal: init at 0-unstable-2025-01-12 fc6b5c7cd8158 vimPlugins.blink-cmp: use sharedLibrary extension (#373302) 52c82fa049793 enlightenment.efl: revert from `libgbm` to `mesa` to fix the build (#373308) 0066e2f473d09 vimPlugins.nvim-treesitter: remove explicit nvimRequireCheck (#373305) 566063bf6dd14 enlightenment.efl: revert from `libgbm` to `mesa` to fix the build ba30dde64b6b9 mame: fix on darwin (#371422) 8fae40e41fa6e openlinkhub: 0.4.4 -> 0.4.5 (#371438) f586e09b8f113 vimPlugins.blink-cmp: use sharedLibrary extension bc5c5a9d2cf93 maskprocessor: init at 0.73 (#371349) 0b1de3e540747 lock: 1.3.7 -> 1.3.8 4ffc9a92786da vimPlugins.moveline-nvim: fix darwin support (#373298) c4e01e26fc0f4 vimPlugins.nvim-treesitter: remove explicit nvimRequireCheck fec76ff788172 spaceFM: fix `gcc-14` build d4b5a6b19cba8 maskprocessor: init at 0.73 3f2423e8a8bae doc/neovim: move neovim to its own section 5d36278a29cd5 vimPlugins: remove explicit nvimRequireCheck pt2 (#373283) e8afe8de44f68 sqlx-cli: 0.8.2 -> 0.8.3 (#373037) 2749f3be5ad09 vimPlugins.moveline-nvim: fix darwin support 48962e31ce66f unifi: 8.6.9 -> 9.0.108 (#371428) eb00662716e5e lmstudio: 0.3.5 -> 0.3.6 (#372738) c725d242363b1 himalaya: 1.0.0-beta.4 -> 1.1.0 (#373026) 2ea3ad62c8808 heroku: 10.0.0 -> 10.0.2 8420c1f518f45 actual-server: 24.12.0 -> 25.1.0 (#371818) 11c78dd547761 tootik: 0.14.0 -> 0.15.0 (#373281) 287f69e9d5143 vimPlugins.sniprun: remove explicit nvimRequireCheck 7673412bb5432 vimPlugins.nvim-spectre: remove explicit nvimRequireCheck 44ac0b526313a gnome-recipes: fix `gcc-14` build 0fceab9142454 zsh-prezto: 0-unstable-2024-12-12 -> 0-unstable-2025-01-10 4f9026c30b253 vimPlugins.cord-nvim: remove explicit nvimRequireCheck cf783dcb76e58 vimPlugins.codesnap-nvim: remove explicit nvimRequireCheck 1c0cb7067b2e1 vimPlugins.blink-cmp: remove explicit nvimRequireCheck 1121de4deaf32 terraform-providers.scaleway: 2.48.0 -> 2.49.0 c48390017c1f4 nixos/tests/zipline: init 24f222fbe036b nixos/zipline: init module ffbea2f9c36b5 zipline: init at 3.7.11 7beef8d464572 tootik: 0.14.1 → 0.15.0 152955b37e583 dsniff: 2.4b1+debian-30 -> 2.4b1+debian-34 022b5adf8ca65 python312Packages.pylibjpeg-libjpeg: enable (passthru) tests 0581f46777fdb elfutils: rebase cxx-header-collision.patch (#370365) e7ed322e3b91a remind: 5.01.01 -> 5.02.02 e5c3b3874a4c2 vimPlugins.avante-nvim: remove explicit nvimRequireCheck d9bf77a15ad94 android-studio: 2024.2.1.12 -> 2024.2.2.13 e93a0ea58aafc refine: init at 0.4.0 38df913e717f5 tootik: 0.14.0 -> 0.14.1 320649722ab1d wxsqlite3: 4.10.0 -> 4.10.1 (#373272) 2563b3b83da9a net-news-wire: make wrapper ab9b445d06df5 nixos/ytdl-sub: init module (#369990) 641122c42275a nixos/neo4j: add advertisedAddress options (#364250) ea305d1ef53c4 net-news-wire: 6.1.8 -> 6.1.9 817213dd8e340 vimPlugins.sg-nvim: remove explicit nvimRequireCheck 85b9a689b24fe pilipalax: 1.0.22-beta.12+174 -> 1.1.0-beta.5 (#367631) 1ee81605cf21b rapidapi: init at 4.2.8-4002008002 (#348239) 975fd3f5780ce python312Packages.distrax: disable failing tests; mark as broken on darwin (#373258) b63d20d9ca6a1 curtail: 1.11.1 -> 1.12.0 (#373203) 92e3a77a10f69 wavelog: init at 1.9.1 (#371658) f4cb0bbb68027 usage: 1.7.4 -> 2.0.3 (#373161) 2731f673c30ec ipxe: 1.21.1-unstable-2024-12-18 -> 1.21.1-unstable-2025-01-10 (#372848) b8a273f71123f rapidapi: add version check 092ea5b1ad3d6 rapidapi: add update script 7ea1e9bc89bf9 rapidapi: init at 4.2.8-4002008002 66ec56eddb0e1 mame: add version check hook c72d6a4cca017 mame: add DimitarNestorov to maintainers 066979b212033 mame: remove `with lib;` d083ebba5d1cd mame: fix on darwin e291aba410532 enpass-mac: add version check 7ab2818d8955e enpass-mac: add update script 585e0d8f98089 enpass-mac: init at 6.11.8.1861 f7a8f92076fec rclone: 1.68.2 -> 1.69.0 (#373245) acb70104dd9e4 codd: init at 0.1.6 1c6f34a2bd761 vimPlugins.easy-dotnet-nvim: init at 2025-01-11 (#373180) 96dd35f07d7f3 nixos/tests/echoip: init 6a6d7de921636 nixos/echoip: init module 904d764de2b5e wxsqlite3: 4.10.0 -> 4.10.1 ffd55920e95fe tldr: 1.6.1 -> 3.3.0; switch to tldr-python-client c0212b5665b3d surrealist 3.0.8 -> 3.1.9 43ee4496ca6bc OWNERS: maintain issue and pull request templates 5f291530a1ea2 ISSUE_TEMPLATE: convert the build reproducibility issue template into an YAML form 8785ba394d1c7 echoip: unstable-2021-08-03 -> unstable-2023-05-21 d88e68758a9ed betterdisplay: version check 715ec54646904 cosmic-wallpapers: 1.0.0-alpha.4 -> 1.0.0-alpha.5 (no-op) 82d237d95b535 cargo-dist: 0.27.1 -> 0.28.0 9c0546af704ad streamlink: 7.1.1 -> 7.1.2 0375ee86f46a9 ISSUE_TEMPLATE: convert the feature requests (package, module, update, backport requests) into YAML forms 44ea839ccc22f betterdisplay: 3.2.1 -> 3.3.0 76881db85c2c9 ISSUE_TEMPLATE: convert the missing documentation issue template into an YAML form 9c605cfb703c6 ISSUE_TEMPLATE: convert the build failure template into an YAML form f3215665f0ee5 ISSUE_TEMPLATE: convert the bug report template into three YAML forms c79c52d6ddecc pgx_ulid: init at 0.2.0 (#371463) f4b45eacfa33f ipmiutil: 3.2.0 -> 3.2.1 (#373093) 0b329e444e098 nixos/pay-respects: add aiIntegration option c4433d3b4fffa ISSUE_TEMPLATE: delete tracking_issue template fd946aa774c33 nixos/pay-respects: add package option 222f390e506a7 ISSUE_TEMPLATE.md: clear the blank issue template 29e9725bb7cb1 nixos/pay-respects: add runtimeRules option 917be2fef67d5 services.mysqlBackup: nixfmt 233db85960bc6 ci/OWNERS: add myselfe as maintainer for mysql-backup f23ec9f976b86 ollama: 0.5.1 -> 0.5.4 (#365718) 710b189b14776 services.mysqlBackup: apply markdown to description 085ebf0376df8 services.mysqlBackup: apply suggested refactoring 8b4703426c0e1 services.mysqlBackup: add myselfe as maintainer ec9d4c4ae6425 services.mysqlBackup: add option to change compression tool 459a63f20a863 services.mysqlBackup: cleanup a910cab161305 ansel: 0-unstable-2024-12-19 -> 0-unstable-2025-01-12 407538c0e2dee opencolorio: add explicit zlib input (#372498) b6d9a73a5cbab enzyme: fix build for ClangEnzyme 02df639c2c344 swiftlint: 0.57.1 -> 0.58.0 9c9a2737156ee python312Packages.{dataclasses-json,pyrad}: fix poetry 2 compat (#372697) 549d2f521f398 hcdiag: init at 0.5.5 (#371689) 8228f96fc946f superfile: 1.1.7 -> 1.1.7.1 (#372563) 507ae83bb3a2d t-rec: 0.7.6 -> 0.7.7 (#373071) 2a5f8a8933c66 http-prompt: refactor (#373210) 592ecaaa4efde python312Packages.distrax: mark as broken on darwin 5ee1b0bcd7e85 svdtools: 0.3.21 -> 0.4.0 (#372845) 3e8fdb57a3b18 task-keeper: 0.28.0 -> 0.28.1 8d5473978aaf5 wavelog: init at 1.9.1 b892aeec24832 python312Packages.distrax: disable failing tests fe075cbcc1615 hcdiag: init at 0.5.5 225da7c3f528d blade-formatter: 1.41.1 -> 1.42.0 74a6c681608d5 Merge master into staging-next 8ab6ca7705e2d pulseeffects-legacy: 4.8.7 -> 4.8.7-unstable-2024-09-17 c2effedb7f1ae wine64Packages.{unstable,staging}: 10.0-rc4 -> 10.0-rc5 dcd56b155a328 lm_sensors: patch unconditionally 93dbaf6d1a038 cargo-zigbuild, cargo-lambda: unpin zig_0_12 (#373138) 9b19a5cf61c2b lm_sensors: do not use pname in postInstall 96be65ace7ca0 nixos/komga: fix settings option and default (#373211) 2b4414a6b662e python312Packages.pytensor: mark as broken (#373239) 7e9ec51dfe923 flaresolverr: mark as broken (#353885) 3e0e73c8b5f71 apko: 0.22.5 -> 0.22.6 4e4488b25f383 bigpemu: init at 1.17 (#366367) 0d17ba3e69370 Add devcontainer config (#211063) a8849734322f0 aws-lc: 1.39.0 -> 1.42.0 5d49db93c6d85 rclone: 1.68.2 -> 1.69.0 9442a9d928c17 lm_sensors: fix build with `sensord` enabled 5fc87eddf1338 rclone: add nix-update-script 3f79093ce0b44 rclone: add versionCheckHook bc2660d0d9ce9 abracadabra: 2.9.0 -> 2.9.1 181f1c08186a9 dotenv-cli: 7.4.3 -> 8.0.0 35aa065d9b32b paraview: 5.13.0 -> 5.13.2 5ca64e50d558d python312Packages.pytensor: mark as broken 7cb48f8223ebe gallery-dl: refactor a040952a1074f gallery-dl: 1.28.3 -> 1.28.4 ed4a395ea0013 linuxPackages.system76: 1.0.16 -> 1.0.17 (#365787) d84b9aeeaa5ec linuxPackages_latest.prl-tools: 20.1.3-55743 -> 20.2.0-55872 (#373110) 278b375f51227 htop: fix lm_sensors library path d0d886009441a fan2go: fix lm_sensors config path and simplify ca828efb7580d lm_sensors: split outputs and modernize dd252f51784f8 lziprecover: 1.24 -> 1.25 3ac7dca4ad394 mcrl2: 202307.1 -> 202407.1 (#371887) a824209a16a77 nixos-rebuild-ng: fix -I flag passed multiple times (#372919) 19ebe3725d22c mympd: 19.0.2 -> 19.0.3 (#373195) d95d75e8e87c2 pilipalax: 1.0.22-beta.12 -> 1.1.0-beta.5 3f54a87c08f38 webcord: 4.10.2 -> 4.10.3 (#371819) 745a4dcd2a19c ares: 136 -> 141, librashader: init at 0.6.2 (#372715) c64069feca8c4 arpack-mpi: workaround darwin link error / append '-mpi' to pname (#371421) 4ea9f9825820f taterclient-ddnet: 10.0.1 -> 10.0.3 (#373039) dfa61d03e192c dinit: fix hash mismatch (#372810) 571ec692d9d83 violet: 0.5.1 -> 0.5.2 1be4915300454 wofi-power-menu: init at 0.2.5 (#371630) 08a6e772f0ac9 strongswan: properly set sysconfdir (#372967) 4ee8874c17d8b cargo-zigbuild: unpin zig_0_12 a6089b1627805 cargo-lambda: unpin zig_0_12 f24828eff8a9e cbmc: 6.4.0 -> 6.4.1, fix darwin, drop unnecessary cadical dependency (#372193) bb5d4227342a3 wyrd: 1.4.6 -> 1.7.1 (#372752) 28f0142cdff29 auto-cpufreq: 2.4.0 -> 2.5.0 (#372835) 506099637aa91 bun: 1.1.42 -> 1.1.43 (#372295) 6bcfb4268b37a patchy: init at 1.2.7 (#372709) 7025e24d61f53 git-cinnabar: disable version check (#367438) 9901bd9569760 glaze: 4.2.3 -> 4.3.0 2b909d5448968 dendrite: 0.13.8 -> 0.14.0 (#366129) 3c4b0f13fdecc python312Packages.llama-cloud: 0.1.7 -> 0.1.8 (#373187) 511064638951f python312Packages.flask: modernize (#373118) 8e396127be5b1 codecrafters-cli: 35 -> 36 ffa605ad6fe26 losslesscut: cleaup derivation b30fb4835948d losslesscut: 3.61.1 -> 3.64.0 dbbe630ad50d2 python312Packages.groq: 0.13.0 -> 0.15.0 (#373188) 2cfb0667f1dd5 cargo-chef: 0.1.68 -> 0.1.69 (#373183) a251a77d09566 resolve-march-native: 5.1.0 -> 6.0.1 (#373171) 195635dd3be2c vivaldi: 7.0.3495.27 -> 7.0.3495.29 (#373156) 28615f461c9ee tangara-companion: init at 0.4.3 (#365308) d426d41738de4 tty-share: 2.4.0 -> 2.4.1 (#373217) d138858ccf356 stu: 0.6.5 -> 0.6.6 (#373215) 633bf1c3c7b70 svg2tikz: 3.2.0 -> 3.3.0 (#373213) 04a3149b4a27e home-assistant-custom-lovelace-modules.weather-card: 1.5.0 -> 1.5.0-unstable-2020-10-05 (#373200) 551106ec1a570 chiaki-ng: 1.9.3 -> 1.9.4 (#373206) f3644c8670640 magic-wormhole-rs: 0.7.4 -> 0.7.5 (#373197) 73d117398a65b nwg-dock-hyprland: fix version (#372364) b84df1b9cc784 rpl: 1.15.7 -> 1.16 bec8441845e7b licensure: 0.5.1 -> 0.6.0 (#373192) 603a53cb9e13b rqlite: 8.36.3 -> 8.36.5 (#373112) 5906333606c37 python313Packages.aiohttp-fast-zlib: 0.2.0 -> 0.2.1 (#373012) bf6c80786b6fd meshcentral: remove unused argument fetchpatch (#373117) 21a7595b82dc9 yq-go: 4.44.6 -> 4.45.1 (#373191) e1af25de8294b home-assistant-custom-lovelace-modules.weather-card: 1.5.0 -> 2.0.0b0 36381190564bb juce: remove unused argument fetchpatch (#373120) cc39d33ed10df ikos: remove unused argument fetchpatch (#373122) 67a1caf64b407 pyproj: remove unused argument fetchpatch (#373123) 8727ddf3f32fc ser2net: 4.6.2 -> 4.6.3 8c2f686188a04 impl: 1.3.0 -> 1.4.0 (#373136) 4b47fa9709345 python312Packages.moderngl-window: 3.0.3 -> 3.1.0 (#373137) ab2f98c379a04 n2048: fix build (#373141) d0deee4979d03 wal-g: 3.0.3 -> 3.0.5 (#372687) cd7ab3a2bc59a interactsh: 1.2.2 -> 1.2.3 (#373091) 7d229fc14dcc9 nfpm: 2.41.1 -> 2.41.2 (#373079) e42e2093368fc helm-ls: 0.1.0 -> 0.1.1 (#373077) 135f7d9b7d6b5 mullvad-vpn: 2024.8 -> 2025.2 fbf8447841f6d kdePackages.qtpbfimageplugin: 3.2 -> 4.0 366af4b300aab vuetorrent: 2.19.0 -> 2.21.0 (#371553) f639cc939d98e ianny: 1.0.0 -> 2.0.0 (#371030) ebc864be698bc git-mit: 5.14.2 -> 5.14.3 (#373092) ba5b7ccdee2f2 xh: 0.23.0 -> 0.23.1 (#370285) 1f6b4298068d7 docker-slim: fix dynamically compiled docker-slim go binaries should be statically linked (#373029) 74885ac96360a kitex: 0.12.0 -> 0.12.1 (#370587) e9d0f59a5925a python312Packages.highdicom: 0.22.0 -> 0.23.1 89e0b4a11d556 arc-browser: 1.74.0-57065 -> 1.77.0-57419 (#373031) f3c0f8ea08faa warp-terminal: 0.2024.12.18.08.02.stable_05 -> 0.2025.01.08.08.02.stable_04 (#373038) 699975b14c9ad tsukimi: 0.18.2 -> 0.18.3 (#373048) e39e4e8b8addf python312Packages.azure-mgmt-compute: 33.0.0 -> 33.1.0 (#373050) 9c6b6bf1979bb tty-share: 2.4.0 -> 2.4.1 3f9aff8f13a73 stylelint: 16.12.0 -> 16.13.0 2e3990c5f89b1 stu: 0.6.5 -> 0.6.6 5b3c7281da4bb remnote: 1.18.26 -> 1.18.28 (#373060) 8009245ffbd17 libretro.puae: 0-unstable-2024-10-19 -> 0-unstable-2025-01-11 (#372963) 5abcff7ab1598 nixos/komga: fix settings option and default e5b296303cd52 ocamlPackages.config-file: mark as unavailable for ocaml 5.0+ 0a15690cda47c graalvm-oracle: update patch versions, 22.0.2, 17.0.12 (#372204) 51457da6e17e7 ocamlPackages.ulex: mark as unavailable for ocaml 5.0+ e57a2f292130b svg2tikz: 3.2.0 -> 3.3.0 39e52ed73572f open-in-mpv: 2.4.2 -> 2.4.3 (#373009) 43de4a0e86e46 http-prompt: refactor 31d17fcee32fe i3: fix tests with strictDeps (#373157) 2fdec2c2e68b7 luaPackages: update on 2025-01-10 (#372532) 063dab6a70318 chiaki-ng: 1.9.3 -> 1.9.4 6deb37cf75dff bup: fix strictDeps build, mark cross as broken c27cd9ea131bf python312Packages.fuse: 1.0.7 -> 1.0.9 2d6c5e4976e97 python312Packages.fuse: fix cross build, cleanup 3c4f91e93e50a qtox: 1.17.6 -> 1.18.0, switch to TokTok fork a1f9903cc637a curtail: 1.11.1 -> 1.12.0 2d5b408830b80 python312Packages.google-api-python-client: 2.147.0 -> 2.158.0 76168d1c90835 pass: fix strictDeps build (#373162) 64d3b6315c295 pinentry-rofi: fix strictDeps build (#373176) 1cd9d13f1035a gh-markdown-preview: 1.8.0 -> 1.9.0 (#373190) e321d2d82a22a magic-wormhole-rs: 0.7.4 -> 0.7.5 9802baf3f42da obs-cmd: 0.18.1 -> 0.18.2 2097821a00452 almo: 0.9.5-alpha -> 0.9.6-alpha Changelog: https://github.com/abap34/almo/releases/tag/v0.9.6-alpha Diff: https://github.com/abap34/almo/compare/v0.9.5-alpha...v0.9.6-alpha dc1fa5e41f070 wealthfolio: deactivate the upstream updater d6532a31c1e9e mympd: 19.0.2 -> 19.0.3 ef04fe83d706a licensure: 0.5.1 -> 0.6.0 9ec8ebf5ffbd9 nixos/renovate: Add note about linting systemd scripts fac375256d6a3 nixos/renovate: Fix ShellCheck issue 97b67d41b556d uacme: 1.7.5 -> 1.7.6 (#369533) d5b9bb1388e17 librespot: add optional support for Avahi (#369660) 41580f0540956 python312Packages.llama-cloud: 0.1.7 -> 0.1.8 f64a0cd82aa3a python312Packages.groq: 0.13.0 -> 0.15.0 204abf7e8ad93 himalaya: remove toastal from maintainers 2da63c47c38f3 rofi: 1.7.6 -> 1.7.7 (#372452) fd1cc0746a81d lha: add @momeemt to the maintainers 2ea0fa877dcf8 calibre: 7.22.0 -> 7.24.0 79b3a27e4245a gale: 1.1.4 -> 1.2.2 bd99640902957 lha: unstable-2021-01-07 -> 1.14i-unstable-2024-11-27 ab37e6df31abf gale: fix build eae2d72e25104 squeezelite: 2.0.0.1517 -> 2.0.0.1518 (#373175) 40932c9afab49 nixos/luksroot: Check if the device was opened while reading password (#369627) c283597e8626b gh-markdown-preview: 1.8.0 -> 1.9.0 d55046609d9b2 yq-go: 4.44.6 -> 4.45.1 7b5548842c6e2 migrate-to-uv: init at 0.2.1 4e5f21d4eaadc satysfi: added @momeemt to maintainer 9e6e534c368ab satysfi: modernized derivation - Removed rec - Removed with lib; - Formatted via nixfmt-rfc-style 3195e4ccf6c81 satysfi: 0.0.10 -> 0.0.11 https://github.com/gfngfn/SATySFi/releases/tag/v0.0.11 758c8b613efbc satysfi: moved to by-name a4bea0f35f961 greetd.regreet: 0.1.3 -> 0.2.0 26405f7a46bc9 cargo-tauri: update hash for hook test (#373081) ee1628fd3ca28 openshot-qt: 3.2.1 -> 3.3.0 (#369581) 18051e8251900 python312Packages.aiohomeconnect: 0.7.5 -> 0.9.0 (#373167) 5a3eb8784cce3 python312Packages.airthings-ble: 0.9.2 -> 1.0.0 (#373168) 20f6e9d4b02f7 python312Packages.boschshcpy: 0.2.101 -> 0.2.104 (#373169) b2d53edd637f8 maintainers: add malik b81b8539c048c level-zero: 1.19.2 -> 1.20.0 9570be0ff69a7 vimPlugins.easy-dotnet-nvim: init at 2025-01-11 fc5c5812ec724 workflows/periodic-merge: move fork condition to calling workflow (#373178) f4b07cc99d5c4 cargo-chef: 0.1.68 -> 0.1.69 acb7eed4fbc24 unpoller: 2.11.2 -> 2.14.0 (#369845) e467817f9c4a5 xlights: 2024.19 -> 2024.20 (#369849) 8ddf36f159dfb gobgpd: 3.32.0 -> 3.33.0 (#369833) d725592cd1d6a workflows/periodic-merge: move fork condition to calling workflow c709874400816 abi-dumper: 1.2 -> 1.4 82c35a2a759ab libpointmatcher: 1.4.3 -> 1.4.4 (#369832) ba963db727fd6 pinentry-rofi: fix strictDeps build b33fdab0d3e9c python313Packages.finitude: fix build (#373149) d32d08c125552 bitwarden-desktop: 2024.12.0 -> 2024.12.1 3c0f2224f33b9 p<thon312Packages.formencode: refactor c015fc274fb87 python312Packages.pyicu: skip test for sjd locale a8df3f1541f05 libmikmod: 3.3.11.1 -> 3.3.12 (#369829) d6ab431723cac home-assistant-custom-components.homematicip_local: 1.77.0 -> 1.78.0 (#373134) fd6d402866c7e python313Packages.aioimaplib: 1.1.0 -> 1.2.0 (#372937) 405b01e23ece1 squeezelite: 2.0.0.1517 -> 2.0.0.1518 8a080ce71d092 python313Packages.finitude: add changelog to meta 3e6edad33ea8a yamale: 5.2.1 -> 5.3.0 (#369823) 783e55b0be286 nixos/endlessh-go: fix DNS resolution (#372097) 974d40a9001d5 python312Packages.boschshcpy: 0.2.101 -> 0.2.104 3f7e5e23c5474 python312Packages.aiohomeconnect: 0.7.5 -> 0.9.0 483cf49b039c9 resolve-march-native: 5.1.0 -> 6.0.1 a57f6499d6448 python312Packages.airthings-ble: 0.9.2 -> 1.0.0 a95cc2b35bbdd mattermost-desktop: build from source 507f7fe91e7da Merge master into staging-next ae2526c5c4e39 mattermost-desktop: add a simple package test be81e03dd41f2 python313Packages.formencode: fix build 92cd2400b83e4 bat-extras: disable broken tests (#373146) 6a3e390d2c735 duckstation: Fix build on aarch64-linux 45cd69c9c3083 pass: fix strictDeps build 4a49f96c4265c mattermost-desktop: add changelog a8ecc65908dbd mattermost-desktop: add liff as a maintainer 405bff4003ddd calibre: add fonttools dependency (#366152) bc0bb92225684 i3: fix tests with strictDeps b0324b6d20c40 python312Packages.pwlf: fix src tag (#373128) afffa89ec53b4 ssh: Fix environment variable parsing (#177503) 474284bd57669 usage: 1.7.4 -> 2.0.3 6e7de8c242e82 vivaldi: 7.0.3495.27 -> 7.0.3495.29 d361bb4bb4d37 onnxruntime: fix build on darwin (#373145) e913c736b45bc linux_xanmod, linux_xanmod_latest: 2025-01-11 (#373041) 9e01b88f90de8 python313Packages.fireflyalgorithm: 0.4.5 -> 0.4.6 841b7851dc219 python313Packages.finitude: fix build ae39c8faf782c rss-bridge: 2024-02-02 -> 2025-01-02 (#372627) 4fcdf70692924 trilium-next-{desktop,server}: init at 0.90.12 75a43236cfd40 tiled: 1.11.0 -> 1.11.1 (#373074) 312fac6253673 mattermost-desktop: 5.9.0 -> 5.10.2 816ec374f1c6e onnxruntime: fix build on darwin 80d08100fa04f bat-extras: disable broken tests 5d120e8592d7e exo: 0.0.4-alpha -> 0.0.5-alpha (#373135) 8213eace78186 arpack: use final attribute pattern 53e6ab431214d pantheon.elementary-terminal: 6.3.0 -> 6.3.1 74da643a43f86 n2048: fix build 3cdbf0a9ec6dc Pantheon 8 (#312449) 48173f9b1a268 famistudio: 4.3.0 -> 4.3.1 (#373069) 8aca148f4895d winetricks: 20240105 -> 20250102 d5493eb70174b nixos/klipper: restart when config changes 809f97881d4e0 nixos/klipper: preserve SAVE_CONFIG for nixos-managed config 795cbd1a76100 awsume: substitute path to awsume-autocomplete bin 92371eb1be5e3 awsume: install correct Zsh autocompletion e79173d7b48c3 python312Packages.moderngl-window: 3.0.3 -> 3.1.0 7093d6908eeca typos-lsp: 0.1.32 -> 0.1.33 (#372181) f4fafc4bc2509 exo: 0.0.4-alpha -> 0.0.5-alpha b284586d5c722 impl: 1.3.0 -> 1.4.0 fea8c320e1ded mvnd: fix eval (#373133) fa1c337fd00a5 home-assistant-custom-components.homematicip_local: 1.77.0 -> 1.78.0 d2c35a1d9042c python313Packages.hahomematic: 2025.1.0 -> 2025.1.5 7dce7dbc27484 vcmi: 1.6.2 -> 1.6.3 (#373124) a2b71edd54586 mvnd: fix eval e8411dbc970d6 symcc: unpin LLVM17 (#371790) 02692cf910fa5 mvnd: init at 1.0.2 (#337151) 7d3f1b46d87a5 newlib: 4.4.0.20231231 -> 4.5.0.20241231 (#369994) c5244d4bb1e8a niri: avoid flaky tests (#373130) 2248ca09a4c14 linux-hardened: condition LEGACY_VSYSCALL_NONE on x86 55d267b7cc835 wsjtx: fix and enable strictDeps (#366619) 7cdfdff2850b6 flrig: fix cross / strictDeps build (#370534) 95c346eaa4230 gmrender-resurrect: 0.1 -> 0.3 (#373034) d24ca4701f04a nixos/etc-overlay: make the etc overlay compatible with nixos-enter and nixos-install (#364239) a478143064c0f niri: avoid flaky tests 2b306c831769a python312Packages.pwlf: fix src tag 108e656677fa9 nyxt: drop dependency on notify-osd (#369018) 4844f49f5553c python312Packages.httpx-ws: 0.7.0 -> 0.7.1 (#371327) 8cf2205b43f0c python312Packages.keras-applications: remove 607aeee18d5c4 python312Packages.linode-api: 5.25.0 -> 5.26.0 (#371876) f719b5d6cc205 python312Packages.python-gitlab: 5.3.0 -> 5.3.1 (#372094) 7560d365ea7af python312Packages.bayesian-optimization: 2.0.1 -> 2.0.3 (#371687) 7ca04b2d24b7c arouteserver: 1.23.1 -> 1.23.2 (#372725) 7b7a580da24d9 ansible-lint: 24.9.2 -> 24.12.2 (#371826) 361ddcd4401fe weblate: 5.8.3 -> 5.9.2 d3ddbc116879d python312Packages.translation-finder: 2.16 -> 2.19 09277b1cfef2b python312Packages.weblate-schemas: 2024.1 -> 2024.2 99be53c1225cb python312Packages.fedora-messaging: init at 3.6.0 49f727175c139 python312Packages.crochet: init at 2.1.1 c2d512849832f python312Packages.altcha: init at 0.1.7 a7699ed2d5357 vcmi: 1.6.2 -> 1.6.3 e930b19aca9d8 Merge master into staging-next b0995f8d3b852 ikos: remove unused argument fetchpatch fb4526fa56cc3 pyproj: remove unused argument fetchpatch bfac9a0a43907 juce: remove unused argument fetchpatch 48baa48a52d6e meshcentral: remove unused argument fetchpatch 2f9e2f85cb14a television: 0.9.1 -> 0.9.2 (#373109) 8f2ae119ea72d niri: 0.1.10.1 -> 25.01 (#373028) ab9e5e15359c0 Cinnamon updates 2025-01-11 (#372904) 7e36e984f573a linuxPackages_latest.prl-tools: 20.1.3-55743 -> 20.2.0-55872 edd1f64e4fbb2 rqlite: 8.36.3 -> 8.36.5 0e1a95e5a1f77 lmstudio: 0.3.5 -> 0.3.6 b4e5418dc1ea5 python312Packages.flask-versioned: refactor b019a951eb66c python312Packages.flask-versioned: fix version 62b4c800b3794 python312Packages.flask-sslify: refactor 624446569ad10 python312Packages.flask-silk: refactor e17ea5e209848 python312Packages.flask-silk: fix version 32799c1f42fca python312Packages.flask-common: remove c47e7f291fd70 python312Packages.meinheld: refactor 8d0d701fe3fd9 python312Packages.meinheld: fix build with GCC d87aec31fa73c linuxPackages_latest.prl-tools: skip git commit in update.sh 9de1be4b2c841 television: 0.9.1 -> 0.9.2 b621926eb44bb mpack: fix gcc-14 and add Debian patches (#369796) 9e0b497b68d3c ast-grep: 0.32.3 -> 0.33.0 aa24b5808ac94 python312Packages.edk2-pytool-library: 0.22.4 -> 0.22.5 (#373103) 5e39850be9c30 traccar: 6.5 -> 6.6 3bb34611450e4 python312Packages.lazr: update & refactor (#372858) fa26a98f30adc python313Packages.faster-whisper: 1.1.0 -> 1.1.1 (#372406) 6955348555823 python312Packages.edk2-pytool-library: 0.22.4 -> 0.22.5 ec6136979eb98 macskk: init at 1.4.1 (#355636) 2f4e74311eae4 seq66: 0.99.16 -> 0.99.17 2f651cfab69f9 unpoller: 2.11.2 -> 2.14.0 807dd189263c3 macskk: init at 1.4.1 8430af8c4e4d6 onnxruntime: mark as broken on darwin (#372517) 3f88651cdbe5f pdm: 2.22.1 -> 2.22.2 (#372895) b842fb6b1f0fb music-assistant: relax pillow and zeroconf constraints 9fe713bce989e zile: Fix build 79481aada2520 lldpd: 1.0.18 -> 1.0.19 (#373073) c556717c44425 z3: add installCheckPhase df9943568857c z3_4_{8_5,8,11,12}: fix clang-19 build 3af07aa4d35df haskellPackages.{hz3,z3}: add compile flags for newer Z3 versions be1475e9d0a54 ipmiutil: 3.2.0 -> 3.2.1 9d557ee2d49a4 z3: add release-notes 2ad2eedce2138 z3: run through nixfmt-rfc-style fc7bc1d7ccde1 z3: 4.8.5 -> 4.13.4 ef1388f5283f7 z3_4_12: 4.12.5 -> 4.12.6 5a15eeca82b9c z3: add numinit as maintainer 2cb20cbfc2605 z3: fix 4.8.5 compile on Python 3.12 0dfd1237cb9a4 git-mit: 5.14.2 -> 5.14.3 410c4e0f03153 q2pro: 3510 -> 0-unstable-2025-01-02 ce618668cb142 Add rust-project to the buck2 package 13cd3a1f32d43 mattermost: allow overriding the webapp easily 338271a02083d interactsh: 1.2.2 -> 1.2.3 cc3de1ef3857e cargo-tauri: update hash for hook test 7c47cb363bc6d starship: 1.21.1 -> 1.22.1 4e7ab8d7de98e nfpm: 2.41.1 -> 2.41.2 7088d453ef3fe garnet: 1.0.48 -> 1.0.50 (#372851) a0289d3eedc4f helm-ls: 0.1.0 -> 0.1.1 528ea9b8c3aa3 maintainers: remove johnramsden (#373017) 7c848a760575f tiled: 1.11.0 -> 1.11.1 4046a28baaa68 matrix-synapse: fix test errors (#371815) d16dad9b71273 lldpd: 1.0.18 -> 1.0.19 6bfcac23c1e2f t-rec: 0.7.6 -> 0.7.7 19e4c841ff958 pkgdiff: 1.7.2 -> 1.8 567f3cb4bfe12 famistudio: 4.3.0 -> 4.3.1 cef42e44b6c9e openfpgaloader: 0.12.1 -> 0.13.1 e5b47e167ad56 nixos/tmux: add package option (#372994) 73a0e53385aae Merge master into staging-next 9eb2e11b4d913 itgmania: init at 0.9.0 (#355725) 2c8f8a719a901 nph: 0.6.0 -> 0.6.1 (#372143) a41c703a22090 alpine: fix build with GCC 14 (#372785) 464dd86762386 fityk,xylib: fix cross / strictDeps build (#370617) 45edf42748055 graphia: 5.1 -> 5.2 (#372013) 885f84c0cac19 hishtory: 0.321 -> 0.324 (#372103) 4b899b9b1a02b spade: 0.11.0 -> 0.12.0 (#372429) a5b92a6b78570 nph: Fix nph -v 54b9e3d55efcf cadical: fix darwin (#371275) a9ea2dfcf4385 surrealdb-migrations: 2.0.0 -> 2.1.0 (#372983) 61be1a2ec4058 cargo-tauri: 2.2.0 -> 2.2.1 (#372996) ad2f67bad6ab5 maintainers: add mzabani 8e94b2fb73bec surfer: 0.2.0 -> 0.3.0 (#372999) 6b5bf05c07fd3 lockbook-desktop: 0.9.15 -> 0.9.16 9735b6834e0f1 remnote: 1.18.26 -> 1.18.28 df3ea3c29a779 python312Packages.pylibjpeg-libjpeg: 2.2.0 -> 2.3.0 (#373051) 01aa1e3212b69 lockbook: 0.9.15 -> 0.9.16 c3131620c6fc4 python313Packages.pyfma: add patch for numpy > 2 (#373054) f38ed82a0b987 barman: disable failing test b240909c6f30c python312Packages.getjump: 2.6.1 -> 2.7.1 (#373049) 9ccc16903170a python312Packages.zeroconf: 0.136.2 -> 0.139.0 (#372326) b6612e76aab2c python313Packages.dbus-fast: 2.24.3 -> 2.28.0 (#372470) 5513dd6621554 lib60870: 2.3.2 -> 2.3.3 (#372763) 51335e4ae5ad7 python313Packages.pyfma: add patch for numpy > 2 ffa34211e16f3 python312Packages.pyfma: refactor 647aa67868b14 llm-ls: cleanup (#372936) d63e09014e8b2 python313Packages.graphql-relay: relax poetry-core pin 8e4661fd5cf31 ente-auth: 4.2.3 -> 4.2.4 (#372873) a7051697754d9 vimPlugins: remove explicit nvimRequireCheck (#367801) 890e8cb5f6e4f python312Packages.pylibjpeg-libjpeg: 2.2.0 -> 2.3.0 1e29a58efc10b bcachefs-tools: fix build with latest liburcu c7be64ae8bc8a ladspaPlugins: fix cross build 299f4adc1cd0e simpleitk: 2.4.0 -> 2.4.1 (#372830) 48699a32bbbbb python312Packages.aubio: disable failing tests (#373043) 57fd9e9f21c82 vimPlugins: add plugins related to ddc.vim (#372961) e6e0c4990d8ad lomiri.lomiri-ui-toolkit: 1.3.5100 -> 1.3.5110 (#373005) d480cffe72436 python312Packages.getjump: 2.6.1 -> 2.7.1 434588a6db2a1 gnome-builder: add missing icons to wrapper fa48427b834d8 onnxruntime: mark as broken on darwin 28d6c72005507 python312Packages.azure-mgmt-compute: 33.0.0 -> 33.1.0 cfe7d70bc2682 cabal-install: drop merged patch c17afacb50b71 vimPlugins.mini-snippets: init at 2025-01-11 (#373032) 8b86bf07bc10d racket: refactor and add features, 8.14 -> 8.15, mark Darwin as `badPlatforms` (#365194) 12a647333d67d tsukimi: 0.18.2 -> 0.18.3 d820ff34d8825 python312Packages.aubio: disable failing tests e6ec408b5b6da python312Packages.aubio:: remove buildInputs f4bb0042d915f python312Packages.aubio: update meta f864546fb1d97 verible: 0.0.3836 -> 0.0.3894 (#371345) 89833bb7d94a9 balena-cli: 20.1.2 -> 20.2.1 29df10abb701c balena-cli: fix build by using an older nodejs 0fc94b12c7f1c npmHooks.npmInstallHook: inherit nodejs when evaluating nodejsInstallExecutables d0fd2706f9da3 balena-cli: use versionCheckHook instead of passthru.tests 7ced3bda6c942 prusa-slicer: pin to boost186 671713937aad0 kea: pin to boost186 4519bec90bfd2 Merge remote-tracking branch 'origin/master' into staging-next efa54c132f2ab python312Packages.flax: disable failing tests on darwin (#372122) 4f658fc4e4d7d i2pd: 2.54.0 -> 2.55.0 (#369662) 8a6a6d3992e19 python312Packages.ml-dtypes: 0.5.0 -> 0.5.2 (#371597) 2e0334eb892ce Revert "nixos/rustic: init module" (#373035) 5182991593392 python312Packages.flax: disable failing tests on darwin c349d6af2c898 python312Packages.azure-mgmt-cognitiveservices: 13.5.0 -> 13.6.0 (#373027) 1172244c58f5a python312Packages.energyflow: 1.3.3 -> 1.4.0 40b00ffd44cb3 python312Packages.env-canada: 0.7.2 -> 0.8.0 (#372331) 7db7fcb792151 balena-cli: no with lib; in meta 1cf444bcc1291 balena-cli: remove unused darwinMinVersionHook 2cecf0cda6475 python313Packages.construct-typing: disable faling tests on Python 3.13 (#373030) 55077dd5f5c96 python312Packages.equinox: skip failing test on darwin (#372132) c44d09b408e35 warp-terminal: 0.2024.12.18.08.02.stable_05 -> 0.2025.01.08.08.02.stable_04 7db3aaafdaf0d taterclient-ddnet: 10.0.1 -> 10.0.3 4bc4a96aa56aa python312Packages.env-canada: 0.7.2 -> 0.8.0 7d8148550f0cf linux_xanmod_latest: 6.12.8 -> 6.12.9 126d1f7432239 linux_xanmod: 6.6.69 -> 6.6.70 792fff716eecf cadical: fix darwin e7e0421242599 Revert "nixos/rustic: init module" 9822e000f0232 gmrender-resurrect: 0.1 -> 0.3 9692553cb583e epson-escpr: restore correct install layout (#373003) 4408852cd4825 python313Packages.environs: 14.0.0 -> 14.1.0 (#373022) 2223efa7223c1 python312Packages.awswrangler: 3.10.1 -> 3.11.0 (#373018) e9e1ec19fc9e6 python312Packages.busylight-for-humans: 0.33.0 -> 0.33.2 (#373015) ff43ee24c4160 python313Packages.aiogram: 3.16.0 -> 3.17.0 (#373014) 830847b2113e1 python312Packages.elementpath: 4.5.0 -> 4.6.0 (#364152) 555e3e86ce39d vimPlugins.mini-snippets: init at 2025-01-11 a649bc1edab24 python313Packages.graphql-core: relax poetry-core pin be79695caccb6 forgejo-runner: 5.0.4 -> 6.0.1 66e1128445e59 python313Packages.construct-typing: disable faling tests on Python 3.13 707123574b08a arc-browser: 1.74.0-57065 -> 1.77.0-57419 341b664232ea9 refactor: revert formatting 0f0b633307b97 niri: 0.1.10.1 -> 25.01 b918d10c29a34 python312Packages.azure-mgmt-cognitiveservices: 13.5.0 -> 13.6.0 f211cbd993c55 rar2hashcat: init at 1.0 (#372818) ca5df65cebabb fix: statically compile docker-slim go binaries 76922c7b0d938 python313Packages.libcst: 1.5.1 -> 1.6.0 fe5c3731f2fc2 akkoma: 3.13.2 -> 3.14.1 514ec34b5fbe5 python312Packages.pyroute2: 0.7.12 -> 0.8.1 (#367578) 76df7264a2c4a himalaya: 1.0.0-beta.4 -> 1.1.0 589a387a44411 python312Packages.amaranth: disable failing tests 0a85603e5f7c7 badchars: 0.4.0 -> 0.5.0 (#371253) 4be3e59eee7c8 sqlx-cli: 0.8.2 -> 0.8.3 fbb280f870620 python313Packages.environs: 14.0.0 -> 14.1.0 09eed565120ac lomiri.lomiri-system-settings-unwrapped: 1.2.0 -> 1.3.0 (#372747) f4b9b8f00b3ab firefox-beta-unwrapped: 133.0b9 -> 135.0b3 (#373010) d41fd652fda5b amber-secret: add changelog to meta (#371251) c07ae1a2e7756 prismlauncher: 9.1 -> 9.2 cbd055b534605 python312Packages.awswrangler: 3.10.1 -> 3.11.0 35c29c2e9c67e python312Packages.busylight-for-humans: 0.33.0 -> 0.33.2 6b768fbf94283 python313Packages.aiohttp-fast-zlib: 0.2.0 -> 0.2.1 430e618f93f5a python312Packages.scikit-hep-testdata: 0.5.0 -> 0.5.2 d9924f5341653 inori: init at 0.2.2 (#371762) 3402ec2496a3a python313Packages.aiogram: 3.16.0 -> 3.17.0 775c8805012df noto-fonts: 2024.12.01 -> 2025.01.01 ddbae7faac9ab tideways-cli: 1.2.2 -> 1.2.4 (#373007) 89c3cfa1ce11c firefox-beta-unwrapped: 133.0b9 -> 135.0b3 a9a893699baaa open-in-mpv: 2.4.2 -> 2.4.3 5ef0268f7ff51 python312Packages.elementpath: update disabled 6762e6e33e7a2 python312Packages.elementpath: 4.5.0 -> 4.6.0 3b9be7f94defa python312Packages.result: refactor (#372913) 0f19fd0e0dfcd lomiri.lomiri-settings-components: 1.1.1 -> 1.1.2 (#372780) 60d6efe625d52 python312Packages.weconnect-mqtt: refactor, python312Packages.withings-api: refactor, python312Packages.twentemilieu: migrate to pytest-cov-stub (#372914) b1da166a3f6f4 python313Packages.teslemetry-stream: 0.4.2 -> 0.6.3 (#372977) 45303bf2cf78a modelscan: 0.8.1 -> 0.8.3 (#372971) 935d8c989f5c1 openasar: 0-unstable-2024-11-13 -> 0-unstable-2025-01-10 (#372966) c96505ab23707 lazygit: 0.44.1 -> 0.45.0 (#372886) d3bc2b3dac65f ispc: unpin LLVM17 (#371741) 4fbf6e85fdd57 tideways-cli: 1.2.2 -> 1.2.4 c2fb7e9bedee2 lomiri.lomiri-ui-toolkit: 1.3.5100 -> 1.3.5110 cf755fdaa8047 owmods-gui: init at 0.15.0 (#369213) b1b2ee80984e8 cosmic-ext-ctl: init at 1.1.0 (#365486) d4e306a1a0f29 dnscrypt-proxy: 2.1.5 -> 2.1.7 (#372974) eab625133d6eb xc: 0.8.0 -> 0.8.5, tweak, add update script and sanity checks (#369830) ec4a35c0adb8a erigon: 2.60.10 -> 2.61.0 (#372908) be3b82090a18f surfer: 0.2.0 -> 0.3.0 989cafe493d22 nixos/rustic: init module (#372935) eee558c00c4b6 nix-fast-build: 1.0.0 -> 1.1.0 (#372910) bf54c45249c91 Update armv5 and armv6 bootstrap tools (#364050) 29473573518c1 tsocks: fix build with GCC 14 (#369474) b524748744137 hyprutils: 0.3.2 -> 0.3.3 (#372976) a4669ebb23b4f python312Packages.mozart-api: 4.1.1.116.3 -> 4.1.1.116.4 (#368716) 98dddbad91202 Merge master into staging-next b1877784f6a13 stenc: 1.1.1 -> 2.0.0, enable tests, install bash completions (#372236) 0312965997f78 xsane: fix build failure (#370637) 1b5c3ad0f5067 limo: set withUnrar to false by default (#372418) 914d17e0507b3 nixos/boot/loader/generic-extlinux-compatible: fix eval on cross as well fbb4d057d1d22 nixos/boot/loader/generic-extlinux-compatible: fix eval 2058f5d09c23c libwacom: Fix libwacom-show-stylus c3c9b284ca97b pocket-casts: update electron pin; move to pkgs/by-name/ (#372095) 30c9717608b8e electron-source: copy node_headers.tar to new 'header' output (#371189) ca0a5193e3ee9 z88dk: 2.3 -> 2.3-unstable-2025-01-08 1e1709d6a5928 electron{-source,-bin,-chromedriver}: 32.2.7 -> 32.2.8, 33.3.0 -> 33.3.1 (#371868) 3c090355013ba phpdocumentor: update and fix hash (#372987) 3125697e8cc91 vimPlugins: remove explicit nvimRequireCheck 83de55619abae phpdocumentor: update and fix hash b200f5b2bec55 pretix.plugins.mollie: init at 2.2.1 (#372772) 1b6b30b95c976 ayugram-desktop: init at 5.8.3 (#368375) f2ee6c4e61b33 python312Packages.questionary: 2.0.1 -> 2.1.0 (#369647) 17fade48d7de8 retroarch-joypad-autoconfig: 1.19.0 -> 1.20.0 (#372973) 7033f7e25de05 cargo-tauri: 2.2.0 -> 2.2.1 fd230d79b3824 surrealdb-migrations: 2.0.0 -> 2.1.0 bb672449fa883 coder: 2.17.3 -> 2.18.2 (#372198) 2bb8b6cd709cf percona-server_8_{0,4}: fix build on aarch64-linux (#372388) f9cea74f4a8fa nvc: 1.14.2 -> 1.15.0 (#372950) 510d5b4e550db python313Packages.teslemetry-stream: 0.4.2 -> 0.6.3 72b02a589ed23 dnscrypt-proxy: 2.1.5 -> 2.1.7 179bcb0976589 unhide-gui: 20220611 -> 20240510 cb74b47befdac retroarch-joypad-autoconfig: 1.19.0 -> 1.20.0 85750920f5f37 telegram-desktop: 5.10.0 -> 5.10.2 (#372217) 8b01bcec62344 modelscan: 0.8.1 -> 0.8.3 0be92ea9c7f4d google-chrome: 131.0.6778.204 -> 131.0.6778.264 (#372965) 373fcd47263bb neocmakelsp: 0.8.13 -> 0.8.15 and revert use meson (#371383) 57f5199439602 nixos/strongswan-swanctl: link strongswan.conf to /etc a1b51db699bed strongswan: set --sysconfdir=/etc 387ca28f0022a python313Packages.faster-whisper: 1.1.0 -> 1.1.1 d239e7fbb7303 python313Packages.torch: burn the future 8f24cd47fc4f7 python313Packages.tensorboard: fix build 7a15743b54c6c python3Packages: make dead batteries null on incompatible releases abff60e06189f python312Packages.pwlf: 2.3.0 -> 2.4.0 (#372964) 388106df4328f luminous-ttv: 0.5.7 -> 0.5.8 (#372948) a3f4f2b5ee571 flix: 0.55.0 -> 0.56.0 (#372949) d47fe4915ead7 python313Packages.standard-imghdr: init at 3.13.0 46c917db35bde oha: 1.5.0 -> 1.6.0 (#372952) fb13178b735aa openasar: 0-unstable-2024-11-13 -> 0-unstable-2025-01-10 606252167f9ce google-chrome: 131.0.6778.204 -> 131.0.6778.264 bbab6ca170b3c libretro.mame2003-plus: 0-unstable-2025-01-06 -> 0-unstable-2025-01-10 (#372959) 27b44639eacbe koboldcpp: 1.81 -> 1.81.1 (#372960) 4c0c2a93b1146 ddns-updater: 2.7.0 -> 2.9.0 (#372915) 302c5392f503c python312Packages.pwlf: 2.3.0 -> .2.4.0 acdcf1ac7e501 anilibria-winmaclinux: 2.2.23 -> 2.2.24 (#372923) bc4292445d026 python312Packages.ghrepo-stats: 0.5.4 -> 0.5.5 (#372924) af923f2126349 telegraf: 1.33.0 -> 1.33.1 (#372829) e70ebc824a25e mongoose: 3.3.3 -> 3.3.4 a581b93718ef8 opentimestamps-client: 0.7.1 -> 0.7.2 (#372852) 7d49f775ee030 sequoia-sq: 1.0.0 -> 1.1.0 (#372746) 2614b9fe8c84f fanficfare: 4.40.0 -> 4.41.0 (#372877) 4aeb84c0edb1a discord-rpc: upstream patch to fix build (#372219) 34e82e0c626ac libretro.puae: 0-unstable-2024-10-19 -> 0-unstable-2025-01-11 c96099bea4913 easyjson: fix build (#372811) 753dd74ca32d2 lightningcss: 1.28.2 → 1.29.0 (#372304) 998d06d8e0c72 yamlfmt: 0.14.0 -> 0.15.0 (#372813) d36864bd0c03f tiramisu: 2.0-unstable-2023-03-29 -> 2.0.20240610 eaedae16fa53a pv-migrate: 2.0.1 -> 2.1.0 (#372821) f648c1316b47c python312Packages.jedi-language-server: 0.42.0 -> 0.43.1 (#372750) 96bce1cb73616 prometheus-process-exporter: 0.8.4 -> 0.8.5 (#372822) 9d83e230623b0 operator-sdk: 1.38.0 -> 1.39.0 (#372825) 547ebad3b0f8e nwg-menu: 0.1.6 -> 0.1.7 (#372828) 28656fa022e3a koboldcpp: 1.81 -> 1.81.1 4f5cfada5da4e home-assistant: update a bunch of plugins (#372947) 0339f16a6cca8 dstp: 0.4.0 -> 0.4.23 (#372837) 50345cc9b9026 libretro.mame2003-plus: 0-unstable-2025-01-06 -> 0-unstable-2025-01-10 9530420d500af python3Packages.loompy: 3.0.7 -> 3.0.8 (#372769) 1c0aa866a8947 rain: 1.20.2 -> 1.21.0 (#372838) 02e77dd9e107f python312Packages.geoalchemy2: 0.16.0 -> 0.17.0 (#372776) f52a985d39876 dinit: fix hash mismatch 9beb82bdab7e3 nu_scripts: 0-unstable-2024-12-27 -> 0-unstable-2025-01-06 (#372787) 5ac942406e592 gnome-terminal: fix cross build 129923af55dcb python312Packages.google-cloud-bigtable: 2.27.0 -> 2.28.0 (#372799) 590cc22eefd61 python312Packages.pythonqwt: 0.14.1 -> 0.14.2 (#372727) 4272babf28b2e actual-server: 24.12.0 -> 25.1.0 79cf62d78a8c7 marwaita-teal: 22 -> 24 (#372748) 4b5fd0d457583 vimPlugins.ddc-fuzzy: init at 2025-01-07 80d566199120b vimPlugins.ddc-source-file: init at 2024-09-24 e57f79057ac32 vimPlugins.ddc-source-around: init at 2024-12-28 999be33cdcb0d librewolf: 133.0.3-1 -> 134.0-1 (#372505) cc6f2096a87e0 nixos/doc/rl-2505: Mention Pantheon 8 9e74210fa1b97 nixosTests.pantheon-wayland: init 8b726d64e9d13 hdrop: 0.6.0 -> 0.7.2 (#371081) e289913bf53d3 apt: fix cross build 1d1cebde0fc0c dpkg: fix cross build d6b2e03fe2926 wayland-proxy-virtwl: 0-unstable-2024-06-17 -> 0-unstable-2025-01-07 (#372711) ee477df51df6b alacritty-theme: 0-unstable-2024-12-02 -> 0-unstable-2025-01-03 (#372610) 1c26dec649ba7 nixosTests.pantheon: Unbreak and restore test for closing multitasking view 3b3a06ce595f2 nixos/pantheon: Replace sessionCommands with extraInit b1ebe0ae829e8 nixos/pantheon: Get rid of bamf 1ffd79918c8a3 pantheon.elementary-session-settings: Use upstream session files 669951f7801a9 pantheon.elementary-session-settings: Various simplifications 13d9fa4a2bb0c pantheon.elementary-session-settings: Build wayland session f2f2eb9b775c8 pantheon.elementary-onboarding: 8.0.2 -> 8.0.3 541a663eb46ad pantheon.pantheon-agent-polkit: 8.0.0 -> 8.0.1 35008ef1438b1 pantheon.xdg-desktop-portal-pantheon: 7.2.0 -> 8.0.0 1d6cf41b08dd0 pantheon.elementary-notifications: 7.0.1 -> 8.0.0 145822827a7a5 pantheon.elementary-shortcut-overlay: 8.0.0 -> 8.0.1 afc01a56d205a pantheon.elementary-greeter: 7.0.0 -> 8.0.0 02d91ad96aeee pantheon.wingpanel-applications-menu: 2.11.1 -> 8.0.0 21cbea6c71f33 pantheon.wingpanel: 3.0.5 -> 8.0.1 e71b4d747d472 pantheon.elementary-default-settings: 7.1.0 -> 8.0.2 8ba5496d4a274 pantheon.switchboard-plug-pantheon-shell: 8.0.0 -> 8.1.0 5540e16f474d6 pantheon.switchboard-plug-keyboard: 8.0.0 -> 8.0.1 0c0404ee06c4d pantheon.elementary-dock: reinit at 8.0.1 b306de526e84f pantheon.gala: 7.1.3 -> 8.1.0 b9777b0e666fe rofi-calc: 2.2.1 -> 2.3.0 (#372636) 90aebc154b4af kanboard: fix hash mismatch (#372812) 76d2c6aac7faa lla: 0.3.7 -> 0.3.10, update meta (#372611) c604a63d30b14 telepathy-mission-control: fix cross build 5c2e1c1bef028 vfkit: 0.5.1 -> 0.6.0; add updateScript, changelog, new maintainer (#372672) c0a30eaf96d82 oha: 1.5.0 -> 1.6.0 5006485e94c6d home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.4 -> 4.3.5 fc16a1b6e85a9 nvc: 1.14.2 -> 1.15.0 4b72b2e52b01c home-assistant-custom-lovelace-modules.card-mod: 3.4.3 -> 3.5.0 ccfe0ed3fdd30 flix: 0.55.0 -> 0.56.0 036969fbb1b90 luminous-ttv: 0.5.7 -> 0.5.8 b7f0133ab3bab home-assistant-custom-components.smartthinq-sensors: 0.40.3 -> 0.41.1 06ea272b857d2 home-assistant-custom-components.midea-air-appliances-lan: 0.9.4 -> 0.9.6 6cda0be757f85 vkdevicechooser: init at 1.1 (#332235) 3568023291c7c phylophlan: init at 3.1.1 (#356788) 73936470d0389 uhd: pin Boost 1.86 d413dc908a301 soapyplutosdr: init at 0.2.2 (#322280) 9e5f028ce8697 mullvad: 2024.8 -> 2025.2 619f94bf5ee67 nixos/rustic: nixfmt 20cfb31113704 razer-cli: init at 2.2.1 (#348822) 59664286ac7cd nixos/rustic: fix manual build 85d43a191c3c3 ejabberd: use beamPackages for rebar3WithPlugins 961818751809f uv: 0.5.16 -> 0.5.17 (#372894) 3ff8abdb9286f python313Packages.segyio: fix build (#372930) e0ae370dab9fd nixos/rustic: init module 5df7797d92b4e podman-compose: 1.2.0 -> 1.3.0 (#372916) 782ce8e3aeeb8 pantheon.wingpanel-indicator-power: fix strictDeps build 2c81ee6df7806 pantheon.switchboard-plug-bluetooth: fix strictDeps build 48df1c6e7415c pantheon.switchboard-plug-power: fix strictDeps build bdb509e42b443 python313Packages.aioimaplib: 1.1.0 -> 1.2.0 92ca1c505ba7b python312Packages.questionary: refactor b5da2e499d9ef llm-ls: cleanup 925f8eb7a3198 python312Packages.questionary: 2.0.1 -> 2.1.0 a3943c931c584 librewolf-bin: 133.0.3-1 -> 134.0-1 (#372676) 5bc833a17bf55 pantheon.switchboard-plug-wacom: fix cross build f9e1bbeb2f975 pantheon.switchboard-plug-sharing: fix cross build 70d3ccf45f87a pantheon.switchboard-plug-security-privacy: fix cross build a74d1c5c28c47 pantheon.switchboard-plug-printers: fix cross build 942c3a28740e3 pantheon.switchboard-plug-onlineaccounts: fix cross build eeec44920b8fe pantheon.switchboard-plug-notifications: fix cross build 3a188a28669b2 pantheon.switchboard-plug-keyboard: fix cross build efee565065275 pantheon.switchboard-plug-display: fix cross build 4d8384aaa8ccd pantheon.switchboard-plug-datetime: fix cross build f2ac0ae1e42bc pantheon.switchboard-plug-about: fix cross build 88334fc9e8b78 python312Packages.twentemilieu: migrate to pytest-cov-stub 34310888b2c27 python312Packages.withings-api: refactor c59db9cf651d8 python312Packages.weconnect: refactor 78631b33b519a python312Packages.weconnect-mqtt: refactor 2e3da500f16e4 gemrb: 0.9.3 -> 0.9.4 5dcc30926a6b9 monit: 5.34.3 -> 5.34.4 91447e2125eb7 pantheon.gnome-settings-daemon: Default to 46 3439ba2665589 pantheon.mutter: Default to 46 376250fab3965 xfce.tumbler, xfce.ristretto: Add HEIF support (#372912) 6fba2ab9ede96 vimPlugins: update on 2025-01-10 (#372529) b320fc9b0c521 xfce.tumbler: Add HEIF support 49d0b992a8fd0 xfce.ristretto: Add HEIF support 925fdc83edd94 python313Packages.segyio: fix build b15506c311e81 emacsPackages.lsp-bridge: 0-unstable-2024-12-27 -> 0-unstable-2025-01-11 (#372847) e7568618cfd79 mpris-timer: 1.6.2 -> 2.0.3 (#372567) 973017d93397b workflows/codeowners-v2: only run if github.repository_owner is NixOS cf4e9229f63f4 nixos/borgmatic: automatically relax systemd hardening when sudo is required 9cf7310594b29 nixos/borgmatic: default to the correct user when username is configured 4fa9426a8af0e nixos/borgmatic: have at least coreutils in the systemd closure by default b873990d4c860 nixos/borgmatic: automatically add binaries required for database dumping 3796133c2a942 limine: 8.6.1 -> 8.7.0 (#372833) 0f88c7f476d4e local-ai: 2.24.2 -> 2.25.0 dd4cec4c9ada8 nixos-rebuild-ng: fix -I flag passed multiple times 52cc8f205c590 python312Packages.ghrepo-stats: 0.5.4 -> 0.5.5 aa887f0fd02cd telegraf: 1.33.0 -> 1.33.1 c8af05b64474b anilibria-winmaclinux: 2.2.23 -> 2.2.24 48d5c5fec28f2 shader-slang: init at 2025.2 (#358202) ce157e5a393d1 gitea: 1.22.6 -> 1.23.1 (#372667) 6b969298133e6 searxng: 0-unstable-2024-11-25 -> 0-unstable-2025-01-10 (#372758) d5e91dc075ea3 codeql: 2.20.0 -> 2.20.1 (#372553) 39c7495c44d2a bird: 2.16 -> 2.16.1 08428885537d7 python313Packages.aioshelly: 12.2.0 -> 12.3.1 (#372875) 20363d823c9ef python3Packages.dugong: deprecate (#364731) 9e24afc63d834 python312Packages.pandantic: 0.3.1 -> 1.0.0 (#372870) 38fb6e5616358 python313Packages.publicsuffixlist: 1.0.2.20250110 -> 1.0.2.20250111 (#372863) fa49849941be6 python313Packages.boto3-stubs: 1.35.96 -> 1.35.97, python313Packages.botocore-stubs: 1.35.96 -> 1.35.97 (#372864) 17821ed37c764 python312Packages.mypy-boto3-*: updates (#372865) e200938e92833 python312Packages.llama-index-*: updates (#372867) 6cb28882ab65c python313Packages.pypalazzetti: 0.1.15 -> 0.1.16 (#372871) 5446601767f82 python313Packages.freebox-api: 1.2.1 -> 1.2.2 (#372876) f5758afd90f23 python312Packages.plexapi: 4.16.0 -> 4.16.1 (#372902) 99f659a0a57ad ddns-updater: 2.7.0 -> 2.9.0 dd62b53bbb9bd python313Packages.webexpythonsdk: 2.0.2 -> 2.0.3 (#372879) b750ee0626354 python313Packages.types-retry: 0.9.9.4 -> 0.9.9.20241221 (#372880) d26ac3ae007c9 python313Packages.smhi-pkg: 1.0.18 -> 1.0.19 (#372883) e8b084b37222c python313Packages.identify: 2.6.2 -> 2.6.5 (#372887) 96d23d20a11ba python313Packages.types-markdown: 3.7.0.20240822 -> 3.7.0.20241204 (#372888) a8c33c1af2074 python313Packages.types-docutils: 0.21.0.20240907 -> 0.21.0.20241128 (#372889) 883af52a29726 podman-compose: 1.2.0 -> 1.3.0 564dc4b92662d Merge master into staging-next 585cfbd8b77d4 python312Packages.result: refactor d81f7ff8a9961 nix-fast-build: 1.0.0 -> 1.1.0 037cf30dc6d7f python312Packages.freetype-py: 2.1.0.post1 -> 2.3.0 (#372656) b607ecaa2597c python312Packages.lacuscore: 1.12.6 -> 1.12.7 (#370736) e342422513d6c erigon: 2.60.10 -> 2.61.0 73a4ae3b3a973 workflows: small refactors (#371216) dc1758843d49c .github: Fix capitalization in issue templates (#368493) d0906427216b0 nixos-option: move shellcheck validation to passthru.tests.shellcheck (#372722) e01fbd4912ff4 pdm: 2.22.1 -> 2.22.2 6b4c745a8bb9a python312Packages.prometheus-client: ignore tests that fail in darwin sandbox 7f3a5d09f6f8c nixos-option: move shellcheck validation to passthru.tests.shellcheck 69b79d05407a6 python312Packages.plexapi: 4.16.0 -> 4.16.1 431c902d6f6e4 pantheon.switchboard-plug-applications: fix cross build d036ecdd71cbf ocamlPackages: fixes after GCC update to version 14 0740d4f5d96ae shader-slang: init at 2025.2 e073a532e937b uv: 0.5.16 -> 0.5.17 ba4ea7e965671 ocamlPackages.z3: require OCaml ≥ 4.08 1e3231c003e14 ocamlPackages.patch: require OCaml ≥ 4.03 ad2781b7a079f keyscope: 1.3.0 -> 1.4.0 (#371261) 5ba3594b52823 python313Packages.identify: 2.6.2 -> 2.6.5 1af62508e612f lazygit: 0.44.1 -> 0.45.0 c04e03cebd81d python313Packages.types-markdown: 3.7.0.20240822 -> 3.7.0.20241204 1f73106456517 python313Packages.types-docutils: 0.21.0.20240907 -> 0.21.0.20241128 6df2f2eaae4fc python312Packages.nibe: 2.14.0 -> 2.15.0 (#371612) 961047ab2970f hentai-at-home: 1.6.3 -> 1.6.4 (#364988) 76d897cf1d880 python313Packages.types-retry: 0.9.9.4 -> 0.9.9.20241221 91318b5dbd634 pdfium-binaries: 6927 -> 6941 (#372874) 81a3d785ea561 python313Packages.webexpythonsdk: 2.0.2 -> 2.0.3 b1bea33af45e0 python313Packages.smhi-pkg: 1.0.18 -> 1.0.19 2fe0d463b1b64 python313Packages.freebox-api: refactor 1435695ddb24e python313Packages.freebox-api: 1.2.1 -> 1.2.2 32b0c77a7e67a syzkaller: init at 0-unstable-2024-01-09 3f3c5cb7f86dd python313Packages.aioshelly: 12.2.0 -> 12.3.1 4687c6e39b6dc python312Packages.nibe: 2.14.0 -> 2.15.0 4e79bd3539815 ente-auth: 4.2.3 -> 4.2.4 b04cafd0302ae static-web-server: 2.34.0 -> 2.35.0 (#372841) 951c3c7630f35 faraday-cli: 2.1.11 -> 2.1.12 (#372844) ffe1d084b2343 smbmap: 1.10.5 -> 1.10.7 (#372800) 2cfc1fcd1b9ba python312Packages.periodictable: 1.7.1 -> 2.0.2 (#372661) 34353aa26f3ec fanficfare: 4.40.0 -> 4.41.0 312c5523cd512 rustup: Correct patchelf patch's use of create_dir (#372866) 386e58be18894 python312Packages.pandantic: 0.3.1 -> 1.0.0 0c09c48e61c70 python313Packages.pypalazzetti: 0.1.15 -> 0.1.16 58ff52762be30 nixos/sway: fix Nvidia warning (#372855) 7bb6fb763bb4e python312Packages.llama-index-readers-file: 0.4.2 -> 0.4.3 48620c5fb0c89 python312Packages.llama-index-llms-openai: 0.3.12 -> 0.3.13 86731836260d9 python312Packages.llama-index-graph-stores-neo4j: 0.4.4 -> 0.4.5 e9041f35a92a0 python312Packages.llama-index-embeddings-huggingface: 0.4.0 -> 0.5.0 651fc9cd7c22c python312Packages.llama-index-embeddings-gemini: 0.3.0 -> 0.3.1 b77a2864164e3 pdfium-binaries: 6927 -> 6941 cdd35a4727c21 python312Packages.mypy-boto3-sts: 1.35.93 -> 1.35.97 dd13c5ddb5301 python312Packages.mypy-boto3-securitylake: 1.35.93 -> 1.35.97 b82700d5583e5 python312Packages.mypy-boto3-redshift: 1.35.93 -> 1.35.97 375f84002b990 rustup: Correct patchelf patch's use of create_dir 06093ba52ddbc bup: 0.33.6 -> 0.33.7 (#372834) e42aef481830b patchy: init at 1.2.7 2edba3e8d228d python313Packages.publicsuffixlist: 1.0.2.20250110 -> 1.0.2.20250111 a78b178215d26 python313Packages.botocore-stubs: 1.35.96 -> 1.35.97 e5979befb2e88 python313Packages.boto3-stubs: 1.35.96 -> 1.35.97 4c7d08cffb9d9 faraday-cli: refactor 6c2d8a1010502 python312Packages.flask-bootstrap: refactor 1071074c438f4 python312Packages.cyclopts: 3.1.4 -> 3.1.5 (#372749) db9aa343c2ca1 screenly-cli: 1.0.2 -> 1.0.3 (#372765) ff3f956f37628 python312Packages.flask-seasurf: refactor b81c2b71d3912 python312Packages.flask-seasurf: 1.1.1 -> 2.0.0 289baedc205f7 python313Packages.ohme: rename from ohmepy (#372351) c4b6b0017b7c8 thunderbird: 128.5.2esr -> 128.6.0esr (#372735) 8519e5a3e0a4b python312Packages.strawberry-graphql: 0.254.0 -> 0.257.0 (#372491) 6a552b0065b25 python312Packages.lazr-restfulclient: modernize 3521f95be7428 python312Packages.lazr-config: refactor 098e54e1d109c python312Packages.lazr-config: 3.0 -> 3.1 07d8df17c43a6 python312Packages.lazr-delegates: refactor 66fb680612ab3 python312Packages.lazr-delegates: 2.1.0 -> 2.1.1 34e6a88d27ceb python312Packages.lazr-uri: 1.0.6 -> 1.0.7 03b5879e7f4fb nixos/sway: fix Nvidia warning 268410c742b53 ares-cli: 3.1.3 -> 3.2.0 d9e98537533e7 sysdig-cli-scanner: 1.18.0 -> v1.19.0 (#372850) 532b7b5245f9a opentimestamps-client: 0.7.1 -> 0.7.2 4db54dad5c2c2 pik: 0.13.0 -> 0.14.0 (#372839) a0e7edfafad7a python312Packages.minio: 7.2.13 -> 7.2.14 (#371704) 9c990e1076319 garnet: 1.0.48 -> 1.0.50 3fd2227df2d1b sysdig-cli-scanner: 1.18.0 -> v1.19.0 f8034d57dd673 emacsPackages.lsp-bridge: 0-unstable-2024-12-27 -> 0-unstable-2025-01-11 477a9c6eb6b0a Merge master into staging-next 76af1d7fed03d python312Packages.pyinfra: 3.1.1 -> 3.2 (#372525) c61d72eb16d3e python312Packages.internetarchive: 5.0.4 -> 5.1.0 (#372201) 996bcd2206158 python312Packages.meshtastic: 2.5.9 -> 2.5.10 (#372720) c684d31eaf9ce ipxe: 1.21.1-unstable-2024-12-18 -> 1.21.1-unstable-2025-01-10 5079396f9f40e prometheus-nvidia-gpu-exporter: 1.2.1 -> 1.3.0 (#372819) d68de83d0ba8a svdtools: 0.3.21 -> 0.4.0 2ae0dd8308d27 faraday-cli: 2.1.11 -> 2.1.12 366bd209a4aca static-web-server: 2.34.0 -> 2.35.0 41b14024d24bd pkgs/top-level/stage.nix: add pkgsLLVMLibc 7fd551d76c797 dstp: 0.4.0 -> 0.4.23 5ae01a6152969 pik: 0.13.0 -> 0.14.0 29b829472483e quickgui: fix build error (#372045) 6d8ec28929b00 Fix optional-dependencies in mkPythonEditablePackage (#372827) 4525561c41fdd rain: 1.20.2 -> 1.21.0 3c375a591a56b auto-cpufreq: 2.4.0 -> 2.5.0 105369552f2be limine: 8.6.1 -> 8.7.0 6579e4300ecb2 bup: 0.33.6 -> 0.33.7 d7cbd42377999 unit: 1.34.0 -> 1.34.1 296f65e84f2e3 wit-bindgen: 0.36.0 -> 0.37.0 (#372826) f5c8135ddb2a9 simpleitk: 2.4.0 -> 2.4.1 a7f1305bc1500 Fix optional-dependencies in mkPythonEditablePackage 4bb76871e59ce nwg-menu: 0.1.6 -> 0.1.7 00f06e621ec30 wit-bindgen: 0.36.0 -> 0.37.0 f796959ef8614 operator-sdk: 1.38.0 -> 1.39.0 5f57903405871 lcalc: 2.0.5 -> 2.1.0 def4ece6ed0a2 prometheus-process-exporter: 0.8.4 -> 0.8.5 be52e0a83cd70 pv-migrate: 2.0.1 -> 2.1.0 66f90409c6cfe prometheus-nvidia-gpu-exporter: 1.2.1 -> 1.3.0 b49f2301a43c9 rar2hashcat: init at 1.0 8e4fe225931d0 mint-artwork: 1.8.4 -> 1.8.9 58383419d932b timeshift: 24.06.5 -> 24.06.6 815728d3d65b4 sticky: 1.23 -> 1.24 eece133ba81d9 pix: 3.4.4 -> 3.4.5 b0e95ce1593d1 mint-themes: 2.2.2 -> 2.2.3 477082593b87d folder-color-switcher: 1.6.6 -> 1.6.7 3f49d1e4bacdb cinnamon-common: 6.4.3 -> 6.4.6 817fab270c14f python312Packages.freetype-py: refactor 0939e71a7f8e7 python312Packages.freetype-py: 2.1.0.post1 -> 2.3.0 55e0b798c50ee python312Packages.lazy: 1.4 -> 1.6 (#372649) f2e21eaed9536 taterclient-ddnet: 9.0.2 -> 10.0.1 (#370934) c39a9d42ae015 hyprpolkitagent: 0.1.1 -> 0.1.2 (#372803) 727ced79d1557 snyk: 1.1294.0 -> 1.1295.0 (#372562) 0ede319f0aa7b nuclear: 0.6.40 -> 0.6.41 (#372640) 7e1604d0a29ff python312Packages.ptest: 1.7.4 -> 2.0.3 (#372669) 3fe863ad71b04 python312Packages.tess: unstable-2019-05-17 -> 0.3.1 (#372675) 319bef373312d python312Packages.pyngrok: 7.2.2 -> 7.2.3 (#372732) 650ded4086243 python312Packages.jiter: 0.6.1 -> 0.8.2 (#370539) c48a440879cb3 python312Packages.jedi-language-server: 0.42.0 -> 0.43.1 e636b63a917fa taktuk: cleanup (#372102) 4e0d1ee349b40 python312Packages.mkdocs-material: 9.5.45 -> 9.5.49 (#372521) af1cc8d18eea4 python312Packages.cohere: 5.13.4 -> 5.13.6 (#372093) 7d343c85bd26e watcher: init at 0.13.2, frankenphp: 1.2.5 -> 1.4.0 (#371724) 9406b0eda4791 fheroes2: 1.1.4 -> 1.1.5 (#370515) 09894890ff1d3 ossia-score: 3.3.2 -> 3.4.0 (#372543) e92abd09897e9 freedv: refactor (#372482) ff5bb3ae44f9a zenith: refactor (#372474) fa924027dfb11 hactool: fix windows cross-compilation (#372773) c9ff21833b429 pantheon.elementary-default-settings: fix cross build (#372774) cef47c71b16e9 sudachi-rs: 0.6.9 -> 0.6.10 (#372682) 435133a0af4ae python312Packages.meraki: 1.53.0 -> 1.54.0 (#372185) c43df3520bd56 bloodhound-py: 1.7.2 -> 1.8.0 (#372665) a4ff967c5eac7 hactool: use hostPlatform instead of targetPlatform d74b45741e20b openssh: Enable BSD auth on OpenBSD (#371596) 9256f006503de sudo: Build on OpenBSD without PAM (#371725) 7f4bbe152abc9 neofetch: Fix build on OpenBSD (#371710) f0c489ef7ccca wbg: fix -Werror (#372792) babfb9a8fcc4e kanboard: fix hash mismatch be1256352885d easyjson: fix build b619b2909788b _9base: fix build on x86_64-linux (#372313) 5a2f053e9c639 yamlfmt: 0.14.0 -> 0.15.0 38f32ee49ef9c weidu: add darwin support a343adb3ad251 elkhound: add darwin support f113bc8e3633e buildbot: 4.2.0 -> 4.2.1 abead0c3361a2 upcloud-cli: fix updateScript f4d4a557c430e exo: 0-unstable-2024-12-28 -> 0.0.4-alpha (#372766) 6902492a45fd1 zap: 2.15.0 -> 2.16.0 373a040ceb7f7 smbmap: 1.10.5 -> 1.10.7 b6b5a9287b640 python312Packages.google-cloud-bigtable: 2.27.0 -> 2.28.0 dad9c3b7948cd gnupg1orig: drop, perlPackages.GnuPG: drop (#372786) e0220561a9ede Merge master into staging-next e9b1bb016b1c3 retroarch: 1.19.1 -> 1.20.0 (#372719) fb931b2c807ef wbg: fix -Werror 555bf90b6bbb6 lief: 0.16.1 -> 0.16.2 (#372760) 44c3360925896 linuxhw-edid-fetcher: 0-unstable-2023-05-08 -> 0-unstable-2025-01-06 abe3c0b0a1ddd radicale: 3.3.3 -> 3.4.0 63628d5dd45d3 nu_scripts: 0-unstable-2024-12-27 -> 0-unstable-2025-01-06 d0eb1f11950e6 gnupg1orig: drop d16aaf05264f6 alpine: fix build with GCC 14 e769ece3de1ac perlPackages.GnuPG: drop 2d48cf6771222 python312Packages.huggingface-hub: 0.26.5 -> 0.27.1 (#371451) e38ef1efb5cfb erlang-ls: fix OTP 27 compatibility (#372731) 1abe9f7b9be5b zammad: 6.4.0 -> 6.4.1 (#372724) f800f3c4e7917 redpanda-client: 24.2.14 -> 24.3.3 (#372549) 0f95c713dcc01 python313Packages.aniso8601: 9.0.1 -> 10.0.0 (#372587) 2ae93bef2c2ce pretix.plugins.mollie: init at 2.2.1 3e3bd996ac679 mate.marco: fix cross build a3c6ed7ad2649 mldonkey: 3.1.7-2 -> 3.2.1 (#372745) 3014a6f3b7d34 pantheon.elementary-default-settings: fix cross build 9b5d58120f55d lomiri.lomiri-settings-components: 1.1.1 -> 1.1.2 cd38b4b518563 python312Packages.geoalchemy2: 0.16.0 -> 0.17.0 61b77b92ab78c ocamlPackages.lo: fix build with liblo 0.32 (#371656) 0ffc8213d8422 searxng: 0-unstable-2024-11-25 -> 0-unstable-2025-01-10 7e4b8937232b2 j4-dmenu-desktop: unstable-2023-09-12 -> r3.2 (#319066) b2350e7d28e24 okteto: 3.2.2 -> 3.3.0 (#372542) eed0550cb6b8f python3Packages.loompy: 3.0.7 -> 3.0.8 5c4767a41c313 Merge upower: Upgrade to 1.90.6 and extend CriticalPowerActions (#341086) 314d3efc2aff4 tartan: 0.3.0-unstable-2023-10-11 → 0.3.0-unstable-2025-01-07 9f8ced3ab40ec heptagon: unpin ocaml 4.14 4d419c4b93239 dbus-cpp: pin Boost 1.86 c1a6549febc3c ocamlPackages.lo: fix build with liblo 0.32 eb762d79e9ed0 exo: 0-unstable-2024-12-28 -> 0.0.4-alpha 052d9ba9ee8f4 ocamlPackages.merlin: fix build (#371361) f1f939c402f76 ocamlPackages.mlx: fix build with OCaml 5.3 (#372481) 72b990e99fe18 indicator-application-gtk3: fix cross build c6cdc8b9ec854 indicator-application-gtk2: fix cross build c86350d9916de mldonkey: 3.1.7-2 -> 3.2.1 667604e1d2bd6 ocamlPackages_5_3.ocaml: init at 5.3.0 (#372267) 643ee97192c7b screenly-cli: 1.0.2 -> 1.0.3 c9486e982820c ocamlPackages.camlp4: fix build ef1267f62c28e lib60870: 2.3.2 -> 2.3.3 67899eb5e4cde hactool: fix windows cross-compilation 149bea5a93b1f lief: 0.16.1 -> 0.16.2 cac6e2cf184a0 python312Packages.imap-tools: 1.8.0 -> 1.9.0 (#372754) 5b37e2df1a201 nixos/freshrss: organize tests (#372493) 698aee90fa874 phpdocumentor: switch to buildComposerProject2 (#368328) 273027d83efee arti: cleanup (#372740) 8fc0e240bd7f8 Merge GNOME updates 2024-10-08 (#372080) 7fcc82de99c63 wyrd: 1.4.6 -> 1.7.1 c6f3569af5e29 remind: fix darwin build b77d396bda4da cie-middleware-linux: 1.5.2 -> 1.5.6 (#372617) efe064357f96b php81Extensions.vld: mark broken; php8{1-4}Extensions.vld: update script use version branch (#372742) bfd6e43430695 phpdocumentor: switch to buildComposerProject2 6a219ae19aa7a python312Packages.imap-tools: 1.8.0 -> 1.9.0 eb991c21b0962 python312Packages.cyclopts: 3.1.4 -> 3.1.5 6a08669b8e6a6 marwaita-teal: 22 -> 24 1d994d0e96fd6 sequoia-sq: 1.0.0 -> 1.1.0 2e5abe9e5c2d9 lomiri.lomiri-system-settings-unwrapped: 1.2.0 -> 1.3.0 98b6250ab6a38 php8{1-4}Extensions.vld: update script use version branch 57f180a70d041 php81Extensions.vld: mark broken d4eecb6316883 libretro.easyrpg: set passthru.updateScript to null 2466850390951 libretro: fix package versions 7188b7129f35a libretro.pcsx-rearmed: 0-unstable-2024-11-17 -> 0-unstable-2025-01-09 cda895872d240 libretro.snes9x: 1.63-unstable-2024-12-08 -> 0-unstable-2024-12-17 62df37a98d37d libretro.vecx: 0-unstable-2024-06-28 -> 0-unstable-2024-10-21 669cbfb92aeff libretro.play: 0-unstable-2024-10-19 -> 0-unstable-2025-01-09 348a2ce89ce10 libretro.fbneo: 0-unstable-2024-10-03 -> 0-unstable-2025-01-06 84d36916fda20 libretro.mame: 0-unstable-2024-11-01 -> 0-unstable-2025-01-04 b042e45d3062b libretro.nestopia: 0-unstable-2024-12-22 -> 0-unstable-2025-01-05 606e4b37e747e libretro.stella: 7.0-unstable-2024-12-18 -> 0-unstable-2025-01-02 c7476fdd8a235 libretro.ppsspp: 0-unstable-2024-11-15 -> 0-unstable-2025-01-10 0dde6f6afd841 libretro.picodrive: 0-unstable-2024-10-19 -> 0-unstable-2024-12-31 1d9739f83f0b8 libretro.genesis-plus-gx: 0-unstable-2024-12-13 -> 0-unstable-2025-01-10 5ea86236345b5 {tor,mullvad}-browser: 14.0.3 -> 14.0.4 (#372440) cda282028f2ae arti: cleanup 85795c79e9587 php84Packages.composer: 2.8.1 -> 2.8.4 (#372696) dd48b239166df make-darwin-bundle: fix comment to use `desktopToDarwinBundle` (#372538) 3b906c0b7c9aa signal-desktop: 7.36.0 -> 7.37.0; signal-desktop(darwin): 7.36.0 -> 7.37.0 (#372584) 92ea1fd39e339 deno: 2.1.4 -> 2.1.5 (#372560) 41f256e7ce722 n98-magerun: upgrade script limit to 2.x tags (#372624) ed9a4680ee088 ruff: 0.9.0 -> 0.9.1 (#372728) 60c90c58b9197 libretro.fuse: 0-unstable-2024-09-20 -> 0-unstable-2024-11-24 bc14cd6c24076 libretro.mame2003-plus: 0-unstable-2024-12-29 -> 0-unstable-2025-01-06 c1c8a0ee64741 libretro.flycast: 0-unstable-2024-10-05 -> 0-unstable-2025-01-09 d86a88d29c310 libretro.gambatte: 0-unstable-2024-12-20 -> 0-unstable-2025-01-10 c27228bcc9d08 libretro.dosbox-pure: 0-unstable-2024-09-28 -> 0-unstable-2024-12-31 82f3f3900a642 libretro.bsnes: 0-unstable-2024-12-13 -> 0-unstable-2025-01-10 979c414a3f0c6 libretro.beetle-psx: 0-unstable-2024-11-15 -> 0-unstable-2025-01-10 2571390dd3988 libretro.pcsx2: 0-unstable-2023-01-30 -> 0-unstable-2025-01-09 782efe55cd6d2 retroarch-bare: 1.19.1 -> 1.20.0 adab75c7caa20 phpPackages.php-codesniffer: 3.11.0 -> 3.11.2 1aeb9801ef6cc build-support/php: improve PHP builder 0f08212b643e3 phpPackages.php-cs-fixer: 3.64.0 -> 3.67.0 89d2e5eceb52d phpPackages.phpstan: update hash d73a407a2bb72 phpunit: update hash 7c7fe2ab72c08 phpPackages.psalm: 5.25.0 -> 5.26.1 709b0eaae01f6 phpdocumentor: minor cleanup 8b110c184628f php84Packages.psysh: 0.12.4 -> 0.12.7 3aa025a907f12 thunderbird-128-unwrapped: 128.5.2esr -> 128.6.0esr 99876a48ad207 erlang-ls: fix OTP 27 compatibility c4c4ece625fd4 reaper: 7.29 -> 7.30 (#372561) eede7811b4b02 uhd: fix for boost187 d769c20afb9d1 python312Packages.pyngrok: 7.2.2 -> 7.2.3 d936143c963dc lubelogger: 1.4.1 -> 1.4.2 (#372114) 94ae35c39c524 ruff: 0.9.0 -> 0.9.1 9ded47a3a41fa protonvpn-gui: 4.8.1 -> 4.8.2, add rapiteanu as maintainer (#371750) 08b8ea1361e4e linux/common-config: fix typo (isLoongarch64 -> isLoongArch64) ec12c95958ffd python312Packages.pythonqwt: 0.14.1 -> 0.14.2 898792092e1ee zammad: 6.4.0 -> 6.4.1 fd9f1d9998c46 lips: init at 1.0.0-beta.20 (#369206) 4dc8b23f738cf inkscape-extensions.textext: 1.10.2 -> 1.11.0 (#372704) 7516283004a4a arouteserver: 1.23.1 -> 1.23.2 06077372e863e lips: update script ed264a8c48d8c spral: 2024.05.08 -> 2025.01.08 (#372179) 98e85e3e83563 python312Packages.meshtastic: 2.5.9 -> 2.5.10 251804c451732 python312Packages.pygmt: 0.13.0 -> 0.14.0 (#372710) f2e88eaafe56c Merge master into staging-next 4dd3edece448c python312Packages.pygmt: modernize 3ad0b42af9d8a nixos-build-vm: Remove Nixpkgs path dependency (#372492) 3f14b8543b706 mactracker: 7.13 -> 7.13.2 (#371090) 8824306a0e9c5 mkgmap: 4922 -> 4923 (#372693) 4c35ed64fe0b0 usage: 0.3.1 -> 1.7.4 (#369640) 7eade950e8a22 vault-tasks: 0.6.1 -> 0.8.0 (#371811) 8a70af081a79d ares: 136 -> 141 097aafd75d76c php84Packages.composer: 2.8.1 -> 2.8.4 e99784d109167 vimPlugins.blink-emoji-nvim: init at 2025-01-04 (#372705) c52baf41ad495 fantomas: 6.3.16 -> 7.0.0 (#372685) 3def1a33179da libsixel: make linking against gd a choosable option. (#372698) 9ea74225cc448 workflows: add README 3e9f5c05eacaa workflows: rename baseSha to targetSha ba09688dc88ac workflows/periodic-merge: support merge bases in re-usable workflow 51b8ad2191989 workflows/periodic-merge: create re-usable workflow 58f8c536c66e6 workflows/{editorconfig,nix-parse}: run against release branches b64d5e1c0c6e2 workflows: make checks work with non-NixOS repos 94c4c7bd3b886 workflows/eval: remove non-required "needs: attrs" bb9fc9fba944d gssg: init at 0-unstable-2023-05-29 220ab9c0d7055 zoom-us: 6.3.1.5673 -> 6.2.11.5069 (x86_64-linux only) (#372511) 6ba3b001bebfb rasm: 2.2.11 -> 2.3.0 (#372677) fa4a76acc7474 zoom-us: 6.3.1.5673 -> 6.2.11.5069 (x86_64-linux only) a0a9d6b54870e showmethekey: 1.17.0 -> 1.18.0 (#372680) 38a0a52fb08dc testers.testBuildFailure: fix structuredAttrs support (#371337) 4396c87a8aa05 twilio-cli: 5.22.7 -> 5.22.8 (#372644) dec96033d929f cargo-udeps: 0.1.53 -> 0.1.54 (#372646) abf22ea9dd244 inferno: 0.12.0 -> 0.12.1 (#372647) b8fcef6a11d17 Revert "ddns-updater: disable updates" (#372648) e72db938eca4d host-spawn: 1.6.0 -> 1.6.1 (#372650) cc8de14eef9a6 wayland-proxy-virtwl: 0-unstable-2024-06-17 -> 0-unstable-2025-01-07 9831b3427cc1f prometheus-nut-exporter: 3.1.1 -> 3.1.3 (#372658) ffa94e49803e8 proto: 0.44.1 -> 0.44.4 (#372082) c9c5d4e54600e circup: 2.0.4 -> 2.1.0 (#372599) a006b7341eb98 realm: 2.6.0 -> 2.7.0 (#369887) 7b40e30a787fa kubectl-cnpg: 1.24.2 -> 1.25.0 (#370199) e534a14ccfd10 gmetronome: 0.3.4 -> 0.4.1 (#371622) bab178e0a3876 python312Packages.pygmt: 0.13.0 -> 0.14.0 a43ac5fc0578e cht-sh: 0-unstable-2024-11-13 -> 0-unstable-2024-12-31 (#372601) 0554c89910962 vscode-extensions.timonwong.shellcheck: 0.37.3 -> 0.37.4 (#372615) a974e43a90865 libsixel: make linking against gd a choosable option. 4a6bc638b0341 python312Packages.runstats: init at 2.0.0 ace5a9fc38c60 coroot-node-agent: 1.23.1 -> 1.23.3 (#372618) 13226ef1a6a8c gh-dash: 4.8.1 -> 4.9.0 (#372620) 1d36bf4824e23 reindeer: 2024.12.30.00 -> 2025.01.06.00 (#372630) 22b20b30d741d cargo-shear: 1.1.4 -> 1.1.8 (#372641) 6ccfe275416d5 inkscape-extensions.textext: 1.10.2 -> 1.11.0 ad2fc20ed9605 git-absorb: 0.6.16 -> 0.6.17 (#372550) d4d274e7cf849 proxysql: 2.6.0 -> 2.7.1 (#372666) e1ad0b40832d2 crystal: 1.14.0 -> 1.14.1 (#372571) dedfe3d039ae8 python313Packages.boto3-stubs: 1.35.95 -> 1.35.96, python313Packages.botocore-stubs: 1.35.95 -> 1.35.96 (#372580) e2e84224f7f92 python313Packages.tencentcloud-sdk-python: 3.0.1299 -> 3.0.1300 (#372578) 31f6ee87eeeb2 python313Packages.publicsuffixlist: 1.0.2.20250107 -> 1.0.2.20250110 (#372579) f29f108c1bedf python313Packages.boschshcpy: 0.2.95 -> 0.2.101 (#372582) 238bfd78b38c2 cnspec: 11.36.0 -> 11.36.2 (#372581) fd847328ed55d python313Packages.garminconnect: 0.2.23 -> 0.2.25 (#372585) aee6fbec72140 authelia: 4.38.17 -> 4.38.18 f471445fe35ce vimPlugins.blink-emoji-nvim: init at 2025-01-04 04a29f7af8db4 clapboard: 0.1.1 -> 1.0.0 (#372519) e4eb35fc823e4 nushellPlugins.dbus: 0.13.0 -> 0.14.0 (#372520) 3fa502bf2372f rtrtr: 0.3.0 -> 0.3.1 (#372524) 1dd400eb6903a prometheus-pushgateway: 1.10.0 -> 1.11.0 (#372526) a201017a7e459 julia-mono: 0.058 -> 0.059 (#372530) 0aaad0052cfe8 topicctl: 1.18.0 -> 1.19.1 (#372544) 2236d6386fc89 workcraft: 3.5.1 -> 3.5.2 (#372546) 8c9ff04c4e01c trillian: 1.7.0 -> 1.7.1 (#372548) d5e4aed0cdd73 galene: 0.9.1 -> 0.96 (#370660) 75949716f3cf1 jan: 0.5.12 -> 0.5.13 (#372461) a7c5c11c2a9c8 cargo-binstall: 1.10.18 -> 1.10.19 (#372471) 0cb1d270429b5 gallery-dl: 1.28.2 -> 1.28.3 (#372477) d3d770b5edaff kubernetes-helmPlugins.helm-unittest: 0.7.0 -> 0.7.1 (#372483) 011381bdbf67a tsukimi: 0.18.1 -> 0.18.2 (#372486) f25843e33fc2e python312Packages.pixel-font-knife: 0.0.10 -> 0.0.11 (#372497) af58415e33fb5 libnvidia-container: fix cross-compilation for aarch64-linux (#372148) 4344eb033e606 python312Packages.dotty-dict: refactor (#369725) a1015639c9f3e python312Packages.guidance: fix build (#370608) d64d41e216cb3 python312Packages.pyrad: fix poetry 2 compat 28ed891b95d11 python312Packages.dataclasses-json: fix poetry 2 compat d3fac7d5890fc python312Packages.open-clip-torch: 2.29.0 -> 2.30.0 (#372633) a5fef0d0f4bc2 libnvidia-container: fix cross-compilation for aarch64-linux 85eee25fb6e16 bash_unit: 2.3.1 -> 2.3.2 (#372118) e169c384f516a xawtv: Fix compilation with gcc 14.2 729782a54e075 testkube: 2.1.83 -> 2.1.84 (#372407) 36d525a027cd2 lighttpd: 1.4.76 -> 1.4.77 dc05e82e5d274 papermc: fix build failure by updating to new api url (#372436) 6616958698931 python312Packages.internetarchive: 5.0.4 -> 5.1.0 08721893981b9 terraform-providers.newrelic: 3.53.0 -> 3.54.0 (#372439) 3d5df8c95f24b tanka: 0.31.0 -> 0.31.1 (#372442) 3dee5aaf9e60f steampipePackages.steampipe-plugin-aws: 1.4.0 -> 1.5.0 (#372445) b3d4eb252dfdc python312Packages.pyinfra: 3.1.1 -> 3.2 9a0f387ecc4a7 Update maildrop 2.6.0 -> 3.1.8 (#372150) 08907d0a19755 linux_6_6: 6.6.70 -> 6.6.71 (#372686) aa4b3705c50bf mkgmap: 4922 -> 4923 9153b37ce747c rose-pine-gtk-theme: unstable-2022-09-01 -> 2.2.0 (#372450) 130595eba6108 dayon: 15.0.0 -> 15.0.1 (#372454) 1e59c0b5ee6c2 python3.pkgs.liquidctl: 1.13.0 -> 1.14.0 (#372456) 131e8e70a7d38 wal-g: 3.0.3 -> 3.0.5 a889b3948e100 linux_6_6: 6.6.70 -> 6.6.71 e9004165ee77d python313Packages.gattlib: fix build against Python 3.13 597cb281dd152 vfkit: add meta.changelog 213e610de4806 vfkit: add phaer to maintainers 844e2baa1e18e vfkit: 0.5.1 -> 0.6.0 58baede83de9b vfkit: use nix-update-script for automated updates 695d658add837 fantomas: 6.3.16 -> 7.0.0 493d7f0cba158 python312Packages.gattlib: switch to pyproject = true 81f18468ae3e5 python312Packages.gattlib: use release tag f70ca0e6228df squawk: 1.4.0 -> 1.5.0 28a3a358ab5dc proxysql: 2.6.0 -> 2.7.1 and fix build e202cfb49a760 sudachi-rs: 0.6.9 -> 0.6.10 d15e58f5bc03c snapper: 0.12.0 -> 0.12.1 fde4c4ad30064 python313Packages.python-mimeparse: 1.6.0 -> 2.0.0 (#372091) 0032ae2010bce librewolf-bin: 133.0.3-1 -> 134.0-1 633369cbee840 showmethekey: 1.17.0 -> 1.18.0 864ab9147990e rasm: 2.2.11 -> 2.3.0 f9863a907258f gatekeeper: 3.18.1 -> 3.18.2 (#372540) 4ab918180c41c ironicclient: 5.9.0 -> 5.10.0 (#372670) 867e93e80cbd1 python312Packages.tess: refactor bc44b0713bbeb heatclient: 4.0.0 -> 4.1.0 (#372673) 17e671fb9ec88 vimPlugins.gx-nvim: init at 2025-01-07 (#372609) a41d007383293 frankenphp: 1.2.5 -> 1.4.0 2a522cfa37b32 python312Packages.tess: unstable-2019-05-17 -> 0.3.1 2eb8590c74633 vvenc: 1.12.1 -> 1.13.0 (#372214) 8b7cd089c5394 python312Packages.immutabledict: disable flaky test (#372443) 5a2a28b60963c seagoat: init at 0.50.1 090e1d3742297 python312Packages.ptest: refactor 7e5d45513255d python312Packages.ptest: 1.7.4 -> 2.0.3 504a0c2c63188 python312Packages.ptest: add update-script 05204b552da55 heatclient: 4.0.0 -> 4.1.0 c5940999475c9 ironicclient: 5.9.0 -> 5.10.0 1184307623b7d gitea: 1.22.6 -> 1.23.1 7ef83af8e4454 vimPlugins.gx-nvim: init at 2025-01-07 3718eb9874c52 python312Packages.netutils: 1.10.0 -> 1.12.0 (#371001) ecbd3d4c1acb7 ddnet: 18.8.2 -> 18.9 (#372662) 6af01120a6e86 postgresql: fix build if pythonSupport is enabled 120677bc5c1ba bloodhound-py: 1.7.2 -> 1.8.0 4054973b3b603 vimPlugins.aider-nvim: fix patch 95811c53e9eca ddnet: 18.8.2 -> 18.9 41871e4d510eb cago-hakari: 0.9.33 -> 0.9.35 (#372314) f8306cfc4362e gitkraken: 10.5.0 → 10.6.0 (#372652) 4f96879c9d8be python312Packages.periodictable: refactor 73e18b5606967 cago-hakari: 0.9.33 -> 0.9.35 1951dc2f1fb4e python312Packages.periodictable: 1.7.1 -> 2.0.2 e6752bc1ad9fe slackdump: 3.0.0 -> 3.0.2 (#372629) 13fa4b9ca0ddc prometheus-nut-exporter: 3.1.1 -> 3.1.3 9df5658cde7fb libdeltachat: 1.152.2 -> 1.153.0 (#371844) d41d4be5c3244 doc/rl-2505: mention nvidia package change, add warning to Sway (#371728) 941a3ff6b8b04 lefthook: 1.10.1 -> 1.10.2 eed2ee05062ca j4-dmenu-desktop: unstable-2023-09-12 -> 3.2 15d7a08a4454b python312Packages.lazy: enable tests 480f1aa89744a gitkraken: 10.5.0 → 10.6.0 abe89988a2800 python312Packages.lazy: 1.4 -> 1.6 130c218c61720 Revert "ddns-updater: disable updates" ecaa63471ab44 upcloud-cli: init at 3.14.0 (#368124) 930433a849927 host-spawn: 1.6.0 -> 1.6.1 5a0ac110f7712 inferno: 0.12.0 -> 0.12.1 3d2e30986c4fe cargo-udeps: 0.1.53 -> 0.1.54 438a86097ab72 upcloud-cli: init at 3.14.0 d1d22f3f5f98e twilio-cli: 5.22.7 -> 5.22.8 fd45900c4f8dd libmcfp: 1.3.3 -> 1.3.4 (#372635) 6029d36956d21 opensnitch-ui: fix runtime crash this broke in PR #370048 / commit 293f832365699e6e028737ac1ad35b7428c97da5, as the packaging python package is now required at runtime 460a759851be3 cargo-shear: 1.1.4 -> 1.1.8 e245cfa4515f8 nuclear: 0.6.40 -> 0.6.41 17bc6ee2b1090 vorta: cleanup (#372512) 97568a3e7f657 golds: 0.7.2 -> 0.7.4 (#372628) 905fc0f061a1c geesefs: 0.42.3 -> 0.42.4 (#372534) bc9b250c6c288 Merge remote-tracking branch 'origin/master' into staging-next 79343719116f1 rofi-calc: 2.2.1 -> 2.3.0 1eeaf5f198867 libmcfp: 1.3.3 -> 1.3.4 70df53626710a python312Packages.transformers: 4.47.1 -> 4.48.0 c18d584e58100 python312Packages.huggingface-hub: 0.26.5 -> 0.27.1 cb6b16cd3c744 libretro-core-info: 1.19.0 -> 1.20.0 (#372572) 5cf18f3f8d6fc tinymist: 0.12.16 -> 0.12.18 (#372621) f2c747c01697e cables: 0.4.4 -> 0.5.0 (#372531) 7983a01552e03 gemmi: 0.6.7 -> 0.7.0 (#370505) 179683ddaf488 python312Packages.open-clip-torch: 2.29.0 -> 2.30.0 59efedde36991 reindeer: 2024.12.30.00 -> 2025.01.06.00 0561ea4d4abc5 slackdump: 3.0.0 -> 3.0.2 c0b4b96143905 pythonPackages.color-operations: 0.1.4 -> 0.1.6 (#346505) d91fa5989f591 python313Packages.netutils: 1.10.0 -> 1.12.0 859919e56a721 python312Packages.google-cloud-pubsub: 2.27.1 -> 2.27.2 (#372603) 99b8fab154545 python312Packages.aardwolf: 0.2.8 -> 0.2.11 (#372619) e2013a5096f3c importNpmLock: fix check for .bin in linkNodeModulesHook dd11ed78c3f3d pythonPackages.color-operations: 0.1.4 -> 0.1.6 b73fcd8361230 rss-bridge: 2024-02-02 -> 2025-01-02 44086f2d8ca02 amber-secret: migrate to pkgs/by-name c543543901b06 amber-secret: remove with lib; 717b4bf395980 amber-secret: add changelog to meta 9b4fbc7af9239 badchars: migrate to pkgs/by-name 9b308dc1b21ca badchars: add passthru.updateScript 8bf0ea2bda602 badchars: remove with lib; b2206cafa945e badchars: 0.4.0 -> 0.5.0 903e45c6c2e29 watcher: init at 0.13.2 113da45159c3b jwt-cli: refactor (#371254) ef0e7d84591d3 python313Packages.python-roborock: 2.8.5 -> 2.9.0 (#372592) d624c5844142b stumpwm: 22.11 -> 24.11 + moved outside lisp-modules (#372466) 5a681f2e92b02 n98-magerun: upgrade script limit to 2.x tags c79d2c82683de supabase-cli: 2.2.1 -> 2.6.1 5ff65b0831124 python313Packages.photutils: 2.0.2 -> 2.1.0 (#372591) aba31c1396529 ggshield: 1.34.0 -> 1.35.0 (#372596) c4cfe9bba53f2 golds: 0.7.2 -> 0.7.4 41b77fa6da21c python312Packages.mypy-boto3-*: updates (#372598) 16d900f073eea ungoogled-chromium: 131.0.6778.204 -> 131.0.6778.264 (#372612) d5d576db277db arouteserver: disable copyright year test (#371416) da4d290cd485c tinymist: 0.12.16 -> 0.12.18 aae7c1714e326 vorta: cleanup 7a01f1455a98f python312Packages.aardwolf: 0.2.8 -> 0.2.11 b3cafaa7967d5 gh-dash: 4.8.1 -> 4.9.0 4c99da161bd88 cie-middleware-linux: 1.5.2 -> 1.5.6 6adcfc72948d6 coroot-node-agent: 1.23.1 -> 1.23.3 3a26691f23c8c vscode-extensions.timonwong.shellcheck: 0.37.3 -> 0.37.4 8cde48031da32 walker: 0.11.16 -> 0.11.19 (#372556) c8adbabf95e42 magento-cloud: init at 1.46.1 (#372239) a74bea314d874 python313Packages.twilio: 9.4.1 -> 9.4.2 (#372594) 18ecdf9d33779 ungoogled-chromium: 131.0.6778.204 -> 131.0.6778.264 104281915cdb8 python313Packages.rns: 0.8.8 -> 0.8.9 (#372595) 3441c3be20d3f jwt-cli: migrate to pkgs/by-name 6597e80db9db3 lla: 0.3.7 -> 0.3.10, update meta af7ff9f279aac keyscope: migrate to pkgs/by-name 72fe607771901 wipe: reformat f74da3adb84de maliit-framework: fix build (#372607) e5aac1511b640 magento-cloud: init at 1.46.1 736b92c465c09 maliit-framework: fix build 0c46a4f551caf alacritty-theme: 0-unstable-2024-12-02 -> 0-unstable-2025-01-03 4064465ac40a4 python312Packages.booleanoperations: refactor (#369431) 13686cca42be6 python312Packages.matrix-client: refactor; python312Packages.matrix-api-async: remove (#369839) cf1a8b8133cc2 python312Packages.scikits-odes: 2.7.0 -> 3.1.0 (#369846) 52157b68c59b7 python312Packages.pygments-better-html: refactor (#369864) 401e9aaac81b7 python312Packages.scrap-engine: refactor (#369868) 8e37e2ad5c2b0 python312Packages.keyrings-google-artifactregistry-auth: refactor (#369855) 0e114072cd591 python312Packages.log-symbols: refactor (#369856) b8d092b6fde74 python312Packages.mdx-truly-sane-lists: refactor (#369858) 125f1d98b72dd python312Packages.jupyter-telemetry: refactor (#369883) 617d6a5f7a0d7 keyscope: add passthru.updateScript 956d9f5b16778 python312Packages.cjkwrap: refactor (#369452) e81102472a7e4 upower: Support Suspend and Ignore CriticalPowerActions 0bca21186b248 upower: 1.90.4 -> 1.90.6 f9592494be122 keyscope: remove with lib; f754811cddbc6 gitlab: 17.6.2 -> 17.7.1 (#371838) 23cf323ef9872 mangojuice: 0.7.9 -> 0.8.0 (#372564) 5e97ccd1f70f1 libsixel: 1.10.3 -> 1.10.5 (#372537) fd0987eaeb9e2 polarity: latest-unstable-2024-12-20 -> latest-unstable-2025-01-08 (#369487) 4c1d9fa92bef5 python312Packages.google-cloud-pubsub: 2.27.1 -> 2.27.2 436139e8586e0 unblob: init at 25.1.8 (#345554) 72fcfac1b3d45 cht-sh: 0-unstable-2024-11-13 -> 0-unstable-2024-12-31 ed64458527d92 python312Packages.chainer: remove (#369449) 4c649a0d71dea python312Packages.chainer: remove 4cc91f1ceab10 python312Packages.jiter: 0.6.1 -> 0.8.2 400ac793982a8 tideways-daemon: 1.9.28 -> 1.9.30 (#372490) e14ef07d2677b python313Packages.graphene: 3.3.0 -> 3.4.3 8408e07d58bfe python313Packages.logutils: disable failing tests on Python 3.13 7eec6211fa30c circup: 2.0.4 -> 2.1.0 4ab8bc3124f25 ggshield: 1.34.0 -> 1.35.0 b8edf7befdd74 python312Packages.guidance: refactor 07e7069044cb4 python312Packages.guidance: fix build 1f5a0cdf8b779 python312Packages.qmk-dotty-dict: remove 6c4ad4bd6413a python313Packages.photutils: update disabled 06f178052252b python312Packages.dotty-dict: refactor b2a69e584ce63 python313Packages.photutils: 2.0.2 -> 2.1.0 85b68bc5b6022 python313Packages.python-roborock: 2.8.5 -> 2.9.0 95d054f4ac26c python313Packages.twilio: 9.4.1 -> 9.4.2 f8c4bc25acb28 python313Packages.rns: 0.8.8 -> 0.8.9 04a9216b7da6f tree-sitter-grammars.tree-sitter-kdl: init (#371287) 4e3a70a632417 orca-slicer: fix gcc14 (#369729) 0d65701137e5e vimPlugins: nativeCheckInputs -> checkInputs (#372523) 33fd552702745 flow-editor: init at 0.2.1 (#367866) 1f1841a61454a gemmi: 0.6.7 -> 0.7.0 4f36d4b201c5c vimPlugins: add missing dependencies (#372552) cd84730ae6014 python313Packages.aniso8601: refactor eeb2d389d3444 python313Packages.aniso8601: 9.0.1 -> 10.0.0 ec3665c1c5914 opam: fix opam sandboxing on nixos (#363770) 0b7aa6a653210 python313Packages.garminconnect: 0.2.23 -> 0.2.25 956fbe8f29d4f rPackages.rix: 0.12.4 -> 0.14.3 090e31fe60f77 python313Packages.boschshcpy: refactor aafa59164512c signal-desktop(darwin): 7.36.0 -> 7.37.0 da959d85736e5 python313Packages.boschshcpy: 0.2.95 -> 0.2.101 39e846d6cd4ff signal-desktop: 7.36.0 -> 7.37.0 f29166847782a cnspec: 11.36.0 -> 11.36.2 982dc5fb0c7ec python313Packages.botocore-stubs: 1.35.95 -> 1.35.96 483daef6cc6bc python313Packages.boto3-stubs: 1.35.95 -> 1.35.96 d018929d2ee0e python312Packages.mypy-boto3-fms: 1.35.93 -> 1.35.96 48811b06b5792 python312Packages.mypy-boto3-compute-optimizer: 1.35.93 -> 1.35.96 6c1a1acb31cf4 python312Packages.mypy-boto3-codebuild: 1.35.93 -> 1.35.96 df82667d39858 uutils-coreutils: move to by-name, add versionCheckHook (#372336) 020356f56d60e openscap: 1.4.0 -> 1.4.1 (#372144) 6d7bf065d7bf1 python313Packages.tencentcloud-sdk-python: 3.0.1299 -> 3.0.1300 05974f06d7a08 python313Packages.publicsuffixlist: 1.0.2.20250107 -> 1.0.2.20250110 c7a58a18575a9 prometheus-nginx-exporter: 1.4.0 -> 1.4.1 (#372535) 5a350fdfd7606 ruff: 0.8.6 -> 0.9.0 (#372389) 9dba50791a36b checkov: 3.2.351 -> 3.2.352 (#372465) d8be1302d7d73 python312Packages.mypy-boto3-*: updates (#372464) 6a085da0cf9f8 github-backup: 0.47.0 -> 0.48.0 (#372557) 56acbe1b2882d python312Packages.rapidfuzz: 3.10.1 -> 3.11.0 (#372574) 4ed1bf2abfa54 ldeep: 1.0.78 -> 1.0.79 (#372558) 4beb631500da5 kubescape: 3.0.22 -> 3.0.23 (#372539) 8eb063991acec firefoxpwa: 2.13.1 -> 2.13.2 (#372499) ff9496a75f5fb floorp: 11.21.0 -> 11.22.0 (#372485) b9e90b542a14e crystal: 1.14.0 -> 1.14.1 ebc7d18ebe7f9 codeium: 1.30.18 -> 1.32.1 fd2b35c69c470 kdePackages.pulseaudio-qt: 1.6.1 -> 1.7.0 (#372533) 5311838a0cf1a libretro-core-info: 1.19.0 -> 1.20.0 98aebc56ada49 zoekt: 3.7.2-2-unstable-2024-12-18 -> 3.7.2-2-unstable-2025-01-08 b792bba255283 pkgsite: 0-unstable-2024-12-26 -> 0-unstable-2025-01-08 (#372565) a895f157d3cfc python312Packages.rapidfuzz: 3.10.1 -> 3.11.0 ddca1e6f35235 maintainers: add uxodb b636d2825d357 mpris-timer: 1.6.2 -> 2.0.3 4a70752e53d6f vulkan-hdr-layer-kwin6: 0-unstable-2024-10-19 -> 0-unstable-2024-12-27 3fc2c8a91f545 Merge master into staging-next 24a8c64c2b167 nixos/caddy: Fix default log file for http:// hostnames (#371802) 7710f8346331b pkgsite: 0-unstable-2024-12-26 -> 0-unstable-2025-01-08 346e53ea6c00d polarity: latest-unstable-2024-12-20 -> latest-unstable-2025-01-08 dfb323c3f3a4c mangojuice: 0.7.9 -> 0.8.0 9b88ee4b918cf superfile: 1.1.7 -> 1.1.7.1 0628d7fcc97f2 snyk: 1.1294.0 -> 1.1295.0 58d56529cfabd deno: 2.1.4 -> 2.1.5 0be7ca62b752f reaper: 7.29 -> 7.30 8607f87ddd317 ldeep: 1.0.78 -> 1.0.79 3982dd5fdf629 github-backup: 0.47.0 -> 0.48.0 24a2206ec1be5 mactop: 0.1.9 -> 0.2.3 (#370511) a62ac1793ff6f walker: 0.11.16 -> 0.11.19 fd457e5315419 vimPlugins: add missing dependencies 05314bde96eda codeql: 2.20.0 -> 2.20.1 84189027fca6a git-absorb: 0.6.16 -> 0.6.17 ecbc3c2a87d8f stumpwm: 22.11 -> 24.11 f0d255821623e redpanda-client: 24.2.14 -> 24.3.3 7ab31ee08de1b trillian: 1.7.0 -> 1.7.1 fac9c9eb362a1 workcraft: 3.5.1 -> 3.5.2 ff4c9da6f5b98 home-assistant: 2025.1.1 -> 2025.1.2 (#372513) f24aefdde919b topicctl: 1.18.0 -> 1.19.1 e3ef5ee5742c2 ossia-score: 3.3.2 -> 3.4.0 3150eb6fba82b okteto: 3.2.2 -> 3.3.0 06a82510eed5f re-flex: 5.1.0 -> 5.1.1 91871fb175f27 fastfetch: 2.33.0 → 2.34.0 (#372438) 6d10d8adf8453 kubescape: 3.0.22 -> 3.0.23 e46a62c61ac41 fastfetch: 2.33.0 → 2.34.0 caaf7227d835d home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.201 -> 0.13.202 4c488e035590d python313Packages.homeassistant-stubs: 2025.1.1 -> 2025.1.2 3fb3d85833571 opencolorio: add explicit zlib input 3b4123fdf2371 make-darwin-bundle: fix comment to use `desktopToDarwinBundle` 97c78583923bc libsixel: 1.10.3 -> 1.10.5 83615f056e151 prometheus-nginx-exporter: 1.4.0 -> 1.4.1 c980787b6171c geesefs: 0.42.3 -> 0.42.4 d4ef63592ab4c luaPackages: update on 2025-01-10 5a51e70e7545c opam: fix opam sandboxing on nixos, cleanup 08d3f7b8138cf cables: 0.4.4 -> 0.5.0 b205f325b5dca julia-mono: 0.058 -> 0.059 e01fd31f4b876 vimPlugins.nvim-treesitter: update grammars 49538280e9e2b vimPlugins: resolve github repository redirects b39bc19121bd8 vimPlugins: update on 2025-01-10 33bbc2e957dbe python312Packages.dash-renderer: remove (#369714) 4c826d557bb06 kdePackages.pulseaudio-qt: 1.6.1 -> 1.7.0 684f237fe7699 bat: 0.24.0 -> 0.25.0 (#371913) 53bcb0f9dddce markdownlint-cli2: 0.16.0 -> 0.17.1 (#370537) af83783e21bcf criticality-score: migrate from python3Packages; 1.0.8 -> 2.0.4 (#369711) 9f12943333d84 vimPlugins.cspell-nvim: init at 2024-11-21 (#372514) 35b9acd3d4c7b firefoxpwa: remove adamcstephens as maintainer aae679589d550 firefoxpwa: 2.13.1 -> 2.13.2 9f456058b0dc0 vimPlugins: nativeCheckInputs -> checkInputs 23d932a0e40a4 opentofu: 1.8.8 -> 1.9.0 (#372424) ffacb08c63d78 opentofu: move the plugin patch from `plugins` to `withPlugins` a0f3986b0d2e0 python312Packages.delegator-py: refactor (#369716) b920cb85005ec python312Packages.pygithub3: refactor (#369730) 9e3215b2b46b2 prometheus-pushgateway: 1.10.0 -> 1.11.0 c5db5d6b01c59 rtrtr: 0.3.0 -> 0.3.1 ed3bd8871ee7e vimPlugins.cspell-nvim: init at 2024-11-21 83928a4e42bfd darktable: fix builds on macOS eb6556bdbebb4 clapboard: 0.1.1 -> 1.0.0 189547589621b python312Packages.mkdocs-material: 9.5.45 -> 9.5.49 847f7c18fb5af Merge master into staging-next ca65057835185 python312Packages.timm: 1.0.12 -> 1.0.13 (#372509) 3c04f545b1cec adif-multitool: 0.1.15 -> 0.1.18 (#372507) b86b8690a7798 home-assistant: 2025.1.1 -> 2025.1.2 28328dfb02f8a python313Packages.pyflick: 1.1.2 -> 1.1.3 76563d744ccdc dart: 3.5.4 -> 3.6.0 (#364980) be7ebc6c8bba2 spotify-cli-linux: 1.9.0 -> 1.9.1 Also changed fetchPypi to fetchFromGitHub e060d17e0defe python312Packages.timm: 1.0.12 -> 1.0.13 e33bc55df8a69 nushellPlugins.dbus: 0.13.0 -> 0.14.0 f40068d135bb3 adif-multitool: 0.1.15 -> 0.1.18 82ce0774efcda librewolf: 133.0.3-1 -> 134.0-1 f92051f481fe7 python312Packages.gdcm: fix pname 9d2feae3b3faf libpulsar: 3.6.0 -> 3.7.0 (#372378) 6af45486324ab vscode-extensions.signageos.signageos-vscode-sops: change to mit license (#369560) e5170f670ca79 libplctag: fix build (#371130) 70c17c87ed19b python312Packages.rigour: init at 0.8.2 eef2fac8b6d6f nwipe: 0.37 -> 0.38 (#372268) bc4f1c13b1976 uv: 0.5.15 -> 0.5.16 (#372294) 4a73292e5147c python312Packages.beartype: improve (#372419) a633d05642cfb kdePackages: Gear 24.12.0 -> 24.12.1 (#372426) 5acf082bb25e3 qt6.qtmultimedia: add missing dependencies (#372428) b35b276a7b32a linux-firmware: 20241210 -> 20250109 (#372494) 1712f9f9802ff heroic: use qt6 version of kdialog (#372495) 0dd4ef7bd9573 python312Packages.pixel-font-knife: 0.0.10 -> 0.0.11 b67afb20827ed heroic: use qt6 version of kdialog 57150ec62ecb6 gittyup: Fix build with GCC 14 (#372123) 98c2f369600b5 linux-firmware: 20241210 -> 20250109 65e8fb2dacaa1 nixos/freshrss: organize tests 130a10524873a nixos-build-vm: Remove Nixpkgs path dependency a5ab1e5a81c30 ovn: fix missing ovsdb binaries (#372478) fdd340a071fbb tideways-daemon: 1.9.28 -> 1.9.30 836c12ab8f391 python312Packages.strawberry-graphql: 0.254.0 -> 0.257.0 594dd76c494e2 ocamlPackages.systemd: init at 1.3 (#372037) 6355c63f9f494 Provide NixOS module option to enable the paperless exporter. (#242084) 477ebad6a424a tsukimi: 0.18.1 -> 0.18.2 172f95edf50e0 floorp: 11.21.0 -> 11.22.0 b110150497cda wxSVG: move to pkgs/by-name, use new apple sdk pattern (#370933) f45dd40da63d0 dart: 3.5.4 -> 3.6.0 2dcaf9da138ff dart: make update script output in a formatted way (#372460) 2ecc1c281e661 freedv: refactor 6635523f69ca4 freedv: use new apple sdk pattern ce23adb791032 freedv: reformat with nixfmt 71195d12657f2 ocamlPackages.mlx: fix build with OCaml 5.3 62e1a35f1b6a8 freedv: move to pkgs/by-name feca9c4a10f86 kubernetes-helmPlugins.helm-unittest: 0.7.0 -> 0.7.1 2d87fee385fd0 p2pool: 4.2 -> 4.3 5758c60b78fa2 zenith: use useFetchCargoVendor cd2b745265799 jetbrains.{idea,pycharm}-community-src: update to 2024.3.1.1 (#372361) 88afad8833aba workflows: basic consistency in formatting workflows 72fd375d1c668 workflows/eval: fix actionlint fcb24b90d0704 workflows/check-maintainers-sorted: Use .yml extension for consistency 4d00c68aa42ef workflows/check-shell: use job matrix aa7335ca5f80f workflows/basic-eval: remove 47d64b19ba5b2 zenith: use new apple sdk pattern 3848502dc1999 zenith: move to pkgs/by-name dc6a3ca8b480a gallery-dl: 1.28.2 -> 1.28.3 c764201fd0779 ovn: fix missing ovsdb binaries a3f4497162963 rose-pine-gtk-theme: unstable-2022-09-01 -> 2.2.0 d8c5ac52b5111 python313Packages.dbus-fast: 2.24.3 -> 2.28.0 62b3428c72828 cargo-binstall: 1.10.18 -> 1.10.19 271ad8a612320 linuxPackages.hyperv-daemons: Fix aarch64 builds on latest kernel (#371583) e4aaec299ffd3 home-assistant-custom-components.yoto_ha: 1.22.0 -> 1.22.4 285e0f1ba3df0 python312Packages.yoto-api: 1.24.3 -> 1.24.4 46655f7ca2305 rssguard: 4.5.3 -> 4.8.1 19eb28239b179 termius: 9.9.0 -> 9.12.0 f89da9cbf4f34 cargonode: 0.1.2 -> 0.1.3 1fe90f7d2a1d1 retroarch-assets: 1.19.0-unstable-2024-10-19 -> 1.19.0-unstable-2024-12-31 (#372449) 49d7b9e9f7344 nixos/pam: fixup refactor (#372238) deda9220af5ed python312Packages.mypy-boto3-sagemaker: 1.35.93 -> 1.35.95 8df77a2ab5b58 python312Packages.mypy-boto3-route53: 1.35.93 -> 1.35.95 21245b84cd17e python312Packages.mypy-boto3-rds: 1.35.93 -> 1.35.95 fd385aa8f7c44 python312Packages.mypy-boto3-imagebuilder: 1.35.93 -> 1.35.94 7f8cebaa4c6bd python312Packages.mypy-boto3-dynamodb: 1.35.93 -> 1.35.94 84c59bc1cff50 python312Packages.mypy-boto3-cloudhsmv2: 1.35.93 -> 1.35.94 05d3e050f9660 checkov: 3.2.351 -> 3.2.352 812fc9b0217aa dart: make update script output in a formatted way 515a7562c8e11 python313Packages.tencentcloud-sdk-python: 3.0.1298 -> 3.0.1299 (#372328) 41cdf14eb54e9 python313Packages.pymsteams: 0.2.4 -> 0.2.5 (#372330) c45bcd51085d4 python313Packages.threat9-test-bed: add standard-telnetlib (#372353) 12509e26d0b62 sommelier: Fix update script 350a060f1da14 Merge remote-tracking branch 'origin/master' into staging-next 7e3b7d547128c jan: 0.5.12 -> 0.5.13 2b536d0dd44fe ci/request-reviews: Fix code owner requests for filenames with spaces (#372433) 27b07cfcff136 gambit-project: 16.2.0 -> 16.2.1 (#371985) f7bd6778e0ced python3Packages.python-calamine: 0.2.3 → 0.3.1 (#372408) e9847f6a8b33c Kernel updates for 2025-01-09 (#372451) 21b4714acae2b dayon: 15.0.0 -> 15.0.1 7226b996d82ca rofi: 1.7.6 -> 1.7.7 c20214d8fa152 linux/hardened/patches/6.6: v6.6.67-hardened1 -> v6.6.69-hardened1 021011a2f1ca1 linux/hardened/patches/6.12: v6.12.6-hardened1 -> v6.12.8-hardened1 54dd511f6392d linux/hardened/patches/6.1: v6.1.121-hardened1 -> v6.1.123-hardened1 9c4551eb301ce linux-rt_6_1: 6.1.120-rt46 -> 6.1.120-rt47 abbb233816f26 linux-rt_5_4: 5.4.285-rt93 -> 5.4.288-rt94 4d89b53132597 linux_5_4: 5.4.288 -> 5.4.289 8ac5623072c07 linux_5_10: 5.10.232 -> 5.10.233 79dca86ffdf18 linux_5_15: 5.15.175 -> 5.15.176 156eeac81bc29 Kernel updates for 2025-01-09 (#372387) 7ae9c559b6773 retroarch-assets: 1.19.0-unstable-2024-10-19 -> 1.19.0-unstable-2024-12-31 c7aed5c6bd007 python3.pkgs.liquidctl: 1.13.0 -> 1.14.0 eae1a64297b81 steampipePackages.steampipe-plugin-aws: 1.4.0 -> 1.5.0 3b1f39b7d1bc1 python312Packages.immutabledict: disable flaky test 269d8608343bf frigate: fix event preview (#372427) cf5a83cfb8a4c mullvad-browser: 14.0.3 -> 14.0.4 650b66b217480 home-assistant: support wolflink component (#372417) 448ab331f27b5 tor-browser: 14.0.3 -> 14.0.4 bfe191ca75c55 tanka: 0.31.0 -> 0.31.1 f294e0f5ea906 dolt: 1.45.1 -> 1.45.4 1410b3755127a terraform-providers.newrelic: 3.53.0 -> 3.54.0 e4bba63bfa961 papermc: fix build failure by updating to new api url 33257a9d7c400 ci/request-reviews: Fix code owner requests for filenames with spaces 835abe39305a7 twitch-dl: 2.9.4 -> 2.10.0 ee1d8d4d66c42 opentofu: 1.8.8 -> 1.9.0 eefcb83b7d1ea jetbrains.plugins: update ce3899414dab3 pixi: 0.38.0 -> 0.39.5 (#372173) 644a1e642c236 jetbrains.idea-community-src: 2024.3.1 -> 2024.3.1.1; jetbrains.pycharm-community-src: 2024.3 -> 2024.3.1.1 6299c4da50d71 jetbrains: fix build_maven.py shebang 3a34755a34085 swim: 0.11.0 -> 0.12.0 fe6a7e4860ebd spade: 0.11.0 -> 0.12.0 3bd3235995dff pixi: 0.38.0 -> 0.39.5 7b85adf5d6be0 qt6.qtmultimedia: add missing dependencies 48a14f2e99d06 python313Packages.filedepot: add legacy-cgi for Python 3.13 (#372373) 1eb3bcde5c808 python313Packages.es-client: refactor tests (#372344) 04308e46a18ee python312Packages.cleanlab: fix build by patching numpy2 incompatibilities (#372059) d92f98eea886f libsixel: fix CVE-2021-45340 (#372312) c17add2592804 bun: 1.1.42 -> 1.1.43 9bf2ff285e1d0 uv: 0.5.15 -> 0.5.16 418276cd3b0cc nixos/galene: use types.path for paths (#372391) c30dc6d36c14f python3Packages.django-upgrade: init at 1.22.2 (#358407) 17fa7779b07a7 kdePackages: Gear 24.12.0 -> 24.12.1 989560ee13fc8 Bump/jetbrains 2024.3.1.1 (#366856) 671d4da0becb1 isa-l: 2.31.0-unstable-2024-04-25 -> 2.31.1 (#371486) 366d0f6b0c324 television: 0.8.6 -> 0.9.1 (#372398) d25bc4ea4fe28 vimPlugins.zotcite: init at 2024-11-21 (#372370) 598be99e53907 dura: fix build (#372409) 6327238777378 beekeeper-studio: 5.0.6 -> 5.0.9 (#367278) 97b8039f6c511 vimPlugins.vim-stationeers-ic10: init at 2025-01-08 (#372338) 69aceb6044a3e python312Packages.beartype: improve f7930aac32b6e frigate: fix event preview cd58ef1cba1fd home-assistant: support wolflink component 83d9e485eec0b python313Packages.wolf-comm: init at 0.0.19 71f0060e73bc7 limo: set withUnrar to false by default 87e59a435b73c minizip-ng: 4.0.7 -> 4.0.8 (#372280) e47b3a2e10159 snac2: 2.67 -> 2.68 (#372319) 006deac63d1d6 beekeeper-studio: 5.0.6 -> 5.0.9 612ea6490f4fa dura: fix build 40844464bbd01 python3Packages.python-calamine: 0.2.3 → 0.3.1 e82788ee876f5 nwg-dock: 0.4.1 -> 0.4.2 (#372381) a72cb8c472cf7 pulumi-bin: 3.142.0 -> 3.145.0 (#372337) ca01f78ccf90f gosec: 2.21.4 -> 2.22.0 (#372372) f17b95775191e [staging-next] KDE Frameworks 6.10 (#372400) 35060bfabe5bc python313Packages.weconnect: 0.60.7 -> 0.60.8 (#372341) 8ae6080d1f8ca home-assistant: support eheimdigital component (#372404) 430a3cd8a9685 home-assistant: support watergate component (#372401) 0eb282214611e jetbrains.plugins: update 89caef1ff4142 jetbrains: 2024.3 -> 2024.3.3 3d8e8575c77ef python313Packages.pycfmodel: fix disabledTests (#372359) a944f757cc3ae python313Packages.nad-receiver: add standard-telnetlib for Python 3.13 (#372368) 15afad97c2231 mpvScripts.modernx-zydezu: 0.3.9 -> 0.4.0 (#372301) 7004da4cc01b8 libsixel: fix CVE-2021-45340 19174b4179389 testkube: 2.1.83 -> 2.1.84 2b5448cf77ff5 python312Packages.pytelegrambotapi: 4.25.0 -> 4.26.0 (#372303) d7f55907c7d66 python3.pkgs.pyicloud: update list of dependencies + fix py313 build (#372076) cb499097c47d9 python312Packages.coffea: 2024.11.0 -> 2025.1.0 (#372305) 264d24792a2ed typos: 1.29.0 -> 1.29.4 (#372306) 131f4a22f4183 files-cli: 2.13.213 -> 2.13.219 (#372308) ee971d3620f7e flake.nix: relax checks after shellcheck filter 682f2de8542f8 home-assistant: support eheimdigital component 754c1a1526d6f python313Packages.eheimdigital: init at 1.0.3 12647005cb470 vscode-extensions.ms-dotnettools: update C# and C# DevKit extensions (#363156) b71883ba2be22 renode-unstable: 1.15.3+20241217git398e80b6e -> 1.15.3+20250109git606a24e00 (#372360) 2c7390b82e991 home-assistant: support cookidoo component (#372399) fd03a2362a3f1 home-assistant: support watergate component 5f9f38a57c872 python313Packages.watergate-local-api: init at 2024.4.1 1d499701b3d22 androidStudioPackages.canary: 2024.3.1.7 -> 2024.3.1.8 (#372397) 18d5709c9bb76 python3Packages.wat: 0.4.3 -> 0.4.4 (#372334) 75d4fbe761312 home-assistant: support cookidoo component 74c8077b92254 television: 0.8.6 -> 0.9.1 33e6531c28f9a python313Packages.cookidoo-api: init at 0.12.2 d063f36eba180 jetbrains.plugins: extend update script for source builds (#366290) f5a3e2b6b22ba qspeakers: 1.6.10 -> 1.7 (#372256) a40c69bcd1618 python312Packages.ruff-lsp: 0.0.59 -> 0.0.60 a38d034efd99d cups-browsed: 2.1.0 -> 2.1.1 (#372258) 4840307f9105f patch2pr: 0.30.0 -> 0.31.0 (#372275) c9b0a49c1257d qrtool: 0.11.6 -> 0.11.7 (#372281) 8711bcf71aae8 nixos-test-driver: reformat with latest ruff cb663ae81ec2f ruff: 0.8.6 -> 0.9.0 938aca61101b9 kdePackages: remove unused argument 9074c84dd2225 kubedb-cli: 0.50.0 -> 0.51.0 (#372285) 388dc938a4509 wasm-tools: 1.222.0 -> 1.223.0 (#372286) 6c35e1fcea7d8 kdePackages: Frameworks 6.9 -> 6.10 789747cd7a447 kdePackages.plasma-wayland-protocols: 1.15.0 -> 1.16.0 96bd88795a8b1 nova: 3.11.1 -> 3.11.2 (#372287) e39a08492a982 python312Packages.sqlfmt: 0.23.3 -> 0.24.0 (#372206) 80caac49a1e0e phrase-cli: 2.35.4 -> 2.35.5 (#372208) 97dc207a00546 kubeshark: 52.3.92 -> 52.3.94 (#372212) e77f4abbb878d mitra: 3.13.0 -> 3.13.1 (#372215) b86e4001f3013 nixos/galene: use types.path for paths 59815812bdf1f limo: fix `meta.mainProgram` (#372237) d32694cbd2a70 harper: 0.14.0 -> 0.15.0 (#372245) a6e8f9657ff10 crab-hole: 0.1.10 -> 0.1.12 (#372163) cfbd2d167ff5a Revert "perlPackages.CryptDES: fix build" (#372354) 218b21163db38 vscode-extensions.sourcery.sourcery: 1.27.0 -> 1.28.0 (#372161) 332e6030634ce openfga: 1.8.2 -> 1.8.3 (#372165) 42bd380def534 dotenvx: 1.32.0 -> 1.32.1 (#372174) 8258818bb0bbf python313Packages.msmart-ng: 2024.12.0 -> 2025.1.0 (#372358) 5a8db71a0b801 python312Packages.meraki: modernize 91842604cd992 linux_6_1: 6.1.123 -> 6.1.124 ea1792a707bab linux_6_6: 6.6.69 -> 6.6.70 d580ebd3ca0a8 linux_6_12: 6.12.8 -> 6.12.9 66e0b80cc92ab linux_testing: 6.13-rc5 -> 6.13-rc6 3bc03725b89f8 bicon: unstable-2020-06-04 -> unstable-2024-01-31 (#372110) efc8686dfc086 python312Packages.numpyro: reduce number of pytest parallel workers to reduce RAM usage (#372111) f8dddc4a957a5 arti: 1.3.1 -> 1.3.2 (#372121) 15d38ae809159 ustreamer: 6.18 -> 6.21 (#372124) ed3862e54268c nom: 2.7.1 -> 2.7.2 (#372130) d4b509d785886 percona-server_8_{0,4}: fix build on aarch64-linux 5ae30d0e989d9 editorconfig-checker: 3.0.3 -> 3.1.0 (#372131) a022b7810bf2f hatch: skip failing tests (#371743) 8601af3567017 jsonnet-language-server: 0.14.1 -> 0.15.0 (#372137) 658fcd24412c4 linphone: symlink sounds (#372140) 6921c8c947e0e uutils-coreutils: add updateScript 1fe1d67fce810 schemacrawler: 16.24.3 -> 16.25.1 (#372145) 0f1e7eedbef40 uutils-coreutils: add versionCheckHook 9f752d2c084ce uutils-coreutils: move to by-name 1e678af99483b rcodesign: 0.28.0 -> 0.29.0, improve, fix build on darwin (#372348) 851f7fc119e95 nixos/clevis: do not use systemd-udev-settle (#372374) 0c927e167da69 home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.3 -> 4.3.4 (#372377) 5d7f4bb6ebea0 nwg-dock: 0.4.1 -> 0.4.2 6e4ca5ceaa4c7 libnvidia-container: fix segfault if PATH is actually set 52f9daeb35f7f notcurses: 3.0.11 -> 3.0.12 b4d50c6208e3b ocamlPackages.mccs: 1.1+18 -> 1.1+19 9f093da9c0c66 libpulsar: 3.6.0 -> 3.7.0 f81eabd5dd7c9 clash-rs: 0.7.3 -> 0.7.4 (#372369) 222902787c05c home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.3 -> 4.3.4 f57a3cbeb21cc python313Packages.filedepot: add legacy-cgi for Python 3.13 d2d61f18a4f85 intel-compute-runtime: 24.48.31907.7 -> 24.52.32224.5 4e9dabe8b3a80 vimPlugins.zotcite: init at 2024-11-21 2b19079b862f5 nixos/clevis: do not use systemd-udev-settle 2b202511c406f python312Packages.filedepot: refactor 80d76b3922667 gosec: 2.21.4 -> 2.22.0 1c7a42f678177 python313Packages.nad-receiver: add standard-telnetlib for Python 3.13 593d18f415a69 python312Packages.nad-receiver: refactor 79ad2958582c4 clash-rs: 0.7.3 -> 0.7.4 2c2962083d86b tshark: 4.4.2 -> 4.4.3 749be92f198a3 nwg-dock-hyprland: fix version aaff6cb108c1e cdb: fix -Werror messages 162e3a7f90f6b vimPlugins.vim-stationeers-ic10: init at 2025-01-08 f1caa4a63fe29 home-assistant-custom-components.midea_ac: 2024.10.4 -> 2025.1.1 116b19de7d549 python313Packages.msmart-ng: 2024.12.0 -> 2025.1.0 e2f6809155543 python313Packages.pycfmodel: fix disabledTests e77b50689e4d0 renode-unstable: 1.15.3+20241217git398e80b6e -> 1.15.3+20250109git606a24e00 bced68b6e5ab3 mint-y-icons: 1.8.0 -> 1.8.1 (#372284) 63c7a7b2aab86 Revert "perlPackages.CryptDES: fix build" 31f1c99ceafd4 python313Packages.threat9-test-bed: add standard-telnetlib 1d877f50763d0 skrooge: 2.31.0 -> 2.33.0 (#365685) 7bffccf78e88b home-assistant: support niko_home_control component (#372349) 8f3505c778929 home-assistant: support livisi component (#372347) 81a20ee439c1b home-assistant: support ohme component a327bdd5af64e k6: 0.55.2 -> 0.56.0 7a14e4369c6bf python313Packages.ohme: rename from ohmepy 9ac808240c605 rcodesign: 0.28.0 -> 0.29.0 c8b2917471ce3 vimPlugins.clangd_extensions-nvim: update upstream source (#372309) 5df8a843922fe python313Packages.niko-home-control: drop fa715216b8843 Merge master into staging-next b4276ef1fd12e home-assistant: support niko_home_control component 306bdcb19338e python313Packages.nhc: init at 0.3.3 0ecf2a6b3518d python313Packages.aiolivisi: drop 5557f22ed66a2 home-assistant: support livisi component 136f6a701f2f7 python313Packages.livisi: init at 0.0.24 de5e9a944c3a1 python313Packages.es-client: refactor tests 67d39b38ad433 nanoflann: 1.6.2 -> 1.6.3 (#371996) 2a0e6869da970 eza: 0.20.15 -> 0.20.16 (#372290) 32af3611f6f05 hugin: move to openexr_3 (#367087) 85b57d8116314 terraform-providers.gridscale: 1.27.0 -> 2.0.2 5032d16b29ab9 ncftp: 3.2.6 -> 3.2.7 (#370362) d9cfa396210ff pulumi-bin: 3.142.0 -> 3.145.0 956a376320fdd perlPackages.ImageMagick: use same version as main imagemagick package (#372231) 4d96a6da481ae python312Packages.safetensors: 0.5.0 -> 0.5.2 b56387d0c0a64 lacus: 1.10.0 -> 1.12.0 (#372327) 11b6f049cb472 python3Packages.wat: 0.4.3 -> 0.4.4 477b98b2a9861 doc: improve lib.compareLists documentation 1d3608b5de8d4 python313Packages.weconnect: 0.60.7 -> 0.60.8 7b40e3c5c9c4c python313Packages.pymsteams: 0.2.4 -> 0.2.5 e0d9824adeb48 nixos-rebuild-ng: implement build-image (#371142) 221a8a2a8ff92 python313Packages.tencentcloud-sdk-python: 3.0.1298 -> 3.0.1299 4d920907ce66a gittyup: add fliegendewurst and phijor as maintainers d6ea8b1aa4eb9 lacus: 1.10.0 -> 1.12.0 a077d7e5c7ce0 python312Packages.llama-index: 0.12.9 -> 0.12.9.post1 (#371957) 56feaaa2cf676 python312Packages.llama-index-core: 0.12.9 -> 0.12.9.post1 (#371956) 6610f330f0205 quark-engine: 24.12.1 -> 25.1.1 (#372291) 6f0f215565d96 sish: 2.16.0 -> 2.16.1 (#372279) 73eddc5e17e51 puncia: 0.25 -> 0.26 (#372213) 8b0e824d14e60 pmix: 5.0.5 -> 5.0.6 (#371854) adf96b383ce0e prowler: 5.0.4 -> 5.0.5 (#372186) b3dbf04f6f169 nagiosPlugins.check_ssl_cert: 2.84.5 -> 2.85.1 (#371994) daf7604c76682 python312Packages.posthog: 3.7.4 -> 3.7.5 (#371711) 1fba7da126768 mold: 2.35.1 -> 2.36.0 (#372316) e0298518cf8ff gittyup: Fix build with GCC 14 ddccad3800e7e gittyup: Fix generation of HTML docs from Markdown files 2d42f784c6e03 tabby: 0.22.0 -> 0.23.0 d6ca551d31ab3 libnvidia-container: include binaries from driver package b70e60ed75d38 prowlarr: 1.28.2.4885 -> 1.29.2.4915 1168ec850de60 snac2: 2.67 -> 2.68 2e1715cf7cf3c python312Packages.pygerber: init at 2.4.2, pytest-lsp: init at 0.4.3 (#359437) 4a1a598e2472b mold: 2.35.1 -> 2.36.0 Changes: https://github.com/rui314/mold/releases/tag/v2.36.0 fd66c69002646 mini-calc: 3.3.3 -> 3.3.5 (#372274) d170722819328 _9base: format package.nix 5bbeabe20c92b jwt-cli: add passthru.updateScript b7fba4a05564b python312Packages.python-engineio: 4.10.1 -> 4.11.1 (#368215) 501a10e8e671c python312Packages.zeroconf: 0.136.2 -> 0.139.0 ed59c747b6091 _9base: fix build on x86_64-linux af05f69982e2c dssi: fix incompatible pointer type caused by #365887 (#372307) 64f7305e3b4c7 jwt-cli: remove with lib; 79b7a17d293cd zizmor: remove pkg-config dependency (#372248) 5848e8baff35b vimPlugins.clangd_extensions-nvim: update upstream source bee0c430b8c6c python313Packages.boto3-stubs: 1.35.94 -> 1.35.95, python313Packages.botocore-stubs: 1.35.94 -> 1.35.95 (#372253) 20d6b713d9acb python312Packages.cyclopts: 3.1.3 -> 3.1.4 (#372252) 9be8d2cc37a26 checkov: 3.2.346 -> 3.2.351 (#372251) 60dd5042dee1f python311Packages.angr: 9.2.135 -> 9.2.136 (#372241) bb68b947d7510 python312Packages.mitogen: 0.3.19 -> 0.3.20 (#372243) 64ee11a09306e dict: 1.13.1 → 1.13.3 (#367392) a3706a643603c files-cli: 2.13.213 -> 2.13.219 a3a959813dadb llama-cpp: 4397 -> 4450 4c10b194472f8 Merge remote-tracking branch 'origin/master' into staging-next 1e4221b0e27e8 nixos/sway: warn on too old Nvidia 767f9f149c3ed dssi: fix incompatible pointer type caused by #365887 00c24cc9cabab chntpw: patch to build with gcc14 (#370154) 4dbb65b758756 usage: 0.3.1 -> 1.7.4 615a8bb8698d6 typos: 1.29.0 -> 1.29.4 c708382edcca5 python312Packages.coffea: 2024.11.0 -> 2025.1.0 14a1e95ef6390 doc/rl-2505: mention nvidia package change 3b8b5540cc17e python313Packages.kivy: fix build (#372247) 6fa012dd0e671 python312Packages.pytelegrambotapi: 4.25.0 -> 4.26.0 2c58d3f6dbca4 python312Packages.pylibjpeg-openjpeg: add meta.changelog (#372235) 1d22016ce79c3 mpvScripts.modernx-zydezu: 0.3.9 -> 0.4.0 adf873d0ab27d bat-extras: add broken comment 2ae1ddc5c8d29 deepin.deepin-desktop-schemas: 6.0.6 -> 6.0.7 (#372020) 6749709135771 qownnotes: 24.12.7 -> 25.1.3 (#372244) a7f995b43a750 emacsPackages.consult-gh: ignore compilation error (#371742) fe7da46569a4e quark-engine: 24.12.1 -> 25.1.1 74adbd29ba443 eksctl: 0.199.0 -> 0.200.0 (#372289) d722e8ce81cf1 eza: 0.20.15 -> 0.20.16 a8461662d9d04 eksctl: 0.199.0 -> 0.200.0 979bfc5d20604 nova: 3.11.1 -> 3.11.2 5f3892e209b1b nhost-cli: 1.28.2 -> 1.28.3 (#372273) 03b9f7653d05c wasm-tools: 1.222.0 -> 1.223.0 a7e0e338efcc3 kubedb-cli: 0.50.0 -> 0.51.0 f3762b9c4b048 minijinja: 2.5.0 -> 2.6.0 (#372269) 395b4b76b1c89 mint-y-icons: 1.8.0 -> 1.8.1 689ef062c5cae librashader: init at 0.6.2 0e5f06c6af75f envision: add libnotify dependency to wivrn 5185d23997d77 qrtool: 0.11.6 -> 0.11.7 ecf12f8264e04 sish: 2.16.0 -> 2.16.1 4daba66b85022 chntpw: patch to build with gcc14 71be4445b4cde patch2pr: 0.30.0 -> 0.31.0 52d9f693941a1 ocamlPackages.batteries: 3.8.0 -> 3.9.0 149febe6c0abc mini-calc: 3.3.3 -> 3.3.5 3861c423fa272 nhost-cli: 1.28.2 -> 1.28.3 ba0b3858f8f1e minijinja: 2.5.0 -> 2.6.0 4c60359508e59 python312Packages.astroid-filterbanks: 0.4.0 -> 0.4.0-unstable-2024-12-02 (#371013) 7b06fb2466425 ocamlPackages_5_3.ocaml: init at 5.3.0 5fb8b0a167224 libmcrypt: fix build with gcc14; stegseek: mark broken on darwin, only test on x86_64-linux (#372261) 237942c46ec71 nwipe: 0.37 -> 0.38 1e81dc5584bc9 racket: mark Darwin as badPlatforms 0babbe77c4a82 racket: 8.14 -> 8.15 b0c8f7e40ae13 racket: add updateScript e53c03c0e1557 racket: add tests 3313146456367 racket: add writeScript[Bin] 1f9350c3e465c racket and racket-minimal: refactor 3022e6283067b stegseek: mark broken on darwin, only test on x86_64-linux 5bfaa707168a3 scribus: 1.6.2 -> 1.6.3 cb11cca0f4ecc libmcrypt: fix build with gcc14 edad941e03cd7 cilium-cli: 0.16.22 -> 0.16.23 8e97141d59b87 vtk: fix libGL include dir (#368595) d1738988951e1 beszel: 0.9.0 -> 0.9.1 (#372182) 42094aaba76e3 radio-cli: add Darwin support d858b1183110d cargo-dist: 0.23.0 -> 0.27.1 (#371886) 1ee8e6f59f278 mydumper: 0.17.0-1 -> 0.17.1-1 (#371781) 8a38f4ab5c6f6 cups-browsed: 2.1.0 -> 2.1.1 02d91b3721e91 minizip-ng: 4.0.7 -> 4.0.8 2c030d6ae5434 qspeakers: 1.6.10 -> 1.7 fc19530dd1b3a sketchybar-app-font: 2.0.28 -> 2.0.29 (#372047) 7ffc98fa8ff0a python312Packages.cyclopts: 3.1.3 -> 3.1.4 7900ced4cfc79 checkov: 3.2.346 -> 3.2.351 f9866a67bde22 python313Packages.botocore-stubs: 1.35.94 -> 1.35.95 aa4d64fbe85ac python313Packages.boto3-stubs: 1.35.94 -> 1.35.95 c654b53c4eee2 python3Packages.fastjet: re-init at 3.4.2.1 (#370858) ded5a5e552150 Merge master into staging-next 96c6f435abdca zizmor: remove pkg-config dependency 5408294b1611e sollya: fix cross build (#372167) a9e2a5b6c8996 mk-python-derivation: passthru `disabled` (#328421) d230a4e059c38 isa-l: mark as broken on aarch64-darwin 42b3d30e318e2 isa-l: 2.31.0-unstable-2024-04-25 -> 2.31.1 d9d1e233da515 isa-l: move to by-name b6c88e8c75fe3 python313Packages.kivy-garden-modernmenu: init at 0-unstable-2019-12-10 462ef7ad82ca7 python313Packages.kivy: fix build 8fd082ed7f78e mk-python-derivation: passthru `disabled` 55e5cc89e5fc5 gittyup: Prefer using `cmakeBool` 9f915605ceeb0 python312Packages.mitogen: 0.3.19 -> 0.3.20 44eadb20471ad harper: 0.14.0 -> 0.15.0 7dfdc3526086b python3Packages.correctionlib: patch vendored rapidjson a4ba9bc650f03 python3Packages.awkward: disable testing against JAX c89f023b8dcb3 python3Packages.fastjet: re-init at 3.4.2.1 04253c0cf07ab qownnotes: 24.12.7 -> 25.1.3 282b445f8aff2 python311Packages.angr: 9.2.135 -> 9.2.136 31e6b548c69ea python312Packages.cle: 9.2.135 -> 9.2.136 da28c1e67b0e9 python312Packages.claripy: 9.2.135 -> 9.2.136 53ae2f054bfc0 p7zip: 17.05 -> 17.06 (#372044) 0c943f47e169d go2rtc: 1.9.7 -> 1.9.8 (#372234) b6fe803517cbf nixos/pam: fixup refactor c8fd598945768 limo: fix `meta.mainProgram` 246fb69735127 python312Packages.pylibjpeg-openjpeg: add meta.changelog 4a7f6d997ae8b stenc: install bash completions 1b11f871e53cd stenc: enable tests 24fa239c8cf1c stenc: 1.1.1 -> 2.0.0 8959d7306efff openobserve: 0.11.0 -> 0.14.0, move to pkgs/by-name (#372209) 3fd798e7b80f7 neofetch: Fix build on OpenBSD 75e6ca3ca6aae python312Packages.unstructured-inference: 0.7.37 -> 0.8.1 (#372203) 0ba42e2734001 python312Packages.pyvex: 9.2.135 -> 9.2.136 96ade05d3edda go2rtc: 1.9.7 -> 1.9.8 efccd455cac75 cargo-tauri: 2.1.1 -> 2.2.0 (#370500) 290983d4f231d python312Packages.ailment: 9.2.135 -> 9.2.136 caf0eacc1ab78 python312Packages.archinfo: 9.2.135 -> 9.2.136 41f120769e2d6 asymptote: 2.92 -> 2.95 (#372084) aafd5e399e421 tpnote: 1.24.12 -> 1.25.1 (#372138) 5ed39c27f28c3 hanko: add updateScript 94be6c1f9191f libcdr: add zlib to buildInputs 62e67d2442eda zed-editor: 0.167.2 -> 0.168.2 (#372195) ae5d2bed5bf1c lxterminal: unbreak with patch adapted from upstream (#371963) a04634d3e7409 linuxPackages.tsme-test: init at 6.6.68-unstable-2022-12-07 (#351062) a0b2ae3e0f051 haskellPackages.cabal-install: suppress error of missing local index (#370128) b0f9842abe8dd haskellPackages.lukko: fix ofd locking on 32bit Linux platforms (#372218) f9aff72b1ebe0 python3Packages.llm-cmd: init at 0.2a0 (#359379) a93fdbaa77469 makeDesktopItem: add noogle-compatible documentation 318278aaa4c14 makeDesktopItem: allow configuring output directory 6d9244a526ad6 makeDesktopItem: nixfmt 0b5b71696244c lomiri.*: Add mesa.llvmpipeHook, re-allow affected test(s) (#369525) 0bada71884a39 home-assistant-custom-components.waste_collection_schedule: 2.5.0 -> 2.6.0 (#372192) a92624696fb46 storj-uplink: 1.119.8 -> 1.119.15 (#372175) ce02ad25edef3 doc/manual: replace bad advice about package options and overlays f3973017dce63 perlPackages.ImageMagick: use same version as main imagemagick package edd4b0bd38f24 python312Packages.python-telegram-bot: 21.9 -> 21.10 4ba7115786978 haskellPackages.lukko: fix ofd locking on 32bit Linux platforms f0095db2c762c telegram-desktop: 5.10.0 -> 5.10.2 984747e2a97b2 rust-analyzer-unwrapped: 2024-12-23 -> 2025-01-08 (#372210) 26825343c8b6f python312Packages.fastavro: 1.9.7 -> 1.10.0 (#371279) 627b3b3a7a21c openobserve: move to pkgs/by-name 5c4cb3cbd0877 openobserve: add update script 481c7ead0aafb treewide: drop `darwinMinVersionHook` for macOS < 11 (#370693) dfecf345a30e1 openobserve: refactor meta, add changelog 872e35583bc57 openobserve: 0.11.0 -> 0.14.0 2996b1252c218 mitra: 3.13.0 -> 3.13.1 ab70be522012e {openresolv,dhcpcd}: mark support for OpenBSD (#371601) 2027e4dc80f82 puncia: 0.25 -> 0.26 0155aca600ac4 premake5: 5.0.0-beta2 -> 5.0.0-beta4 1e547d086178d python312Packages.pylibjpeg-openjpeg: 2.3.0 -> 2.4.0 (#371931) 0dd31238b1a04 cnspec: 11.35.0 -> 11.36.0 (#371809) a9983f113a1d4 kubeshark: 52.3.92 -> 52.3.94 9ebccc29c4c64 linuxPackages.hyperv-daemons: Fix aarch64 builds on latest kernel 9507cc97a0b40 vvenc: 1.12.1 -> 1.13.0 93b32b9502bdc vvenc: updateScript ignore rc 54dae85305f46 rust-analyzer-unwrapped: 2024-12-23 -> 2025-01-08 e652e9c696a02 neovim.tests: enable `failing_check` 68be5bbbde1f7 tests.testers.testBuildFailure: test with `structuredAttrs` fea17445f048d tests.testers.testBuildFailure: assert hooks have no side-effects 40a6c466fcb8e testers.testBuildFailure: fix structuredAttrs support 31777a589c25d More string fixes (#367757) 9098c958a52df phrase-cli: 2.35.4 -> 2.35.5 959155e56a6c8 nixos/README.md: relax the requirement of providing option defaults be2f72cd3e10c python312Packages.sqlfmt: 0.23.3 -> 0.24.0 84d88b44c721b Don't stop systemd-{networkd,resolved,udevd} on config switch (#372196) 9962eee3148d8 gitlab: 17.6.2 -> 17.7.1 5abf588c0b978 graalvm-oracle: 17.0.11 -> 17.0.12 ca28b1c8f0ded graalvm-oracle: 22.0.1 -> 22.0.2 a90d31f28ef5b rcu: Fix startup ad55e1a1efc76 Make systemd-resolved's config file a reload trigger 6b773a18c9e94 chezmoi: 2.56.0 -> 2.57.0 (#372077) 2a2c0bf46f890 buildFHSEnv: simplify `pname`/`name` logic e4469b7af2461 buildFHSEnv: allow specifying `executableName` explicitly 2a67ea440e80b python312Packages.unstructured-inference: 0.7.37 -> 0.8.1 ef6d7e4ec2382 xtris: fix build by including time.h (#368589) c184f860ec607 yafc-ce: 2.4.0 -> 2.5.0 (#372142) 09da8661fee74 physfs: fix evaluation with Nix < 2.4 e4ae1e07d1b0d python313Packages.vbuild: disable failing tests on Python 3.13 (#372177) 120e6366b11e3 fzf-make: 0.52.0 -> 0.55.0 (#371965) 4ecde0b998c78 pixi: add xiaoxiangmoe to maintainers c32105fc2bcdc coder: 2.17.3 -> 2.18.2 cf86265a31200 zed-editor: 0.167.2 -> 0.168.2 e2bcbb198417b linuxPackages.tsme-test: init at 6.6.68-unstable-2022-12-07 ff02afc3b27da maintainers: add lyn 0c5719fe0ee6f Don't stop systemd-{networkd,resolved,udevd} on config switch 28758028a552b Merge master into staging-next b7051feb3035b mago: 0.0.9 -> 0.0.18 (#370540) 806d150c6d204 tabiew: 0.8.0 -> 0.8.1 (#370467) 8871c9deb706a git-aggregator: 2.1.0 -> 4.0.2 (#371198) 427f5749feb40 vrc-get: 1.8.2 -> 1.9.0 (#369976) ae2430837d6b2 home-assistant-custom-components.waste_collection_schedule: 2.5.0 -> 2.6.0 44be85240ff42 python3Packages.flake8-class-newline, flake8-deprecated: init (#359892) 2f97e6562e6b5 rssguard: add maintainer tebriel f8d8abc4bbf36 lua-language-server: 3.13.4 -> 3.13.5 (#366747) 078ba073fead0 zcfan: 1.3.0 -> 1.4.0 (#369327) 91dd6f53822f7 python312Packages.pysam: 0.22.1 -> 0.22.1-unstable-2024-10-30 (#366911) 6658ddfa50bc8 python311: fix mingwW64 cross, mark as broken for other versions f75cb3c5d52a7 cbmc: use versionCheckHook instead of testers.testVersion 8d5481aecd86e cbmc: fix darwin, drop stale clags for gnu 168f304da69e8 cbmc: 6.4.0 -> 6.4.1 5ee632beb872e cbmc: fix update script d22cf684708bb cbmc: drop unused cadical from build inputs 35a8e310367a9 cbmc: drop unused fetchurl 2553b4dde7898 setbfree: 0.8.12 -> 0.8.13 (#372025) 26cebed7c59f0 lime3ds: fix build with newer boost (#371590) d9f239e7d765c drawio: 24.7.17 -> 26.0.4 (#371911) 45e587dc45a51 rutorrent: modernize, add `meta.changelog` (#371869) 173fc04efdf2a flaca: 3.1.6 -> 3.2.0 1bbae45df0805 protoc-gen-dart: 3.1.0 -> 21.1.2 (#371758) 9d358af49f084 buildah: Disable PIE hardening (#371645) c5a17acf8e10d python312Packages.githubkit: 0.12.3 -> 0.12.4 (#372166) 6bd52ea2b02a3 terraform: 1.10.3 -> 1.10.4 (#372169) 2b0e46553ae91 go-mockery: 2.50.1 -> 2.50.4 (#372176) 638fe294cdf62 simg2img: fix GCC 14 build 89d341f70f766 cargo-deb: 2.9.4 -> 2.10.0 (#372129) ac221687f39ee lesspipe: 2.14 -> 2.17 (#371214) 1dbf940b194b5 python312Packages.pysuez: 2.0.1 -> 2.0.3 (#372133) 1e2060e9a10ed flip-link: 0.1.9 -> 0.1.10 (#372134) d7f67b8fee03b python312Packages.elasticsearchdsl: 8.17.0 -> 8.17.1 (#372149) 9d80e3a16bdeb simg2img: apply nixfmt 18ed4430d66c5 simg2img: 1.1.4 -> 1.1.5 caf6ef65ceccd ab-av1: 0.9.0 -> 0.9.1 (#372158) 0d8676b6a426e unblob: init at 25.1.8 6c82af445a6a7 nzbhydra2: 7.11.0 -> 7.11.3 (#372105) f8db37f3a1bbd sdl3: init at 3.1.8 615478d42559d signalbackup-tools: 20250106 -> 20250107 (#372117) 76ee9e9d24c30 kubie: 0.24.0 -> 0.24.1 (#372120) 0954338cdc88d moar: 1.30.0 -> 1.31.0 (#372050) 802262caf202e rare-regex: 0.4.0 -> 0.4.2 (#372071) 1b5fbf6dd965e prowler: 5.0.4 -> 5.0.5 89d004064d0c4 gql: 0.33.0 -> 0.35.0 (#372072) 3483fc41b7949 plantuml-server: 1.2024.8 -> 1.2025.0 (#372003) 4e96d19f37552 protolint: 0.51.0 -> 0.52.0 (#372005) 89287902e8167 cargo-component: 0.19.0 -> 0.20.0 (#372007) a83d6a562bdcb cargo-shuttle: 0.49.0 -> 0.50.0 (#372011) 46480317bd4cf docker-compose: 2.32.1 -> 2.32.2 (#372018) 37e1c13a442ed cadical: 2.1.1 -> 2.1.2 (#372024) 0b906a3852027 python312Packages.meraki: 1.53.0 -> 1.54.0 ff2dd4771924e eartag: 0.6.3 -> 0.6.4 (#372033) ce764e0887717 beszel: 0.9.0 -> 0.9.1 da0c36db08eeb python313Packages.vbuild: disable failing tests on Python 3.13 6a0ff02d5e2f7 python3Packages.llm-cmd: init at 0.2a0 cafe15ecec617 bat-extras: mark as broken due to bat v0.25.0 changes 548207baea888 python312Packages.numpyro: reduce number of pytest parallel workers to reduce RAM usage cafe63f62bc61 bat: 0.24.0 -> 0.25.0 1f8c054e82597 typos-lsp: 0.1.32 -> 0.1.33 b77f86452193c codux: 15.40.0 -> 15.41.0 (#372026) eea7df57553ce fcgi: 2.4.3 -> 2.4.4 (#372031) 939e3bb3fd7cd cargo-bundle-licenses: 1.3.0 -> 2.1.1 (#371967) 44baa91d13349 twitch-dl: 2.9.3 -> 2.9.4 (#371981) 09b146412b369 Merge gimpPlugins.bimp: fix gcc-14 build; gimpPlugins.gap: drop; gimpPlugins.gimplensfun: fix clang build (#369822) f458941bfc657 plantuml: 1.2024.8 -> 1.2025.0 (#371988) 7b2a8f30a7699 marmite: init at 0.2.3 (#367961) 77c1645f9f3a8 kubelogin-oidc: 1.31.0 -> 1.31.1 (#371993) baf46f4bf9f64 ldapvi: fix build with gcc14 (#371932) 7eb3514d65273 mycelium: use useFetchCargoVendor instead of vendoring the lock file (#371903) 78fc384f20e66 terraform-providers.opentelekomcloud: 1.36.27 -> 1.36.28 (#371941) 478b0429fe8b2 terramate: 0.11.5 -> 0.11.6 (#371945) 12cdfc01698be melange: 0.18.2 -> 0.18.3 (#371948) 5c526c0622409 go-ios: 1.0.166 -> 1.0.168 (#371953) 9d42e874a6138 python312Packages.clarifai: 10.11.1 -> 11.0.0 (#371884) 8d51a65e49a72 pocketbase: 0.23.12 -> 0.24.1 (#371892) ce855470ec7c6 electrs: 0.10.7 -> 0.10.8 (#371896) d6089d07cd284 go-mockery: 2.50.1 -> 2.50.4 8d9d58a6d6682 radarr: 5.16.3.9541 -> 5.17.2.9580 (#371899) eb1239b536d87 terraform-providers.huaweicloud: 1.71.2 -> 1.72.0 (#371922) 935f87a90078f qc71_laptop: fix incorrect license (#371856) 705f596285dab llm-ollama: move to pythonPackages as it is not an application (#372171) 2fd6eb5fac37c proxmox-backup-client: use tag (#371858) d3021588ce577 python312Packages.linode-api: modernize 4829c5cccafbb namespace-cli: 0.0.398 -> 0.0.399 (#371882) edd8014f01372 git-spice: 0.9.0 -> 0.10.0 (#371833) 1ec86144d0386 storj-uplink: 1.119.8 -> 1.119.15 9b6b3006ed0d2 dotenvx: 1.32.0 -> 1.32.1 c9672dbeb433e llm-ollama: move to pythonPackages as it is not an application ff181dcf3e164 glaze: 4.2.2 -> 4.2.3 (#369927) 52c7841759d57 sollya: fix cross build 3b1c80939d45a qt6.qtwebengine: fix build on darwin, disable metal shader compilation (#359755) 5e0895789b861 terraform: 1.10.3 -> 1.10.4 25fc24b3a2dd2 Add missing include for libxml2 to gnucobol (#371974) e88e048dcdd4f nixos-option: drop dependency on git (#371835) 4d0f802848240 nixos/postgresql: fix condition for readwritepaths b72ee2446e7fc nixos/earlyoom: mention `extraArgs` breakage and fix example (#371550) 52a01cb0d6d8d spral: 2024.05.08 -> 2025.01.08 89a35c61557c3 openfga: 1.8.2 -> 1.8.3 6e4d3e00df4eb python312Packages.githubkit: 0.12.3 -> 0.12.4 1b85ede1fa439 rquickshare: build from source (#368138) 3d84aa5ce3958 kubectl-linstor: init at 0.3.1 (#370315) 1ecbf2b717cba crab-hole: 0.1.10 -> 0.1.12 8a3e14e082b0b chromium,chromedriver: 131.0.6778.204 -> 131.0.6778.264 (#371907) 6c90f222fb4a7 vscode-extensions.sourcery.sourcery: 1.27.0 -> 1.28.0 1465cc75e5cc2 kubectl-linstor: init at 0.3.1 865be3a85a2bf warpinator: 1.8.7 -> 1.8.8 (#372147) 362c51fbebdc8 python313Packages.pscript: disable failing test (#372088) bb033e0238a7c ab-av1: 0.9.0 -> 0.9.1 6f1400cbf7321 maildrop: 2.6.0 -> 3.1.8 095321be4b2f2 courier-unicode: init at 2.3.1 38fb94c116454 dart-sass: 1.83.0 -> 1.83.1 (#372038) 450fcb57101e6 bespokesynth: Fix compatibility with pipewire's JACK emulation f5fbee6ebc3cf python312Packages.elasticsearchdsl: 8.17.0 -> 8.17.1 630a311ff1f18 rmpc: added darwin as supported platform (#372125) 933aea9133d72 warpinator: 1.8.7 -> 1.8.8 bffc22eb12172 iso-image: include release and system info in iso filenames again (#372127) bcb86e4cf3daf splitcode: add update script; 0.30.0 -> 0.31.2 (#370167) 2ccd6c7b6ac14 schemacrawler: 16.24.3 -> 16.25.1 d43b3890c9777 vanillatd, vanillara: cleanup (#372053) d7c30b3bf11f0 openscap: 1.4.0 -> 1.4.1 190c2a498ee53 nph: 0.6.0 -> 0.6.1 3a91516f1652f faust2: fix cross / strictDeps build (#370582) ad78a0fbe12b1 python313Packages.connexion: 3.1.0 -> 3.2.0 (#372115) 1f369d9a88780 yafc-ce: 2.4.0 -> 2.5.0 0b162c3dbc43d iso-image: fix output filename ea2ecb7b18f65 webcord: 4.10.2 -> 4.10.3 6a952664c4350 linphone: symlink sounds e0f3026966936 pkgs.formats: add documentation entry for CDN (#372128) 5c7b02f30a368 monkeysAudio: 10.86 -> 10.87 (#372112) 674085e01bff4 tpnote: 1.24.12 -> 1.25.1 58a01c95880d8 jsonnet-language-server: 0.14.1 -> 0.15.0 653c1f69c3737 splitcode: add update script; 0.30.0 -> 0.31.2 728e7f4861d5a jabref: fix build (#372119) c5bcb95f04c43 llm-ollama: init at 0.8.1 (#344746) dda4c5a8f7876 python312Packages.equinox: skip failing test on darwin 5bad68478e399 lean4: 4.11.0 -> 4.12.0 (#354670) bce6906de3724 flip-link: 0.1.9 -> 0.1.10 fc3ed4c9fcc6f python312Packages.pysuez: 2.0.1 -> 2.0.3 d24e5cb7aa96c editorconfig-checker: 3.0.3 -> 3.1.0 68cd2d029d1b1 nom: 2.7.1 -> 2.7.2 ccfeb0ac5b7d6 pkgs.formats: add documentation entry for CDN a739cd98f9646 python3Packages.llm-ollama: Init at 0.8.1 bb690d155f63f cargo-deb: 2.9.4 -> 2.10.0 b9813790910af rmpc: added darwin as supported platform dcd0629aa1ce1 flow-editor: init at 0.2.1 d94395b828b12 diodon: init at 1.13.0 (#369078) 779e7fc6b77c4 ustreamer: 6.18 -> 6.21 8d18b516a2894 docs: init lib.stringsWithDeps.textClosureList (#369776) ee4593fd40c4d pyfa: add desktop-item (#371912) 494cb7954a1ff arti: 1.3.1 -> 1.3.2 e849b83590284 jabref: fix build 968dec0178fa1 kubie: 0.24.0 -> 0.24.1 3e14eaa7ec5e9 bash_unit: 2.3.1 -> 2.3.2 8afafce40a5e2 signalbackup-tools: 20250106 -> 20250107 4fdc071afb675 python313Packages.connexion: 3.1.0 -> 3.2.0 5bce789587fe6 python3Packages.django-upgrade: init at 1.22.2 1a131ecc6623f plemoljp-hs: 2.0.0 -> 2.0.2 (#372106) daf95dbc64ab5 plemoljp-nf: 2.0.0 -> 2.0.2 (#372108) 37d9d5f1bcbd8 plemoljp: 2.0.0 -> 2.0.2 (#372107) 3f38223f75ffd rqbit: expose the webui as passthru (#371246) 3e01957c7e9a4 rquickshare: build from source bf09e47dd4b5f lubelogger: 1.4.1 -> 1.4.2 61462a4004181 Merge master into staging-next a09f632722c6f bicon: modernize 53ae00c749861 bicon: unstable-2020-06-04 -> unstable-2024-01-31 24888242e28f7 monkeysAudio: 10.86 -> 10.87 ac8941d77fc79 coqPackages.hierarchy-builder: 1.7.1 -> 1.8.0 8210f907cbd83 coqPackages.mathcomp-analysis: 1.7.0 -> 1.8.0 a5a738b092e79 coqPackages.mathcomp: 2.2.0 -> 2.3.0 1170a9a3ff841 edencommon: skip flaky test everywhere (#372055) fb863a4a84c7e moon: 1.30.6 -> 1.31.0 42e7bd8b21de1 plemoljp-nf: 2.0.0 -> 2.0.2 a18ed3da8a4d9 plemoljp: 2.0.0 -> 2.0.2 735c842d0868b plemoljp-hs: 2.0.0 -> 2.0.2 893757b4674d2 pinact: 1.0.0 -> 1.1.2 and set CGO_ENABLED=0 (#368078) d91bc73a35304 protoc-gen-connect-go: 1.17.0 -> 1.18.0 (#372002) 9fb9ef51c6ce7 nzbhydra2: 7.11.0 -> 7.11.3 6a52d7f8cc80a phosh: 0.41.1 -> 0.44.0, phoc: 0.41.0 -> 0.44.0, squeekboard: 1.41.0 -> 1.43.1 (#347307) 7409d56c1d609 pocket-casts: move to pkgs/by-name/ fac97652edb1d pocket-casts: update pinned electron version 7631cc55b489d hishtory: 0.321 -> 0.324 39be615ccd04d taktuk: cleanup 99778e1bb590c nixos/endlessh-go: fix DNS resolution 3efeb98cd9b28 python312Packages.recurring-ical-events: 3.3.4 -> 3.4.0 (#372089) c3204ecca6d38 ddnet: 18.7 -> 18.8.2 (#367045) a9ceeb3ffd296 python312Packages.cleanlab: fix build by patching numpy2 incompatibilities b3ecbffa39c80 pinact: exclude bin/gen-jsonschema c6706b564471e python313Packages.python-mimeparse: 1.6.0 -> 2.0.0 d97c13592774b python313Packages.python-mimeparse: add legacy-cgi 98664b072cbd6 python312Packages.cohere: 5.13.4 -> 5.13.6 c4d5b3e824c59 python312Packages.python-gitlab: 5.3.0 -> 5.3.1 7b2d7afbcc73c matrix-synapse: disable failing test e09d079fe4b20 pianoteq: refactor, bump versions (#351222) 1956dc97ee2f0 hugo: 0.140.1 -> 0.140.2 (#372078) cae08e5c0d792 python313Packages.pscript: disable failing test 3c02892e3575f python313Packages.pscript: refactor ce230f164e62c diffnav: 0.2.8 -> 0.3.0 (#371978) 6f9d611c5e581 python312Packages.recurring-ical-events: 3.3.4 -> 3.4.0 549b88f133363 tandoor-recipes: 1.5.25 -> 1.5.27 (#372040) 256516692f238 python3Packages.stop-words: init at 2018.7.23 (#366134) e6e23fcda3d90 python313Packages.model-bakery: 1.20.0 -> 1.20.1 (#372062) 7b7bade83b800 python313Packages.environs: 11.2.1 -> 14.0.0 (#372063) de325a530aee8 python312Packages.nia{aml,arm,class,net,py}: fix Numpy 2 upgrade (#371234) 764919ccaaa0f rpm: add a disableUnshare option (#371387) 5155f5913a261 python313Packages.pontos: 24.12.4 -> 25.1.0 (#372060) d5be67d52fcd3 python313Packages.model-checker: 0.6.10 -> 0.7.1 (#372061) ec30e246581d8 python313Packages.tesla-fleet-api: 0.9.4 -> 0.9.5 (#372066) f57886ead686d python313Packages.pygitguardian: 1.18.0 -> 1.19.0 (#372069) e449cc745da8e ente-auth: 4.2.2 -> 4.2.3 (#371861) 4dc0ebfe68526 asymptote: 2.92 -> 2.95 4882bd152bbcc inori: init at 0.2.2 bd2a4bf613d17 reaper: 7.28 -> 7.29 (#371095) 90b1a0b35395e python3Packages.pyfatfs: init at 1.1.0 8e1cf3648761a proto: 0.44.1 -> 0.44.4 a208e10f0ac2a orca: 47.2 → 47.3 ef6d8cb6bd764 meld: 3.22.2 → 3.22.3 784a71bab5f85 libshumate: 1.3.0 → 1.3.1 5aff3b0a89028 gtk-vnc: 1.3.1 → 1.4.0 febf42c76d750 gnote: 47.0 → 47.2 b5eafb5295284 gnome-maps: 47.2 → 47.3 0ab035b277d99 glycin-loaders: 1.1.2 → 1.1.4 a530fa938fab2 evolution-data-server: 3.54.2 → 3.54.3 640ab88c0ce8e rustPlatform.{fetchCargoVendor,importCargoLock}: support lockfile v4 escaping (#371795) 1489dd874f4ad authoscope: refactor (#371250) b405106c05fee troubadix: relax pontos 5fb5316858d20 python313Packages.boto3-stubs: 1.35.93 -> 1.35.94, python313Packages.botocore-stubs: 1.35.93 -> 1.35.94 (#371958) c9b60aca550e7 python313Packages.tencentcloud-sdk-python: 3.0.1297 -> 3.0.1298 (#372058) ac61a8b80ae3d hugo: 0.140.1 -> 0.140.2 fb2d9118e5cc1 python3.pkgs.pyicloud: update list of dependencies + fix build 6d88f20bcb844 gpxsee: 13.33 -> 13.34 (#371754) 20df05eeb5286 python312Packages.anthropic: 0.39.0 -> 0.42.0 (#371471) 9181bb73d3afd debootstrap: move to gnupg (#371910) b438da9bcb03e chezmoi: 2.56.0 -> 2.57.0 3ccfe7860520c gql: 0.33.0 -> 0.35.0 ea87e62e90b76 evolution: 3.54.2 → 3.54.3 c37011b656b45 pianoteq: 8.3.2 -> 8.4.0 b8ff537154bef pianoteq: refactor, bump versions 73a667ff6a032 flirt: 0.2.1 -> 0.3 (#372056) ff001e5aeb8e8 matrix-commander: 7.6.2 -> 8.0.4 (#365874) ed56666854838 golangci-lint: 1.63.1 -> 1.63.4 (#371779) ef46055a5b331 emacsPackages.gotest-ts: 20241209 -> 20250107 (#371772) 8a4428d4d5c15 rare-regex: 0.4.0 -> 0.4.2 3e4621e5d9178 rc-9front: do not assume /usr/bin/env instead import from coreutils and add package tests bc500a9a460cf python313Packages.pygitguardian: 1.18.0 -> 1.19.0 f9aaf88e7a76b python313Packages.pontos: 24.12.4 -> 25.1.0 d536a9d842e42 python313Packages.model-checker: 0.6.10 -> 0.7.1 3b88af6546cb0 python313Packages.model-bakery: 1.20.0 -> 1.20.1 de7e4fd245f78 icloudpd: fix build tool versions (#371969) 8e1596fa39c9d python313Packages.environs: 11.2.1 -> 14.0.0 8eeed40ea2117 python313Packages.tesla-fleet-api: 0.9.4 -> 0.9.5 6e05fb526bd2c python312Packages.py3to2: remove (#350661) 4218d272b85b1 tlclient: 4.17.0-3543 -> 4.18.0-3768 48a999d832c90 python313Packages.tencentcloud-sdk-python: 3.0.1297 -> 3.0.1298 49fd995d973e4 tandoor-recipes: add changelog to meta aa9765110f100 edencommon: skip flaky test everywhere 83524314561b4 oterm: 0.6.9 -> 0.7.3 (#372048) ba72968184bc4 xeol: 0.10.1 -> 0.10.2 (#371990) 9febecc7611d3 flirt: 0.2.1 -> 0.3 e12eb3ea24df9 vault-tasks: 0.6.1 -> 0.8.0 f01b21e071d24 python312Packages.aioautomower: 2024.12.0 -> 2025.1.0 (#371944) 1c4905d834ef5 nuclei: 3.3.7 -> 3.3.8 (#371954) e0d96414ba27a vorbisgain: Fix build with GCC 14 (#372004) 3c5416600430a python312Packages.cvxpy: 1.5.3 -> 1.6.0 (#355146) ca8c65a44c035 tmuxPlugins: change sha256 to hash where applicable (#371651) 0d1fff1c4d351 poetryPlugins.poetry-plugin-shell: 1.0.0 -> 1.0.1 (#371972) a57a7dd208d5d python312Packages.stringzilla: 3.11.1 -> 3.11.3 (#372039) 59e3191cadd9b ols: 0-unstable-2024-12-28 -> 0-unstable-2025-01-04 bca68f0f56edc drat-trim: add install hooks b3b27cc6b906c drat-trim: fix `gcc-14` build e06c6d8a5a4c7 maintainers: add atagen 45a4e3871a96f moar: 1.30.0 -> 1.31.0 f60486958539c vimPlugins.blink-cmp: 0.9.3 -> 0.10.0 (#372019) 4bc9c909d9ac8 doc: fix pypy39 removal (#371901) 2757d01b4d642 Merge GNOME updates 2024-12-31 (#369838) 9ce4afe608668 oterm: 0.6.9 -> 0.7.3 a0b6d7e1f3672 sketchybar-app-font: 2.0.28 -> 2.0.29 e9eac46327999 p7zip: 17.05 -> 17.06 4b6cae355132c quickgui: fix build error 0353128f0217c stevenblack-blocklist: 3.15.5 -> 3.15.8 8c977905cbe4b tandoor-recipes: 1.5.25 -> 1.5.27 f2830e4ae2f25 Merge master into staging-next 0bfdb03af3477 rustPlatform.importCargoLock: support lockfile v4 escaping 1db27e9394165 rustPlatform.fetchCargoVendor: support lockfile v4 escaping 8a071f043dfe2 python312Packages.stringzilla: 3.11.1 -> 3.11.3 9f044318532c9 mrpeach: fix GCC 14 build (#371495) a797d90427372 cosmic-store: 1.0.0-alpha.2 -> 1.0.0-alpha.4 (#353840) 801a174655043 eartag: 0.6.3 -> 0.6.4 7a5384bd5a13f dart-sass: 1.83.0 -> 1.83.1 dfc2a331f2acb maintainer-list: update gpg key and email for pwnwriter (#372027) fa2183cb74087 setbfree: 0.8.12 -> 0.8.13, add pkg maintainer l1npengtul c41650a6995ad codux: 15.40.0 -> 15.41.0 90ba1807637e4 buf: 1.48.0 -> 1.49.0 f6db8ef771c31 fcgi: 2.4.3 -> 2.4.4 8241ac363c431 cadical: 2.1.1 -> 2.1.2 c11b5dd2b89bc vimPlugins.blink-cmp: 0.9.3 -> 0.10.0 36299fc99405c deepin.deepin-desktop-schemas: 6.0.6 -> 6.0.7 7bdf6e1741e92 docker-compose: 2.32.1 -> 2.32.2 31c64cd7668b1 vorbisgain: Add patch for incorrect usage of fprintf() 646113a9ddef5 vorbisgain: Add patch to fix implicit declaration of isatty() 47eeefaba3b8e vorbisgain: Remove patchPhase 5dc960c3e6da2 graphia: 5.1 -> 5.2 f7aae266067c3 cargo-shuttle: 0.49.0 -> 0.50.0 d7d3f1b52838e actionlint: 1.7.5 -> 1.7.6 (#371950) f092910034bcf squeekboard: 1.41.0 -> 1.43.1 494815a18b706 cargo-component: 0.19.0 -> 0.20.0 08dac4a55b442 protolint: 0.51.0 -> 0.52.0 738f5b7807857 plantuml-server: 1.2024.8 -> 1.2025.0 370293c52b568 protoc-gen-connect-go: 1.17.0 -> 1.18.0 b6d1b18c032a6 curv: 0.5 -> 0.5-unstable-2025-01-06, unbreak e9a00126f9d84 openlibm: 0.8.4 -> 0.8.5 8b1cb6d30e803 nanoflann: 1.6.2 -> 1.6.3 8b190ae5a095c howard-hinnant-date: 3.0.1 -> 3.0.3 (#354877) 0d4e56c239917 nagiosPlugins.check_ssl_cert: 2.84.5 -> 2.85.1 2f194c456a588 gpick: fix build with boost 1.86.0. bca523a36b4f7 kubelogin-oidc: 1.31.0 -> 1.31.1 880c12e20e52b pretalx: fix eval (#371881) 3356026546caf .git-blame-ignore-revs: add tmuxPlugins commit 7d8071ec73ac1 python313Packages.pyunpack: unbreak 171bb77a0c2a8 python313Packages.pyrender: unbreak 301266db991e2 xeol: 0.10.1 -> 0.10.2 175f2b7300d7f plantuml: 1.2024.8 -> 1.2025.0 f36d622130f3a python313Packages.remi: unbreak by adding legacy-cgi to deps ae630598afc02 gambit-project: 16.2.0 -> 16.2.1 b61609007458b povray: fix build e12be49d4d31f home-assistant: 2025.1.0 -> 2025.1.1 (#371814) 2cbdd543d69f6 evcc: 0.132.0 -> 0.132.1 (#371968) 6bf96f2094b43 twitch-dl: 2.9.3 -> 2.9.4 a28263ed7b68f diffnav: 0.2.8 -> 0.3.0 5f224ecea266a Add missing include for libxml2 to gnucobol 7e18ed7302675 gotify-desktop: 1.3.7 -> 1.4.0 f133fabacac87 poetryPlugins.poetry-plugin-shell: 1.0.0 -> 1.0.1 cb657c1649c07 icloudpd: fix build tool versions e8d10db92cad5 livi: 0.2.0 -> 0.3.0 bc966cb3e3180 dataexplorer: 3.9.0 -> 3.9.3 0ea42389f71a6 evcc: 0.132.0 -> 0.132.1 da76b6311eb16 flexget: 3.13.5 -> 3.13.6 (#370951) c0ff0651a9586 webdav: modernize 2f170ba953b21 cargo-bundle-licenses: 1.3.0 -> 2.1.1 2c5332067c06f lxterminal: unbreak with patch adapted from upstream a8791e19798cd fzf-make: 0.52.0 -> 0.55.0 b19ed8cfbaed1 emacsPackages.consult-gh: ignore compilation error 56f8d37517814 cargo-tauri: 2.1.1 -> 2.2.0 bd7ce4afbb250 cargo-tauri: importCargoLock -> fetchCargoVendor c45cf01ad93e0 niri: use useFetchCargoVendor instead of vendoring the lock file (#371898) 224fa5b0828c9 Merge master into staging-next 60d28a092a8a0 edencommon: skip flaky test on darwin (#369477) 692fb9cdcca26 {folly,fizz,mvfst,wangle,fbthrift,fb303,edencommon,watchman}: 2024.12.09.00 -> 2025.01.06.00, add patches for glog ≥ 0.7.0 (#371610) 143b04fe3cd77 television: 0.8.5 -> 0.8.6 (#370506) ed6183b173fe2 emacsPackages.el-easydraw: 1.2.0-unstable-2024-12-18 -> 1.2.0-unstable-2025-01-06 (#371706) bd5fadf56b280 home-assistant-custom-components.xiaomi_miot: 1.0.7 -> 1.0.8 (#371894) 8b655a1668037 python313Packages.botocore-stubs: 1.35.93 -> 1.35.94 c89b9515ec3f5 python313Packages.boto3-stubs: 1.35.93 -> 1.35.94 949443b3f2ce3 python312Packages.python-engineio: refator a779d27ba8c21 python312Packages.python-engineio: 4.10.1 -> 4.11.1 11a7c1202f317 python312Packages.llama-index: 0.12.9 -> 0.12.9.post1 0960d365770e6 python312Packages.llama-index-core: 0.12.9 -> 0.12.9.post1 c8693b4397db0 zizmor: 1.0.0 -> 1.0.1 (#371951) 3c1002f19904a [staging-next] icu: fix icu-config `/bin/sh` configure impurity (#371927) 90c197ba4b453 go-ios: 1.0.166 -> 1.0.168 a863b8f1968ad nuclei: 3.3.7 -> 3.3.8 59ae8b3075a8c krohnkite: 0.9.8.4 -> 0.9.8.5 (#371947) c8c0c9252e6df zizmor: 1.0.0 -> 1.0.1 6741ae9fa743e krohnkite: 0.9.8.4 -> 0.9.8.5 1fb9feca14ef7 actionlint: 1.7.5 -> 1.7.6 edd915b3be848 melange: 0.18.2 -> 0.18.3 0400660b4175e wsjtz: init at 2.7.0-rc7-1.43 (#367971) 1f6b33cc64206 python312Packages.meilisearch: 0.33.0 -> 0.33.1 (#371925) 306ae38084c30 python312Packages.aioautomower: 2024.12.0 -> 2025.1.0 ec4fa8876b9cd terramate: 0.11.5 -> 0.11.6 165e372a15c62 nixos/doh-server: init 7040464eae570 python312Packages.jellyfish: 1.0.4 -> 1.1.2, python313Packages.whispers: adjust inputs (#371823) 7b76013fb50e6 python313Packages.frelatage: relax numpy (#371763) b3a9b074bd7d0 wsjtz: init at 2.7.0-rc7-1.43 828ff32e4435a terraform-providers.opentelekomcloud: 1.36.27 -> 1.36.28 dacfe3f0295e4 nixosTests.caddy: Add test for multiple hostnames 21a14a0881d25 nixosTests.caddy: Fix with-plugins hash ff07c07608740 nixos/caddy: Fix default log file for http:// hostnames 20998abef509c icu: fix icu-config `/bin/sh` configure impurity 833a894e7f12d ldapvi: fix build with gcc14 ab84748075f1e lunar-client: 3.3.1 -> 3.3.2 (#371731) 985523b1be6c0 python312Packages.pylibjpeg-openjpeg: 2.3.0 -> 2.4.0 3d9376b735429 attic-client: use fetchCargoVendor 8766f12b3f0ca python312Packages.meilisearch: 0.33.0 -> 0.33.1 732e0a117f66a terraform-providers.huaweicloud: 1.71.2 -> 1.72.0 b4047da3b4f07 smap: init at 0.1.12 (#371402) cd2a21a070ed1 doc/python: update versions 59725b22ae5b0 doc: fix pypy39 removal 360ba86269fcd jitsi-meet-electron: fix build (#371850) e0b6c77f45c3a [staging-next] arrow-cpp: 18.0.0 -> 18.1.0; add boost 187 patch (#371824) dbce1fd8ed309 minio-warp: 1.0.7 -> 1.0.8 (#371902) 59d9636bdf082 pyfa: add desktop-item 33690250601d8 nwg-panel: 0.9.58 -> 0.9.59 (#371879) 26d37cd508b01 debootstrap: move to gnupg 4831e8deffeea libmsquic: init at 2.4.7 (#370390) 04c2454981e23 debootstrap: 1.0.138 -> 1.0.140 (#370143) 26dd6a42d1d15 chromium,chromedriver: 131.0.6778.204 -> 131.0.6778.264 d2236b4614f92 mycelium: use useFetchCargoVendor instead of vendoring the lock file 3a2d0b23b49b0 drawio: 24.7.17 -> 26.0.4 ba0ca0bc33b25 minio-warp: add nix-update-script ad1fd36660ace telegram-bot-api: add version check hook 9ba6ea13c3293 minio-warp: 1.0.7 -> 1.0.8 05dee0ab01af4 telegram-bot-api: 8.0 -> 8.2 8f65e949cf49d niri: use useFetchCargoVendor instead of vendoring the lock file 749becc147c3b radarr: 5.16.3.9541 -> 5.17.2.9580 ed8af6b426c0a ucspi-tcp: use debian's 0.88-11 patch set (#371768) 07fe2d4a7043c electrs: 0.10.7 -> 0.10.8 9cae18285d96e home-assistant-custom-components.xiaomi_miot: 1.0.7 -> 1.0.8 cfe746e409672 pocketbase: 0.23.12 -> 0.24.1 6a25f33c843a4 envoy: fix build, 1.32.0 -> 1.32.3 (#370258) 9b7421fbe63a4 mcrl2: 202307.1 -> 202407.1 e02c41005897a cargo-dist: 0.23.0 -> 0.27.1 bf3495ea8a6c6 curseofwar-sdl: set mainProgram dd7d5339f7ef4 treewide: Fix incorrect string indentations 603733851b49b treewide: Fix incorrect string escapes 68dfe1c993e82 python312Packages.clarifai: 10.11.1 -> 11.0.0 3e01e22b135d2 pretalx: fix eval ff68c4b3ff2b1 namespace-cli: 0.0.398 -> 0.0.399 ccd60fa3b58cf bigloo: 4.4b -> 4.5b (#365933) efdf4a86702f6 nwg-panel: 0.9.58 -> 0.9.59 7c94ade5df705 python313Packages.whispers: adjust inputs 9d5dd054329f2 python312Packages.jellyfish: 1.0.4 -> 1.1.2 40d63ccab2a91 python312Packages.pyliblo: Fix build (#370735) 4193ef177a52e discord: bump all versions (#371793) 26734fa763564 cnquery: 11.35.0 -> 11.36.0 (#371810) e8b4b187ec6ef python312Packages.linode-api: 5.25.0 -> 5.26.0 8870a8b22ae53 wxSVG: refactor 2ae1a4a099b48 wxSVG: normalize pname e7c6098445142 wxSVG: use new apple sdk pattern d07d56d514a2a wxSVG: move to pkgs/by-name da320e5472f02 hyfetch: install man pages and add nullcube to maintainers (#371109) a0509da0741e2 Merge master into staging-next 57cd3fbda4b42 hoppscotch: 24.11.0-0 -> 24.12.0-0 (#371319) e7b950aabcfb5 rabbitmq-server: Fix building on Darwin (#371045) 97de420aa1f65 pcsx2: unpin LLVM17 (#371764) c6d798562587c zsh-history-to-fish: fix runtime error via patch (#371249) cb61d042e02b5 dune3d: unpin LLVM17 (#371756) 3cc8fef50fa1e casadi: unpin LLVM17 (#371734) 9b3c5b756991b wxGTK31, wxGTK32: drop setfile stub (#371435) 2372fb0cba3c4 rutorrent: add `meta.changelog` 335a1ff8dcaa7 suyu: init at 0.0.4 (#368117) a73ba752d28eb rutorrent: modernize 3708330cd4b9d hyprls: 0.3.0 -> 0.4.1 (#371867) f120287afb3d7 maintainers/scripts: remove with lib from meta (#371863) 3a29280167575 python312Packages.ruff: cosmetic change (#371865) 8971d833eae62 virtnbdbackup: init at 2.18 (#368514) 8525bcc4ba582 os-agent: init at 1.6.0 (#369713) 60d086bbd2983 electron-chromedriver_33: 33.3.0 -> 33.3.1 7c87378f34eb9 electron-chromedriver_32: 32.2.7 -> 32.2.8 91518413c67ba electron-source.electron_33: 33.3.0 -> 33.3.1 d983ac05d356e electron-source.electron_32: 32.2.7 -> 32.2.8 1ffe14a85e70b electron_33-bin: 33.3.0 -> 33.3.1 06b8d2d0dab87 electron_32-bin: 32.2.7 -> 32.2.8 64282cb0118ac python312Packages.ruff: cosmetic change b33f06bcc9482 hyprls: 0.3.0 -> 0.4.1 67e33c074065a maintainers/scripts: remove with lib from meta b66f8372ac20a poetry: 1.8.5 -> 2.0.0 (#371138) 1b01623f7fd84 python312Packages.wandb: skip failing tests (#371094) c7ade74095791 ente-auth: 4.2.2 -> 4.2.3 4f0094c510680 ticker: 4.7.1 -> 4.8.0 (#371845) 52c0fa2b49109 proxmox-backup-client: use tag 57248eef6d4bd codeberg-cli: 0.4.6 -> 0.4.7 (#371794) eaef792a1bde4 phase-cli: init at 1.18.6 (#370308) 558ad2bca8eb8 qc71_laptop: fix license 3fcaaee36bf64 virtnbdbackup: init at 2.18 8d86334088c6c terragrunt: 0.71.1 -> 0.71.2 0402340d487ee vscode-extensions.yoavbls.pretty-ts-errors: 0.5.4 -> 0.6.1 (#363464) 25659540cb56b python312Packages.scs: 3.2.7 -> 3.2.7.post2 (#371382) 3f4fd5664aeba jitsi-meet-electron: fix build 2b3db55d5a6e2 os-agent: init at 1.6.0 e800f86f0773b sccache: 0.9.0 -> 0.9.1 (#371803) 76351a0226d19 glpi-agent: fix ip (#371820) cd464e4736d8b phase-cli: init at 1.18.6 80b772f24775b python312Packages.spacy: unpin numpy 0cba26e6364b5 python312Packages.wandb: skip failing tests 9c4fe1b2b55af glpi-agent: fix ip 5f47d3e04525e bump signal export to 3.2.2 (#353086) f90c31df67079 zef: 0.22.6 -> 0.22.7 b472b695a0275 vscode-extensions.RoweWilsonFrederiskHolme.wikitext 3.8.2 -> 4.0.1 0efc013f28aed vanillatd: init vanillatd and vanillara (#370873) 40397fbf15f50 poetryPlugins.poetry-plugin-up: mark broken 83cb576243277 foundry: init at 0.3.0 (#371439) a0a52ffcd05fa immich-public-proxy: 1.5.4 -> 1.5.6 (#370764) 14903a055ec5f amdvlk: 2024.Q4.2 -> 2024.Q4.3 (#369975) cb4072b1842eb nixos-option: drop dependency on git 55bd4d4796ee7 libdeltachat: 1.152.2 -> 1.153.0 005781a4eb834 ticker: 4.7.1 -> 4.8.0 adfaabe4927dc Firefox: 133.0.3 -> 134.0; 128.5.2esr -> 128.6.0esr (#371577) e7bd1e2e10d97 nixos/dhcpcd: update sandboxing options (#349041) d57a6c192e9e3 freebsd.init: set mainProgram (#371715) 0df29a71359f6 python313Packages.poetry-core: 1.9.1 -> 2.0.0 (#371828) 5634f525871a7 nixos-option: rewrite as a nix script, 2nd try (#369151) 003867e810e81 python312Packages.kivy: 2.3.0 -> 2.3.1 (#371099) c4b6008474dbc terraform-providers.bitbucket: 2.42.0 -> 2.45.1 (#371775) 822d012e4b8ab httm: 0.44.0 -> 0.44.1 (#371798) d4584585d6b50 descent3-unwrapped: 1.5.0-beta-unstable-2024-12-20 -> 1.5.0-beta-unstable-2025-01-01 (#371386) 808148977014a alt-tab-macos: 7.14.1 -> 7.18.0 (#371780) ae1696565b8fe bookstack: 24.12 -> 24.12.1 (#371034) 7b87fced8bc52 stats: 2.11.22 -> 2.11.23 (#371783) f89d9311e1c20 home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.200 -> 0.13.201 6235631cdae82 python313Packages.homeassistant-stubs: 2025.1.0 -> 2025.1.1 70e347a215a22 netbird: 0.35.1 -> 0.35.2 (#369916) 99c93dacda08f gh-copilot: 1.0.5 -> 1.0.6 (#371738) bb3f1216eac83 git-spice: 0.9.0 -> 0.10.0 909232c3de177 glasgow: 0-unstable-2024-12-22 -> 0-unstable-2025-01-05 (#371753) a4e3a4416857e opnborg: 0.1.51 -> 0.1.54 (#371698) 81e43efe28040 arouteserver: disable copyright year test d52b9ed118023 quill: 0.5.2 -> 0.5.3 (#371667) 52d9991f6aac3 doppler: 3.71.0 -> 3.71.1 (#371661) c2d0be26eca49 doctl: 1.120.0 -> 1.120.1 (#371654) 7b94ba880a8a4 python312Packages.publicsuffixlist: 1.0.2.20241225 -> 1.0.2.20250107 (#371674) 00eba8c5798a3 dblab: 0.29.0 -> 0.30.0 (#371657) a316f5e295199 wush: 0.4.0 -> 0.4.1 (#371671) ba677ea923c4a pscale: 0.218.0 -> 0.219.0 (#371660) 051a646d476e8 railway: 3.20.0 -> 3.20.1 (#371666) 2113e42d2f2cd simdjson: 3.11.3 -> 3.11.4 (#371668) 2bed1a0d87a19 python312Packages.pyaml: 24.12.1 -> 25.1.0 (#371673) 2fe593b87f9e6 slumber: 2.4.0 -> 2.5.0 (#371672) fa6e3aa3bacc5 python312Packages.python-roborock: 2.8.4 -> 2.8.5 (#371678) 50e3d96cf47e3 hilbish: 2.3.3 -> 2.3.4 (#371614) 25f51baa634be ansible-lint: 24.9.2 -> 24.12.2 1e0804a5352be bearer: 1.47.0 -> 1.48.0 (#371627) cccb02c47238e karate: 1.5.0 -> 1.5.1 (#371624) c26ea3905cd5a prometheus-frr-exporter: 1.3.1 -> 1.3.2 (#371648) b4f6fa283b406 cutemaze: 1.3.3 -> 1.3.4 (#371620) f78de66c053b0 gh-f: 1.2.0 -> 1.2.1 (#371638) cb2ae522c702b opengrok: 1.13.24 -> 1.13.25 (#371629) 5500d46370afa memtier-benchmark: 2.1.2 -> 2.1.3 (#371644) 272556fc4949c inshellisense: 0.0.1-rc.18 -> 0.0.1-rc.20 (#371521) 83fc4d73fcf60 arrow-cpp: fix boost 187 8a81d23882f61 pcem: fix GCC 14 build (#371552) eda3473dc4ca8 arrow-cpp: 18.0.0 -> 18.1.0 219e9338d105f boxbuddy: 2.5.1 -> 2.5.2 (#371594) b228682f11829 ligolo-ng: 0.7.4 -> 0.7.5 (#371595) c6dfae53eadf1 graphene-hardened-malloc: 2024120400 -> 2024123000 (#371503) 2a997def6d771 signalbackup-tools: 20241220 -> 20250106 (#371523) cebb224acdb42 broot: remove `oniguruma` build input (#371536) 2cecb7931519c envoy: 1.32.0 -> 1.32.3 2d4a282161c13 perlPackages.CairoGObject: fix strictDeps build 39f52e4131729 perlPackages.Cairo: fix strictDeps build e9baee4095133 matrix-synapse: fix test errors fac1a24181749 home-assistant: 2025.1.0 -> 2025.1.1 9b05b87c8adff python313Packages.poetry-core: 1.9.1 -> 2.0.0 68eab267d2e9f ucspi-tcp: use debian's 0.88-11 patch set 3f0584a2acf4d xed-editor: 3.8.1 -> 3.8.2 (#371806) 1d862bb44eb60 matrix-synapse: only include used optional dependencies in check (#369859) 1fecf7b8c15a2 python313Packages.zha: 0.0.44 -> 0.0.45 cfbd443c1fdb8 pmix: 5.0.5 -> 5.0.6 0e8ed1430ef1d nwjs-ffmpeg-prebuilt: 0.94.0 -> 0.94.1 2b1c81770a07e python313Packages.zha-quirks: 0.0.129 -> 0.0.130 2a11598d0e7b2 kubetui: 1.5.4 -> 1.6.0 (#371805) 18fa8afdc18c7 python313Packages.zigpy: 0.73.3 -> 0.74.0 5395e70bae3c9 python312Packages.uiprotect: 7.1.0 -> 7.4.1 e289667cfe6b2 cnquery: 11.35.0 -> 11.36.0 d9e7baeb01c36 cnspec: 11.35.0 -> 11.36.0 00de1d79b76e5 python312Packages.pickpack: init at 2.0.0 (#366647) f27e56c14a733 python313Packages.pysuez: 1.3.5 -> 2.0.1 ef01f4e2e3078 wire-desktop: linux 3.36.3462 -> 3.37.3607, mac 3.35.4861 -> 3.37.5164 (#348502) 2e4a79e8a3bcf python313Packages.powerfox: 1.1.0 -> 1.2.0 b18d0584a4328 xed-editor: 3.8.1 -> 3.8.2 eafe458896d2b python313Packages.face: switch to PEP517 bc25aa603a2ce python312Packages.habluetooth: 3.6.0 -> 3.7.0 980bf8e98d104 kubetui: 1.5.4 -> 1.6.0 06f9b95c88cf6 python312Packages.demetriek: 1.1.0 -> 1.1.1 7ed65d3322bca pmix: fix cross build 733a111b84a7c python312Packages.bleak-esphome: 1.1.1 -> 2.0.0 57892028874ab jnv: 0.4.2 -> 0.5.0 (#371655) 2ab7d0a7b0a65 youtube-music: update startupWMClass (#371682) 5ff342cfba5f3 aflplusplus: unpin LLVM15 3b4d35aa708a9 hypnotix: 4.8 -> 4.9 (#371797) ecfe591593fa7 xapp: 2.8.7 -> 2.8.8 (#371792) 3f3def917ef8a cinnamon-translations: 6.4.1 -> 6.4.2 (#371789) f6901bfb9d060 python312Packages.folium: 0.19.2 -> 0.19.4 (#371688) fc6755e85ef5c python312Packages.glom: refactor 44d4378842dd9 pypy39Packages: properly remove (#371791) a05b3a23711bc sccache: 0.9.0 -> 0.9.1 1e40ed6494b0d vttest: 20241204 -> 20241208 16140d5b27165 python312Packages.qutip: skip failing test on aarch64-linux 0abbc2fce628b mono: fix build on gcc 14 (#370711) 6ad6d3b20966c sesh: 2.7.0 -> 2.8.0 71d62cd6cffdf httm: 0.44.0 -> 0.44.1 6faa3519ed0ac rbw: 1.13.0 -> 1.13.2 (#371694) 58f9cf243f4a0 hypnotix: 4.8 -> 4.9 d6c79452e669e pypy39Packages: properly remove 6ca5e99a09c30 symcc: unpin LLVM17 238b36a7c1f4d codeberg-cli: 0.4.6 -> 0.4.7 300ff9719bcc4 xapp: 2.8.7 -> 2.8.8 0eae8eb5a8911 p4: fix darwin build (#371520) 73e7d058681b8 cinnamon-translations: 6.4.1 -> 6.4.2 0d5e58a851861 duplicity: fix darwin build (#371517) 1c54c3f9845f7 livekit: 1.8.0 -> 1.8.3 f8289f040130a suyu: init at 0.0.4 5afcbcd8dfd64 stats: 2.11.22 -> 2.11.23 fb765b2ef5fe6 mydumper: 0.17.0-1 -> 0.17.1-1 04760af90d6f3 golangci-lint: 1.63.1 -> 1.63.4 82d7d4e34ed5d moe: 1.14 -> 1.15 8da9e7d32632c alt-tab-macos: 7.14.1 -> 7.18.0 5b3170b1c8bcb the-unarchiver: init at 4.3.8 c080e6deb5732 fw: 2.19.1 -> 2.20.0 2648606671e82 terraform-providers.bitbucket: 2.42.0 -> 2.45.1 664f4619297cc jreleaser-cli: 1.15.0 -> 1.16.0 (#369675) 4b5acb284fdd4 patchelfUnstable: 0.18.0-unstable-2024-11-18 -> 0.18.0-unstable-2025-01-07 c923e301bbb52 emacsPackages.gotest-ts: fix build beb04c41e11ab python3Packages.stop-words: init at 2018.7.23 3f7e7634f20a8 uxn: 1.0-unstable-2024-12-25 -> 1.0-unstable-2025-01-04 67eb5fcba7b2c Merge master into staging-next 12e98fcb99eac maintainers: add esrh 5378464c84ab7 pcsx2: unpin LLVM17 fb74d2e522abf winePackages.{staging,unstable}: 9.22 -> 10.0-rc4 (#368663) c3bfe2c624829 ecl: passthru clang when stdenv.cc.isClang (#370969) a7aac32ab1fd4 pypy{27,310}: 7.3.12 -> 7.3.17 (#370527) 1f8cedfb8d961 python313Packages.frelatage: relax numpy 2be6e953057bc python312Packages.frelatage: refactor ceae23d250578 osmium-tool: fix build with gcc14 (#370549) fcd9998bf58da json2cdn: init at 0.1.0 and add to pkgs.formats (#357556) 3de569d0d3928 python312Packages.mypy-boto3-*: updates (#371726) 33b42666690a7 python312Packages.pyaussiebb: 0.1.4 -> 0.1.5 (#371727) 83637cab7f748 python312Packages.requirements-detector: 1.2.2 -> 1.3.2 (#371730) dded63d722fd2 python312Packages.publicsuffixlist: 1.0.2.20241225 -> 1.0.2.20250107 (#371733) c7c174caeff43 gnomeExtensions.pop-shell: 1.2.0-unstable-2024-10-09 -> 1.2.0-unstable-2024-12-31 6a9c8cd047009 python312Packages.mkdocstrings-python: 1.12.2 -> 1.13.0 (#370989) 2abc3278076e2 swt: 4.33 -> 4.34 (#371498) 1f51a83c93d04 linux-wallpaperengine: disable aarch64-linux build on hydra (#367149) 7e591a7ae1ea2 bulky: 3.5 -> 3.6 (#371642) ed0308cce9603 gnome-online-accounts-gtk: 3.50.5 -> 3.50.6 (#371643) 4fc9055eb880d kdePackages.qtutilities: 6.14.4 -> 6.14.5 (#371634) 0f4f1fdbdd793 lightdm-slick-greeter: 2.0.8 -> 2.0.9 (#371646) b4484db7aeee9 xviewer: 3.4.7 -> 3.4.8 (#371641) 481157726a559 mlterm: fix build with GCC 14 (#371141) 2eef2e19da9f5 Revert "mlterm: unbreak" (#371755) 2c0bec5249835 Revert "mlterm: unbreak" 4e94ad4f6249b mlterm: unbreak (#370949) e01d5cb0cf9b8 syncthingtray: 1.6.4 -> 1.7.0 (#371653) 27b26e3e93b3f cpp-utilities: 5.27.0 -> 5.27.1 (#371635) 49230eb16117a dune3d: unpin LLVM17 07d943c46f4a7 swt_jdk8: remove 2e6c14bf8f34b protoc-gen-dart: fix update script ae999c1dc5b51 protoc-gen-dart: 3.1.0 -> 21.1.2 f6d84474d0a3e python313Packages.netbox-plugin-prometheus-sd: add missing inputs 2330b7c556986 python313Packages.netbox-plugin-prometheus-sd: set version 8c52579ad9f9a python313Packages.netbox-plugin-prometheus-sd: update homepage ccd0f01838c94 python313Packages.netbox-plugin-prometheus-sd: refactor 5ea9b7404efde python313Packages.drf-extra-fields: disable failing test on Python 3.13 ff21010b04f30 slimerjs: remove (#371637) 76ea0b0464231 python312Packages.qutip: 5.0.4 -> 5.1.0 69cafaa0853ae python312Packages.qutip: mark as broken on darwin f1ab3477cd709 python312Packages.cvxpy: 1.5.3 -> 1.6.0 ba353096c979b clisp: disable PIE hardening (#371118) 20ae488cb4ab9 openscad-unstable: 2024-12-21 -> 2025-01-05 (#371702) ac8235b0559af squid: 6.10 -> 6.12 (#371496) efff9ae7df996 python312Packages.numpyro: disable failing tests (#371600) a48e772b49a84 protoc-gen-dart: remove with lib ec405dc47448c rpm: add a disableUnshare option 0e942585fd512 gpxsee: 13.33 -> 13.34 e6ef53ea71a95 dropbear: 2022.83 -> 2024.86 (#368627) 00895525b9664 weechat: 4.4.4 -> 4.5.1 (#365341) 5ba5cf99817b6 cubicsdr: fix Darwin build 4c20276800457 glasgow: 0-unstable-2024-12-22 -> 0-unstable-2025-01-05 b343f1d928269 protonvpn-gui: add rapiteanu as maintainer f827337510ed0 protonvpn-gui: 4.8.1 -> 4.8.2 0b2c54d2776a8 python3Packages.proton-vpn-network-manager: add rapiteanu as maintainer 2d2efc5e813de python3Packages.proton-vpn-network-manager: 0.10.1 -> 0.10.2 9bcaf938c1ca0 chawan: 0-unstable-2024-12-27 -> 0-unstable-2025-01-06 0cdb346862992 python3Packages.proton-vpn-api-core: add rapiteanu as maintainer b2bda4f52728f python3Packages.proton-vpn-api-core: 0.38.2 -> 0.39.0 5ede4649bacac cobang: 0.14.1 -> 0.15.0 6829fef9d491a hatch: skip failing tests 8bcd7d056d69e uv: 0.5.14 -> 0.5.15 (#371713) 20436cd3892b3 envoy: disable "-Werror" in protobuf 1f8a925df3923 ispc: unpin LLVM17 f808ba8a2c66a emacsPackages.org-link-beautify: fix build (#371729) 9388befbf4567 gh-copilot: 1.0.5 -> 1.0.6 4f95b68b81f79 osmium-tool: fix build with gcc14 1d72ee6de97b3 python312Packages.nianet: allow Numpy 2 7c2b4aa944664 python312Packages.niaclass: allow Numpy 2 2bf736f3c3d46 python312Packages.niaaml: allow Numpy 2 b6e9cdb1d74e2 python312Packages.niaarm: fix Numpy 2 upgrade 97896bbe0b03b python312Packages.niapy: 2.5.1 -> 2.5.2 8c9fd3e564728 aliae: 0.24.1 -> 0.26.4 (#371585) 2242c55b51e46 trufflehog: 3.88.0 -> 3.88.1 (#371602) eb3709c112eb5 casadi: unpin LLVM17 3eb6a73572998 python312Packages.publicsuffixlist: 1.0.2.20241225 -> 1.0.2.20250107 c4d8ecd7933cb python312Packages.requirements-detector: 1.2.2 -> 1.3.2 2ba4838df6ab3 emacsPackages.org-link-beautify: fix build 887a042c90274 lunar-client: 3.3.1 -> 3.3.2 3ead276824c11 python312Packages.py3to2: remove 72bf900cbb64d python312Packages.cerberus: 1.3.5 -> 1.3.6 (#369027) 6e72ba0b780a3 python312Packages.pyaussiebb: 0.1.4 -> 0.1.5 877f1af02d23d atlas: 0.29.1 -> 0.30.0 (#371659) e008699f66e99 python312Packages.mypy-boto3-xray: 1.35.67 -> 1.35.93 c3e48056d3d23 python312Packages.mypy-boto3-workspaces-web: 1.35.66 -> 1.35.93 591e369929d29 python312Packages.mypy-boto3-workspaces: 1.35.85 -> 1.35.93 2e9f052042eb8 python312Packages.mypy-boto3-workmailmessageflow: 1.35.0 -> 1.35.93 e33c656a6c056 python312Packages.mypy-boto3-workmail: 1.35.52 -> 1.35.93 f521144cc0be7 python312Packages.mypy-boto3-workdocs: 1.35.0 -> 1.35.93 b37d9550c93fb python312Packages.mypy-boto3-wisdom: 1.35.0 -> 1.35.93 11c3a127f96cd python312Packages.mypy-boto3-wellarchitected: 1.35.0 -> 1.35.93 3e9d6f1bca2f0 python312Packages.mypy-boto3-wafv2: 1.35.45 -> 1.35.93 51dee056f23d4 python312Packages.mypy-boto3-waf-regional: 1.35.0 -> 1.35.93 c730c0c022774 python312Packages.mypy-boto3-waf: 1.35.0 -> 1.35.93 2a9f161f798ee python312Packages.mypy-boto3-vpc-lattice: 1.35.72 -> 1.35.93 4ca5639d23147 python312Packages.mypy-boto3-voice-id: 1.35.0 -> 1.35.93 54892ba22cc06 python312Packages.mypy-boto3-verifiedpermissions: 1.35.55 -> 1.35.93 72ef26e942490 python312Packages.mypy-boto3-translate: 1.35.0 -> 1.35.93 c71b9b2a79a43 python312Packages.mypy-boto3-transfer: 1.35.84 -> 1.35.93 b5dcfac348d40 python312Packages.mypy-boto3-transcribe: 1.35.0 -> 1.35.93 7d7be11fc6630 python312Packages.mypy-boto3-tnb: 1.35.0 -> 1.35.93 920fdf27eb3a4 python312Packages.mypy-boto3-timestream-write: 1.35.0 -> 1.35.93 932acb0ac7974 python312Packages.mypy-boto3-timestream-query: 1.35.66 -> 1.35.93 2edfb34ca3ca2 python312Packages.mypy-boto3-textract: 1.35.0 -> 1.35.93 bbe6abeefcdeb python312Packages.mypy-boto3-synthetics: 1.35.83 -> 1.35.93 36547f8645f07 python312Packages.mypy-boto3-swf: 1.35.0 -> 1.35.93 a4bd4b941fbaa python312Packages.mypy-boto3-support-app: 1.35.0 -> 1.35.93 0327a9cd833d7 python312Packages.mypy-boto3-support: 1.35.0 -> 1.35.93 bcf8bd4ab0eca python312Packages.mypy-boto3-sts: 1.35.61 -> 1.35.93 c79def6fa8aec python312Packages.mypy-boto3-storagegateway: 1.35.50 -> 1.35.93 1b0bbc356a694 python312Packages.mypy-boto3-stepfunctions: 1.35.68 -> 1.35.93 f519f48b595f7 python312Packages.mypy-boto3-sso-oidc: 1.35.0 -> 1.35.93 1bfb26ac2df36 python312Packages.mypy-boto3-sso-admin: 1.35.0 -> 1.35.93 243f43a34a1da python312Packages.mypy-boto3-sso: 1.35.0 -> 1.35.93 36101178a2f11 python312Packages.mypy-boto3-ssm-sap: 1.35.85 -> 1.35.93 8ec15fd6c76fa python312Packages.mypy-boto3-ssm-incidents: 1.35.0 -> 1.35.93 fc3be3a6fae6b python312Packages.mypy-boto3-ssm-contacts: 1.35.0 -> 1.35.93 7dab08dca6e00 python312Packages.mypy-boto3-ssm: 1.35.67 -> 1.35.93 19fe4a8546754 python312Packages.mypy-boto3-sqs: 1.35.91 -> 1.35.93 021f9a85d28f3 python312Packages.mypy-boto3-sns: 1.35.68 -> 1.35.93 4d76e26e30023 python312Packages.mypy-boto3-snowball: 1.35.0 -> 1.35.93 1c8285a98cea3 python312Packages.mypy-boto3-snow-device-management: 1.35.0 -> 1.35.93 5b0ebea040b70 python312Packages.mypy-boto3-sms-voice: 1.35.0 -> 1.35.93 391f44d7ba813 python312Packages.mypy-boto3-sms: 1.35.0 -> 1.35.93 d7ae01a6cddfd python312Packages.mypy-boto3-simspaceweaver: 1.35.0 -> 1.35.93 113bd59ae1d27 python312Packages.mypy-boto3-signer: 1.35.0 -> 1.35.93 6ac562ab02ec9 python312Packages.mypy-boto3-shield: 1.35.0 -> 1.35.93 d521608734815 python312Packages.mypy-boto3-sesv2: 1.35.79 -> 1.35.93 1d83fc1af457f python312Packages.mypy-boto3-ses: 1.35.68 -> 1.35.93 4f5d5b652bdfe python312Packages.mypy-boto3-servicediscovery: 1.35.81 -> 1.35.93 5dfe321b6c9ff python312Packages.mypy-boto3-servicecatalog-appregistry: 1.35.0 -> 1.35.93 99634dc6b54f3 python312Packages.mypy-boto3-servicecatalog: 1.35.0 -> 1.35.93 160d8ed4a737b python312Packages.mypy-boto3-service-quotas: 1.35.0 -> 1.35.93 ba15a9ce3d591 python312Packages.mypy-boto3-serverlessrepo: 1.35.0 -> 1.35.93 ea8786c143986 python312Packages.mypy-boto3-securitylake: 1.35.40 -> 1.35.93 1e9191043d289 python312Packages.mypy-boto3-securityhub: 1.35.88 -> 1.35.93 187460e1407f3 python312Packages.mypy-boto3-secretsmanager: 1.35.0 -> 1.35.93 9e2415eed1b8e python312Packages.mypy-boto3-sdb: 1.35.0 -> 1.35.93 97b9328020c7f python312Packages.mypy-boto3-schemas: 1.35.0 -> 1.35.93 1379021514f1f python312Packages.mypy-boto3-scheduler: 1.35.0 -> 1.35.93 0866c908855de python312Packages.mypy-boto3-savingsplans: 1.35.0 -> 1.35.93 e70d7accd2371 python312Packages.mypy-boto3-sagemaker-runtime: 1.35.15 -> 1.35.93 7f4f95e433983 python312Packages.mypy-boto3-sagemaker-metrics: 1.35.24 -> 1.35.93 6a49ca7585750 python312Packages.mypy-boto3-sagemaker-geospatial: 1.35.0 -> 1.35.93 9c60daa730adc python312Packages.mypy-boto3-sagemaker-featurestore-runtime: 1.35.0 -> 1.35.93 bf9338a998fa9 python312Packages.mypy-boto3-sagemaker-edge: 1.35.0 -> 1.35.93 575b636c1bce8 python312Packages.mypy-boto3-sagemaker-a2i-runtime: 1.35.0 -> 1.35.93 ae84d63b1bbe9 python312Packages.mypy-boto3-sagemaker: 1.35.91 -> 1.35.93 5ff6624e85086 python312Packages.mypy-boto3-s3outposts: 1.35.0 -> 1.35.93 7f74b8a023f26 python312Packages.mypy-boto3-s3control: 1.35.73 -> 1.35.93 1553ccf3ac631 python312Packages.mypy-boto3-s3: 1.35.92 -> 1.35.93 2aefbb21e11f1 python312Packages.mypy-boto3-rum: 1.35.0 -> 1.35.93 58866fe4a36fe python312Packages.mypy-boto3-route53resolver: 1.35.63 -> 1.35.93 ef026778c20cf python312Packages.mypy-boto3-route53domains: 1.35.92 -> 1.35.93 db57e979ae022 python312Packages.mypy-boto3-route53-recovery-readiness: 1.35.0 -> 1.35.93 2d10b6922e3e2 python312Packages.mypy-boto3-route53-recovery-control-config: 1.35.0 -> 1.35.93 9bfe5a40a9b76 python312Packages.mypy-boto3-route53-recovery-cluster: 1.35.0 -> 1.35.93 afdb0b930111b python312Packages.mypy-boto3-route53: 1.35.52 -> 1.35.93 2942f39c2f383 python312Packages.mypy-boto3-rolesanywhere: 1.35.0 -> 1.35.93 504e7b6e9458f python312Packages.mypy-boto3-robomaker: 1.35.39 -> 1.35.93 e095de5c769c5 python312Packages.mypy-boto3-resourcegroupstaggingapi: 1.35.0 -> 1.35.93 518f6e53dbd9e python312Packages.mypy-boto3-resource-groups: 1.35.30 -> 1.35.93 18b1ff281b86b python312Packages.mypy-boto3-resource-explorer-2: 1.35.56 -> 1.35.93 ed205ffee83f0 python312Packages.mypy-boto3-resiliencehub: 1.35.84 -> 1.35.93 edd3ce56abac6 python312Packages.mypy-boto3-rekognition: 1.35.0 -> 1.35.93 71192281ac2a3 python312Packages.mypy-boto3-redshift-serverless: 1.35.74 -> 1.35.93 dc63c0a0e7351 python312Packages.mypy-boto3-redshift-data: 1.35.51 -> 1.35.93 c1da1bef21d1e python312Packages.mypy-boto3-redshift: 1.35.74 -> 1.35.93 f2f4d1e5ce88d python312Packages.mypy-boto3-rds-data: 1.35.64 -> 1.35.93 693f00892ea96 python312Packages.mypy-boto3-rds: 1.35.89 -> 1.35.93 acf5059f88100 python312Packages.mypy-boto3-rbin: 1.35.66 -> 1.35.93 0f70a24d7fdf9 python312Packages.mypy-boto3-ram: 1.35.0 -> 1.35.93 2731bc596bb94 python312Packages.mypy-boto3-quicksight: 1.35.84 -> 1.35.93 e5e737e38f2ea python312Packages.mypy-boto3-qldb-session: 1.35.0 -> 1.35.93 973062719b8d9 python312Packages.mypy-boto3-qldb: 1.35.0 -> 1.35.93 e9e0d978369cd python312Packages.mypy-boto3-proton: 1.35.0 -> 1.35.93 775eaf8ab0964 python312Packages.mypy-boto3-privatenetworks: 1.35.0 -> 1.35.93 2c69ebdf9fb74 python312Packages.mypy-boto3-pricing: 1.35.30 -> 1.35.93 dcaf669581ae3 python312Packages.mypy-boto3-polly: 1.35.7 -> 1.35.93 8ff2db50edf1e python312Packages.mypy-boto3-pipes: 1.35.43 -> 1.35.93 5b7b473374e40 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.63 -> 1.35.93 df20d0fbf92b8 python312Packages.mypy-boto3-pinpoint-sms-voice: 1.35.0 -> 1.35.93 06e623789ee0c python312Packages.mypy-boto3-pinpoint-email: 1.35.0 -> 1.35.93 6f229c370c561 python312Packages.mypy-boto3-pinpoint: 1.35.0 -> 1.35.93 adf44d77c1bae python312Packages.mypy-boto3-pi: 1.35.0 -> 1.35.93 81be714f8177c python312Packages.mypy-boto3-personalize-runtime: 1.35.0 -> 1.35.93 20a0c87a3391c python312Packages.mypy-boto3-personalize-events: 1.35.0 -> 1.35.93 c016c36472da8 python312Packages.mypy-boto3-personalize: 1.35.9 -> 1.35.93 382d7846b8266 python312Packages.mypy-boto3-pca-connector-ad: 1.35.0 -> 1.35.93 00e205eb79831 python312Packages.mypy-boto3-payment-cryptography-data: 1.35.45 -> 1.35.93 317ab9e1c951c python312Packages.mypy-boto3-payment-cryptography: 1.35.59 -> 1.35.93 58f38ed0ddedb python312Packages.mypy-boto3-panorama: 1.35.0 -> 1.35.93 8767d2e73860b python312Packages.mypy-boto3-outposts: 1.35.86 -> 1.35.93 718db5137ecaf python312Packages.mypy-boto3-osis: 1.35.0 -> 1.35.93 949d093385b3a python312Packages.mypy-boto3-organizations: 1.35.91 -> 1.35.93 c05b0eedde2d5 python312Packages.mypy-boto3-opsworkscm: 1.35.0 -> 1.35.93 a5e80b343a426 python312Packages.mypy-boto3-opsworks: 1.35.0 -> 1.35.93 0aaa2ef7b000b python312Packages.mypy-boto3-opensearchserverless: 1.35.52 -> 1.35.93 ae77d9224e6bf python312Packages.mypy-boto3-opensearch: 1.35.72 -> 1.35.93 3efdda12a94f4 python312Packages.mypy-boto3-omics: 1.35.68 -> 1.35.93 3f4aaec986a46 python312Packages.mypy-boto3-oam: 1.35.0 -> 1.35.93 8823a64d570c1 python312Packages.mypy-boto3-networkmanager: 1.35.81 -> 1.35.93 a31f99b1f556f python312Packages.mypy-boto3-network-firewall: 1.35.88 -> 1.35.93 141926bcef162 python312Packages.mypy-boto3-neptunedata: 1.35.0 -> 1.35.93 77ce83dc20189 python312Packages.mypy-boto3-neptune: 1.35.24 -> 1.35.93 6258ec69c481e python312Packages.mypy-boto3-mwaa: 1.35.84 -> 1.35.93 4ca54651e02b3 python312Packages.mypy-boto3-mturk: 1.35.0 -> 1.35.93 b9b549e964522 python312Packages.mypy-boto3-mq: 1.35.0 -> 1.35.93 a765b17788b07 python312Packages.mypy-boto3-migrationhubstrategy: 1.35.0 -> 1.35.93 1eaaccfcd944d python312Packages.mypy-boto3-migrationhuborchestrator: 1.35.0 -> 1.35.93 81af14767b6ce python312Packages.mypy-boto3-migrationhub-config: 1.35.0 -> 1.35.93 56f3eb527b4b6 python312Packages.mypy-boto3-migration-hub-refactor-spaces: 1.35.0 -> 1.35.93 86be8cdd04b19 python312Packages.mypy-boto3-mgn: 1.35.0 -> 1.35.93 a0e7e9d042525 python312Packages.mypy-boto3-mgh: 1.35.79 -> 1.35.93 bf9d59ec1e9ab python312Packages.mypy-boto3-meteringmarketplace: 1.35.0 -> 1.35.93 85ba75fe0b298 python312Packages.mypy-boto3-memorydb: 1.35.72 -> 1.35.93 ae877167f0d18 python312Packages.mypy-boto3-medical-imaging: 1.35.0 -> 1.35.93 7a0752de89318 python312Packages.mypy-boto3-mediatailor: 1.35.0 -> 1.35.93 94286c6c41b79 python312Packages.mypy-boto3-mediastore-data: 1.35.0 -> 1.35.93 391815b059bc4 python312Packages.mypy-boto3-mediastore: 1.35.0 -> 1.35.93 9ddd6006c9e26 python312Packages.mypy-boto3-mediapackagev2: 1.35.66 -> 1.35.93 45ef0ebdb938e python312Packages.mypy-boto3-mediapackage-vod: 1.35.0 -> 1.35.93 757ab4f6bc1c9 python312Packages.mypy-boto3-mediapackage: 1.35.0 -> 1.35.93 df18b9ad96b8e python312Packages.mypy-boto3-medialive: 1.35.85 -> 1.35.93 50aee001f2b07 python312Packages.mypy-boto3-mediaconvert: 1.35.91 -> 1.35.93 e671eab6f90a2 python312Packages.mypy-boto3-mediaconnect: 1.35.91 -> 1.35.93 8e9c059ceef00 python312Packages.mypy-boto3-marketplacecommerceanalytics: 1.35.0 -> 1.35.93 ac8c50a6b4f93 python312Packages.mypy-boto3-marketplace-entitlement: 1.35.0 -> 1.35.93 45ae32a8fe4a2 python312Packages.mypy-boto3-marketplace-catalog: 1.35.0 -> 1.35.93 32473885965a0 python312Packages.mypy-boto3-managedblockchain-query: 1.35.0 -> 1.35.93 8c999dbd4a895 python312Packages.mypy-boto3-managedblockchain: 1.35.0 -> 1.35.93 36501c4b8b753 python312Packages.mypy-boto3-macie2: 1.35.86 -> 1.35.93 7630a6e4390e5 python312Packages.mypy-boto3-machinelearning: 1.35.0 -> 1.35.93 f575bcc768474 python312Packages.mypy-boto3-m2: 1.35.83 -> 1.35.93 a1541786d20de python312Packages.mypy-boto3-lookoutvision: 1.35.0 -> 1.35.93 4fa3b50988cc4 python312Packages.mypy-boto3-lookoutmetrics: 1.35.0 -> 1.35.93 6bafdff802af5 python312Packages.mypy-boto3-lookoutequipment: 1.35.0 -> 1.35.93 ba8c2cf050230 python312Packages.mypy-boto3-logs: 1.35.81 -> 1.35.93 67e6d06d96891 python312Packages.mypy-boto3-location: 1.35.0 -> 1.35.93 b2049d9a7c175 python312Packages.mypy-boto3-lightsail: 1.35.0 -> 1.35.93 9a0bd88d6cb85 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.61 -> 1.35.93 440c2bc9e8b31 python312Packages.mypy-boto3-license-manager-linux-subscriptions: 1.35.0 -> 1.35.93 993c17ebed6a7 python312Packages.mypy-boto3-license-manager: 1.35.0 -> 1.35.93 11fdc0519fdcd python312Packages.mypy-boto3-lexv2-runtime: 1.35.0 -> 1.35.93 f4b64fb632508 python312Packages.mypy-boto3-lexv2-models: 1.35.17 -> 1.35.93 5681d566e5bc5 python312Packages.mypy-boto3-lex-runtime: 1.35.0 -> 1.35.93 d2fa55ec35955 python312Packages.mypy-boto3-lex-models: 1.35.0 -> 1.35.93 f98b3490e6587 python312Packages.mypy-boto3-lambda: 1.35.68 -> 1.35.93 2e66c19cf894c python312Packages.mypy-boto3-lakeformation: 1.35.74 -> 1.35.93 ecbe8cdacd711 python312Packages.mypy-boto3-kms: 1.35.0 -> 1.35.93 0e8bd72514e81 python312Packages.mypy-boto3-kinesisvideo: 1.35.0 -> 1.35.93 4c0cac9d6e7fc python312Packages.mypy-boto3-kinesisanalyticsv2: 1.35.13 -> 1.35.93 1b7d9ed56b2d8 python312Packages.mypy-boto3-kinesisanalytics: 1.35.0 -> 1.35.93 f460c076d9f80 python312Packages.mypy-boto3-kinesis-video-webrtc-storage: 1.35.0 -> 1.35.93 f3c5012013ffc python312Packages.mypy-boto3-kinesis-video-signaling: 1.35.0 -> 1.35.93 24a8b8771c3d6 python312Packages.mypy-boto3-kinesis-video-media: 1.35.0 -> 1.35.93 52826e5c9d798 python312Packages.mypy-boto3-kinesis-video-archived-media: 1.35.0 -> 1.35.93 0662fe99e5ddf python312Packages.mypy-boto3-kinesis: 1.35.26 -> 1.35.93 34684b2e9ec83 python312Packages.mypy-boto3-keyspaces: 1.35.77 -> 1.35.93 2ee464a33c631 python312Packages.mypy-boto3-kendra-ranking: 1.35.0 -> 1.35.93 b153b569cc294 python312Packages.mypy-boto3-kendra: 1.35.75 -> 1.35.93 84aac064a9639 python312Packages.mypy-boto3-kafkaconnect: 1.35.0 -> 1.35.93 be5107713bed1 python312Packages.mypy-boto3-kafka: 1.35.15 -> 1.35.93 fc7ba1dd78142 python312Packages.mypy-boto3-ivschat: 1.35.19 -> 1.35.93 6148d5973f57f python312Packages.mypy-boto3-ivs-realtime: 1.35.78 -> 1.35.93 cc55ffeae0a9c python312Packages.mypy-boto3-ivs: 1.35.61 -> 1.35.93 c7bc2d652455d python312Packages.mypy-boto3-iotwireless: 1.35.61 -> 1.35.93 946eebd73eacb python312Packages.mypy-boto3-iottwinmaker: 1.35.0 -> 1.35.93 dfd3e655081ef python312Packages.mypy-boto3-iotthingsgraph: 1.35.0 -> 1.35.93 ac679c2ac7858 python312Packages.mypy-boto3-iotsitewise: 1.35.64 -> 1.35.93 fa30d9ec0602c python312Packages.mypy-boto3-iotsecuretunneling: 1.35.93 -> 1.35.93.post1 a4d47e0732476 python312Packages.mypy-boto3-iotfleetwise: 1.35.67 -> 1.35.93 9abd067b6bc92 python312Packages.mypy-boto3-iotfleethub: 1.35.0 -> 1.35.93 bf23fb17a4265 python312Packages.mypy-boto3-iotevents-data: 1.35.0 -> 1.35.93 262d67ba4696f python312Packages.mypy-boto3-iotevents: 1.35.0 -> 1.35.93 53cd753eae24e python312Packages.mypy-boto3-iotdeviceadvisor: 1.35.32 -> 1.35.93 9ba1c468c1619 python312Packages.mypy-boto3-iotanalytics: 1.35.0 -> 1.35.93 3a71dadc2efbb python312Packages.mypy-boto3-iot1click-projects: 1.35.0 -> 1.35.93 60e1523c3d248 python312Packages.mypy-boto3-iot1click-devices: 1.35.0 -> 1.35.93 7aa5a3ce68763 python312Packages.mypy-boto3-iot-jobs-data: 1.35.67 -> 1.35.93 a7b6c7ea3255f python312Packages.mypy-boto3-iot-data: 1.35.34 -> 1.35.93 2f7672ca825eb python312Packages.mypy-boto3-iot: 1.35.84 -> 1.35.93 f03a3d6ed27dc python312Packages.mypy-boto3-internetmonitor: 1.35.60 -> 1.35.93 6ca9b5b48084a python312Packages.mypy-boto3-inspector2: 1.35.68 -> 1.35.93 537e8c17401a5 python312Packages.mypy-boto3-inspector: 1.35.0 -> 1.35.93 031647c83ac47 python312Packages.mypy-boto3-importexport: 1.35.0 -> 1.35.93 19d1e9789d6aa python312Packages.mypy-boto3-imagebuilder: 1.35.72 -> 1.35.93 a9b3280999777 python312Packages.mypy-boto3-identitystore: 1.35.0 -> 1.35.93 20aeb21811b52 python312Packages.mypy-boto3-iam: 1.35.61 -> 1.35.93 987a98e0ac859 python312Packages.mypy-boto3-healthlake: 1.35.0 -> 1.35.93 3c57ed9e43676 python312Packages.mypy-boto3-health: 1.35.67 -> 1.35.93 1122dd2f6d2bc python312Packages.mypy-boto3-guardduty: 1.35.80 -> 1.35.93 936a907a83fff python312Packages.mypy-boto3-groundstation: 1.35.0 -> 1.35.93 ffe84779c9da8 python312Packages.mypy-boto3-greengrassv2: 1.35.82 -> 1.35.93 7941d4fb53321 python312Packages.mypy-boto3-greengrass: 1.35.0 -> 1.35.93 176532b04f85c python312Packages.mypy-boto3-grafana: 1.35.0 -> 1.35.93 c6c368f1f7607 python312Packages.mypy-boto3-glue: 1.35.87 -> 1.35.93 168e931aaea03 python312Packages.mypy-boto3-globalaccelerator: 1.35.0 -> 1.35.93 8ce9e5386b540 python312Packages.mypy-boto3-glacier: 1.35.0 -> 1.35.93 e7c0b17ca09fe python312Packages.mypy-boto3-gamelift: 1.35.91 -> 1.35.93 8ff881d3bd7ee python312Packages.mypy-boto3-fsx: 1.35.72 -> 1.35.93 c1263336d7182 python312Packages.mypy-boto3-frauddetector: 1.35.0 -> 1.35.93 a4fb8c06deb3e python312Packages.mypy-boto3-forecastquery: 1.35.0 -> 1.35.93 dcb2911aab10d python312Packages.mypy-boto3-forecast: 1.35.0 -> 1.35.93 32d05e3b60e4b python312Packages.mypy-boto3-fms: 1.35.45 -> 1.35.93 2c64ec3c0e1fa python312Packages.mypy-boto3-fis: 1.35.59 -> 1.35.93 a5d7f1d29d858 python312Packages.mypy-boto3-firehose: 1.35.57 -> 1.35.93 0d54e839f9b59 python312Packages.mypy-boto3-finspace-data: 1.35.0 -> 1.35.93 1f1cb7d0dc261 python312Packages.mypy-boto3-finspace: 1.35.78 -> 1.35.93 88fa979ac5a33 python312Packages.mypy-boto3-evidently: 1.35.0 -> 1.35.93 c64d0cff9895b python312Packages.mypy-boto3-events: 1.35.72 -> 1.35.93 1e412ed3bf631 python312Packages.mypy-boto3-es: 1.35.0 -> 1.35.93 dccfcc10c523c python312Packages.mypy-boto3-entityresolution: 1.35.3 -> 1.35.93 a37d411576a87 python312Packages.mypy-boto3-emr-serverless: 1.35.79 -> 1.35.93 8af91b6ebc228 python312Packages.mypy-boto3-emr-containers: 1.35.4 -> 1.35.93 fd919a7ca2e9b python312Packages.mypy-boto3-emr: 1.35.68 -> 1.35.93 8ede1bba4228f python312Packages.mypy-boto3-elbv2: 1.35.68 -> 1.35.93 2346a983bc757 python312Packages.mypy-boto3-elb: 1.35.0 -> 1.35.93 fff519eaf6752 python312Packages.mypy-boto3-elastictranscoder: 1.35.0 -> 1.35.93 cf9643ffda591 python312Packages.mypy-boto3-elasticbeanstalk: 1.35.0 -> 1.35.93 8cf8e60b5c4fd python312Packages.mypy-boto3-elasticache: 1.35.67 -> 1.35.93 20d0172f62b08 python312Packages.mypy-boto3-elastic-inference: 1.35.38 -> 1.35.93 05d95f13dae4f python312Packages.mypy-boto3-eks: 1.35.87 -> 1.35.93 b2c47d582d09a python312Packages.mypy-boto3-efs: 1.35.65 -> 1.35.93 910e451fd1594 python312Packages.mypy-boto3-ecs: 1.35.92 -> 1.35.93 f40ad7705aeaf python312Packages.mypy-boto3-ecr-public: 1.35.90 -> 1.35.93 f02b51a2ab82e python312Packages.mypy-boto3-ecr: 1.35.90 -> 1.35.93 cac455bd9dc07 python312Packages.mypy-boto3-ec2-instance-connect: 1.35.0 -> 1.35.93 9ec29253ebf99 python312Packages.mypy-boto3-ec2: 1.35.82 -> 1.35.93 4ec4f545cfa38 python312Packages.mypy-boto3-ebs: 1.35.0 -> 1.35.93 fb8f5ac0cd38e python312Packages.mypy-boto3-dynamodbstreams: 1.35.0 -> 1.35.93 ebe865ed625bd python312Packages.mypy-boto3-dynamodb: 1.35.74 -> 1.35.93 6b1b973c6c33e python312Packages.mypy-boto3-ds: 1.35.22 -> 1.35.93 22eacb256faea python312Packages.mypy-boto3-drs: 1.35.0 -> 1.35.93 6fb9af2093024 python312Packages.mypy-boto3-docdb-elastic: 1.35.54 -> 1.35.93 4165af5a5c419 python312Packages.mypy-boto3-docdb: 1.35.86 -> 1.35.93 dd61e182609b3 python312Packages.mypy-boto3-dms: 1.35.80 -> 1.35.93 85dc2c5363d07 python312Packages.mypy-boto3-dlm: 1.35.82 -> 1.35.93 e02c7139d7214 python312Packages.mypy-boto3-discovery: 1.35.66 -> 1.35.93 4832667e7afd2 python312Packages.mypy-boto3-directconnect: 1.35.69 -> 1.35.93 dcf9c953af0b4 python312Packages.mypy-boto3-devops-guru: 1.35.0 -> 1.35.93 03a9f4ae974bb python312Packages.mypy-boto3-devicefarm: 1.35.8 -> 1.35.93 db029be65d466 python312Packages.mypy-boto3-detective: 1.35.0 -> 1.35.93 8484d6fc7b650 python312Packages.mypy-boto3-dax: 1.35.0 -> 1.35.93 6ca5b54428d5d python312Packages.mypy-boto3-datasync: 1.35.84 -> 1.35.93 ffd1d29e98930 python312Packages.mypy-boto3-datapipeline: 1.35.0 -> 1.35.93 075b08ea3a3fd python312Packages.mypy-boto3-dataexchange: 1.35.43 -> 1.35.93 97ccb3661f1f9 python312Packages.mypy-boto3-databrew: 1.35.0 -> 1.35.93 0d1445b2831ed python312Packages.mypy-boto3-customer-profiles: 1.35.72 -> 1.35.93 c882bff028f7b python312Packages.mypy-boto3-cur: 1.35.0 -> 1.35.93 7b59c50eb6873 python312Packages.mypy-boto3-controltower: 1.35.66 -> 1.35.93 af906a3312c52 python312Packages.mypy-boto3-connectparticipant: 1.35.84 -> 1.35.93 e3ea6f45fed8c python312Packages.mypy-boto3-connectcases: 1.35.0 -> 1.35.93 e5e0c67553c61 python312Packages.mypy-boto3-connectcampaigns: 1.35.0 -> 1.35.93 d0c6fb9799407 python312Packages.mypy-boto3-connect-contact-lens: 1.35.0 -> 1.35.93 5dea06b984905 python312Packages.mypy-boto3-connect: 1.35.86 -> 1.35.93 7f10eae411901 python312Packages.mypy-boto3-config: 1.35.71 -> 1.35.93 ff2cb3b623f74 python312Packages.mypy-boto3-compute-optimizer: 1.35.66 -> 1.35.93 44983d07df63a python312Packages.mypy-boto3-comprehendmedical: 1.35.0 -> 1.35.93 e0582b6fbd2f4 python312Packages.mypy-boto3-comprehend: 1.35.0 -> 1.35.93 a57ba78c56e46 python312Packages.mypy-boto3-cognito-sync: 1.35.0 -> 1.35.93 78021bcc34588 python312Packages.mypy-boto3-cognito-idp: 1.35.79 -> 1.35.93 02a1496328d85 python312Packages.mypy-boto3-cognito-identity: 1.35.16 -> 1.35.93 93c089e891967 python312Packages.mypy-boto3-codestar-notifications: 1.35.0 -> 1.35.93 ab818e9875437 python312Packages.mypy-boto3-codestar-connections: 1.35.0 -> 1.35.93 a09a5f896b14c python312Packages.mypy-boto3-codepipeline: 1.35.83 -> 1.35.93 da72295e21faf python312Packages.mypy-boto3-codeguruprofiler: 1.35.0 -> 1.35.93 9022ac0aad594 python312Packages.mypy-boto3-codeguru-security: 1.35.0 -> 1.35.93 46da7c51d66db python312Packages.mypy-boto3-codeguru-reviewer: 1.35.0 -> 1.35.93 fb1f65d57fecc python312Packages.mypy-boto3-codedeploy: 1.35.0 -> 1.35.93 58d6b6f1235c0 python312Packages.mypy-boto3-codecommit: 1.35.0 -> 1.35.93 bf24f70f09dc5 python312Packages.mypy-boto3-codecatalyst: 1.35.0 -> 1.35.93 a4c3db5f1586b python312Packages.mypy-boto3-codebuild: 1.35.59 -> 1.35.93 111de8233b08f python312Packages.mypy-boto3-codeartifact: 1.35.31 -> 1.35.93 59fae9e3f4416 python312Packages.mypy-boto3-cloudwatch: 1.35.74 -> 1.35.93 887e77f59f0b3 python312Packages.mypy-boto3-cloudtrail-data: 1.35.0 -> 1.35.93 e58333ac3da63 python312Packages.mypy-boto3-cloudtrail: 1.35.79 -> 1.35.93 7413b46f62a2f python312Packages.mypy-boto3-cloudsearchdomain: 1.35.0 -> 1.35.93 f207b4a9e85c5 python312Packages.mypy-boto3-cloudsearch: 1.35.0 -> 1.35.93 f7767e6442d5e python312Packages.mypy-boto3-cloudhsmv2: 1.35.81 -> 1.35.93 fac24a962ba54 python312Packages.mypy-boto3-cloudhsm: 1.35.0 -> 1.35.93 613e292098a04 python312Packages.mypy-boto3-cloudfront: 1.35.83 -> 1.35.93 b9ea22a6f42cf python312Packages.mypy-boto3-cloudformation: 1.35.64 -> 1.35.93 6e3b1269af0e0 python312Packages.mypy-boto3-clouddirectory: 1.35.30 -> 1.35.93 867b9c8e73431 python312Packages.mypy-boto3-cloudcontrol: 1.35.61 -> 1.35.93 0ba8fa3b14e7f python312Packages.mypy-boto3-cloud9: 1.35.82 -> 1.35.93 fa5b76731405f python312Packages.mypy-boto3-cleanrooms: 1.35.72 -> 1.35.93 d6a154afb0143 python312Packages.mypy-boto3-chime-sdk-voice: 1.35.72 -> 1.35.93 e1de12d17039b python312Packages.mypy-boto3-chime-sdk-messaging: 1.35.0 -> 1.35.93 317964ee3b546 python312Packages.mypy-boto3-chime-sdk-meetings: 1.35.0 -> 1.35.93 0088d648f8906 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.57 -> 1.35.93 6127aac74bf27 python312Packages.mypy-boto3-chime-sdk-identity: 1.35.0 -> 1.35.93 3922422fe2eee python312Packages.mypy-boto3-chime: 1.35.0 -> 1.35.93 459cce8b9930c python312Packages.mypy-boto3-ce: 1.35.86 -> 1.35.93 04a3e56456e6d python312Packages.mypy-boto3-budgets: 1.35.84 -> 1.35.93 74f942eea5538 python312Packages.mypy-boto3-braket: 1.35.0 -> 1.35.93 575610c063798 python312Packages.mypy-boto3-billingconductor: 1.35.0 -> 1.35.93 119b97fbab15c python312Packages.mypy-boto3-batch: 1.35.83 -> 1.35.93 34bed07216f1e python312Packages.mypy-boto3-backup-gateway: 1.35.0 -> 1.35.93 f9bc9aa7c80c0 python312Packages.mypy-boto3-backup: 1.35.83 -> 1.35.93 67e5b9c141c9f python312Packages.mypy-boto3-autoscaling-plans: 1.35.0 -> 1.35.93 fb446ca4c0017 python312Packages.mypy-boto3-autoscaling: 1.35.68 -> 1.35.93 8477ac6c2be09 python312Packages.mypy-boto3-auditmanager: 1.35.0 -> 1.35.93 851bfdc494b62 python312Packages.mypy-boto3-athena: 1.35.74 -> 1.35.93 5573dfdbc9094 python312Packages.mypy-boto3-arc-zonal-shift: 1.35.0 -> 1.35.93 8f535109ac466 python312Packages.mypy-boto3-appsync: 1.35.91 -> 1.35.93 5ea7efe03e221 python312Packages.mypy-boto3-appstream: 1.35.85 -> 1.35.93 bc08d67a58612 python312Packages.mypy-boto3-apprunner: 1.35.0 -> 1.35.93 9614d65f2941f python312Packages.mypy-boto3-appmesh: 1.35.0 -> 1.35.93 5468747f95702 python312Packages.mypy-boto3-applicationcostprofiler: 1.35.0 -> 1.35.93 24346c33500e6 python312Packages.mypy-boto3-application-insights: 1.35.45 -> 1.35.93 c898fd5b8e3f9 python312Packages.mypy-boto3-application-autoscaling: 1.35.78 -> 1.35.93 02a9a1407e22c python312Packages.mypy-boto3-appintegrations: 1.35.0 -> 1.35.93 70b313869435b python312Packages.mypy-boto3-appflow: 1.35.39 -> 1.35.93 9d9633d64268f python312Packages.mypy-boto3-appfabric: 1.35.0 -> 1.35.93 d286444425806 python312Packages.mypy-boto3-appconfigdata: 1.35.0 -> 1.35.93 fd7b71c9ef772 python312Packages.mypy-boto3-appconfig: 1.35.64 -> 1.35.93 984541a7b6332 python312Packages.mypy-boto3-apigatewayv2: 1.35.0 -> 1.35.93 686d512ad0a7d python312Packages.mypy-boto3-apigatewaymanagementapi: 1.35.0 -> 1.35.93 ddf0c4537d996 python312Packages.mypy-boto3-apigateway: 1.35.67 -> 1.35.93 d1f3da964b755 python312Packages.mypy-boto3-amplifyuibuilder: 1.35.0 -> 1.35.93 6c453d734e9fb python312Packages.mypy-boto3-amplifybackend: 1.35.0 -> 1.35.93 8e04cc6195ef8 python312Packages.mypy-boto3-amplify: 1.35.84 -> 1.35.93 886b30037dba4 python312Packages.mypy-boto3-amp: 1.35.53 -> 1.35.93 ae0c9912b5165 python312Packages.mypy-boto3-acm-pca: 1.35.38 -> 1.35.93 6e3f07f73d52b python312Packages.mypy-boto3-acm: 1.35.0 -> 1.35.93 980763f07c266 python312Packages.mypy-boto3-account: 1.35.83 -> 1.35.93 353621165457a python312Packages.mypy-boto3-accessanalyzer: 1.35.61 -> 1.35.93 dff21050d5730 python312Packages.webdavclient3: refactor (#371524) bde21fab97425 sudo: Build on OpenBSD without PAM e8d1f50294733 python312Packages.cerberus: refactor c1b564139af3a python312Packages.cerberus: 1.3.5 -> 1.3.6 88c38a3e24515 broot: remove `onigurama` build input c270cdcea8b4b python313Packages.dominate: disable failing tests on Python 3.13 (#371716) 15ea3260acf28 Merge gnomeExtensions: auto-update (#371565) a03004127c0cd ananicy-rules-cachyos: 0-unstable-2024-12-27 -> 0-unstable-2025-01-03 (#371720) a85713897060b imhex: unpin LLVM17; darwin cleanup 9e6f9d2a27e35 uv: 0.5.14 -> 0.5.15 b7f6784d7caa1 python313Packages.dominate: disable failing tests on Python 3.13 962f79f17d3e5 python312Packages.dominate: refactor 4a3807f444072 python312Packages.pyexploitdb: 0.2.61 -> 0.2.62 (#371605) ea3d59021ee44 python312Packages.faraday-agent-parameters-types: 1.7.2 -> 1.7.3, python312Packages.faraday-plugins: 1.20.0 -> 1.21.0 (#371607) 1002dd500bb57 python312Packages.pymsteams: 0.2.3 -> 0.2.4 (#371604) 7775dc35ee14f python312Packages.tesla-fleet-api: 0.9.2 -> 0.9.4 (#371603) bffd9c03d1b45 openbsd.{ktrace,kdump}: init a62ed0e93d038 openbsd.vmstat: init 0b2aafdd11225 unixtools: Add some values for OpenBSD f91116ab40adc openbsd.top: init 5586cef733aa2 openbsd.{newsyslog,syslogd}: init 7e447e6b5f2a3 openbsd: Add most packages from src/bin 195f62db64f61 openbsd.dmesg: init 2e1652a44cbc5 openbsd.{id,libkvm,pkill,su}: init 49f416fc63552 openbsd.slaac{d,ctl}: init 4042d960c3ff3 openbsd.{dhcpleasectl,dhcpleased}: init e54ba62f327bf openbsd.route: init 8607e0063b154 openbsd.libexecinfo: init f5cf27ab190a1 mattermost: build webapp from source (#370450) abaf3f461737e gama-tui: 1.1.4 -> 1.2.0 (#371636) 991c32a5c798a zed-editor: 0.167.1 -> 0.167.2 (#371560) 0d7cce3cf4655 python312Packages.posthog: 3.7.4 -> 3.7.5 3f7d1b040c03c python312Packages.ml-dtypes: 0.5.0 -> 0.5.2 e5cacda3bd314 mypaint: disable tests (#370433) 257a4c5bb9974 emacsPackages.el-easydraw: 1.2.0-unstable-2024-12-18 -> 1.2.0-unstable-2025-01-06 ea5aced86788e vimPlugins.blink-cmp: 0.9.2 -> 0.9.3 (#371700) 2e20244e765a1 vscode-extensions.saoudrizwan.claude-dev: 3.0.12 -> 3.1.1 (#371619) 7b61a494ee98d git-credential-oauth: 0.13.4 -> 0.14.0 (#371647) c08ca11683f98 openbsd.ttyflags: init 3c55d514cdf71 python312Packages.minio: 7.2.13 -> 7.2.14 9cb7abf99ccf4 openscad-unstable: 2024-12-21 -> 2025-01-05 069d41d9719f3 openbsd.kvm_mkdb: init 76c3f74ea6c1e openbsd.dev_mkdb: init 2ad0fca9cdfa0 openbsd.cmp: init 529dea124a2b5 openbsd.sed: init 7a2b09814e44c openbsd.swapctl: init 36289258dd83c openbsd.ifconfig: init 8e0774954d1bc openbsd.pfctl: init 5c8d4f0839087 openbsd.login_passwd: init fb000965670fb vimPlugins.blink-cmp: 0.9.2 -> 0.9.3 5b2e940a00115 openbsd.{cap_mkdb,getty,login}: set meta.mainProgram 1bb583af619cb openbsd.cap_mkdb: init 5aa4ceff8c867 openbsd.sysctl: set mainProgram 07084bf46e2f5 openbsd.getty: copy out gettytab ba828700e58af openbsd.getty: Fix paths 669fa6145cc44 openbsd.login: init ee56f3d607563 openbsd.mtree: init 71665fc90673e openbsd.sysctl: init 88c61c7a14ff5 openbsd.getty: init 4a43978bc9d0c openbsd.pwd_mkdb: init b5cacdcc0e4e3 openbsd.shutdown: init 6560f2359d6ee openbsd.getent: init, set as default on OpenBSD c64526f7d438a opnborg: 0.1.51 -> 0.1.54 a03a232ec63de dhcpcd: Mark working on OpenBSD 75b4842aacfc8 openresolv: Mark working on OpenBSD 83005af4882fc Merge master into staging-next 5025230e6cdc0 rbw: 1.13.0 -> 1.13.2 cd79579723cee marwaita-mint: 22.2 -> 24 5470f2af93ea3 python312Packages.bayesian-optimization: 2.0.1 -> 2.0.3 55f41d3a9d093 python312Packages.folium: 0.19.2 -> 0.19.4 d74aaeba32ca6 namecoind: 25.0 -> 28.0 b95d38587b530 coqPackages.MenhirLib: add maintainer 66ca9869c7588 gh: 2.64.0 -> 2.65.0 206c25fd2d6c6 python312Packages.python-roborock: 2.8.4 -> 2.8.5 90774388e5bb7 python312Packages.publicsuffixlist: 1.0.2.20241225 -> 1.0.2.20250107 14d97890361d4 slimevr-server: fix OSC support 4d3fa6194007d python312Packages.pyaml: 24.12.1 -> 25.1.0 3533dad17f9f7 slumber: 2.4.0 -> 2.5.0 2e6b296ba3eef wownero: 0.11.0.1 -> 0.11.3.0 ddcb9c0120752 wush: 0.4.0 -> 0.4.1 6296d4cba8025 python312Packages.openwebifpy: 4.3.0 -> 4.3.1 (#371086) a2e3b4779ae57 spicy-parser-generator: 1.11.3 -> 1.12.0 3f299fe9956fd simdjson: 3.11.3 -> 3.11.4 2ad4128472c1b quill: 0.5.2 -> 0.5.3 5310fa922cd28 railway: 3.20.0 -> 3.20.1 ce20e905bb8ec proton-pass: 1.27.0 -> 1.27.2 656ed28e8d388 neocmakelsp: 0.8.13 -> 0.8.15 fbea3ed69e03d apko: 0.22.4 -> 0.22.5 cea50669bdad1 doppler: 3.71.0 -> 3.71.1 35c580d94429e pscale: 0.218.0 -> 0.219.0 f3dfdd4524133 nchat: enable whatsapp module (#370927) a39d384f031f0 atlas: 0.29.1 -> 0.30.0 62ee1df1f1456 dblab: 0.29.0 -> 0.30.0 4302afeb2df40 jnv: 0.4.2 -> 0.5.0 57b4e6937244d doctl: 1.120.0 -> 1.120.1 fee3a7e80b722 firefox-esr-128-unwrapped: 128.5.2esr -> 128.6.0esr 0b2c6188e5885 firefox-bin-unwrapped: 133.0.3 -> 134.0 e40b0a5732962 firefox-unwrapped: 133.0.3 -> 134.0 d962c3599758a buildMozillaMach: use icu74 from version 134.0 516b1e74c358a tmuxPlugins: change sha256 to hash where applicable 6254d2c0f1da4 syncthingtray: 1.6.4 -> 1.7.0 b88b5a8066ef5 nbxplorer: 2.5.16 -> 2.5.17 f50afcfcd740a prometheus-frr-exporter: 1.3.1 -> 1.3.2 4aa3295f84c43 buildah: Disable PIE hardening 840c8a3fc7dac git-credential-oauth: 0.13.4 -> 0.14.0 ee731b622d1c6 lightdm-slick-greeter: 2.0.8 -> 2.0.9 940473ec6f0d1 slimerjs: remove 0d6a04a0792db memtier-benchmark: 2.1.2 -> 2.1.3 baa197dc1c197 gnome-online-accounts-gtk: 3.50.5 -> 3.50.6 af4ca946c513d bulky: 3.5 -> 3.6 ababf27d18cf7 xviewer: 3.4.7 -> 3.4.8 20840acd2685c gh-f: 1.2.0 -> 1.2.1 8a7f04a1707a3 candy-icons: 0-unstable-2024-10-22 -> 0-unstable-2025-01-04 (#371617) b5a8982744ed1 youtube-music: update startupWMClass 57fb3f2d5da6d zfs_unstable: 2.3.0-rc4 -> 2.3.0-rc5 (#371608) c38be94d48640 myks: 4.2.6 -> 4.3.0 (#371593) 3387ac7d17954 gama-tui: 1.1.4 -> 1.2.0 63c99ad6fa1bb aaaaxy: 1.5.220 -> 1.5.250 (#371628) 62bed7c2a9964 cpp-utilities: 5.27.0 -> 5.27.1 b5d2c3d4305b2 kdePackages.qtutilities: 6.14.4 -> 6.14.5 15a59ed1c47ce wofi-power-menu: init at 0.2.5 e5ecbe434dca9 opengrok: 1.13.24 -> 1.13.25 f8d5b22dc8e3a mkKdeDerivation: do not use stdenv from `qt6Packages` (#371466) 38cb928aca4f3 aaaaxy: 1.5.220 -> 1.5.250 4a17c9386a7a4 bearer: 1.47.0 -> 1.48.0 c58526593f988 sniffnet: 1.3.1 -> 1.3.2 418f69e88673f amazon-ec2-utils: wrap programs (#355259) 4ebc1042704e0 karate: 1.5.0 -> 1.5.1 56221c3462b14 gmetronome: 0.3.4 -> 0.4.1 6f0145886bd4d cutemaze: 1.3.3 -> 1.3.4 2bb6947142539 vscode-extensions.saoudrizwan.claude-dev: 3.0.12 -> 3.1.1 fee50173d6697 candy-icons: 0-unstable-2024-10-22 -> 0-unstable-2025-01-04 bccd5433adc03 Merge master into staging-next d6a948fb47fb4 hilbish: 2.3.3 -> 2.3.4 42de2bcb35ccf cc-wrapper hardeningFlags tests: add tests for `pacret`, `shadowstack` (#331596) e9e5260a6e4ef watchman: add patch for glog ≥ 0.7.0 ab6e42769f2dc watchman: 2024.12.09.00 -> 2025.01.06.00 5fd77b8b06198 authoscope: move to pkgs/by-name 801ca9c559615 authoscope: refactor 354946b689e75 python312Packages.holidays: 0.63 -> 0.64 (#371564) adbfb6eb9d5cb python312Packages.mypy-boto3-iotsecuretunneling: 1.35.0 -> 1.35.93 (#371591) 05f5a382f7888 edencommon: add patch for glog ≥ 0.7.0 40bc7c2bd5e13 edencommon: 2024.12.09.00 -> 2025.01.06.00 6070282af3886 fb303: add patch for glog ≥ 0.7.0 517adab7c1fc6 python312Packages.faraday-plugins: 1.20.0 -> 1.21.0 71095d09cf6a1 python312Packages.faraday-agent-parameters-types: 1.7.2 -> 1.7.3 c07c160335be0 trufflehog: 3.88.0 -> 3.88.1 6e2e92113bedd zfs_unstable: 2.3.0-rc4 -> 2.3.0-rc5 f005835b0ad82 python312Packages.tesla-fleet-api: 0.9.2 -> 0.9.4 5b7eea2de382c python312Packages.pymsteams: 0.2.3 -> 0.2.4 fa2accb7b9e7e python312Packages.pyexploitdb: 0.2.61 -> 0.2.62 9cb856694cea0 gleam: 1.6.3 -> 1.7.0 (#371530) f73539406fd5f python312Packages.numpyro: disable failing tests 43fecd0b05b67 fb303: 2024.12.09.00 -> 2025.01.06.00 9a008831fd939 fbthrift: add patch for glog ≥ 0.7.0 eb5bc51d2c4d2 vorta: 0.9.1 -> 0.10.3 (#370650) 6199c32fe66a6 python312Packages.spacy: 3.8.2 -> 3.8.3 (#371116) a02a7d74efab4 vimPlugins.rzls-nvim: init at 2024-12-24 (#371576) f561b6c4fd027 cargo-valgrind: 2.1.1 -> 2.2.1 (#369751) fb02dbce966f8 fbthrift: 2024.12.09.00 -> 2025.01.06.00 064d4ee220770 wangle: add patch for glog ≥ 0.7.0 8233589b0916b wangle: 2024.12.09.00 -> 2025.01.06.00 9be2575dda8cf mvfst: add patch for glog ≥ 0.7.0 61573fe6af0c3 mvfst: 2024.12.09.00 -> 2025.01.06.00 b47bfcac94072 fizz: add patch for glog ≥ 0.7.0 71658f5160f9a fizz: 2024.12.09.00 -> 2025.01.06.00 66510453855c8 folly: add AUR patch for glog ≥ 0.7.0 1db607d9fa005 python312Packages.llama-parse: 0.5.17 -> 0.5.19 fc604cff1ff4d python312Packages.llama-index-vector-stores-qdrant: 0.4.0 -> 0.4.2 b8a693e390fb5 python312Packages.llama-index-vector-stores-postgres: 0.4.0 -> 0.4.1 4d86f5c39a038 python312Packages.llama-index-readers-file: 0.4.1 -> 0.4.2 f79bc6f46a367 python312Packages.llama-index-multi-modal-llms-openai: 0.4.0 -> 0.4.2 aa648d2acbdb8 python312Packages.llama-index-llms-openai: 0.3.10 -> 0.3.12 2cc003685a212 python312Packages.llama-index-llms-ollama: 0.4.1 -> 0.5.0 0d2cc24b37e5d python312Packages.llama-index-graph-stores-neo4j: 0.4.2 -> 0.4.4 b6d29ae899b1a python312Packages.llama-index-agent-openai: 0.4.0 -> 0.4.1 138ad536146fb python312Packages.llama-index-core: 0.12.6 -> 0.12.9 f4772fdac6d67 python312Packages.textnets: 0.9.4 -> 0.9.5 84c2a84597eb3 python312Packages.dctorch: relax numpy e29f7ee718329 python313Packages.dctorch: refactor b37bab40e59ee python312Packages.pyemd: disable failing tests 5387b817da0a0 python312Packages.jaxopt: disable failing test (#371423) 60769ce1733aa openssh: Enable BSD auth on OpenBSD a7229e0793572 python312Packages.pygerber: init at 2.4.2 93a0462df8638 python312Packages.boto3-stubs: 1.35.92 -> 1.35.93, python312Packages.botocore-stubs: 1.35.92 -> 1.35.93 (#371587) c50053725030d python312Packages.bizkaibus: 0.1.4 -> 0.2.0 (#371588) ce16c0fdec208 python312Packages.aiohomeconnect: 0.7.2 -> 0.7.5 (#371589) f433672fc09f6 python313Packages.datalad-next: disable failing tests on Python 3.13 4f1ae45195305 ligolo-ng: 0.7.4 -> 0.7.5 115b2813a6986 python312Packages.py-synologydsm-api: 2.5.3 -> 2.6.0 (#371578) 6ff1354793bed lime3ds: fix build with newer boost e28f80431f8d7 python312Packages.renault-api: 0.2.8 -> 0.2.9 (#371579) 96c2f261e539d python312Packages.pymodbus: 3.8.1 -> 3.8.3 (#371580) 1e1d1b127d87c boxbuddy: 2.5.1 -> 2.5.2 63ef38dd2f647 python312Packages.solax: 3.2.1 -> 3.2.3 (#371572) 5fc570ad5d492 python312Packages.pysuezv2: 1.3.5 -> 2.0.1 (#371574) 5d0690a7cc0b9 myks: 4.2.6 -> 4.3.0 52adc14fe26c6 python312Packages.python-kasa: 0.9.0 -> 0.9.1 (#371575) d7998445618dd python312Packages.pylutron-caseta: 0.22.0 -> 0.23.0 (#371567) bb996dba4b7a9 python312Packages.aiolifx-themes: 0.5.8 -> 0.6.0 (#371568) 0713589dfe61a python312Packages.mypy-boto3-iotsecuretunneling: 1.35.0 -> 1.35.93 41aaaccf532b1 python312Packages.botocore-stubs: 1.35.92 -> 1.35.93 79af23e1ae7fb python312Packages.boto3-stubs: 1.35.92 -> 1.35.93 9d49728c39aff python312Packages.bizkaibus: refactor c2299a75dd632 python312Packages.bizkaibus: 0.1.4 -> 0.2.0 e962210f562d5 python312Packages.aiohomeconnect: 0.7.2 -> 0.7.5 27aa04d687211 folly: 2024.12.09.00 -> 2025.01.06.00 f5ade7d7c9233 python312Packages.gotailwind: migrate to pytest-cov-stub (#371506) 669868930f152 python312Packages.aionut: migrate to pytest-cov-stub (#371504) 2e28ea66de1b1 python312Packages.tencentcloud-sdk-python: 3.0.1296 -> 3.0.1297 (#371563) 0a5a1828de91a buildMozillaMach: update patch range for Python 3.12.8 compat issue 23d68336aaa7c aliae: 0.24.1 -> 0.26.4 72b587903a655 python312Packages.renault-api: 0.2.8 -> 0.2.9 40a2ea8433898 dnsdist: 1.9.7 -> 1.9.8 5795f1002b692 python312Packages.py-synologydsm-api: 2.5.3 -> 2.6.0 491b6cb93ee75 python312Packages.pymodbus: 3.8.1 -> 3.8.3 3a09351d804cd python312Packages.python-kasa: 0.9.0 -> 0.9.1 3d2bb741431a2 python312Packages.pysuezv2: 1.3.5 -> 2.0.1 ecad5687422f1 python312Packages.solax: 3.2.1 -> 3.2.3 6ebdb6ac9ed3d vimPlugins.rzls-nvim: init at 2024-12-24 488a55e55098b python312Packages.aiolifx-themes: 0.5.8 -> 0.6.0 ff3b209756096 python312Packages.pylutron-caseta: 0.22.0 -> 0.23.0 13cfb7f7e4c71 emacs: elisp packages update (#371120) 980f08337b059 gnomeExtensions: auto-update 83178a8da231a python312Packages.holidays: 0.63 -> 0.64 f02712ea1b4d7 python312Packages.tencentcloud-sdk-python: 3.0.1296 -> 3.0.1297 84490acd1cc39 mrpeach: cleanup e5760c3eaa6b1 puredata: include error function in header fee4f9b2be4e5 mkKdeDerivation: do not use stdenv from `qt6Packages` 5d524ce3764ea hardcode the renamed extension files 58f12ee8a64f3 nixos/homepage-dashboard: fix stale cache issue 1865fc550d79f zed-editor: 0.167.1 -> 0.167.2 e66f498baf4ee remove nixos tests 55d28df0a2558 atuin: make cargoHash the same on Linux and Darwin (#371272) bcac8c0b49be5 workflows/eval: add eval summary before requesting reviewers (#371528) 682cbc848f6ac pcem: fix GCC 14 build aaefb9b07d37a [staging-next] gnupg: fix cross (#371542) 6c1b7ff54dffa vuetorrent: 2.19.0 -> 2.21.0 a189e89e2aa2c nixos/earlyoom: mention `extraArgs` breakage and fix example 53e8893949ca9 storcli2: init at 8.11 ae85d411bcf2c Revert "python312Packages.cffi: remove unnecessary Darwin patch" (#371545) 340c3f68329b1 Revert "python312Packages.cffi: remove unnecessary Darwin patch" a179678c71bd6 cmake: remove obsolete Darwin patches (#371539) 5e98eb8163aec gnupg: fix cross a3d56f6501969 cmake: remove obsolete Darwin patches d87f62c8170b0 amazon-ec2-utils: wrap programs 70d01826df529 remove redundant pkg version check for broken attribute e6a0f46cbee75 linux-wallpaperengine: refactor a8af4a1033a3a icloudpd: 1.25.0 -> 1.25.1 (#371371) b6b34930fffb0 linux-wallpaperengine: disable aarch64-linux build on hydra 49e1140d1b862 hhexen: 1.6.3 -> 1.6.4 (#370641) 734523d7535b5 postgresqlPackages.pg_partman: 5.2.2 -> 5.2.4 (#371048) 6dded8c910359 maintainers: add matrix account for asymmetric (#371509) 21bb7ea948096 nixos/dhcpcd: update sandboxing options 3c9794d06eb60 workflows/eval: add eval summary before requesting reviewers e9126cb74bd93 just: add comments for completion and doc generation 98379b00787bb gleam: 1.6.3 -> 1.7.0 6a6536dfa5a76 python312Packages.webdavclient3: refactor 5dec6c3523f61 homepage-dashboard: remove unused git argument from derivation 09a8e9d87f09b homepage-dashboard: 0.10.8 -> 0.10.9 51e530e879795 phpPackages.castor: 0.21.0 -> 0.22.0 (#371499) 4457647d1403f phpExtensions.xdebug: 3.4.0 -> 3.4.1 (#371510) 23023f3bcb346 phpExtensions.spx: 0.4.17 -> 0.4.18 (#371500) 7a669f67137fb phpPackages.phpstan: 2.0.4 -> 2.1.1 (#371502) 32c543575bf9c mono{4,5}: fix build on gcc 14 2040ee75149d5 signalbackup-tools: 20241220 -> 20250106 813ade7609eab lomiri.lomiri-content-hub: Fix example moving after project rename (#371282) 3e81bbdb25c03 inshellisense: 0.0.1-rc.18 -> 0.0.1-rc.20 72fec780c6fb5 duplicity: fix darwin build 64646c982c9cc p4: fix darwin build c9e2c2014ce2f python312Packages.craft-application: 4.6.0 -> 4.7.0 (#369246) 405a6a53c511b mmex: unvendor 9e51fd8b0219b Merge remote-tracking branch 'origin/master' into staging-next 3a4eefe5fb2c1 python312Packages.oelint-parser: 5.1.0 -> 6.5.0, oelint-adv: 6.1.0 -> 6.6.6 (#369754) a6741d03785c1 python312Packages.monai: relax numpy<2 constraint 53d5113debb7e notify-osd: 0.9.34 → 0.9.35+20.04.20191129 (#369308) cb5d943e5ff63 swt: fix link to upstream GTK4 tracking issue 074830ac8658b foundry: init at 0.3.0 8c6f4ad9d6a4e oelint-adv: 6.1.0 -> 6.6.6 34a69e1e7bfdd python312Packages.oelint-parser: 5.1.0 -> 6.5.0 70e6b217a8c81 phpExtensions.xdebug: 3.4.0 -> 3.4.1 633e54d642501 maintainers: fix 2 invalid mxid's dfa6797af8071 maintainers: add matrix account for asymmetric 19ca7960aa81b python312Packages.gotailwind: migrate to pytest-cov-stub 55c0a30825a1d mptcpd: init at 0.13 (#355928) 15df079891fb7 vim: 9.1.0905 -> 9.1.0990 (#371433) c55928899ccd0 xorg.libXau: 1.0.11 -> 1.0.12 (#366728) abab13834d41b python312Packages.lsp-tree-sitter: 0.0.16 -> 0.0.17 (#371263) 7b4b6d9983412 python312Packages.aionut: migrate to pytest-cov-stub be0fda65110b1 homepage-dashboard: prefix nixpkgs-specific env var with NIXPKGS_ a137aa33cbcad homepage-dashboard: use subshell instead of pushd/popd 349b7f8aed3e9 homepage-dashboard: remove unneeded dependency on 'git' 9f25f899f09b5 nixosTests.homepage-dashboard: check declarative settings 2bfeb89021c53 mmex: move to pkgs/by-name 3b14851850153 graphene-hardened-malloc: 2024120400 -> 2024123000 d1b1b1c167f82 phpPackages.phpstan: 2.0.4 -> 2.1.1 a296e2a219cce phpExtensions.spx: 0.4.17 -> 0.4.18 a774bc36805e3 swt: 4.33 -> 4.34 cc5645c6e01a1 nixos/dhcpcd: fix updating resolv.conf when using systemd-resolved a322c9280a960 zwave-js-ui: init at 9.27.8 55ec1eee1ec65 libmsquic: init at 2.4.7 c2778bdad865d phpPackages.castor: 0.21.0 -> 0.22.0 6dd85fe299629 pulumi: work around build failure with go 1.23 92b473057cf46 lib/types: init defaultComposedFunctor for types.{attrsWith,listOf} (#366015) c2c0354f13f79 squid: 6.10 -> 6.12 ece718c464191 nixos/systemd-stage-1: Fix FIDO2 udev rules (#371384) fd8696a17835a nixos/systemd-stage-1: Fix FIDO2 udev rules a8f637ac992b9 pfetch: 1.7.0 -> 1.7.1 (#371481) 5ab633dbe618f razer-cli: init at 2.2.1 b7d38c92d5471 maintainers: add kaylorben f6e5aee804868 Merge branch 'staging' into staging-next 1baf1b79f782c python312Packages.inkex: clean up test inputs d6d369bd49eae bilibili: 1.16.1-2 -> 1.16.1-3 (#371441) 479fe8d5806fd vorta: 0.9.1 -> 0.10.3 & formatting fix 5daca2db3da90 python312Packages.aiovodafone: migrate to pytest-cov-stub (#371405) e045b360f3515 electron-source: copy node_headers.tar to new 'header' output 1d9c9c97c16cb mediawriter: 5.2.2 -> 5.2.3 (#371406) d966bb68aafc4 pfetch: 1.7.0 -> 1.7.1 1d7c2b08c7ef4 python312Packages.pymodbus: migrate to pytest-cov-stub (#371409) 535f65e1638ab python312Packages.pywaze: migrate to pytest-cov-stub (#371411) 5ab1394e24ca6 python312Packages.pyrainbird: migrate to pytest-cov-stub (#371412) 01c9e3ae7bb74 alpine-make-rootfs: 0.7.0 -> 0.7.1 (#371425) d2b7a06549c8d python312Packages.subarulink: refactor (#371429) 8c1a80ad5a025 ddrescue: 1.28 -> 1.29 (#371305) 2f35a8a8ff346 tintin: 2.02.41 -> 2.02.42 (#371014) 5f7c8194f5b4d notify-osd: 0.9.24 → 0.9.35+20.04.20191129 fbae2ec8ad528 notify-osd: remove fat `with lib` 99e1037b351d7 notify-osd: use finalAttrs w/ mkDerivation ebbe9f39848cf python312Packages.anthropic: 0.39.0 -> 0.42.0 f5bd23e78a8ed hentai-at-home: 1.6.3 -> 1.6.4 399d2f74143ab python312Packages.fe25519: refactor, python312Packages.ge25519: refactor (#371400) 315f5fbd17315 nvidia-system-monitor-qt: 1.5 -> 1.6 (#371446) f99d2aea5892a python312Packages.aiosyncthing: refactor (#371396) 86f322b66b989 python312Packages.aioasuswrt: migrate to pytest-cov-stub (#371393) f348d05161a87 homepage-dashboard: 0.10.6 -> 0.10.8 (#371372) 2a0b2de5139ab ddccontrol-db: 20240920 -> 20250106 (#371389) 4b0ea3727285d dockle: 0.4.14 -> 0.4.15 (#371390) d7f2f1a3e3363 ginac: 1.8.7 -> 1.8.8 (#370579) 70c268661111b vokoscreen-ng: 4.3.0 -> 4.4.0 7dd39d2082524 qdmr: 0.12.0 -> 0.12.1 (#370767) 9ee7a88f5e108 python312Packages.editorconfig: 0.12.4 -> 0.17.0 (#369288) fff647bfd5b61 smap: init at 0.1.12 Smap is a drop-in replacement for Nmap powered by shodan.io written in go 860e5bd860252 hyprland-qtutils: 0.1.1 -> 0.1.2 (#371318) c518e58752d50 maintainers: add yechielw 6eca8c6add1b3 matcha-rss-digest: 0.6.1 -> 0.7.0 (#371322) db08c8d4da028 Merge remote-tracking branch 'origin/staging-next' into staging 137e444dd7e77 qidi-slicer-bin: 1.2.0 -> 1.2.1 (#371358) 9ba91047d1612 haskell.packages.ghc9121.jailbreak-cabal: 1.4 -> 1.4.1 0371e3a84eef5 python312Packages.imgw-pib: 1.0.8 -> 1.0.9 (#371336) b5f91261d9882 python312Packages.django-vite: 3.0.5 -> 3.0.6 (#371289) f43b47a4d6ffc python312Packages.pdfplumber: 0.11.4 -> 0.11.5 (#371290) 2e3912bb49716 mpvScripts.modernz: 0.2.2 -> 0.2.3 (#371291) 606615f50565f python312Packages.dep-logic: 0.4.9 -> 0.4.10 (#371298) 246f6954979af cyclonedx-gomod: 1.8.0 -> 1.9.0 (#371307) 6b8057e93e944 fastcap: fix GCC 14 build (#371233) ad56d460e8143 python312Packages.python-homewizard-energy: 7.0.0 -> 7.0.1 (#371237) 34724d1fbdd00 python312Packages.pyathena: 3.12.0 -> 3.12.2 (#371243) b1ee7506a03a9 librenms: generate i18n files (#367646) eb1e5b997f3f8 python312Packages.wikipedia-api: 0.7.1 -> 0.7.3 (#371264) b86f7f096b335 memento: 1.4.1 -> 1.5.0 (#371321) 38b648f7ccf4b python312Packages.pymunk: 6.9.0 -> 6.10.0 (#371168) 4a6768d4f9cb4 poetryPlugins.poetry-plugin-export: run tests da16b33bc91e5 poetryPlugins.poetry-audit-plugin: unpin poetry 0a29203c56873 python312Packages.safety-schemas: unpin pydantic a0fea4f1bd227 poetryPlugins.poetry-plugin-shell: init at 1.0.0 5782ef8dc37f8 lib/types: deprecate functor.wrapped in types.listOf 8523f61f93548 release-notes: add deprecation note: funtor.wrapped for lib.types.attrsWith a48d3c8df0bd3 ceph: add patches for GCC 14 and Boost 1.86 (#370304) 5fb9031b35380 treewide: remove obsolete `TARGET_OS_*` workarounds (#371310) 11d1b74488b05 python312Packages.altair: disable flaky tests 2b6b141ce264f netdata: fix absolute path to lm_sensors binary (#365461) e4bf30fe33a50 python313Packages.gpgme: fix build (#371188) 45e7b04b5fb13 zizmor: 0.10.0 -> 1.0.0 (#370807) 3d92f38fbd9d0 lib/types: refactor elemTypeFunctor for types.attrsWith ebdb307d51e99 build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#371397) 933242a56fe7f rstudio: add patch for Boost 1.86 48b49cab9a597 candy-icons: add passthru.updateScript (#371304) eb69d60f11495 playwright: refer to the core project instead of the python test launcher 34d86283f60ee various: remove code for macOS < 11 (#370995) a0ea2c95092ce maintainers: add osbm 3f49e3dc06f21 consul: 1.20.1 -> 1.20.2 (#371350) 9eccafa200b6f todoist: 0.20.0 -> 0.22.0 3840b94c24df9 broot: 1.44.4 -> 1.44.5 (#371301) 1978b2cd68f14 snapraid: run tests on `x86_64-darwin` (#371331) 79d947da20f92 trippy: 0.12.1 -> 0.12.2 (#371255) d8b0a964d7ea8 limo: 1.0.10 -> 1.0.11 (#370870) b2f589e8e5aae daisydisk: init at 4.30 (#368602) f348e86735cf6 mkKdeDerivation: provide proper stdenv when asked for (#371444) c84a2088ee08f gtk-sharp-2_0: fix compile error on gcc 14 41ab77f3147b3 gtk-sharp-3_0: fix compile error on gcc 14 47f1abca7cbf4 nvidia-system-monitor-qt: 1.5 -> 1.6 76872bacbb0ae mkKdeDerivation: provide proper stdenv when asked for a8be94c0af330 input-leap: Backport fix for crash on qt6.8 (#368841) e57dd5657e23f bilibili: 1.16.1-2 -> 1.16.1-3 bf4e54a1c5870 alpine-make-vm-image: 0.13.0 -> 0.13.1 (#371426) f0b0f90063fc3 openlinkhub: 0.4.4 -> 0.4.5 ab07c0025d965 wxGTK31, wxGTK32: drop setfile stub aa1203429f56d orca-slicer: fix gcc14 ae6e24d9729f3 vim: 9.1.0905 -> 9.1.0990 fe70e52a808af clipcat: 0.19.0 -> 0.20.0 (#371431) 75754eead564e butterfly: 2.2.2 -> 2.2.3 (#367867) e943fb22cc571 elasticmq-server-bin: 1.6.10 -> 1.6.11 ea385c7f9ffad wxGTK31, wxGTK32: move to pkgs/by-name 5a9982cc2905d python312Packages.safehttpx: init at 0.1.6 fa8055ec155e0 wxGTK32: reformat with nixfmt f3de10414a0b7 houdini: make houdini run again (#370461) 36f31957fab19 python313Packages.mlxtend: fix build e20d57385a767 arpack-mpi: workaround `ld: file not found: @rpath/libquadmath.0.dylib` b5fe94c6c4062 clipcat: 0.19.0 -> 0.20.0 530719db92669 code-cursor: 0.44.9 -> 0.44.11 (#371295) 901090877fbfc python312Packages.subarulink: migrate to pytest-cov-stub 1f5df96645ea1 minio-warp: 1.0.6 -> 1.0.7 (#371404) f57b567f5de8b chatterino2: generalize expression; chatterino7: init at 7.5.2; chatterino2: 2.5.1 -> 2.5.2 (#371181) dd7d2c203af5a python312Packages.subarulink: refactor 02611c2d10f1b python312Packages.stanza: 1.9.2 -> 1.10.1 (#371285) ed62714176e5d python312Packages.jaxopt: disable failing tests 8c40a322b357d fityk: fix cross / strictDeps build 48e1f11634a60 unifi: 8.6.9 -> 9.0.108 c9e60c588e1a4 alpine-make-vm-image: 0.13.0 -> 0.13.1 a8d881915b768 alpine-make-rootfs: 0.7.0 -> 0.7.1 b30f97d8c32d8 onefetch: 2.22.0 -> 2.23.1 (#370530) 5bcdf4a78119e arpack-mpi: append `-mpi` to pname dda2eb2d766aa jellyseerr: 2.1.0 -> 2.2.3 (#371028) 5c7ad3adda06a entropy: init at 1.0.7 (#317517) af8a8161bc24c home-assistant-custom-components.solis-sensor: 3.8.0 -> 3.8.1 (#371370) 0592ec9377be2 authentik: Fix ak script for systemd units (#369445) df1e6caf8709b vimPlugins.papis-nvim: init at 2024-10-30 (#370745) 94473c1742a46 python312Packages.simplesqlite: 1.5.2 -> 1.5.3 (#371052) 62a1b7ff616e6 python312Packages.pywaze: migrate to pytest-cov-stub 08dd8964d91c0 Merge master into staging-next 9f46f57b78d2e trealla: 2.63.10 -> 2.63.11 (#371159) ddff3263299e0 tsukimi: 0.18.0 -> 0.18.1 (#371173) b4ce201de35c5 usbkvm: 0.1.0 -> 0.2.0 (#371137) 41a722f7c0d0b python312Packages.pyrainbird: migrate to pytest-cov-stub 0fbfc50f7f67d quickemu: explicitly enable Samba support in QEMU (#371407) d641721a863b2 hashes: 1.1.0 -> 1.1.1 (#371135) b4b301c5e0d77 paperwork: fix installing translations f60b158876dec posy-cursors: update license (#371163) 1684104daeeab vimPlugins.papis-nvim: init at 2024-10-30 a84a96f683006 luaPackages.papis-nvim: init at 0.7.0-1 28c826e18de84 python312Packages.pymodbus: migrate to pytest-cov-stub 55418d875ec98 quickemu: explicitly enable Samba support in QEMU 19ab97dfada09 protonup-qt: 2.10.2 -> 2.11.1 (#371306) bb734e31fc7bf clangbuildanalyzer: 1.5.0 -> 1.6.0 (#371309) 8b371c16aac63 bant: 0.1.9 -> 0.1.11 (#371334) faa8c806fdafa python312Packages.aiovodafone: migrate to pytest-cov-stub 7e04d9dd07373 csharpier: 0.30.3 -> 0.30.5 (#371360) 4da26a8a16eb4 maintainers: update github account for yuka (#371392) 484824ce22dfe mediawriter: 5.2.2 -> 5.2.3 ca48765135a48 minio-warp: 1.0.6 -> 1.0.7 1b7ff5262f05b quickemu: don't depend on qemu_full (#371395) e280fcf5f20a4 samtools: 1.19.2 -> 1.21 d98510f4c69b9 python312Packages.ge25519: migrate to pytest-cov-stub b3c1431629dd1 python312Packages.fe25519: migrate to pytest-cov-stub 699ce1676cb43 python312Packages.ge25519: refactor 3bc7f6ab37f6a python312Packages.fe25519: refactor 742c4b07746ac entropy: init at 1.0.7 f3fe1478712c2 python312Packages.aiosyncthing: refactor f9210b5fb1faf quickemu: don't depend on qemu_full b6f118ba5b1a2 python312Packages.aiosyncthing: migrate to pytest-cov-stub fb6736a984779 scala: drop scala 2.10 and 2.11 0c2c428391ebf chatterino2: 2.5.1 -> 2.5.2 861bc667a86c1 chatterino2: add marie as a maintainer 22375daedfb8d chatterino7: init at 7.5.2 5c7d6023851c0 scala_2_13: 2.13.12 -> 2.13.15 (#370675) 4c8505b430d65 python312Packages.aioasuswrt: migrate to pytest-cov-stub 644fffcd8b364 maintainers: update github account for yuka 141f581d6f641 pkgs.formats: add cdn 0018055bc1a01 coqPackages.smtcoq: don't build currently-broken specific veriT 127ea1b5a85c6 json2cdn: init at 0.1.0 9c35a835f6ed2 dockle: 0.4.14 -> 0.4.15 e5b1786ddbc2e python312Packages.adafruit-platformdetect: 3.75.0 -> 3.76.1 (#371273) 5154c6c36ca4c ddccontrol-db: 20240920 -> 20250106 909dc0158a936 chatterino2: generalize expression 4aa7d2d61b0c9 walker: 0.9.0 → 0.11.16 (#371378) 6ade0b3f81ba6 descent3-unwrapped: 1.5.0-beta-unstable-2024-12-20 -> 1.5.0-beta-unstable-2025-01-01 ba7ff8141b3ec perlPackages.CryptDES: fix build (#369877) d575340ffb5a6 nixos/alsa: rebirth from the ashes (#337345) 8caebee46d986 cp2k: 2024.3 -> 2025.1 (#370439) 7036d98c47f0f python312Packages.scs: 3.2.7 -> 3.2.7.post2 05fdade301556 python3Packages.craft-application: temporarily disable broken tests in Python 3.13 aac3861371b34 python3Packages.craft-grammar: temporarily disable broken tests in Python 3.13 03b400b595b2e nixos/pam: update u2f authfile description a1ad5919e4532 linux_xanmod, linux_xanmod_latest: 2026-01-02 (#370318) b2697bec57278 python3Packages.pygit2: import upstream patch to fix Python 3.13 tests 2edc391081c86 octavePackages.matgeom: 1.2.3 -> 1.2.4 (#297791) 1dd1c84bfe9a1 tmuxPlugins.dracula: 2.3.0 -> 3.0.0 (#370703) 78ef63e579e96 rockcraft: disable broken test due to dependency difference in nixpkgs ab4fe0490b0de snapcraft: disable broken test due to dependency difference in nixpkgs 3783a0f250d17 charmcraft: disable two failing tests; broken upstream 29bd96a29f6ce oqs-provider: 0.7.0 -> 0.8.0 (#369911) 0fde2d3a978ab walker: 0.9.0 → 0.11.16 53d7ab796538e ihaskell: Fix package dataset path 249d1c35c6f6e R: fix and enable strictDeps (#366755) 533042a9c673d homepage-dashboard: 0.10.6 -> 0.10.8 f7fa929055ba0 icloudpd: 1.25.0 -> 1.25.1 78c9ec6e79337 home-assistant-custom-components.solis-sensor: 3.8.0 -> 3.8.1 16403383f4214 home-assistant-custom-components.solis-sensor: 3.7.2 -> 3.8.0 (#366858) 28988d08f4312 R: fix and enable strictDeps 460a5213f1460 ocamlPackages.ocamlmerlin-mlx: init at 0.9 25682a62b655a python3Packages.pytest-rerunfailures: 14.0 -> 15.0 (#358855) eccb8552c0b27 nixos-rebuild-ng: fix addopts in pytest 07587f91ebdef ocamlPackages.odds: small fixes (#371357) b9c7ebcbeee4d python312Packages.fs: re-add setuptools (#368857) fea2ee4a8e0bc botan3: remove code for macOS < 11 (#371328) 4272a1f61995d python312Packages.tencentcloud-sdk-python: 3.0.1295 -> 3.0.1296 (#371359) 9e8d6768f0116 xrizer: init at 0.1 (#371093) 0e9891503aaac nixos/fcitx5: fix quickphrase (#368743) 79fa758e89588 filebeat8: init at 8.16.1 (#364263) 5ecf371f8dad1 flex-launcher: init at 2.2 2c5e137d50e6a komga: 1.15.1 -> 1.16.0 (#371333) 66abdfbfc468a perlPackages.CryptDES: fix build for gcc14 619b5adb2ef46 pnpm_9: 9.15.2 -> 9.15.3 (#371303) f744c156d887c xrizer: init at 0.1 dc72483b0aa3d filebeat8: init at 8.16.1 7b32c640f8fdb ocamlPackages.merlin: fix build 5ff3f20fc8f72 python312Packages.aranet4: 2.4.0 -> 2.5.0 (#371235) bf053849ddd1a checkov: 3.2.344 -> 3.2.346 (#370543) 920e59efe31cf metasploit: 6.4.42 -> 6.4.43 (#371297) 2f228383408bc python312Packages.pynmeagps: 1.0.43 -> 1.0.44 (#371338) af7e02973a4b6 python312Packages.tencentcloud-sdk-python: 3.0.1295 -> 3.0.1296 865ab911551b4 nixos/paperless: add module options for automated exports b550b4f94e4c8 csharpier: 0.30.3 -> 0.30.5 a220c0ff59c35 qidi-slicer-bin: remove unused argument f598632917d43 envoy: fix build fa44881558e2b mysql-workbench: 8.0.38 -> 8.0.40 (#369489) c4ee24fe1bdfc mdbook-mermaid: 0.14.0 -> 0.14.1 (#371325) a7fe29461e9de morewaita-icon-theme: 47.2 -> 47.3 (#371324) c89d90c026587 maintainers: add additional key for ethancedwards8 (#371344) b5b41d499ef8b ocamlPackages.odds: small fixes b2d0e3ac429ae dnscontrol: 4.15.2 -> 4.15.3 (#371024) e8269ed5277f2 notion-app: init at 4.2.0 (#367650) e57e583636e60 qidi-slicer-bin: 1.2.0 -> 1.2.1 7041483103e1e qcad: 3.31.2.3 -> 3.31.2.7 da630e71562b3 senpai: update homepage (#371167) 7602b3414386e moodle: 4.4.5 -> 4.5.1 4b10a7b42b543 python3.pkgs.service-identity: 24.1.0 -> 24.2.0 (#370959) a65d8c74cdf22 Merge staging-next into staging b3ff05f7e8e3f Merge master into staging-next 6663da588d8b6 josm: 19253 -> 19277 (#371299) 942e79dbd2f77 nixos/netbird: fix state directory mode (#371315) e0a0949cf5fb6 consul: 1.20.1 -> 1.20.2 e0678955e9340 python312Packages.backports-datetime-fromisoformat: 2.0.2 -> 2.0.3 (#371283) 8ab83a2127643 uiua{,-unstable}: add windowSupport option and refactor (#371040) 9ffa81f5e990f notion-app: init at 4.2.0 327ecdcdbe09b spark: 3.5.1 -> 3.5.4, 3.4.3 -> 3.4.4 bd3b43076dc83 verible: 0.0.3836 -> 0.0.3894 1cedae1f6ae49 python312Packages.pynmeagps: 1.0.43 -> 1.0.44 3df3c47c19dc9 superfile: 1.1.6 -> 1.1.7 (#371308) 6ce040213411b narsil: 1.3.0-350-ga51756908 -> 1.4.0 (#360714) fecea3678f756 python312Packages.imgw-pib: 1.0.8 -> 1.0.9 53f806e02816c stackql: 0.6.32 -> 0.6.50 7aca12ca72a9d bant: 0.1.9 -> 0.1.11 161f74d0db3ae dcm2niix: 1.0.20240202 -> 1.0.20241211 db3a3f7c1ba4e candy-icons: add passthru.updateScript d9e107a39aec4 komga: 1.15.1 -> 1.16.0 bcc221a471084 python3.pkgs.service-identity: 24.1.0 -> 24.2.0 001bc72350601 snapraid: run tests on `x86_64-darwin` 17035a6ec5621 tmuxPlugins.dracula: v2.3.0 -> v3.0.0 1944a966101bd build-bazel-package: added rm of extra local folders for toolchain configuration in latest bazel versions. (#370242) 51291dec17f40 python312Packages.httpx-ws: 0.7.0 -> 0.7.1 c6ae8291d2fac pgmoneta: 0.15.0 -> 0.15.1 9741dda7b66aa catch2_3: 3.7.1 -> 3.8.0 (#371311) 828d940d2f1d0 matcha-rss-digest: 0.6.1 -> 0.7.0 35f6c3bfed7b3 memento: 1.4.1 -> 1.5.0 0a72d910ec560 botan3: remove code for macOS < 11 71b080a8e5175 hoppscotch: 24.11.0-0 -> 24.12.0-0 06760e7ea0500 hyprland-qtutils: 0.1.1 -> 0.1.2 8e44bd9c6668e nixos/netbird: fix state directory mode 99947385e7c2a mattermost: build webapp from source ecd810c4cc908 dotnet: improve language coverage of passthru.tests for dotnet sdks (#370789) 3858ba1cb2e68 python312Packages.pathvalidate: 3.2.1 -> 3.2.3 c14d641d9d72f yakut: fix dependencies (#287779) 8691f7f4e689f lightburn: 1.6.04 -> 1.7.04 (#370314) c901a94dac273 catch2_3: 3.7.1 -> 3.8.0 cb73dab54d14b jwhois: remove obsolete `TARGET_OS_*` workaround e28dd23eed8b0 icoutils: remove obsolete `TARGET_OS_*` workaround 2dfb2974314c1 cdo: remove obsolete `TARGET_OS_*` workaround 7d9c19c00d5f0 mynewt-newt: remove obsolete `TARGET_OS_*` workaround 873cc4bf0faf5 fluent-bit: remove obsolete `TARGET_OS_*` workaround 07464c4dca6f1 remmina: remove obsolete `TARGET_OS_*` workaround 4ba8d9956e1b8 freerdp{,3}: remove obsolete `TARGET_OS_*` workaround 110cca6232e13 gotop: remove obsolete `TARGET_OS_*` workaround 26e9e065fa7f5 alac: remove obsolete `TARGET_OS_*` workaround b0e229092a554 gtk-frdp: remove obsolete `TARGET_OS_*` workaround 6cdd31392ae4e grandorgue: remove obsolete `TARGET_OS_*` workaround 4a1315c9e01a9 libvisio: 0.1.7 -> 0.1.8 (#351035) f342be8615e11 clangbuildanalyzer: 1.5.0 -> 1.6.0 0680673ccec29 python312Packages.cffi: remove unnecessary Darwin patch (#371293) 69c435e77a283 libtomcrypt: remove obsolete `TARGET_OS_*` workaround 6f62ff2261e1f libtommath: remove obsolete `TARGET_OS_*` workaround 589d42d0fd201 superfile: 1.1.6 -> 1.1.7 7a4d9674143b2 pnpm_9: 9.15.2 -> 9.15.3 ba80a00d18ae3 cyclonedx-gomod: 1.8.0 -> 1.9.0 5a58822a18437 python312Packages.mandown: 1.10.0 -> 1.10.1 (#370595) 05949196edfa4 protonup-qt: 2.10.2 -> 2.11.1 fc3ac053dd4b9 ddrescue: 1.28 -> 1.29 1ff0bdf041c89 desmume: fix build (#370206) 83de88c6ea848 verapdf: 1.26.2 -> 1.26.4 (#370610) 5fb9d8863b617 raze: fix build with gcc14 (#370738) 19be72ef0caad python3Packages.moto: 5.0.20 -> 5.0.22 (#363883) d17d7cc5bec67 gromit-mpx: remove pcre (#371087) a58f8abed0d12 Merge staging-next into staging 7a4b48d32a7ac Merge master into staging-next 23209a993c44f koboldcpp: 1.80.3 -> 1.81 (#371005) 22ee4ea4c3e35 broot: 1.44.4 -> 1.44.5 1f3fe1d35baaa termshot: 0.4.0 -> 0.4.1 (#371127) 3171f8d35f369 metasploit: 6.4.42 -> 6.4.43 50b6e2b80b767 python312Packages.dep-logic: 0.4.9 -> 0.4.10 fa3ad81df3c80 josm: 19265 -> 19277 a102717ccc03b josm: 19253 -> 19265 792197c433a0b code-cursor: 0.44.9 -> 0.44.11 eff89e3bd808b python312Packages.cffi: remove unnecessary Darwin patch 3ef6e71ead82a vtk: fix libGL include dir 3b998b4adb33a gnupg22: drop, libgcrypt_1_8: drop (#371269) 24ccd397b7aa2 mpvScripts.modernz: 0.2.2 -> 0.2.3 2567fe09866ae perf_data_converter: fixed hash post-buildBazelPackage fix. e0ae3c2616172 bant: fixed hash post-buildBazelPackage fix. 2fe3a38643334 python312Packages.django-vite: 3.0.5 -> 3.0.6 8df39dce4f342 python312Packages.pdfplumber: 0.11.4 -> 0.11.5 c699985294841 plantuml-server: remove unnecessary systemd option path (#309893) 945777b8ed999 nixos/zfs: Set scrub default IOSchedulingClass to idle (#312193) b7ea795937aa4 nixos/overlayfs: add a switch to disable prefixing with `/sysroot` for initrd mounts (#340763) 0826b950338a3 wiiuse: 0.15.5 -> 0.15.6 (#370819) 05c29e5040aa8 _7zz: remove code for macOS < 11 (#371281) 23a675ee83134 tree-sitter-grammars: add kdl fbc5cb89fd93f selenium-manager: 4.25.0 -> 4.27.0 (#356836) eab2354554c88 python312Packages.stanza: 1.9.2 -> 1.10.1 c745ca0083b2e lomiri.lomiri-content-hub: Fix example moving after project rename e72a19192c752 python312Packages.backports-datetime-fromisoformat: 2.0.2 -> 2.0.3 764082c09598e nixos/fileSystems: add enable option (#301915) 90f2d227707c6 asar: remove mkYarnPackage usage (#342155) 70d0470ab7682 _7zz: remove code for macOS < 11 5abdde9f601a3 udev: substitute /usr/bin/cat in rules (#370740) b44bdbcb837e4 sea-orm-cli: 1.1.1 -> 1.1.3 (#369355) dfe1c24809767 pgx_ulid: init at 0.2.0 310cc42940220 anbox: drop (#370821) a79293357501f python312Packages.fastavro: 1.9.7 -> 1.10.0 8069177809b3d python312Packages.pylink-square: 1.3.0 -> 1.4.0 66db139ea3891 autotools-language-server: 0.0.19 -> 0.0.22 2e6c0a7f58999 python312Packages.tree-sitter-make: init at 1.1.1 53d915d81fd74 atuin: make cargoHash the same on Linux and Darwin 86aeb6fd65511 python312Packages.adafruit-platformdetect: 3.75.0 -> 3.76.1 cc5c0b2058967 mihomo: 1.19.0 -> 1.19.1 (#369723) a401c88cf8983 cider-2: 2.5.0 -> 2.6.0 (#369720) b88d4a6b82f9f libgcrypt_1_8: drop f8bca3f33f873 gnupg22: drop 06c31af858c4d cc-wrapper: warn if clang's `--target` option is used on a wrapped compiler (#323869) 32010fc998641 libvdpau: fix tracing feature (#355297) 1a72fa0e199ab fetchFromGitHub: use the API tarball endpoint f58a39c8cf78c alsa-ucm-conf: fix hardcoded FHS paths (#371108) 289a4c663159d nixos/btrbk: add snapshotOnly option (#369480) 9ae46ee070d06 python313Packages.selenium: 4.25.0 -> 4.27.1 bb80f9646a506 selenium-manager: 4.25.0 -> 4.27.0 e38e6f054c6c9 python312Packages.wikipedia-api: 0.7.1 -> 0.7.3 affab2b149b1d python312Packages.lsp-tree-sitter: 0.0.16 -> 0.0.17 a614eb6371ee1 xcbuild: fix interactive applications run by xcrun (#359721) df8edadbb669b freebsd: fix clang 19 build and improve overridability again (#360313) ffbb3ad3b501d treewide: update openstack clis to python 3.12 (#363661) f20f8922b0fda libtiff: switch back to CMake and fix static (#366566) 85c6ec2fe3163 keyscope: 1.3.0 -> 1.4.0 b70d8b20e7b1b xarcan: add mesa to buildInputs (#370901) d6ad42c30859a sea-orm-cli: 1.1.1 -> 1.1.3 fc6fd61b00e00 zsh-history-to-fish: fix runtime error via patch c447792f28bd3 jwt-cli: refactor 2af6f0e8ff6d3 snd: 24.9 -> 25.0 (#370772) 6d0b606f19f60 trippy: 0.12.1 -> 0.12.2 3a1364f35fac9 dbeaver-bin: 24.3.0 -> 24.3.1 d3eee9a814fbc python311Packages.tensorflow: remove code for macOS < 11 53d15ba54f32c python312Packages.sentence-transformers: remove code for macOS < 11 85f2404cc2fdf python312Packages.torch: remove code for macOS < 11 bb3ca4c2e19f5 python312Packages.intake: remove code for macOS < 11 1f83d810b6293 tup: remove code for macOS < 11 2931f3f2512de rs: remove code for macOS < 11 e375360a4bd0f py-spy: remove code for macOS < 11 bb698ad42ac3a freedv: remove code for macOS < 11 8c4e57cf821d1 dark-mode-notify: remove code for macOS < 11 2d9216fa8a470 junkie: remove code for macOS < 11 0e742321a1463 gdlv: remove code for macOS < 11 40abf9f7dbd41 fluent-bit: remove code for macOS < 11 d0d3a07101bf8 libfilezilla: remove code for macOS < 11 027d53c0e4bf4 filezilla: remove code for macOS < 11 34d052e696715 groestlcoin: remove code for macOS < 11 17193dd6d939b bitcoin: remove code for macOS < 11 f84d6275fee23 kitty: remove code for macOS < 11 c10bb4c2a6a6a mmex: remove code for macOS < 11 1960f5077efdd gtksourceview5: remove code for macOS < 11 3fcf59e875905 pam-reattach: remove code for macOS < 11 d60afbe3b18d3 webkitgtk_{4_0,4_1,6_0}: remove code for macOS < 11 f22333bcea2ab libwebp: 1.4.0 -> 1.5.0 (#366783) 3d4bb1b301081 nomacs-qt6: init (master + plugins) (#359160) 75269b2605494 vtk: fix darwin build (#370945) 39f6fbae27920 snd: move to pkgs/by-name, refactor cdaf8f0964f50 zabbix70: 7.0.6 -> 7.0.7 (#368536) cb9f5cbaaefaf snd: 24.9 -> 25.0 c313aa19143c6 liburcu: 0.14.1 -> 0.15.0 (#366968) bdd74bf0f003e scheherazade: move to pkgs/by-name (#371162) 67c5fd18e8e95 linux: enable netkit 08e3fd17ac871 git-aggregator: 2.1.0 -> 4.0.2 e8bc2c81a0cba gnuradioPackages.bladeRF: init at 0-unstable-2023-11-20 (#345249) ee88d6f6aa827 flatbuffers: 24.3.25 -> 24.12.23 (#367789) f2318ecfb6224 rqbit: expose the webui as passthru 5dbafd1004131 treewide: remove obsolete aligned allocation workarounds (#370749) c0abc86db3b57 restic-browser: use fetchCargoVendor (#371197) 6e6188af7b1a8 image/images: Adapt remaining images to system.build.image & normalized filenames, (#359345) 7ea4730d72328 mupdf: 1.24.11 -> 1.25.2 (#369410) c86acd821947e gmsh: fix missing strptime build error (#370448) 9bc077e5beee1 python312Packages.pyathena: 3.12.0 -> 3.12.2 3f87b9703ba1e python313Packages.websockets: disable failing test (#371123) 3b57b19f4e0cf fluidsynth: 2.3.7 -> 2.4.2 (#358133) 7f9f600672f84 workflows/eval: add swapfile to tackle recent borderline OOM (#371203) c058e55d3bdc8 memcached: 1.6.31 -> 1.6.34 (#362219) dcc38ced2588d glog: 0.6.0 -> 0.7.1 (#364543) f5097a67ea816 python313Packages.websockets: disable failing test, cleanup 62dcd2994660a python312Packages.pymupdf: set `PYMUPDF_SYSINSTALL_TEST` d7dae1440e804 python312Packages.pymupdf: 1.24.14 -> 1.25.1 421330f780b19 mupdf: 1.24.11 -> 1.25.2 6572dba0b7f55 spdlog: 1.14.1 -> 1.15.0 (#354975) a32e3d6e7055c python312Packages.aranet4: 2.4.0 -> 2.5.0 09652a628e63b python312Packages.python-homewizard-energy: 7.0.0 -> 7.0.1 4d24b79482f75 python312Packages.powerfox: init at 1.1.0 (#371207) fad5870966575 xxHash: 0.8.2 -> 0.8.3 (#369300) e1786d996e34c clisp: disable PIE hardening, fix strictDeps build 5424cc1bb63b1 home-assistant-custom-components.midea_ac_lan: use maintained fork (#371213) 04a5fd4b4ffae nixos/eval-config: Deprecate NIXOS_EXTRA_MODULE_PATH (#349549) d12bdcdfa69cd fastcap: fix GCC 14 build 198963bf63bb2 linuxHeaders: 6.12 -> 6.12.7 (#369357) 066f909d15dc8 xorg.libICE: 1.1.1 -> 1.1.2 (#367601) 098ad57f5df5d xorg.libSM: 1.2.4 -> 1.2.5 (#367028) 6bff619479177 python312Packages.model-checker: 0.6.6 -> 0.6.10 (#371215) 4cca87cd7b809 home-assistant-custom-components.midea_ac_lan: switch to maintained fork 76b688c193330 python312Packages.midea-local: init at 6.0.3 487904e8e3c87 wayland-protocols: 1.38 -> 1.39 (#367589) 2b7caa4b3b1d9 home-assistant: update component-packages 21fb113b9c8b7 python312Packages.powerfox: init at 1.1.0 9ab8680f70698 netpbm: 11.8.2 -> 11.9.0 (#369011) 0f53540942c19 midori-unwrapped: update homepage a3e6095949aca garden-of-coloured-lights: update homepage 3e071e122ab13 iwona: update homepage f2e6d6ab9cd59 vengi-tools: update homepage 63cd447c77d0c libcamera: 0.3.2 -> 0.4.0 (#368073) 64cfcd064a5a6 capypdf: init at 0.14.0 a1ce6759c2563 pango: 1.54.0 → 1.55.5 8efc701451f14 gtk4: 4.16.3 → 4.16.7 51853c01f1160 sysprof: 47.0 → 47.2 091eb3523146b Merge gnomeExtensions: auto-update (#364201) ab695c5589c05 Reapply "libportal: 0.8.1 -> 0.9.0" 196c89454e72f xdg-desktop-portal: Disable test failing with libportal 0.9.0 02d361af8602a xdg-desktop-portal: format 141ea41cba6f9 cross-seed: init at 6.8.4 (#329243) 8d4d53dc86e27 python312Packages.appdirs: fix typo (#369422) c648235c645db cc-wrapper: Unconditionally warn about skipped native flags (#203675) 95e1340aedca3 hdrop: 0.6.0 -> 0.7.2 2d4df785f95c9 kdePackages.ark: fix broken password protection (#371224) 33492e6452d16 kdePackages.ark: fix broken password protection 2e2fc521d519e prusa-slicer: 2.8.0 -> 2.9.0 (#367376) 1b041784d362e python312Packages.fastecdsa: 2.3.2 -> 3.0.0 (#371080) 92afd29cd0834 python312Packages.mandown: 1.10.0 -> 1.10.1 45a95bef5e215 python312Packages.google-cloud-speech: 2.29.0 -> 2.30.0 (#371180) 8d911b276b8f4 python312Packages.sqlmap: 1.8.12 -> 1.9 (#371179) 1137344f194d5 wxsqlite3: 4.9.12 -> 4.10.0 (#369985) 12672f38a1547 python312Packages.commonregex: init at 1.5.4 96167bdb4d358 python312Packages.pynitrokey: 0.6.0 -> 0.7.1 (#362285) 836e2c3afdecb rabbitmq-server: Allow local networking on Darwin 6936cd730d5e3 kbd: 2.6.4 -> 2.7.1 (#369337) c9979c459b9e8 tsukimi: 0.18.0 -> 0.18.1 e405ec7951525 river: 0.3.6 -> 0.3.7 (#371150) 271da36939f6c ejabberd: unpin erlang (#371148) e6bec8abb5f06 python312Packages.re-assert: refactor (#369879) 6ad26d1baab90 nettle: 3.10.0 -> 3.10.1 (#369579) 7233b53e3c3d4 lesspipe: reformat 2bec4f1ab2e8f fontforge: fix dejavu_fonts compilation on darwin, enable Python 3.13 support (#371027) 5dfa6152545df python313Packages.adb-shell: skip tests on 3.13 for now (#371204) 85131df52ec56 python312Packages.qdldl: 0.1.7.post4 -> 0.1.7.post5 9a94ef79cf59d python312Packages.model-checker: 0.6.6 -> 0.6.10 9c03c328c0ce6 python312Packages.comicon: 1.2.1 -> 1.3.0 47fb82662062f oniguruma: 6.9.9 -> 6.9.10 (#369960) 2ae6bd90d0ecf qt6.qtwayland: backport fix for qtwayland compositor (#370520) 4b487410b6509 lesspipe: 2.14 -> 2.17 6aba81305245b python311Packages.nbmake: disable parallelism (#369950) ce64a320361fd zeromq: fix static, pkgConfigModules, move to by-name (#349742) 21d0f1b80f498 xmlto: use strictDeps (#353329) 5d563f1e66c88 go2tv: 1.17.1 -> 1.18.0 (#370484) 8a530590d4e56 python312Packages.sqlparse: 0.5.1 -> 0.5.2 (#356914) b0f54b8b381f6 python312Packages.yoto-api: 1.24.2 -> 1.24.3 (#370575) 67881987197e6 cmake: 3.30.5 -> 3.31.3 (#363395) ec0e85e7eea37 bpftools: fix cross (#367690) 2661c6ae0b81c hyprland-protocols: 0.4.0 -> 0.5.0 (#369957) 093ec4587a76d gnupg24: add freepg patches (#368275) 0beaedaca95e0 netperf: update homepage bb5d69bba9f64 aragorn: update homepage cec9f3032be75 paulstretch: update homepage 16abba216f43d Merge staging-next into staging 7db4534f13b5e Merge master into staging-next 7699b2de1275e python313Packages.adb-shell: skip tests on 3.13 for now 55d82ef11d2c9 archivemount: 1 -> 1a (#367253) 289d2ed27603c maintainers: add MasterEvarior 9ccdc413e40b4 workflows/eval: add swap to tackle recent borderline OOM 8075165de7a2c m4rie: 20200125 -> 20250103 (#370480) 5db9bf3cf9dcc cunicu: 0.6.5 -> 0.10.0 (#370695) 89cd194eb3e5d itgmania: init at 0.9.0 cc1db9a638298 wxsqliteplus: 0.3.6 -> 0.4.0 17665229fa36d shadow: 4.16.0 -> 4.17.0 (#368930) c1400d92d6d4a bash-completion: Remove obsolete patch (#369497) 8523451a8c2a8 zlib-ng: 2.2.2 -> 2.2.3 (#369844) 85c1c3ca3f214 qt6.qtwebengine: fix build on darwin 49907995f2c2d SDL2: 2.30.10 -> 2.30.11 (#371067) af30a70206836 ghc: Always disable PIE hardening (#371134) b0d0cd86062e5 restic-browser: use fetchCargoVendor f6d7ec1fda327 asar: remove mkYarnPackage usage 538b8b43e2694 nixos/wstunnel: improve assertions (#368755) f199d57ad67eb nixos/jupyter: migrate service to jupyter 7 setup (#367106) 77b2788d0a2a8 python313Packages.gpgme: fix build 63f67a5638768 restic-browser: 0.3.1 -> 0.3.2 (#370401) 25e8b41b0d635 python312Packages.ariadne: 0.23.0 -> 0.24 (#371089) 94a555610950f vkdevicechooser: init at 1.1 b747c677eccb8 nixos-rebuild-ng: refactor using match 76f895e25ca6a radare2: 5.9.6 -> 5.9.8 (#370817) 68cf7cac1d50c nitrocli: init at 0.4.1 7402afc67705b zizmor: 0.10.0 -> 1.0.0 d7bfa3326cae9 maintainers: add bretek 8918048b3a059 python312Packages.google-cloud-speech: 2.29.0 -> 2.30.0 4600241e6a8e1 python312Packages.sqlmap: 1.8.12 -> 1.9 2997477280938 cross-seed: init at 6.8.4 ea8709b3744f0 qt5.qtModule: remove code for macOS < 11 (#371059) 59d3f18a44eef [staging] various: remove code for macOS < 11 (#370999) 3fb1837662ca5 vcmi: 1.6.1 -> 1.6.2 (#371157) cc6354069e261 senpai: update homepage df747b08648dc wxsqlite3: use new apple sdk pattern 98b446e166095 python312Packages.pymunk: 6.9.0 -> 6.10.0 ebba83e117ebe qt6Packages.qxlsx: 1.4.8 -> 1.5.0 (#370882) 39b8894921c5c [staging] treewide: remove obsolete aligned allocation workarounds (#371054) 3ee3f3a7ad395 wxsqlite3: 4.9.12 -> 4.10.0 8d1a3db92fb2f elan: fix for Lean >= 4.16.0 (#362062) 58b4599c6bc68 posy-cursors: update license 8c65d9640df54 scheherazade: move to pkgs/by-name bdbcd8fcde7ea python312Packages.spotipy: 2.24.0 -> 2.25.0 (#371133) a408e48a632df wxhexeditor: move to pkgs/by-name, refactor (#370935) cc1d0e5c9c32e python312Packages.ipympl: 0.9.5 -> 0.9.6 (#371105) b05abfe5ca312 harsh: 0.10.6 -> 0.10.7 (#371119) de5a906fb6b69 protols: 0.8.0 -> 0.9.0 (#371037) ed3413cf5283a vimPlugins.blink-cmp: 0.8.2 -> 0.9.2 (#371140) 408232c5f844d gopeed: 1.6.5 -> 1.6.6 (#371047) 27f93bf4672f7 python312Packages.chainstream: 1.0.1 -> 1.0.2 (#371062) 8e1b265bdee3c python312Packages.human-readable: 1.3.4 -> 1.4.1 (#371066) 3fc185dfa314a python312Packages.msgraph-sdk: 1.15.0 -> 1.16.0 (#370973) 8c73dc6ec88d5 python312Packages.onigurumacffi: 1.3.0 -> 1.4.1 (#371070) b758495e5d02b udev: "--replace" -> "--replace-quiet" in substitutions f2031a5d5271c trealla: 2.63.10 -> 2.63.11 552138d7d3808 doas-sudo-shim: 0.1.1 -> 0.1.2 (#371015) f728cbfe1a141 vcmi: 1.6.1 -> 1.6.2 0490c3c5e7b04 gitsign: 0.11.0 -> 0.12.0 (#371021) de0ded257646f river: 0.3.6 -> 0.3.7 26f6b4d190cd2 keymapper: 4.9.1 -> 4.9.2 (#371031) c2617134b30eb cargo-mutants: 24.11.2 -> 25.0.0 (#371033) df6a0869aff0e ctune: 1.3.2 -> 1.3.3 (#370960) 0eca8fc28775e gerbera: 1.12.1 -> 2.3.0 (#343086) 45f276b257bca ultrastardx: 2024.10.0 -> 2025.1.0 82c69f25581c5 epson-escpr2: 1.2.21 -> 1.2.24 (#370991) 9c9f0970ac82d breakpointHook: re-implement using nsenter (#370184) ca7a0df447519 enzyme: 0.0.170 -> 0.0.172 (#370871) 2003ac153ac22 river: fix updateScript 683480ad9d97b nixos/cryptpad: fix service with nodejs 22.11 (#371085) 629d3524aacbe python312Packages.edk2-pytool-library: 0.22.3 -> 0.22.4 (#370886) 9330230e47570 anbox: drop 9a3f42c6913d7 nwg-dock-hyprland: 0.4.0 -> 0.4.2 (#370829) 1cf442d2b5870 ats2: suppress -Wimplicit-function-declaration by default (#370777) 1866a1f5b86ed python312Packages.sqids: 0.5.0 -> 0.5.1 (#370842) 04c8ea9682b7e byacc: 20240109 -> 20241231 (#370077) 3571f03f3185a ejabberd: unpin erlang 73647936dfba3 ppp: 2.5.1 -> 2.5.2 (#370145) fbb00d3034c1b nixos-rebuild-ng: document build-image in manpage ce63b69e48244 nixos-rebuild-ng: implement build-image ad25a6e64a1ee python313Packages.watchdog: 5.0.3 -> 6.0.0 (#370643) e18921c99b98a python313Packages.watchdog: 5.0.3 -> 6.0.0 2e142ab7e7c62 python313Packages.pillow: 11.0.0 -> 11.1.0 (#371144) b7c362f87cf04 usbkvm: remove udev rules hack, use udevrulesdir meson option e452a806bfb6a vimPlugins.blink-cmp: 0.8.2 -> 0.9.2 036e109168a63 python313Packages.pillow: 11.0.0 -> 11.1.0 db0be3a558832 poetry: 1.8.5 -> 2.0.0 21831dc939776 Merge remote-tracking branch 'origin/staging-next' into staging febd2e5dce78a Merge remote-tracking branch 'origin/master' into staging-next c18ebb2166459 alsa-ucm-conf: switch to `finalAttrs` pattern c7f8fe583f8f2 also-ucm-conf: replace hardcoded paths to `/bin/rm` and `/bin/mkdir` d86ae899d2909 piston-cli: 1.4.3 -> 1.5.0, tweak, fetchFromGitHub, versionCheckHook (#370904) 43a7c9b1ac69f boost: boost186 -> boost187 (#369118) cb84cdad8092a ghc: Always disable PIE hardening a408375f5c006 flashmq: 1.18.2 -> 1.19.0 (#371128) 61ff8b71095a9 flashmq: modernize 125dd5bd42a6c usbkvm: 0.1.0 -> 0.2.0 ce82a3b448115 mlterm: fix build with GCC 14 45d1190f0885e uim: use --replace-fail for substitution in postPatch c78bdbc5c8d37 xmedcon: 0.24.1 -> 0.25.0 (#371029) d391ef6798fd4 uim: 1.8.9 -> 1.8.9-unstable-2024-12-09 3e81636c90a95 docs/breakpointHook: simplify instructions d7d59e137cdd8 breakpointHook: re-implement using nsenter 380335ad2abfc deltachat-desktop: 1.50.0 -> 1.50.1 (#370746) e971c5a168925 python313Packages.gevent: 24.2.1 -> 24.11.1 (#370782) b540a80105b5a hashes: 1.1.0 -> 1.1.1 7cb0f4990b5f1 vimPlugins.nvim-java: init at 2024-12-24 (#370865) 1eaa2ce74763b python312Packages.pyemd: refactor cde58d04b20da piston-cli: 1.4.3 -> 1.5.0, tweak, fetchFromGitHub, versionCheckHook 73fd56b6bda3e python312Packages.spotipy: 2.24.0 -> 2.25.0 7746c557e021f uim: switch to finalAttrs pattern a6e3802b11a08 libplctag: fix build be7b92e97dac0 ollama: 0.5.1 -> 0.5.4 295e03ec95a6e termshot: 0.4.0 -> 0.4.1 cd3455a4fcb77 flashmq: 1.18.2 -> 1.19.0 aec3457418b21 xfce.xfce4-whiskermenu-plugin: 2.8.3 -> 2.8.4 (#371088) 9d7637b40f619 libfreefare: fix build cea2d5618dc31 libfreefare: move to by-name 86cad11e0987e python312Packages.trytond: 7.4.2 -> 7.4.3 7e1e0345a3932 vimPlugins.nvim-java: init at 2024-12-24 a305b1374979a vimPlugins.nvim-java-dap: init at 2024-07-25 0ac7333760a54 vimPlugins.nvim-java-test: init at 2024-07-19 e6e2e446d45ba vimPlugins.nvim-java-refactor: init at 2024-07-25 6f4b5802fdad5 ci/request-reviews: limit to 10 review requests (#371115) dfa30b198c303 nongnu-devel-packages: updated 2025-01-05 (from overlay) 29c3ab57b1971 nongnu-packages: updated 2025-01-05 (from overlay) f810d8e80f474 melpa-packages: updated 2025-01-05 (from overlay) 8e8dc9679e9ec elpa-devel-packages: updated 2025-01-05 (from overlay) 01a37074ecd53 elpa-packages: updated 2025-01-05 (from overlay) 0cdac3a1b796e open-webui: 0.5.3 -> 0.5.4 (#371098) e251da462ac4b lipo-go: init at 0.9.3 (#368367) d332055bca681 frida-tools: fix at run-time (#362462) 846644b25b75b python312Packages.spacy: 3.8.2 -> 3.8.3 722e47cc97fb9 python312Packages.pymatting: migrate to git tag (#371112) 343df6b1f5799 harsh: 0.10.6 -> 0.10.7 e51eefa29bfe0 nng: 1.9.0 -> 1.10 240c82b60e318 ci/request-reviews: limit to 10 maintainer review requests b0e9942d09471 lipo-go: init at 0.9.3 57c87c818dc81 python312Packages.pymatting: migrate to git tag b1c566f01fbf6 libx86emu: fix aarch64 build (#370181) e501b8360a64f n98-magerun2: use tag; add versionCheckHook (#371107) b13a12ef3a8a2 frida-tools: fix missing websockets dependency 12a146bfde5b9 pythonPackages.frida-python: 16.0.19 -> 16.5.7 eb439c03f4bd6 Merge staging-next into staging d34f541351db4 Merge master into staging-next 595fc886d6b90 hyfetch: install man pages ab4228f5008f6 hyfetch: add nullcube to maintainers b509768ce6706 n98-magerun2: add versionCheckHook 6c07f97514025 n98-magerun2: use tag f0f1c5c2f86fb m4rie: 20200125 -> 20250103 e554bf17658bd Revert "unbound: pull changes to master" (#371103) 605edc825b76f Revert "unbound: pull changes to master" 88dfa61caa915 vanillatd: init vanillatd and vanillara f7e44903e42d0 python312Packages.ipympl: 0.9.5 -> 0.9.6 834d612e355a2 python312Packages.copykitten: init at 1.2.3 cceb5074fab3c open-webui: 0.5.3 -> 0.5.4 e857f96d2b096 python312Packages.kivy: 2.3.0 -> 2.3.1 0ae989008dfb3 switch-to-configuration-ng: Fix exit status on bootloader install error (#369867) debb218a7ad14 nixos/kmonad: add new option enableHardening (#370437) 81874bfc8c1a0 dayon: 14.0.2 -> 15.0.0 4a1f682683334 tcl-9_0,tk-9_0: 9.0.0 -> 9.0.1 f33c45a113b5e evil-helix: 20240716 -> 20250104 (#371019) 328a666ca8acf tuist: init at 4.38.2 (#369050) 2b2be7f8a892e mactracker: add version check ec998e4b391ac reaper: 7.28 -> 7.29 21e994c142b81 jackett: 0.22.1109 -> 0.22.1177 (#370024) 5586bd0532f8f ltex-ls: set meta.mainProgram to "ltex-ls" (#371071) 048b82b25d51f m4ri: 20200125 -> 20240729 298b99bc6ef49 Revert "buildbot: python3Packages.service-identity: 24.1.0 -> 24.2.0" 0e4036ae2669b Merge staging-next into staging c04b874959175 neocmakelsp: build with meson (#370200) a11fc445153c5 Merge remote-tracking branch 'upstream/staging-next' into HEAD e55147c3741f5 Merge master into staging-next 1d606ab768dd7 buildbot: python3Packages.service-identity: 24.1.0 -> 24.2.0 (#371083) fef34957c9672 mactracker: 7.13 -> 7.13.2 07679c4cc1909 mactracker: add update script 844f2a5fff581 unbound: pull changes to master (#370866) 79e28315704ab python312Packages.ariadne: 0.23.0 -> 0.24 3c34cc5928450 xfce.xfce4-whiskermenu-plugin: 2.8.3 -> 2.8.4 62fe46d448adc python312Packages.openwebifpy: 4.3.0 -> 4.3.1 4aca1de283fe9 gromit-mpx: remove unneeded pcre cf498c1a61b38 nixos/cryptpad: fix service with nodejs 22.11 8a36010652b45 tfsec: 1.28.11 -> 1.28.12 (#370965) f071ef11cba50 mubeng: 0.19.0 -> 0.21.0 (#370964) 7f9857f4bdb84 buildbot: python3Packages.service-identity: 24.1.0 -> 24.2.0 c00da3291308e killerbee: remove unneeded temp home directory (#371063) 8741c35b8b070 python312Packages.pandas-stubs: 2.2.2.240909 -> 2.2.3.241126 (#371000) eb52c70df5eb8 python312Packages.whirlpool-sixth-sense: 0.18.9 -> 0.18.11 (#370998) 253a102b13a59 gromit-mpx: add update script 31c3b20b84547 python312Packages.mailchecker: 6.0.14 -> 6.0.15 (#370988) 2f6626b837f36 python312Packages.incomfort-client: 0.6.4 -> 0.6.5 (#370987) 7d10a7c56f3b7 gromit-mpx: fetchFromGitHub rev -> tag e3deb787db615 gromit-mpx: remove with lib 62cf8a03b72f4 python312Packages.python-overseerr: 0.4.0 -> 0.5.0 (#370985) 4f6faaab5ebe1 python312Packages.jh2: 5.0.4 -> 5.0.5 (#370981) f86eea813c67f python312Packages.keba-kecontact: 4.2.1 -> 4.3.0 (#370980) 5644c06d2698b python312Packages.guppy3: 3.1.4.post1 -> 3.1.5 (#370979) cf7e1f158dfea python312Packages.lacuscore: 1.12.6 -> 1.12.7 (#370977) 9308a1c1deb0a nchat: enable whatsapp module (requires building go module 'whatsmeow') cfa60e5c7e77c task-keeper: 0.27.0 -> 0.28.0 (#370279) 77cfab698e211 python312Packages.fastecdsa: 2.3.2 -> 3.0.0 6b261ea59dfca mkBinaryCache: fix nixos/tests/binary-cache.nix 130c348f26de6 systemd: add openssl as explicit buildInput (#370076) 8bc4f19b896bf nixos/klipper: build genconf, firmware & flasher using package opt 68b896973f0f0 ltex-ls: set meta.mainProgram to "ltex-ls" 1e905538a185a rPackages.BiocParallel: fixed build on darwin (#369938) b4bcec16a0075 nixos/netdata: grant SUID to ndsudo e981f5e670be1 termshot: 0.3.0 -> 0.4.0 and add versionCheckHook (#371044) b3aedc304857a python312Packages.onigurumacffi: 1.3.0 -> 1.4.1 0cba7b74db334 SDL2: 2.30.10 -> 2.30.11 69ac5c1077b26 python312Packages.human-readable: 1.3.4 -> 1.4.1 c366f3eadc6d7 Merge master into staging-next 742e83951eefc kdenlive: add `meta.mainProgram` (#371041) 8ff43d1c18bff killerbee: remove unneeded temp home directory 031d90009a456 doomretro: 5.6 -> 5.6.1 (#370806) 6a4f84cc7fcd0 addwater: 1.1.6 -> 1.2.2 (#370846) 8be3a623bbb0b vale: 3.9.2 -> 3.9.3 (#370851) 62d0fe0c977e9 telegram-desktop: 5.9.0 -> 5.10.0 (#370884) 8b1560097ff1e pcmciaUtils: Fix udev rule path (#370912) d562f18cd8987 nixos/hardware.pcmcia: Fix passthru.function usage (#370929) 1e4ffcb4c515d python312Packages.chainstream: 1.0.1 -> 1.0.2 bcf91d8d9197b seabios: disable PIE hardening (#370618) bd1946d3a87a5 lima: 1.0.2 -> 1.0.3 (#369801) dbd5129dd3fb6 qt5.qtModule: remove code for macOS < 11 31b249af51eb2 Revert "inetutils: fix build on x86_64-darwin" b01bac1aba407 libepoxy: remove code for macOS < 11 ae41a828e2e61 foot: 1.20.0 -> 1.20.1 (#370605) aab274269bd90 nq: 0.5 -> 1.0 (#369192) b00f0047f0c69 survex: 1.4.14 -> 1.4.15 (#370466) e4fe2484b31fb python312Packages.simplesqlite: 1.5.2 -> 1.5.3 9ce6259fd13ec postgresqlPackages.pg_partman: 5.2.2 -> 5.2.4 2810388b34660 home-assistant: 2024.12.5 -> 2025.1.0 (#370625) dd9c745964c39 gopeed: 1.6.5 -> 1.6.6 1ebba6131b455 rabbitmq-server: Fix building on Darwin 0a5f59e7c4a5f termshot: add versionCheckHook 38d818f190a27 termshot: 0.3.0 -> 0.4.0 1ce00b1647335 python312Packages.pymatting: 1.1.10 -> 1.1.13 (#371017) 7656fe1477c16 kdenlive: add meta.mainProgram 2b46b6e09bfe9 python313Packages.homeassistant-stubs: 2024.12.5 -> 2025.1.0 6c0edebd0a78d python313Packages.pyws66i: depend on standard-telnetlib on 3.13 63fd904e5dc4c python313Packages.datadog: disable failing test 8152cf0acc7eb python313Packages.nextcord: fix build ddf9bd393c7da python313Packages.pillow-heif: test without pympler 8474e7afed567 python313Packages.iottycloud: fix tag and hash 63b9886a50db4 python313Packages.ndms2-client: fix build bbfc767f217cb python313Packages.mypermobil: disable failing test bd9cd0008ac35 python313Packages.aiocache: disable failing test d24f17feb662c python313Packages.openai: 1.58.1 -> 1.59.3 d52453648837e python313Packages.guppy3: 3.1.4.post1 -> 3.1.5 f4873e6f830db python313Packages.sentry-sdk_1: disable tests 1d502e1eea147 python313Packages.xbox-webapi: disable failing test 54b521b735026 python313Packages.python-miio: apply patch for python3.13 compat 14a605e0b91e3 home-assistant-custom-components.mass: remove e4b5d93ec2549 home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.191 -> 0.13.200 2a53b0683dd8b home-assistant-custom-components.dirigera_platform: 2.6.4 -> 2.6.6 d5fc8adbbe607 home-assistant: migrate to Python 3.13 a2e0b016f838c home-assistant: 2024.12.5 -> 2025.1.0 84a73ee6c904a python313Packages.pyflick: fix pname 52017a4252811 systemd: add openssl as explicit buildInput 758a9e10b54c1 python313Packages.quart-cors: 0.7.0 -> 0.8.0 (#371036) e75958d0b2c57 uiua{,-unstable}: add windowSupport option 85200637fe217 python313Packages.standard-telnetlib: init at 3.13.0 4c15259dcfc9b python313Packages.standard-aifc: init at 3.13.0 7d691016f9060 python313Packages.standard-chunk: init at 3.13.0 c4c4504878d8f python313Packages.zwave-js-server-python: 0.59.1 -> 0.60.0 4a5f6e178c765 python313Packages.zha: 0.0.42 -> 0.0.44 3b53a07101a24 python313Packages.zha-quirks: 0.0.125 -> 0.0.129 2e4091ad5dc0e python313Packages.zigpy: 0.73.1 -> 0.73.3 9a502b5b46952 python313Packages.bellows: 0.42.5 -> 0.42.6 dfdb250b46655 python313Packages.whirlpool-sixth-sense: 0.18.9 -> 0.18.11 b9f8f53852611 python313Packages.velbus-aio: 2024.11.1 -> 2024.12.3 bf9c1ec33f3b0 python313Packages.uiprotect: 6.6.5 -> 7.1.0 b8816259e6efc python313Packages.renson-endura-delta: 1.7.1 -> 1.7.2 0fa08fd41860b python313Packages.pyblu: 1.0.4 -> 2.0.0 e9eadd94c8c8c python313Packages.plugwise: 1.6.4 -> 1.6.4 5a95e4901263a python313Packages.munch: backport test fixes 11d6f73bf80df python313Packages.mozart-api: 4.1.1.116.3 -> 4.1.1.116.4 17111cf8ab331 python313Packages.idasen-ha: 2.6.2 -> 2.6.3 bc17ee7a4bc44 home-assistant.intents: 2024.12.9 -> 2025.1.1 5a974159e38b8 python313Packages.hassil: 2.0.5 -> 2.1.0 4de4a40fc0c7b python313Packages.unicode-rbnf: 2.1.0 -> 2.2.0 31b8690bc42f5 python313Packages.hass-nabucasa: 0.86.0 -> 0.87.0 c8e4487d71842 python313Packages.flux-led: 1.0.4 -> 1.1.0 de60ba364146f python313Packages.elmax-api: 0.0.6.3 -> 0.0.6.4rc0 8f1ecd5141793 python313Packages.demetriek: 0.4.0 -> 1.1.0 8f67c40874db2 python313Packages.deebot-client: 9.4.0 -> 10.1.0 c94c152d896d4 python313Packages.aioswitcher: 5.0.0 -> 6.0.0 b87f87c82b983 python313Packages.aioshelly: 12.1.0 -> 12.2.0 57054c0c30921 python313Packages.aiohasupervisor: 0.2.1 -> 0.2.2b5 2baaafa443e7d python313Packages.aioautomower: 2024.10.3 -> 2024.12.0 59235992dbae5 python313Packages.ical: 8.2.0 -> 8.3.0 3116d32372933 python313Packages.emoji: 2.13.2 -> 2.14.0 900a1bdf2666c python313Packages.aioacaia: 0.1.12 -> 0.1.13 b8327e3728dc9 python313Packages.home-assistant-chip-wheels: hackfix pylint dep 9838539e4175d python313Packages.home-assistant-chip-wheels: use correct python version d48dd530ab43e home-assistant: allow passing explicit target version to updater bf689c40d0352 python313Packages.authlib: 1.3.2 -> 1.4.0 (#371026) 346f17c001ea6 protols: 0.8.0 -> 0.9.0 f201129646a6e python313Packages.quart-cors: 0.7.0 -> 0.8.0 0d95bdb72cae5 uiua{,-unstable}: refactor 5593ab9205674 bookstack: 24.12 -> 24.12.1 cfd7640e63f57 cargo-mutants: 24.11.2 -> 25.0.0 4e5ba7e997102 dotnet: include sdk name in test names 3cc71777af491 dotnet: add VB console tests e982e95b9a2f1 dotnet: extend tests to cover F# in addition to C# 264d1f090dd00 keymapper: 4.9.1 -> 4.9.2 1c715c8bcf92c python313Packages.authlib: 1.3.2 -> 1.4.0 531f6549efe94 ianny: 1.0.0 -> 2.0.0 36759ee1de556 jellyseerr: 2.1.0 -> 2.2.3 cfc27890bfef4 xmedcon: 0.24.1 -> 0.25.0 d4d5fc06dc39e krabby: 0.2.1 -> 0.2.2 (#371007) bde021ab43f31 fontforge: add an initial value for sys.path inside fontforge, rather than using a wrapper 6f65a35a303ee fontforge: update for Python 3.13 compatibility 99802491a3e45 fontforge: use upstream commit to fix gettext issues 05bced1cf20fb fontforge: use the upstream distutils removal patch 2f3bcf14e5e27 newsraft: 0.27 -> 0.28 (#370893) 5ba7e395ed4a6 net-news-wire: fix update script (#370920) 5c7d35fd07be6 packwiz: 0-unstable-2024-05-27 -> 0-unstable-2024-10-15 (#370541) 264199011c0fa python312Packages.pymatting: 1.1.10 -> 1.1.13 847e87fbb3c65 python313Packages.libusb1: 3.1.0 -> 3.2.0 (#371018) 5e220d5be9ea7 workflows: lock Ubuntu and macOS runners and update Ubuntu runner (#368442) 589179d020713 elastix: update homepage (#364449) e4e9c65324159 python312Packages.deid: 0.3.22 -> 0.3.25 (#364286) 313b8790f09ce dnscontrol: 4.15.2 -> 4.15.3 3ee4e4d1f1dcf python312Packages.dicom2nifti: 2.4.11 -> 2.5.1 (#364121) bee08f3441576 vscode-extensions.sourcery.sourcery: 1.25.0 -> 1.27.0 (#366458) 30f0575939148 linuxPackages.ena: bump 2.13.1 -> 2.13.2 (#371003) 19535f7b9ffb6 gitsign: 0.11.0 -> 0.12.0 4a0ad9480aebb ocamlPackages.reason: 3.13.0 -> 3.14.0 (#360833) e946f428f3d56 python313Packages.libusb1: 3.1.0 -> 3.2.0 520ff1bc3ab0a evil-helix: 20240716 -> 20250104 88a8112a04518 syncthing: 1.28.0 -> 1.28.1 (#370952) 9f8a339b51656 rocksdb: 9.8.4 -> 9.10.0 (#367849) be95b44977deb ocamlPackages.higlo: 0.9 -> 0.10.0 (#366802) 908a2adf5735c librecad: 2.2.0.2 -> 2.2.1 27e409196f12c ocamlPackages.lacaml: 11.1.0 -> 11.1.1 (#364846) 4ad6c5dbdb954 doas-sudo-shim: 0.1.1 -> 0.1.2 f864c86f5aedf dune_3: 3.17.0 -> 3.17.1 (#366369) 02aa3827912be esbuild: 0.24.0 -> 0.24.2 (#366819) 5d0859bba22c0 tintin: 2.02.41 -> 2.02.42 81808d898b2c2 netlify-cli: 17.37.2 -> 17.38.0 (#364953) 62168d3ae622c python312Packages.astroid-filterbanks: 0.4.0 -> 0.4.0-unstable-2024-12-02 481f863907dd2 linuxPackages_latest.prl-tools: 20.1.2-55742 -> 20.1.3-55743 (#367558) f9115f9d60778 Merge staging-next into staging 16d549598d3fb Merge master into staging-next 14f9807285df1 python312Packages.openstackdocstheme: 3.4.0 -> 3.4.1 77aa69ac501c3 rsop: 0.3.9 -> 0.5.0 (#368871) 0bedff11c82f8 vimPlugins.nvim-java-core: init at 2024-12-25 707f0cf1a6b02 function-runner: 6.4.0 -> 7.0.0 (#369197) c8fba2b19d34a minio: 2024-12-13T22-19-12Z -> 2024-12-18T13-15-44Z (#368814) d6d1d5d88b6e0 ocamlPackages.ocaml-version: 3.6.9 -> 3.7.2 (#369030) 3d69850ad44a8 vimPlugins.lua-async-await: init at 2024-03-31 df0f7f76b2596 usbredir: 0.13.0 -> 0.14.0 (#365786) 5771f80ec314a gnuplot: 6.0.1 -> 6.0.2 (#367132) 107e609a596e6 gr-framework: 0.73.8 -> 0.73.10 (#365015) 28bb439c22e66 ncnn: 20240820 -> 20241226 (#368320) 09cecdd1ac348 krabby: 0.2.1 -> 0.2.2 8cd0bb377eeb0 rgbds: 0.8.0 -> 0.9.0 27e6ab385cac1 linuxPackages.ena: bump 2.13.1 -> 2.13.2 55b977f4832ba koboldcpp: 1.80.3 -> 1.81 b61d8a972ef09 containerlab: 0.60.1 -> 0.61.0 (#370774) dbd20ce0eb83e workflows: lock macOS runner to macos-14 fcfbe6fff4a4d workflows: update Ubuntu runner to ubuntu-24.04 2660dd1e71204 workflows: lock Ubuntu runner to ubuntu-22.04 dbf9c7d9c2c29 complgen: 0.1.8 -> 0.3.0 (#369000) 2d0cdde9f7bea vcpkg: 2024.11.16 -> 2024.12.16 (#369060) 8e9f1c58ebb14 openfst: 1.8.3 -> 1.8.4 (#368114) 90c106c68dcad simple64-netplay-server: 2024.12.2 -> 2024.12.3 (#370113) 51bbe9791601f python313Packages.google-api-core: 2.20.0 -> 2.24.0 (#370975) bc511ed5feffc python312Packages.pandas-stubs: 2.2.2.240909 -> 2.2.3.241126 06c2510b99e3a heroic: update pinned electron version (#370785) f43d8aed31cef tk-{8_5,8_6,9_0}: remove code for macOS < 11 42522c0850be7 gnumake{,42}: remove code for macOS < 11 4c63f56e6db82 python-crfsuite: 0.9.10 -> 0.9.11 (#370982) 3528e83c3848c avalanchego: 1.12.0 -> 1.12.1 (#364806) e7e5edeefa937 python312Packages.whirlpool-sixth-sense: re-enable tests cf655a5c29fd4 python313Packages.google-api-core: 2.20.0 -> 2.24.0 a5fd99af043c6 benzene: fix build (#370958) fe0daa16a5095 guile-lzlib: fix build with gcc14 (#370813) 6bce1029f2588 python312Packages.whirlpool-sixth-sense: 0.18.9 -> 0.18.11 b141c91761fdd networkmanager-l2tp: 1.20.16 -> 1.20.20 (#366982) 0fd3829ae57f3 zsh-forgit: 24.11.0 -> 25.01.0 (#369848) 270fcad8b70a2 nixos/cron: Fix ShellCheck issues (#370910) 8db256870f341 magic-vlsi: 8.3.505 -> 8.3.507 (#368505) 09348830bf0bd nixos/printers: Fix ShellCheck issue (#370909) 284cc71c4311e nixos/tzupdate: Fix ShellCheck issue (#370908) e60e864a33629 iosevka, iosevka-bin: move to pkgs/by-name (#370937) 6b078ea314a94 mercurial: 6.8.2 -> 6.9 (#367269) 1419b20d04636 ecs-agent: 1.88.0 -> 1.89.2 (#369041) 5ae42adaa93dd juju: 3.5.4 -> 3.6.1 (#369022) b30a36ce3216f rbw: 1.12.1 -> 1.13.0 (#368532) 9ef4ffbd0569b libmamba: 2.0.4 -> 2.0.5 (#369262) 65b89593967c4 datovka: 4.24.2 -> 4.25.0 (#368617) b65214175a27e faustPhysicalModeling: 2.75.7 -> 2.77.3 (#368694) 1e5475a9cd4c1 sse2neon: 1.7.0 -> 1.8.0 (#368251) 63c52e7615d29 {wrapGAppsHook, patchShebangs}: fix issues with set -u (#366553) 6cdcc9210a404 elinks: 0.17.1.1 -> 0.18.0 (#368324) 2ca9a79cac527 chawan: 0-unstable-2024-12-17 -> 0-unstable-2024-12-27 (#368799) 4e33ebef22477 winePackages.{staging,unstable}: 9.22 -> 10.0-rc4 226137a53f81a zx: 8.2.4 -> 8.3.0 (#368954) 21fa9526a9993 iroh: 0.29.0 -> 0.30.0 (#369126) 29d7d874f32b9 nest-cli: 10.4.8 -> 10.4.9 (#369152) 85e37f21f044e schemacrawler: 16.23.2 -> 16.24.3 (#369144) 1fa3b39822494 erg: 0.6.48 -> 0.6.50 (#369174) dcc3061f77004 immich-public-proxy: add changelog e81829050b7f7 ruff: 0.8.5 -> 0.8.6 (#370863) b42df2232589b openttd-jgrpp: 0.63.2 -> 0.63.3 (#369275) de5a6307debdd ott: 0.33 -> 0.34 (#369405) 0ff6b51a9d1e5 dbmate: 2.23.0 -> 2.24.2 (#369183) 3d6c11ae5f179 deltatouch: 1.8.0 -> 1.10.2 460f68d98214f kimai: 2.26.0 -> 2.27.0 (#369374) 462bbfd89e673 python313Packages.proto-plus: 1.24.0 -> 1.25.0 4a9d23aacb367 epson-escpr2: 1.2.21 -> 1.2.24 cb8c94811662a mdbtools: 1.0.0 -> 1.0.1 (#368336) ff6d6dd53054f grandorgue: 3.15.3-1 -> 3.15.4-1 (#368831) 7d6edd1442c62 python312Packages.mkdocstrings-python: 1.12.2 -> 1.13.0 d74ddb33f12a2 kando: 1.6.0 -> 1.7.0 (#368696) 8352592fd0fdd python312Packages.python-overseerr: 0.4.0 -> 0.5.0 df8a9e2d4ff0a google-chrome: 131.0.6778.139 -> 131.0.6778.204 (#370925) 0309eb5e61b2f kitsas: 5.7 -> 5.8 (#366534) 4a8603a721a08 python312Packages.incomfort-client: 0.6.4 -> 0.6.5 327c2301ccfd9 xpra: 6.2.1 -> 6.2.2 (#367506) 8c31f5b204c43 python312Packages.mailchecker: 6.0.14 -> 6.0.15 7443624ace665 subtitleedit: 4.0.8 -> 4.0.10 (#367179) a2ef3447f1a7e python312Packages.guppy3: refactor ee90a588833d4 avalanchego: 1.12.0 -> 1.12.1 e5ce13181ab11 python312Packages.lacuscore: 1.12.6 -> 1.12.7 17185e82380b9 python312Packages.guppy3: 3.1.4.post1 -> 3.1.5 aa94e5e2c8efe python312Packages.keba-kecontact: 4.2.1 -> 4.3.0 5c34674214525 python-crfsuite: 0.9.10 -> 0.9.11 91e53e74219ec python312Packages.jh2: 5.0.4 -> 5.0.5 66cd762fedf82 python312Packages.pyliblo: Fix build 44eeece08a330 python312Packages.lacuscore: 1.12.6 -> 1.12.7 eb1ac7e8c657a python312Packages.pipenv-poetry-migrate: 0.5.12 -> 0.6.0 1a55b6b75a433 python312Packages.plugwise: 1.6.3 -> 1.6.4 587c9dda67e7c python312Packages.pyslurm: 24.5.0 -> 24.11.0 d9013ff1bb51e python312Packages.craft-application: 4.6.0 -> 4.7.0 1d9d206c4ecba Merge remote-tracking branch 'origin/staging-next' into staging a18e283d7ff43 pyrosimple: 2.14.1 -> 2.14.2 e8ba8fba97fd7 checkov: 3.2.344 -> 3.2.346 1a965b318d829 cloud-nuke: 0.38.0 -> 0.38.1 205c1696b839b treewide: remove obsolete aligned allocation workarounds 2f31400365d4a go2tv: 1.17.1 -> 1.18.0 a690ed138aa30 task-keeper: 0.27.0 -> 0.28.0 3667e0b7e47a2 libbraiding: 1.2 -> 1.3.1, import sage update patch (#370861) 2e044b9df9c42 simple64-netplay-server: 2024.12.2 -> 2024.12.3 c503f8d5f308a gobgpd: 3.32.0 -> 3.33.0 779d0063f62f5 ecl: passthru clang when stdenv.cc.isClang 13a15b484823d solaar: 1.1.13 -> 1.1.14 and enable tests (#370122) d84661fcdf5c2 elf2uf2-rs: 2.0.0 -> 2.1.1 (#368805) 2b8840db5562d python312Packages.msgraph-sdk: 1.15.0 -> 1.16.0 13beb49346864 butterfly: 2.2.2 -> 2.2.3 ad4fca9f2cb2b rbspy: 0.27.0 -> 0.28.0 (#370812) 95fbedec2a4a6 solaar: 1.1.13 -> 1.1.14 and enable tests 020ed67754875 yamale: 5.2.1 -> 5.3.0 4978575faba73 python312Packages.pydeps: 2.0.1 -> 3.0.0 (#370963) 8e582f314ab0e docker: 27.4.0 -> 27.4.1 (#366621) 345711daa0cb8 sile: 0.15.8 → 0.15.9 (#370956) 8ed124395f7cb termshot: 0.2.12 -> 0.3.0 and refactor (#369168) 189555b895e63 ludusavi: 0.25.0 -> 0.27.0 (#358080) f347a5b6a1385 zsh-forgit: 24.11.0 -> 25.01.0 428a7015f4887 libffi: use darwin.libffi on Darwin (#360920) a44f4af0cc47f icu: make darwin.ICU the default on Darwin (#360922) 0a62cac1943b8 tfsec: 1.28.11 -> 1.28.12 8d8cd44c0512a mitmproxy2swagger: 0.13.0 -> 0.14.0 (#370962) cbae88131abaf mubeng: 0.19.0 -> 0.21.0 8ddeaa7275c0e python312Packages.pydeps: 2.0.1 -> 3.0.0 79e9cf8e63f83 gitlab: update prometheus-client-mmap gem to fix aarch64 (#369636) 96ec89484a296 mitmproxy2swagger: 0.13.0 -> 0.14.0 bfc62ac3dedc3 sqlfluff: 3.2.5 -> 3.3.0 (#369901) aa0445034bfa9 ctune: 1.3.2 -> 1.3.3 d85513502835d icu: make darwin.ICU the default on Darwin d8a222f4b5b8c darwin.ICU: add `stdenv` for compatibility with Tensorflow override 67915acae1b8a libffi: use darwin.libffi on Darwin 91e3b8403dee4 sile: 0.15.8 → 0.15.9 49936d6218592 darwin.ICU: enable the C++ API by default 56fc42191ee4b darwin.ICU: use char16_t instead of uint16_t in the C++ API 6dd890903f122 benzene: fix build dff0210660e44 marmite: init at 0.2.3 715b52e545781 Merge branch 'master' into sqlfluff-bump 75f5ce8906b87 uim: 1.8.8 -> 1.8.9 18d7d0a431c15 python312Packages.pyroute2: 0.7.12 -> 0.8.1 14c58c5918427 lockbook-desktop: init at 0.9.15 (#365059) ace318f71a1a3 uim: 1.8.8 -> 1.8.9 6e86fc6a8c72d resnap: init at 2.5.2 (#334700) d00a13d9f3b87 syncthing: 1.28.0 -> 1.28.1 f3b0ad4cb125b python312Packages.boto3-stubs: 1.35.91 -> 1.35.92, python312Packages.botocore-stubs: 1.35.91 -> 1.35.92 (#370916) cd02e995c14c7 vale: 3.9.2 -> 3.9.3 2e84b71e9c1d7 python312Packages.tencentcloud-sdk-python: 3.0.1294 -> 3.0.1295 (#370917) 85e4ef3d3b17c checkov: 3.2.344 -> 3.2.346 (#370919) d96b72435e192 python312Packages.mypy-boto3-*: updates (#370918) 9a12eff1523ec python312Packages.thinqconnect: 1.0.2 -> 1.0.3 (#370940) 0162c76f026cb python312Packages.twentemilieu: 2.2.0 -> 2.2.1 (#370941) 894227bd65b25 python312Packages.pypck: 0.8.2 -> 0.8.3 (#370944) f106f7099527e mlterm: use gcc13 72a3f36080cc0 uim: enableParallelBuilding = false 7d7822699bb80 uim: use gcc13 a0011f2d22c95 webdav: 5.7.0 -> 5.7.1 21a5a0a030720 flexget: 3.13.5 -> 3.13.6 9a2a3c16c8345 lockbook-desktop: init at 0.9.15 510c0ee65495b vtk: fix darwin build 251256cbba467 patchShebangs: fix issues with `set -u` 5999408249a83 wrapGAppsHook: fix issues with `set -u` 5dd7da589e0a7 python312Packages.pypck: 0.8.2 -> 0.8.3 b0f93f74f6c23 python312Packages.dicom2nifti: 2.4.11 -> 2.5.1 1114f4f7d6aa5 qt6.qtquick3dphysics: remove obsolete aligned allocation workaround ef48c26bada8f python312Packages.pybind11: remove obsolete aligned allocation workaround 1bf298f1b1f2d nodejs: remove obsolete aligned allocation workaround f9c292eea0318 nghttp2: remove obsolete aligned allocation workaround e6f7e877bad73 python312Packages.twentemilieu: 2.2.0 -> 2.2.1 30f9e4bf57a16 maintainers: add sigmike c58054ae75603 python312Packages.thinqconnect: 1.0.2 -> 1.0.3 bf1e9b307fd6b iosevka, iosevka-bin: move to pkgs/by-name 10ba47da06031 postgresql: add doc/man outputChecks for all versions (#370714) 576aac572ba45 peazip: 10.1.0 -> 10.2.0 (#370083) a3d98c8642b12 various: update homepage (#370930) b00775ff87cb6 wxhexeditor: refactor 086a28df527f2 taterclient-ddnet: 9.0.2 -> 10.0.1 86f56f178e2b1 wxhexeditor: move to pkgs/by-name f1fca8fc8124b hyprlock: 0.60 -> 0.6.1; hyprwayland-scanner: 0.4.2 -> 0.4.4 (#369277) 2eeb335057466 repomix: 0.2.6 -> 0.2.15 (#370867) c5eba57203d30 ci/request-reviews: request reviewers 1-by-1 (#370857) fa75c3e5bf5c6 hyprpaper: fix build with hyprwayland-scanner-0.4.4 7488963c011e1 turn-rs: 3.2.0 -> 3.3.2 (#370793) a2a097866af69 terra-station: update homepage c1c88c2a29e97 python312Packages.llama-index-legacy: update homepage ba3f5d428a32f nullidentdmod: update homepage ba5fc34f1f290 ocamlPackages.cil: update homepage 0875205abbf50 pcb: update homepage c7f3222921fbc openbugs: update homepage b2a5bce07f99a ion-3: update homepage 852df7bff1443 python312Packages.permissionedforms: update homepage and changelog 5306d451852fa nifskope: update homepage 101687aeef428 zchaff: update homepage 09c9f352a4485 python312Packages.gym: update homepage aabacf63f9933 btar: update homepage aba04b93fb403 python312Packages.should-dsl: update homepage ecfabc1945c68 parmetis: update homepage dd2c7ac84755c gsoap: update homepage 56dbb0d45d760 geda: update homepage ee611d1c87045 python312Packages.pytest-lsp: init at 0.4.3 91ab20c866fb8 restinio: fix cross compilation 7725f90a3deac hyprpicker: fix build with hyprwayland-scanner-0.4.4 05e366b6e6fc7 vimPlugins.projections-nvim: init at 2023-06-29 (#370855) ffe26167be612 google-chrome: 131.0.6778.139 -> 131.0.6778.204 de20e4bdad536 Merge master into staging-next 23a18299bcacf net-news-wire: fix update script 7a74fa015539e net-news-wire: remove `with lib;` 8f3e1f807051e nixos/frigate: Also listen on port 5000 (#370762) cf149e9633140 net-news-wire: add DimitarNestorov to maintainers 14ae86ce16acf net-news-wire: add `meta.sourceProvenance` aa690fccb8ef3 pretix: fix tests after 2025-01-01 (#370913) 21a7af9df34fd checkov: 3.2.344 -> 3.2.346 c15a00f191e12 python312Packages.mypy-boto3-s3: 1.35.81 -> 1.35.92 60c01f119ca3c python312Packages.mypy-boto3-route53domains: 1.35.80 -> 1.35.92 30fb6b3d774a4 python312Packages.mypy-boto3-ecs: 1.35.83 -> 1.35.92 effa32e042e07 python312Packages.tencentcloud-sdk-python: 3.0.1294 -> 3.0.1295 034613f860fcd ci/request-reviews: request reviewers 1-by-1 62779fbfa4499 ci/request-reviews: share code to request reviewers from gh api 899a023ca4f04 twitch-dl: 2.9.2 -> 2.9.3 (#370852) e55e759a1bffb python312Packages.botocore-stubs: 1.35.91 -> 1.35.92 9f35f51a8e827 python312Packages.boto3-stubs: 1.35.91 -> 1.35.92 e9d9adb73f1a7 nixos/hardware.pcmcia: Fix passthru.function usage 9b779ec74463c beanprice: init at 20240619 (#325901) 1d5cb8a3330cb pretix: fix tests after 2025-01-01 c87e3c780eb26 ardour_7: fix dependencies (#370642) fb037c1f79c3c perlPackages.Testutf8: fix homepage (#370902) 6fbaa5b66579d volumeicon: update homepage (#370899) e06e16e5ad560 codebuff: update homepage (#370897) 566eb9ddc5311 python312Packages.pysensors: update homepage (#370896) 6c13e0bf617bf davinci-resolve: 19.1.1 -> 19.1.2 (#370268) 9e72d5da0fa1a rain-bittorrent: 2.0.0 -> 2.1.0 (#370270) 5356ddf06dc41 net-news-wire: 6.1.5 -> 6.1.8 (#369921) be61397bc6072 act: 0.2.70 -> 0.2.71 (#369989) 507e7ad08d542 belle-sip: update homepage (#370885) 250a448259aff nixos/tzupdate: Fix ShellCheck issue 6bb5aa2d26b12 nixos/printers: Fix ShellCheck issue 361c7f79b770c nixos/cron: Fix ShellCheck issue in preStart script 39e440ab5344e pcmciaUtils: Fix udev rule path a1945f760a8fe nixos/prometheus-exporters/fastly: fix secret handling (#370898) aff0a22159959 nixos-firewall-tool: fix cross-compilation (#370712) c4d943e9eed5b perlPackages.Testutf8: fix homepage 15be453e9ad52 switch-to-configuration: Better handling of socket-activated units (#359724) 01415995170ae xarcan: add mesa to buildInputs 1f3d0b2d47135 volumeicon: update homepage 62f35da2a1d8b nixos/prometheus-exporters/fastly: fix secret handling 483fc9b12ba76 codebuff: update homepage 569425b7d8a34 python312Packages.pysensors: update homepage b25a2b5ff462a rush: look for rush.rc in /etc (#189915) 5eed495ff27b5 libbraiding: 1.2 -> 1.3.1, import sage update patch ec96d56b2926b newsraft: add luftmensch-luftmensch maintainer 09f66bd9f89b5 newsraft: remove `with lib;` c8da173b4d38f newsraft: 0.27 -> 0.28 d22587cd02180 subtitlecomposer: fix build (#366880) 7870cd10d7d92 twilight-kde: init at 0-unstable-2023-03-10 (#340903) 1355462c415ea google-lighthouse: init at 12.3.0 (#361024) 963c58df5464a ptext: init at 0-unstable-2024-08-19 (#336396) 596dfcba32036 just: fix cross-compilation aae523b8ae0f5 plfit: 1.0.0 -> 1.0.1 (#370850) 75ad852256761 epson-escpr: 1.7.20 -> 1.8.6 (#369304) 35b82380c599d python312Packages.edk2-pytool-library: 0.22.3 -> 0.22.4 2cb36224ec9df telegram-desktop: 5.9.0 -> 5.10.0 b78f2e31747d7 belle-sip: update homepage 9132860ea995e qt6Packages.qxlsx: 1.4.8 -> 1.5.0 dcf2debdd6772 python3Packages.ducc0: 0.35.0 -> 0.36.0 (#370385) 1a04d6a87648a firefox: extend compile flag "--enable-lto=cross" with parameter "full" (#366901) 966d1ebec43cf sing-box: 1.10.5 -> 1.10.6 (#370872) 0561c643754ac gnomeExtensions.valent: unstable-2023-11-10 -> 1.0.0.alpha.46 (#318189) c9d472d6ee3db gnome-pass-search-provider: init at 1.4.0 (#323291) da6fdc5f5a6e4 health-check: 0.04.00 -> 0.04.01 (#370844) b3b8ab5897e39 dep-tree: 0.23.1 -> 0.23.3 (#370808) 2823a9cadb73e wlr-which-key: 1.0.1 -> 1.1.0 (#370791) 8bbc524c7293c twitch-tui: 2.6.17 -> 2.6.18 (#370790) a4d5de519cc19 semantic-release: 24.2.0 -> 24.2.1 (#370786) a071035e5f9d3 credhub-cli: 2.9.40 -> 2.9.41 (#370776) 4215e1207254e nimdow: 0.7.40 -> 0.7.41 (#370771) 2610e8ac58e72 argocd: 2.13.2 -> 2.13.3 (#370763) 5638588751d11 cargo-expand: 1.0.95 -> 1.0.96 (#370577) a46be80ea7b2a hwdata: 0.390 -> 0.391 (#370592) 57409b5e022e7 halo: 2.20.12 -> 2.20.13 (#370594) 9d8d00e937bd5 terraform-providers.spotinst: 1.202.0 -> 1.204.0 (#370629) 6c0be53ab052c bazarr: 1.5.0 -> 1.5.1 (#370705) 4f04642b922b6 python313Packages.pympler: disable failing tests (#370876) 8cb3153b64e49 python313Packages.pympler: disable failing tests 24cdd618a4aa2 wezterm: 20240203-110809-5046fc22 -> 0-unstable-2025-01-03 (#370838) 7f9cd9919ce84 sing-box: 1.10.5 -> 1.10.6 41e08be0e2b95 enzyme: 0.0.170 -> 0.0.172 b98e839154c34 libmediainfo: add curl support (#358992) d34ea48817e8f cargo-xwin: 0.18.2 -> 0.18.3 (#370421) daaf47328543d limo: 1.0.10 -> 1.0.11 2ab6e373dcd1a nginx-config-formatter: 1.2.2 -> 1.2.3 (#370440) 04e802d23d978 limbo: 0.0.10 -> 0.0.11 (#370868) e3b93ed633f1f kubernetes-polaris: 9.6.0 -> 9.6.1 (#370457) fbd85e60f7ad3 sqldef: 0.17.24 -> 0.17.25 (#370482) bd93c3bf1a29b labwc-tweaks-gtk: 0-unstable-2024-11-25 -> 0-unstable-2025-01-03 (#370564) d5ab5f922e9a8 houdini: make houdini run again 4f4897472c706 updatecli: 0.90.0 -> 0.91.0 (#370294) 0226c29bc2073 python312Packages.aioacaia: 0.1.11 -> 0.1.12 (#370317) d286703eb1aad coroot: 1.6.7 -> 1.6.8 (#370356) 6e043a7be1b1d src-cli: 5.10.0 -> 5.11.1 (#370374) 2280c3ffe191a starlark: 0-unstable-2024-11-25 -> 0-unstable-2024-12-26 (#370034) a82fb5c775182 terraform-providers.buildkite: 1.15.1 -> 1.15.2 (#370065) db26cabce73bb clusterctl: 1.9.2 -> 1.9.3 (#370073) bfddd74394f42 faudio: 24.12 -> 25.01 (#370097) 4bfefa9c605cd flarectl: 0.112.0 -> 0.113.0 (#370098) 4aef218febb55 shiori: 1.7.2 -> 1.7.3 (#370102) 285edd9dde603 greetd.regreet: 0.1.2 -> 0.1.3 (#370108) 44cd4bd33ac78 sickgear: 3.32.13 -> 3.32.14 (#370151) 82967c6709a97 libui-ng: 4.1-unstable-2024-12-08 -> 4.1-unstable-2024-12-14 (#370161) 5c822562ad011 xray: 24.12.18 -> 25.1.1 (#370163) ea29bbbb7eb37 ast-grep: 0.32.2 -> 0.32.3 (#369878) 619afa1aa9161 rqlite: 8.36.1 -> 8.36.3 (#369886) e6f512cbafb8d starpls: 0.1.20 -> 0.1.21 (#369895) 5c0ba285afc29 neovide: 0.13.3 -> 0.14.0 (#370616) 6b85bde010087 drogon: 1.9.8 -> 1.9.9 (#369954) af96c38e095f1 nixos/oci-containers: option to set the service name of a oci-ontainer (#370089) 79949f1d85e7b limbo: 0.0.10 -> 0.0.11 0fe10c55d3e6d ctrtool: 1.2.0 -> 1.2.1 (#369959) c1d779573ae27 repomix: 0.2.6 -> 0.2.15 ecd38e47120f0 libretro.bsnes: 0-unstable-2024-09-06 -> 0-unstable-2024-12-13 (#369757) 3c1de3d89893b libretro.bsnes-hd: 0-unstable-2023-04-26 -> 0-unstable-2024-10-21 (#369759) c3321a5b18378 goat-cli: 1.1.0 -> 1.3.0 (#369789) 6e3de2422ab7c ikos: 3.4 -> 3.5 (#369827) 7f54c73c54c20 gobgp: 3.32.0 -> 3.33.0 (#369834) cdbf4d3b74ac7 invoiceplane: add missing translations (#369632) a35dd5ebf0d33 croc: 10.1.3 -> 10.2.1 (#369835) f8c36f805f536 libsForQt5.libqofono: 0.123 -> 0.124 (#369840) 78b350219bfbb tiny: 0.12.0 -> 0.13.0 (#369843) 09a4902f55cc9 popeye: 0.21.5 -> 0.21.6 (#369552) 00dcb026be4bd nu_scripts: 0-unstable-2024-12-18 -> 0-unstable-2024-12-27 (#369626) 61eda6ad4f058 python312Packages.tubeup: 2024.11.13 -> 2024.12.21 (#369650) b2e6eda460e82 hatsu: 0.3.0 -> 0.3.2 (#370567) 346ed819de721 buildkite-cli: 3.4.1 -> 3.4.2 (#369651) 214fcbae6e106 cargo-tarpaulin: 0.31.3 -> 0.31.4 (#369654) 5c493f2d8d418 kubernetes-controller-tools: 0.16.5 -> 0.17.0 (#369677) 743ee1fb71cde libretro.twenty-fortyeight: 0-unstable-2024-06-28 -> 0-unstable-2024-12-27 (#369721) afb66d0d92ac3 libretro.prboom: 0-unstable-2024-10-21 -> 0-unstable-2024-12-27 (#369733) b3204d9a9daa5 ueransim: init at 3.2.6-unstable-2024-08-27 1c40b3508eaea libretro.nestopia: 0-unstable-2024-12-14 -> 0-unstable-2024-12-22 (#369738) 860cf8f869ec7 libretro.beetle-pce-fast: 0-unstable-2024-11-15 -> 0-unstable-2024-12-27 (#369742) a36d820bab68e unbound: bison is required when cross-compiling e6f803f58c8be lips: init at 1.0.0-beta.20 1f52848733066 tuist: init at 4.38.2 3c4adf4f50831 ruff: 0.8.5 -> 0.8.6 88d1dc0d49012 daisydisk: init at 4.30 ab0eae0fb00a6 Revert "unbound: fix cross-compilation (#370087)" f23f3b8721286 harlequin: 1.25.2 -> 1.25.2-unstable-2024-12-30 (#370826) 8568812319157 libretro.mame2003-plus: 0-unstable-2024-11-01 -> 0-unstable-2024-12-29 (#369748) 8187806466552 libretro.gpsp: 0-unstable-2024-09-18 -> 0-unstable-2024-12-26 (#369749) 9bf1108bad5b1 hatsu: 0.3.0 -> 0.3.2 d7d7236496f10 terraform-providers.helm: 2.16.1 -> 2.17.0 (#369329) eb1bcf3619c5c terraform-providers.minio: 3.2.1 -> 3.2.2 (#369332) afbf74d8f1381 terraform-providers.pagerduty: 3.18.2 -> 3.18.3 (#369333) c4f7261d979e1 aichat: 0.25.0 -> 0.26.0 (#369389) 6f7724ed299ba python-qt: 3.5.6 -> 3.5.7 (#369406) dd565aaf2dc74 cargo-binstall: 1.10.17 -> 1.10.18 (#369407) 99e3a08d498ce hsd: 7.0.0 -> 7.0.1 (#369475) 6f3665b9c1b24 ginkgo: 2.22.1 -> 2.22.2 (#369542) d2b0b70dab658 Revert "nixosTests.gitlab: do not block nixos-unstable on aarch64" 34a0c1438c6e3 gitlab: update prometheus-client-mmap gem to fix aarch64 bbbbac76cf30f signalbackup-tools: 20241218 -> 20241220 (#369132) 7c55d964d1e0f auth0-cli: 1.6.1 -> 1.7.2 (#369153) f2456b59b007d openfga: 1.8.1 -> 1.8.2 (#369164) 17d9254ad9496 kcl: 0.10.10 -> 0.11.0 (#369280) 777409c85ab2c pulsarctl: 4.0.0.10 -> 4.0.1.1 (#369290) c2c2fa0cbd588 terraform-providers.ovh: 1.2.0 -> 1.4.0 (#369291) be9af755edc44 vimPlugins.blink-ripgrep-nvim: init at 2025-01-04 (#370830) 4ca9e003c39d2 marp-cli: 4.0.3 -> 4.0.4 (#369296) 54af8bc1c8335 terraform-providers.kubernetes: 2.35.0 -> 2.35.1 (#369297) bd45e92218cf6 tuckr: 0.10.0 -> 0.10.1 (#369301) cb4b0fd769d03 postgresql: add doc/man outputChecks for all versions 3946f07a9a7d6 terraform-providers.cloudamqp: 1.32.1 -> 1.32.2 (#369318) 9a3ba061d6d65 publicsuffix-list: 0-unstable-2024-12-06 -> 0-unstable-2024-12-24 (#368778) 914ba7c7f9d76 vtm: 0.9.99.57 -> 0.9.99.61 (#368846) 76722c05554b2 rare-regex: 0.3.4 -> 0.4.0 (#369020) fd5226ea43c6f libnats-c: 3.9.1 -> 3.9.2 (#369122) 3e9aabe70a6b1 kubecm: 0.32.0 -> 0.32.1 (#368533) 5de30af259528 velero: 1.15.0 -> 1.15.1 (#368534) 91c0473299e3e gauge-unwrapped: 1.6.10 -> 1.6.11 (#368542) c273e48885ca9 protoc-gen-go: 1.36.0 -> 1.36.1 (#368553) a95f1847ce977 vimPlugins.projections-nvim: init at 2023-06-29 c6bb64e1e367c whistle: 2.9.90 -> 2.9.92 (#368609) 8a4b7a549852c metabase: 0.52.3 -> 0.52.4 (#368671) 73a759320ad1f dbvisualizer: 24.2.4 -> 24.3.2 (#368685) 164f941b1d829 addwater: 1.1.6 -> 1.2.2 1846a3c50cb22 grpc-client-cli: 1.21.1 -> 1.21.2 (#370092) 8749baed0a574 vgm2x: 0-unstable-2024-12-11 -> 0-unstable-2024-12-13 (#367713) a399e49042d54 buildkite-agent-metrics: 5.9.11 -> 5.9.12 (#368062) 6474cf8dbe648 gitea: drop myself (ma27) from maintainer list (#370845) 2e6119462e512 workflows/eval: make "requesting maintainer reviews" separate step b658e86b4316f twitch-dl: 2.9.2 -> 2.9.3 c8d88361bddcd restic-integrity: 1.3.1 -> 1.4.0 (#370667) 89223de1be14a luaPackages.lz-n: 2.9.2 -> 2.10.0 (#370741) a28c17dc23e35 ardour_7: fix dependencies ffb0ace1e759b ci/request-reviews: use generic wording instead of "code owner" e3a24c2ca0c38 docker-init: fix eval (#370836) d3fdabaf335c8 Merge branch 'master' into invoiceplane-lang b548ccd972e0e opensnitch-ui: 1.6.6 -> 1.6.7 (#370048) cf071d9608e93 lcalc: use libc++-compatible way of extending namespace std (#370545) a022b0e66b4c0 Merge branch 'master' into auto-update/opensnitch-ui a914df7449b48 python312Packages.triton: fix torch.compile (#369495) 22581ea9b5693 nixos/tests/frigate: Add check for unauthenticated API 733d57633a4eb harlequin: 1.25.2 -> 1.25.2-unstable-2024-12-30 cf0616fec668a ci/request-reviews: rename code-owner related files d2fa4b5d460aa fixup! nixos-firewall-tool: fix cross-compilation d1e24caf355d0 gitea: drop myself (ma27) from maintainer list fc5b81c18da01 plfit: 1.0.0 -> 1.0.1 a8f36e39dcd9a unbound: fix cross-compilation (#370087) 1432adfffcb16 mimalloc: 2.1.7 -> 2.1.8 f3987c0e684bc health-check: 0.04.00 -> 0.04.01 e3967be411197 turn-rs: 3.2.0 -> 3.3.2 2a29d7f3e69c9 python312Packages.sqids: 0.5.0 -> 0.5.1 8da7bc2e72755 Merge staging-next into staging b51e6f3d88910 Merge master into staging-next 92de48d8b29ef nixpkgs-review: 3.0.0 -> 3.0.1 (#370816) e29b27fbc960b python3Packages.zephyr-python-api: modernize code (#363928) 11f4f699fc809 ci/request-reviews: lowercase handles consistently (#370824) c9e86768c1ea2 wezterm: add thiagokokada as maintainer 3b4a942ab4ec7 wezterm: split headless variant in its own file 20c47244e507f wezterm: move to pkgs/by-name 57293471d37f6 sage.lib, sage.test: clang-19 / darwin fixes (#370822) 7c4672bfa8c6d wezterm: 20240203-110809-5046fc22 -> 0-unstable-2025-01-03 001db3e8cb8e9 nix-update: 1.7.0 -> 1.9.0 (#370820) 04c5bc33f4a96 iterm2: 3.5.10 -> 3.5.11 (#370402) e7496e6b98b9b nwg-dock-hyprland: 0.4.0 -> 0.4.2 cefbda9e4cdc3 wezterm: sort inputs 22295e97fcf67 wezterm: add unstableGitUpdater as passthru.updateScript df185023654f0 vimPlugins.blink-ripgrep-nvim: init at 2025-01-04 ca244a581e6a3 atf: 0.21-unstable-2021-09-01 -> 0.22 (#368294) 22c7e04608d3b docker-init: fix eval 3bb0efd495155 slackdump: 2.6.1 -> 3.0.0 (#370596) 20b1ca70a242d fluidd: 1.31.2 -> 1.31.4 (#370512) 213dbf17746f9 ci/request-reviews: lowercase handles consistently 79e9209c7e795 tenv: 4.0.3 -> 4.1.0 (#370428) 3284e76996df7 bosh-cli: 7.8.5 -> 7.8.6 (#370423) e987a6e098f62 gatus: 5.14.0 -> 5.15.0 (#369457) d7d5f5ce0bd37 textual: 0.86.1 -> 1.0.0 (#370103) 5236acf791334 wiiuse: split out dev (and other) outputs to make library output slightly leaner 1c1b5f8bad4ea wiiuse: 0.15.5 -> 0.15.6 4f9ad9a512c9f betterdisplay: init at 3.2.1 (#369172) 8f1da4b3ae926 nix-update: 1.7.0 -> 1.9.0 9f0255c49eadf ctypes_sh: fix build with GCC 14 02728a7701902 lcalc: use libc++-compatible way of extending namespace std ae6f5e06bdf6a shadps4: 0.4.0-unstable-2024-12-23 > 0.5.0-unstable-2025-01-02 (#369750) 34941b1eff457 radare2: 5.9.6 -> 5.9.8 dc208d2952096 nixpkgs-review: 3.0.0 -> 3.0.1 450382bdd4488 kazumi: 1.4.8 -> 1.5.0 (#370815) 676d6e036432d shadps4: add liberodark to maintainers fd152bc101e2a termusic: move to pkgs/by-name, use new apple sdk pattern (#370723) 01299c081f87c sage.tests: darwin sandbox fixes f7d6e4ae13868 slackdump: 2.6.1 -> 3.0.0 786710e6c2f0c jogl: use new apple sdk pattern (#370655) f0b18d819b7c2 shadps4: 0.4.0-unstable-2024-12-23 > 0.5.0-unstable-2025-01-02 7978ab2557a45 kazumi: 1.4.8 -> 1.5.0 9e6475352d534 sage.lib: ignore narrowing error on clang-19 b570d4bbf7776 sqlboiler: 4.17.1 -> 4.18.0 (#370788) 942ea8c7af8dc Revert "buildbot: add patch for compatibility with twisted 24.11.0" 254bdfa5bf669 libdwarf: 0.9.2 -> 0.11.1 02c4f6e5d3a19 navidrome: 0.53.3 -> 0.54.3 (#369995) de8b2a6772515 rbspy: fix tests in macos sandbox f46d50213b7b7 rbspy: 0.27.0 -> 0.28.0 9a5e386e74337 zinit: refactor and modernize; fix {manpage,_zinit} not found; (#358234) 322a0fbd839a1 paperless-ngx: fix eval (#370809) 8defe4cd76245 paperless-ngx: fix eval 01d38f8ff3301 comrak: 0.32.0 -> 0.33.0 (#370803) 1720332faf133 buildbot: 4.1.0 -> 4.2.0 (#364052) d4a0326fab6c5 dep-tree: 0.23.1 -> 0.23.3 be325b3a29d0c godns: 3.2.0 -> 3.2.1 (#370800) 7f916a7046ac2 python3Packages.mariadb: 1.1.10 -> 1.1.11 (#370721) ed4333ddc6e8e doomretro: 5.6 -> 5.6.1 c34ae6f54963a nezha-theme-user: init at 1.12.1 (#364145) 43aaf362cf972 python3Packages.mariadb: 1.1.10 -> 1.1.11 fd751b0e00b79 nezha-theme-nazhua: init at 0.4.19 (#364820) 26dce2b5383cc comrak: 0.32.0 -> 0.33.0 a5d01f718eaf9 memray: 1.14.0 -> 1.15.0 34ba1df71353d textual: 0.86.1 -> 1.0.0 eeae747fb7fb8 python312Packages.databricks-sdk: 0.38.0 -> 0.40.0 (#370425) 98b95a33e28f4 python312Packages.sagemaker: 2.232.3 -> 2.237.2 (#370747) 76b11b7eab7f3 timg: 1.6.0 -> 1.6.1 (#370321) faa674ff940ce cargo-lambda: 1.6.1 -> 1.6.2 (#369698) 5cabc6e2a3e3c imagemagick: 7.1.1-40 -> 7.1.1-43 (#357109) ea25a180bb9bf rclip: fix build (#370792) 1fa77f64fc558 godns: 3.2.0 -> 3.2.1 44e31f9528469 maintainers: add stepbrobd to Coq team (#370640) a27e3395e3e15 net-news-wire: 6.1.5 -> 6.1.8 3bcc3f13ceb87 memtester: 4.7.0 -> 4.7.1 (#370681) 869cd9af6d816 dependency-track: fix build (#370700) 2e202d85c5c30 radvd: 2.20_rc1 -> 2.20 (#370144) d35fc5417f250 act: 0.2.70 -> 0.2.71 63782e201d64d nix-forecast: 0.1.0 -> 0.2.0 (#370794) 40e061ef43536 diffoscope: fix the eval (#370795) d8401b9b18e33 zinit: use tag instead of refs/tags a2792016c8932 zinit: fix _zinit not found 62e22cdfc722b zinit: add nix-update-script e3036e0e1be10 zinit: add maintainer moraxyc 9713c984c757c zinit: fix manpage not found a3df9206e2a00 zinit: refactor and modernize d35a029421463 deepin.deepin-picker: 6.0.1 -> 6.0.3 (#370212) ef222a8ea60a4 radvd: 2.20_rc1 -> 2.20 5a902436c0daf nezha-theme-user: init at 1.12.1 4784bc20c8a1a diffoscope: fix the eval ebf81047323ae Merge staging-next into staging f92b16fafda53 Merge master into staging-next a322d5a664c8d nezha-theme-nazhua: 0.4.20 -> 0.5.1 cbb8f5b919d1f nezha-theme-nazhua: 0.4.19 -> 0.4.20 3511268755008 nezha-theme-nazhua: init at 0.4.19 5d3993b95de59 nix-forecast: fix meta.changelog af240f2fd5a2b nix-forecast: 0.1.0 -> 0.2.0 3c989f13bbd08 nix-forecast: add updateScript ad93f8dfe35b3 cargo-lambda: 1.6.1 -> 1.6.2 9c30e77665b29 temporal-cli: remove deprecated tctl 37c6d52c4a19a openshot-qt: 3.2.1 -> 3.3.0 1f2553f6caf0c rclip: fix build f781f92ec5251 dbmate: 2.23.0 -> 2.24.2 73266d7a66f68 auth0-cli: 1.6.1 -> 1.7.2 e09bceac9d444 kando: 1.6.0 -> 1.7.0 f809487d8ad84 netlify-cli: 17.37.2 -> 17.38.0 d7a789c2a4ad5 rain-bittorrent: 2.0.0 -> 2.1.0 c32c98f53b9ae wlr-which-key: 1.0.1 -> 1.1.0 eab4cd92a85e4 twitch-tui: 2.6.17 -> 2.6.18 8cb0cd700b47b bitbox: add more meta-attributes (#370678) f2fe8798d211e rquickshare: fix opening (#367605) 57f6015869d26 qt6Packages.stdenv: condition on `config.allowAliases` (#370783) c290055571428 nixos/simplesamlphp: don't configure empty options 9dd10e1845316 fritzing: 1.0.2 -> 1.0.4 (#370429) 4e971d82e24b4 sqlboiler: 4.17.1 -> 4.18.0 5bd568bc9056d python312Packages.music-assistant-models: fix botched merge 3e7223aaf49ef semantic-release: 24.2.0 -> 24.2.1 e7ea6b821a5e1 stellarium: 24.3 -> 24.4 (#368154) f54ce21a530cf qt6Packages.stdenv: condition on `config.allowAliases` 438effdc7ab5a maintainers: add clemjvdm e750d6620963f qt6Packages.stdenv: lift out of scope (#370781) 57bbec5c5df1b python313Packages.gevent: 24.2.1 -> 24.11.1 9f2d119bb1016 qt6Packages.stdenv: lift out of scope 01cd8f28a7939 terraform-providers.sysdig: init at 1.42.0 c2d4d4e663cdb vopono: 0.10.10 -> 0.10.11 (#369705) 8d05e1e781496 heroic: update pinned electron version d72dccfd8070e python312Packages.orange-canvas-core: 0.2.4 -> 0.2.5 (#370496) 46d7191d8d2be ats2: suppress -Wimplicit-function-declaration by default f58537ed2ce00 pdfposter: unbreak (#370674) adfbeeeff79a8 firebase-tools: enable building on node 22 (#370752) 90d26ba069bc3 credhub-cli: 2.9.40 -> 2.9.41 d0c07d78d12b9 treedome: 0.5.1 -> 0.5.4 dfa2905510eb5 tone: 0.2.3 -> 0.2.4 (#370252) aed5dea534181 pilipalax: add update script 21e3f61f9887d containerlab: 0.60.1 -> 0.61.0 6abc676b17009 v2rayn: add update script 883a7b4f5d228 home-manager: 0-unstable-2024-12-23 -> 0-unstable-2025-01-02 (#370533) 2def2f2591a3f ayugram-desktop: init at 5.8.3 d059c2208db91 lightburn: 1.6.04 -> 1.7.04 3a209347c2920 fritzing: 1.0.2 -> 1.0.4 5695bd4acee90 nimdow: 0.7.40 -> 0.7.41 0d9f9ea8ebaee komikku: 1.66.0 -> 1.67.0 (#370504) 16d4f801505d8 cargo-tally: 1.0.56 -> 1.0.57 (#370578) 4789876b3b0ea tone: 0.2.3 -> 0.2.4 0f0feb48614a6 cargo-llvm-lines: 0.4.41 -> 0.4.42 (#370576) 986fa6461c223 erofs-utils: 1.8.3 -> 1.8.4 (#370483) 2cb020b40d539 hmmer: enable aarch64 support (#370495) 4ed39fe825250 goread: 1.7.1 -> 1.7.2 (#370464) 8c57bb0f8e6fc civo: 1.1.92 -> 1.1.93 (#370438) bc75d47cee5ce outils: fix build (#370239) a88130c925c3f firebase-tools: fixes for node 22 4e0cde59748d1 ghidra-extensions.ghidra-delinker-extension: 0.5.0 -> 0.5.1 (#370447) 5b27a3589a0c2 goreleaser: 2.5.0 -> 2.5.1 (#370487) 208ce2fc95bf5 remnote: 1.18.19 -> 1.18.26 (#369806) 3ba0cf21cec6a treewide: move fonts to pkgs/by-name (#370731) 902ac7f5a8706 nextcloudXXPackages.apps.recognize: use lib.{getExe,getDev}, fix typo (#366247) 24a09c620f3dd python312Packages.pysam: 0.22.1 -> 0.22.1-unstable-2024-10-30 c2e24a710d699 [staging] merge from staging-next (#370761) 449a025bc68f7 {alttpr-opentracker,am2rlauncher,avalonia-ilspy,clr-loader,dafny,formula,ilspycmd,inklecate,knossosnet}: update from .NET 6/7 to .NET 8 (#366067) 004985c7d9a23 python312Packages.pysam: remove with lib afbf117bf4ba9 butterfly: add update script 8ac8ac6542470 materialgram: 5.7.0.1 -> 5.9.0.1 (#367903) a9f0e00a3b219 pingvin-share: 1.7.0 -> 1.8.0 (#368297) ea961ad641d1e alttpr-opentracker: 1.8.5 -> 1.8.6 7bf295f2f8446 ilspycmd: simplify hostPlatform checks 38a5cfb2fbeca formula: simplify postFixup 6cd4d4a971ef1 knossosnet: upgrade to .NET 8 c9e58193d87d9 inklecate: upgrade to .NET 8 2a05f934fcdd6 ilspycmd: 8.0 -> 9.0-preview3 1d9621816f3b9 ilspycmd: format file and switch to finalAttrs 9429734a01f51 formula: upgrade to .NET 8 59d969cf96b38 formula: format file 4d1c3d85347cc dafny: upgrade to .NET 8 9255bc2d41bcd clr-loader: upgrade to .NET 8 0506ebefc1936 avalonia-ilspy: upgrade to .NET 8 aa268be09ae05 avalonia-ilspy: format file f93800ab5ba32 am2rlauncher: upgrade to .NET 8 ab8c28b891f49 immich-public-proxy: 1.5.4 -> 1.5.6 be632e89e66b5 libmediainfo: add curl support b5d4e7d8535a6 argocd: 2.13.2 -> 2.13.3 3c30d8182ee17 nixos/frigate: Also listen on port 5000 ef0c84cc6e435 omnictl: 0.45.0 -> 0.45.1 (#370531) 818592047344b megacmd: add ffmpeg and freeimage support; add darwin support (#362308) dbee3b0e98a42 Merge remote-tracking branch 'upstream/staging-next' into fix-merge-conflict-1735949935 f160d0c7bc357 git-absorb: 0.6.15 -> 0.6.16 (#353579) 6decfbae3fa69 jellyseerr: 1.9.2 -> 2.1.0 (#360844) 0c59669392650 empty-epsilon: 2024.08.09 -> 2024.12.08 (#370688) d3d626e00c874 Merge master into staging-next b16a62cd60109 kicadAddons.kikit, kicadAddons.kikit-library: add pname (#359681) db09530e76d1a evcxr: add mainProgram (#370179) ce5e53a073285 pinentry-rofi: add rofi and coreutils to runtime PATH (#366240) 3a21ca23ab57a unifi-controller: patchelf unifi's sdnotify, nixos/unifi: enable sd_notify, always restart service (#361945) 8918f21f1edb4 haskellPackages.iCalendar: unbreak it (#370590) ab4d781467391 materialgram: 5.7.0.1 -> 5.9.0.1 76771755b5a23 maintainers: add stellessia 268aaf5836297 usql: 0.19.14 -> 0.19.15 (#370544) bceaf35bfb387 dell-command-configure: fix missing include in wrapper (#368471) 298a29e9efaf8 mimir: 2.14.2 -> 2.15.0 (#370743) b6d859feaee1d git-absorb: 0.6.15 -> 0.6.16 5462056d7e360 empty-epsilon: 2024.08.09 -> 2024.12.08 a2891e6416a43 cacert: add hashed output (#370023) caff44bab5901 python312Packages.databricks-sdk: 0.38.0 -> 0.40.0 a7f712ad6e1e2 vmware-guest: Don't use lib directly for maintainers (#364628) 8146305d0f7c2 python312Packages.sagemaker: 2.232.3 -> 2.237.2 42c7314df61f6 treewide: replace darwin.apple_sdk_11_0.stdenv with stdenv on darwin (pass 2) (#370744) 4f069582ad4d7 python312Packages.sagemaker-core: 1.0.11 -> 1.0.17 de9ea634dc0bd treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` (#368177) 6db5f9d945b1d python312Packages.imgw-pib: 1.0.7 -> 1.0.8 (#370677) aa8929efd73ce Remove with lib from minimal profile; group config (#365239) 0cd04d30366f5 treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` c0cb67536bc6d python3Packages.tinytag: 1.10.4 -> 2.0.0 (#367456) 896be7ba14891 treewide: replace darwin.apple_sdk_11_0.stdenv with stdenv on darwin f3fe7bb95790e pingvin-share: 1.7.1 -> 1.8.0 f4d10f1a459a4 rstudio: clean up and refactor (#357034) 80893e00da163 bazel_{5,6,7}: use new apple sdk pattern (#370672) 652dc876abc68 mimir: 2.14.2 -> 2.15.0 acf701b49a768 nixos/btrbk: add snapshotOnly option e5a77a7904070 luaPackages.lz-n: 2.9.2 -> 2.10.0 cdc84fcc96b06 udev: substitute /usr/bin/cat in rules 64b68620abcea raze: fix build with gcc14 2ff256293ae08 maintainers: add dbreyfogle 7f5756b006eb2 cnijfilter2: add patch to fix missing import (#369086) f72531b3e9572 treewide: move fonts to pkgs/by-name 14a0b57f00c8a home-assistant: support jvc_projector component (#370684) 4bc2a5fa12954 buck2: 2024-10-15 -> 2025-01-02 d3ce52991d3b3 buck2: migrate to `pkgs/by-name` 87813440a58b1 home-assistant: support eddystone_temperature component (#370679) 2586c3adf7562 python3Packages.triton: fix pytorch.compile 4246e8e0e86ab helix: 24.07 -> 25.01 (#370713) 7844184e59cc9 ucc: CUDA fixups 8d75e9b97841a portfolio: 0.72.2 -> 0.73.0 (#369408) 79feb863820cb virtualbox: fix X11 shared clipboard (#370722) c5d27a33b9fbb stanc: 2.35.0 -> 2.36.0 (#363952) 01988fe46ef80 audiobookshelf: 2.17.5 -> 2.17.7 (#370652) 31417e595478d caddy: 2.8.4 -> 2.9.0 (#369744) b64b6df23da7a alpaca: 3.1.0 -> 3.2.0 (#369865) 9afc72e50b113 python312Packages.aioacaia: 0.1.11 -> 0.1.12 (#370357) 88b73a30df0d6 python311Packages.angr: 9.2.134 -> 9.2.135 (#370271) aebc6d93eff82 python312Packages.keba-kecontact: 4.0.2 -> 4.2.1 (#370376) c4c97a2ce7bfa python312Packages.mypy-boto3-*: updates (#370414) 15ea897ac456e python312Packages.boto3-stubs: 1.35.90 -> 1.35.91, python312Packages.botocore-stubs: 1.35.90 -> 1.35.91 (#370412) c94b24955d78a sbt-with-scala-native: 1.10.6 -> 1.10.7 (#370134) 052f232f4513c python312Packages.prophet: 1.1.5 -> 1.1.6 0c69f44a895ba sbt: 1.10.6 -> 1.10.7 (#370133) 313f21907af39 fwup: 1.11.0 -> 1.12.0 (#370136) 33216abd2546b go-task: update shell completions (#370166) e38c2df282d4b irssi: fix cross build (#370263) 05a2eef947121 cardimpose: 0.2.1 -> 0.2.1-unstable-2024-12-28 ad53f9b801dc6 chore: set `meta.mainProgram` for a few packages (#370416) e9f23698d0562 helix: 24.07 -> 25.01 3aefa6206f31e termusic: use new apple sdk pattern 30c3d621f4817 symfony-cli: 5.10.5 -> 5.10.6 (#370532) 04456da1d77a4 termusic: move to pkgs/by-name 614b39a9a29e1 iosevka-bin: 32.3.0 -> 32.3.1 (#370548) 2f73cadfc3292 vscode-extensions.visualjj.visualjj: add sources for the different architectures (#370698) 53679511ce32f python312Packages.twitchapi: 4.3.1 -> 4.4.0 (#370368) 12055dcdcb31c headscale: backport BaseDomain and ServerURL checks (#358255) 21bb46c89e35e Fix `netlify-cli` (#370586) 910dbeaefca5c rtorrent: 0.10.0-unstable-2024-12-15 -> 0.15.1 / libtorrent: 0.14.0 -> 0.15.1 (#368724) 98cc20e309685 ucc: general fixups a545d0b363193 broot: 1.44.3 -> 1.44.4 (#369992) c26cfcbf950d2 nixos-firewall-tool: fix cross-compilation ff65ee04a617b python312Packages.jaxopt: disable more flaky test on darwin 20166d17f391d pocl: 0.6.0 -> 6.0-unstable-2025-01-02 (#370699) 2707aa78e81db catboost: tweak, fix build (#370663) 9fb52eebe33a7 workflows/eval: fix maintainer requests (#370456) 00a4aad0fec61 python3Packages.wat: 0.3.0 -> 0.4.3 (#370381) 40576b59d4331 television: 0.8.5 -> 0.8.6 44910468b5b94 treewide: replace darwin.apple_sdk_11_0.stdenv with stdenv on darwin (#370661) 325c094e12a59 python312Packages.keras: disable float64 test on darwin 65ac365bbea82 bazarr: 1.5.0 -> 1.5.1 a32a06fee7f60 thunderbird: fix darwin build (#369517) 2b969610d645c treewide: replace darwin.apple_sdk_11_0.stdenv with stdenv on darwin 3e9a292d21897 jack1: 0.125.0 -> 0.126.0 (#370697) aebede4015da9 hyprlandPlugins.hyprfocus: fix build (#370636) 37e6624667091 nixos/kmonad: add new option enableHardening 07a7125ced68d libgbm: 24.3.2 -> 24.3.3 (#370701) d47598bb0e3c6 nb: 7.15.0 -> 7.15.1 (#370332) 634ef3757f4d6 rocmPackages.llvm.clang: remove -nostdlibinc flag (#370180) db3c2922ab7e0 hyprlandPlugins.hyprfocus: fix build f5ef950cfe12e pocl: 0.6.0 -> 6.0-unstable-2025-01-02 cce7fa4032f1c libgbm: 24.3.2 -> 24.3.3 f51e9578c0c40 Merge staging-next into staging d51cbef1447dc Merge master into staging-next 5967f89f74e84 dependency-track: pin nodejs_20 for frontend 962d4a81a4cdb vscode-extensions.visualjj.visualjj: add sources for the different architectures 1bd956fed2749 super-slicer: fix build broken by prusa-slicer update 763f17cccd37f super-slicer: handle missing postPatch 92d5a75032122 prusa-slicer: 2.8.1 -> 2.9.0 5dfc53b6b2d25 prusa-slicer: Move boost log link from patch to args 29ddfaddecfe2 prusa-slicer: Use new overriden occt vn 3e94f462f1e3e Add override for occt 7.6.1 5056f66b03df7 prusa-slicer: Remove existing patches beb95e68a3754 prusa-slicer: Update dependency with version 2e23ccf4e993f prusa-slicer: Set opencascade version 65f18db41f18a prusa-slicer: Update version and hash 92befe3713e08 mesa: 24.3.2 -> 24.3.3 (#370696) 9855f26d295a1 factorio: use real instead of sample in download help; warn about credentials in store (#351555) 7d27fd2b04ede rocmPackages.llvm.clang: remove -nostdlibinc flag a5af1da130310 melonDS: 1.0rc-unstable-2024-12-05 -> 1.0rc-unstable-2024-12-26 (#370301) 9e93bb5054e38 jack1: 0.125.0 -> 0.126.0 f5cfa33be1098 python312Packages.img2pdf: skip failing tests 22ed6be32516c mesa: 24.3.2 -> 24.3.3 5c358db5d7c6c factorio: note that credentials will be world-readable in help msg c807ed4f48d70 grpc: move to pkgs/by-name (#370670) fff8abc77b4b7 factorio: use actual args instead of sample in download help d584a8bb0d54f virtualbox: fix X11 shared clipboard 6e59bb81cd771 deltachat-desktop: 1.50.0 -> 1.50.1 ce96d12a414bc cunicu: 0.6.5 -> 0.10.0 6a571435ab73d libdeltachat: 1.152.0 -> 1.152.2 3aed333cdeb7d imagemagick: 7.1.1-40 -> 7.1.1-43 75ed7e61cd33a Revert "pkgs/build-support: cc-wrapper.sh not detecting c++ files by extension" (#370692) 64e0c3052d7af immich-public-proxy: init at 1.5.4, nixos/immich-public-proxy: init module (#362907) f6b0b9220eafd mongodb{,-6_0}: use new apple sdk pattern (#370666) e8afaf8b7e909 Merge: element-web: escape JSON string (#369762) 328b3c141630e Merge staging-next into staging b90d1d64862f3 Merge master into staging-next c9589e4a754ad home-assistant: support jvc_projector component a44a3bc54a625 python312Packages.pyjvcprojector: init at 1.1.2 db7b7fa9852ab bitbox: add more meta-attributes 2c596c1cb249c home-assistant: support eddystone_temperature component 14a209797201a python312Packages.beacontools: init at 2.1.0 f585e482bd221 wesnoth: 1.18.2 -> 1.18.3; Revert "wesnoth: pin to boost183 to restore the build" (#370612) cf837ebe92085 memtester: 4.7.0 -> 4.7.1 9f0b60a08db99 python312Packages.ahocorapy: init at 1.6.2 7f40a2c2febde portfolio: 0.72.2 -> 0.73.0 fcc6f721c988a mediamtx: 1.10.0 -> 1.11.0 (#370604) 793706e9e6747 swiftpm: remove old Darwin SDK pattern detritus 6240f6c3e33c4 swiftpm: remove code for macOS < 11 e05898e313547 swift: remove code for macOS < 11 cd670972bec82 dosbox-staging: remove code for macOS < 11 9a69c7090c126 python312Packages.materialx: remove code for macOS < 11 4df8a4fea7d84 python312Packages.libvirt: fix cross build (#370623) eb7ca3b17aeb9 vfkit: remove code for macOS < 11 41c903a7dd1cf moltenvk: remove code for macOS < 11 6945ed91ddb87 golem: remove code for macOS < 11 79660b4ef4ea6 bazel_7: use new apple sdk pattern 2e4aa2b7ab058 bazel_6: use new apple sdk pattern 1fac09ca92a55 bazel_5: use new apple sdk pattern af029e268dff5 conduwuit: remove code for macOS < 11 c5eecdd3b781a python312Packages.imgw-pib: 1.0.7 -> 1.0.8 a3cc57a95f566 treewide: unpin apple-sdk_11 pt 8 (#370654) 59821523686a7 treewide: unpin apple-sdk_11 (#370445) 56d83477b10dc scala_2_13: 2.13.12 -> 2.13.15 6fb35933b5fe0 pdfposter: unbreak a748f4ce0750f .github/workflows/ofborg-pending.yml: delete (#370427) c2525c85faca1 grpc: move to pkgs/by-name 67dfca0395112 mongodb{,-6_0}: use new apple sdk pattern f5d338a6f4a20 restic-integrity: 1.3.1 -> 1.4.0 074fad5dbc86b treewide: unpin apple-sdk_11 b3df77d150d9c catboost: tweak, fix build 8adbfd92518a5 home-assistant-custom-components.homematicip_local: 1.76.1 -> 1.77.0 (#370615) cfc0a3ce56088 python312Packages.json-api-doc: init at 0.15.0 (#370382) 97d21738c2e13 home-assistant: support slide component (#370649) 0519d5c43a412 dtbloader : improve (#370647) 3d5cf8110d9fb galene: 0.9.1 -> 0.96 b0128a106c480 cupsd: Allow major upgrades of gutenprint with cups-genppdupdate. (#129337) f937f7a3e4c41 jogl: use new apple sdk pattern ce1f9eb417f5c treewide: unpin apple-sdk_11 0d2230e8ea4fe libfishsound: add debian patches (#370633) c8e1cf73ec19f ts_query_ls: 1.4.1 -> 1.4.2 f691e52e8bb9f elixir-ls: 0.26.1 -> 0.26.2 (#370651) ce03f1c53795a renovate: 39.82.6 -> 39.90.2 (#370635) 38f848fa1f882 movim: 0.28 -> 0.29 (#370262) 3369d546a6108 [staging] python313Packages.pyzmq: disable flaky tests (#367255) 1242fcea90b7d vue-language-server: 2.1.10 -> 2.2.0 (#369805) ea02c9bfbeae6 Merge branch 'staging-next' into staging 9fc4688883e24 Merge branch 'master' into staging-next 5209768eefd46 treewide: unpin apple-sdk_11 pt 3 (#370472) c16c500c81903 audiobookshelf: 2.17.5 -> 2.17.7 31627c7c0222f git-cinnabar: disable version check d3525a11c6eff python312Packages.xsdata: 24.11 -> 24.12 (#370375) aa540982c1a06 elixir-ls: 0.26.1 -> 0.26.2 eb75114d5d71f python312Packages.iottycloud: 0.2.1 -> 0.3.0 (#370367) 061ce3e91a6cd home-assistant: support slide component 70d4b4323cae9 python312Packages.goslide-api: init at 0.7.3 10f2305568787 dtbloader : improve cf4c2086ac754 gmsh: fix missing strptime build error dec7bc2511a47 guile-lzlib: fix build with gcc14 aaadb7f179630 gpu-screen-recorder{-,gtk}: 4.2.3 -> 5.0.0 (#369756) 6fc791964d4e7 hyprutils: 0.3.0 -> 0.3.2 (#370613) 628bdcde37c92 maintainers: add stepbrobd to Coq team 1bf4dd81ff5e3 hhexen: 1.6.3 -> 1.6.4 6da2bc74dccaa clojure: 1.12.0.1488 -> 1.12.0.1495 af26fbc050af2 python3Packages.mkdocs-git-committers-plugin-2: init at 2.4.1 (#344615) c7cbb2ae5636a treewide: unpin apple-sdk_11 pt 7 (#370478) ae433b68447eb treewide: unpin apple-sdk_11 r-s 2715ad4bcfd50 xsane: fix build failure f7a0db0897017 openroad: Use recommended swig SWIG_Python_AppendOutput() workaround (#370563) 286fbc2975254 obs-studio-plugins.obs-color-monitor: init 0.8.2 (#361501) 51ad90816f617 moxide: init at 0.1.0 (#368597) 5f7d1bedc17d3 renovate: 39.82.6 -> 39.90.2 dca5800d3b408 lm4flash: init at 0.1.3 (#369386) 3cbcf3eb71f77 cargo-3ds: init at 0.1.3 (#367583) 402f432788da1 Xfce updates 2024-12-31 (#369692) c30b953d03cf0 rtorrent: 0.10.0-unstable-2024-12-15 -> 0.15.1 9890298bfc32d libtorrent: 0.15.0 -> 0.15.1 a27871180d30e tangara-cli: init at 0.4.3 (#367227) 765cd09de5a91 libfishsound: add debian patches 61f4f1721d475 ludusavi: add megheaiulian as maintainer 77bf718c5fd03 ludusavi: 0.25.0 -> 0.27.0 a5f897d4640c6 Revert "libfishsound: fix build with gcc14" cf23ef7647790 treewide: unpin apple-sdk_11 a-c 6444994858ba8 neovide: 0.13.3 -> 0.14.0 4200b91ba8c7f treewide: unpin apple-sdk_11 pt 6 (#370477) 4f99920579f2e terraform-providers.spotinst: 1.202.0 -> 1.204.0 7491caeb668d7 ceptre: move to by-name; add license field; cleanup; update to 0-unstable-2024-8-26 (#325113) 561b254314bd4 rundeck: init at 5.8.0 (#357533) f010ae5f895d8 dtbloader: init at 1.2.2 (#365174) 5945ce7d74c0a python312Packages.libvirt: fix cross build 49fa020363ee2 treewide: unpin apple-sdk_11 pt 5 (#370476) ea6b6ef5a0257 radicale: 3.3.1 -> 3.3.3 (#365396) 4fe3709d81afb cargo-msrv: 0.16.2 -> 0.17.1 (#369746) 042380f6d4d90 home-assistant-custom-components.frigidaire: Init at 0.1.1 (#370486) 739b2ababce6d seabios: disable PIE hardening c482fd42d0dba treewide: unpin apple-sdk_11 pt 4 (#370475) 9de54116901b4 home-assistant-custom-components.frigidaire: init at 0.1.1 e7008f03e78b7 xylib: fix cross / strictDeps build 4c16291562ced home-assistant-custom-components.homematicip_local: 1.76.1 -> 1.77.0 1766e85bdee06 rundeck: init at 5.8.0 d8a6e2bf74a94 python312Packages.hahomematic: 2024.12.13 -> 2025.1.0 b050a66ed1da8 hyprutils: 0.3.0 -> 0.3.2 0e0738883dabe various: add matthiasbeyer as maintainer (#370535) 850540c416d05 treewide: unpin apple-sdk_11 pt 2 (#370471) 9c163546ee0f9 Revert "wesnoth: pin to boost183 to restore the build" 9863b117532a9 wesnoth: 1.18.2 -> 1.18.3 23a5f80d0bd75 verapdf: 1.26.2 -> 1.26.4 241f922dc1a6f nixos/galene: fix type error (#370556) dc400dbe8a18a systemd: update musl patches (#370566) abbb32a084c30 python312Packages.python-gitlab: 4.12.2 -> 5.3.0 (#353544) fd793921ee660 foot: 1.20.0 -> 1.20.1 572132447b140 nom: 2.6.2 -> 2.7.1 (#370488) 59e900c824b95 matrix-synapse: filter out broken packages in nativeCheckInputs 78e205e00b276 foo2zjs: fix cross build (#370597) 3be0be21edf59 fakechroot: fix cross / strictDeps build 2b9c1687aacde python312Packages.pynetdicom: 2.1.1 -> 2.1.1-unstable-2024-12-22 (#370455) 9fb3d2e4e4ad8 mediamtx: 1.10.0 -> 1.11.0 ed738b515f729 treewide: unpin apple-sdk_11 pt. 1 (#370470) 1cdec1031139f cutemarked-ng: remove (#368706) c552dc5af1951 python312Packages.nipy: 0.6.0 -> 0.6.1 (#370454) 1dd5d8dbf71d5 aegisub: 3.4.0 -> 3.4.1 (#370434) 80b802f5d76fb taler: 0.13 -> 0.14 (#370096) fc9118d8dc490 hwdata: 0.390 -> 0.391 d9be51808ebd1 python312Packages.dicom-numpy: fix build (#370449) 2c954c74fd145 halo: 2.20.12 -> 2.20.13 eac9620170054 dtbloader: init at 1.2.2 a3bcbb0b7142a xmrig: move to pkgs/by-name, use new apple sdk pattern (#370297) f9f5325ad9367 workflows/periodic-merge: merge merge-base into haskell-updates d10e413c2ced0 fswatch: 1.17.1 -> 1.18.0 8b9f68815be79 haskellPackages.iCalendar: unbreak it 8ec53b9596954 cloudflare-dynamic-dns: 4.3.12 -> 4.3.13 (#370230) 550d3b6ecba0a vgmstream: 1951 -> 1980 (#370218) 29fea70ad2bba python312Packages.heudiconv: fix build (#370451) d00bd5c768143 heptabase: 1.49.0 -> 1.50.0 (#370187) f8c21eba146d1 tigerbeetle: 0.16.19 -> 0.16.20 (#370130) 21a0a926849af tuifimanager: 5.0.5 -> 5.0.9 (#370129) dfed2d48c1a83 python312Packages.ancp-bids: 0.2.5 -> 0.2.6 (#369578) 7fb7b560d665d cargo-msrv: 0.16.2 -> 0.17.1 1d12e6144db0a cargo-msrv: move to pkgs/by-name fdeae4db56c97 where-is-my-sddm-theme: 1.11.0 -> 1.12.0 (#369569) ab64ce3829f05 dwm-status: 1.8.1 -> 1.9.0 (#369531) 733473107fcd1 bitwarden-menu: 0.4.3 -> 0.4.5 (#362553) 097be59b2a8fd netlify-cli: Pin to nodejs_20 1439e821f38bd refactor: Sort arguments 4506071e11347 lilex: 2.530 -> 2.600 (#368483) 686dd255ea192 kitex: 0.12.0 -> 0.12.1 5fd60c856eaa6 uv: 0.5.13 -> 0.5.14 (#370536) d69cdd2b578b1 freeciv: 3.1.3 -> 3.1.4 787fa53e45a77 faustPhysicalModeling: fix strictDeps build, disable PIE 249322d5a4047 faust2lv2: fix cross / strictDeps build 546620819efe0 faust2jaqt: fix strictDeps build da415351f2e6c faust2: fix cross / strictDeps build d99385401e1cc bacon: Add matthiasbeyer as maintainer f8a929ca36c6e gitlint: Add matthiasbeyer as maintainer af87fffd79480 zellij: Add matthiasbeyer as maintainer ec7571253026a fd: Add matthiasbeyer as maintainer bdeb0475faf6b blesh: Add matthiasbeyer as maintainer 97d3e396030b5 git-quickfix: Add matthiasbeyer as maintainer 16686e5ac4928 git-gone: Add matthiasbeyer as maintainer 933d3d83ac1a1 git-fame: Add matthiasbeyer as maintainer 82f63e2294169 git-cliff: Add matthiasbeyer as maintainer 66cf8859b7fd8 git-annex-remote-dbx: Add matthiasbeyer as maintainer 947554cb46e1b git-annex-metadata-gui: Add matthiasbeyer as maintainer 1e043445082ef git-absorb: Add matthiasbeyer as maintainer 39d7152ace460 rip2: Add matthiasbeyer as maintainer d47abc02ccca4 qownnotes: Add matthiasbeyer as maintainer 0e5a5e5aa7733 nom: Add matthiasbeyer as maintainer 379ce3cd0a6f2 cargo-vet: Add matthiasbeyer as maintainer 108a4ac0062e4 cargo-pgrx: Add matthiasbeyer as maintainer cb088012609a2 cargo-lambda: Add matthiasbeyer as maintainer 62f275380c15d cargo-edit: Add matthiasbeyer as maintainer c9f2db61cee65 cargo-c: Add matthiasbeyer as maintainer 20ebcd0b8be5a mame: 0.272 -> 0.273 (#370571) 61f481492906b cargo-valgrind: 2.1.1 -> 2.2.1 ff0fe4e1404d8 numcpp: 2.12.1 -> 2.13.0 88b274611d596 atf: 0.21-unstable-2021-09-01 -> 0.22 ff49134fb8daa cargo-tally: 1.0.56 -> 1.0.57 76d655733ca09 cargo-expand: 1.0.95 -> 1.0.96 b4a6216f6eb59 cargo-llvm-lines: 0.4.41 -> 0.4.42 a740611692472 python312Packages.yoto-api: 1.24.2 -> 1.24.3 7b4626721c1f2 foo2zjs: fix cross build 50a13d1dc8b93 Merge staging-next into staging 6ae18d01a6d73 Merge master into staging-next fc8e9288f199f mame: 0.272 -> 0.273 2c522aded1e15 linuxPackages.nvidia_x11_latest{,open}: alias to nvidiaPackages.latest 01463b17bc667 openlinkhub: init at 0.4.3 (#369358) b7838eede7b15 libajantv2: fix build for musl (#370562) f3142a49c3e2e bsdgames: fix build (#369352) 0352bab0f4262 systemd: update musl patches 0d6a439f7e971 libajantv2: fix build for musl 2cb7521505cbf bsdgames: fix build 6865042ec34b4 openroad: Use recommended swig SWIG_Python_AppendOutput() workaround 6eb221a1024d1 labwc-tweaks-gtk: 0-unstable-2024-11-25 -> 0-unstable-2025-01-03 0a481ad4f334b fbvnc: fix build with GCC 14 (#370523) 782a0e6581738 lib.dropEnd: init ef133efd7148f nixos/galene: fix type error c96e90782541f lib/tests/misc: Test lib.drop 3c321b3f03f30 openlinkhub: init at 0.4.3 a104720c3e73b pypy310: 7.3.12 -> 7.3.17 98f7e5a8b051e pypy27: 7.3.12 -> 7.3.17 eff5c482de597 tk-8_5: fix build with GCC 14 dbbc4b1b28a9d libsigrok: 0.5.2-unstable-2024-01-03 -> 0.5.2-unstable-2024-10-20 2f194ced0f4d6 libsigrokdecode: 0.5.3-unstable-2023-10-23 -> 0.5.3-unstable-2024-10-01 573e4da1c43c7 stellarium: mark as broken on darwin 731516c2ab42d inkscape: fix cross build aed4cd8437a7a python312Packages.libtmux: 0.39.0 -> 0.40.1, tmuxp: 1.49.0 -> 1.50.1 (#369758) a2faa154b2d8f mp4fpsmod: init at 0.27 a23b0bdc68f56 robotframework-tidy: 4.14.0 -> 4.15.0 (#369775) 8316e7e6417b8 iosevka-bin: 32.3.0 -> 32.3.1 2d6bd8d85db48 warp-terminal: 0.2024.12.18.08.02.stable_03 -> 0.2024.12.18.08.02.stable_05 (#370514) b4e1c1f013a24 lhapdf: update/fix meta, update pdf_sets (#369896) 278286c93e33e usql: 0.19.14 -> 0.19.15 22513cc050f21 packwiz: 0-unstable-2024-05-27 -> 0-unstable-2024-10-15 db503a626e1d3 codeql: 2.19.4 -> 2.20.0 (#366488) b2126539bbe3f jetbrains.idea-community: fix build (#370350) cd76d9256b68d mago: 0.0.9 -> 0.0.18 0a90a1f4f47d0 pql: 0.1.0 -> 0.2.0 (#370458) 30ae86f315db4 markdownlint-cli2: 0.16.0 -> 0.17.1 b640889b6247d cargo-asm: Add matthiasbeyer as maintainer 1b564f773f7dc uv: 0.5.13 -> 0.5.14 c11fd6e9b899e fna3d: 24.12 -> 25.01 (#370091) 4e67cff74c392 flrig: fix cross / strictDeps build ba76eccef048c home-manager: 0-unstable-2024-12-23 -> 0-unstable-2025-01-02 bb950a23f36d1 python3Packages.pyopengl-accelerate: fix build with numpy 2 and gcc 14 (#369043) 64b7779cf25c7 symfony-cli: 5.10.5 -> 5.10.6 85b9eb95e2089 onefetch: 2.22.0 -> 2.23.1 131c19f890c56 omnictl: 0.45.0 -> 0.45.1 5e206eed10173 mise: 2024.12.17 -> 2025.1.0 (#370194) f709cfe630da9 nixos/swapspace: add installWrapper option (#368539) 2a19391d4f892 vacuum-go: 0.14.3 -> 0.15.0 (#370284) 67f493b587f91 zfs-replicate: fix typo in comment (#370524) f23381a2ee322 zfs-replicate: fix typo in comment 82314c394949f zfs-replicate: patch path to lz4 binary (#370241) 71399ae0c848d fbvnc: fix build with GCC 14 4138c1b330db6 python3Packages.nifty8: 8.5.2 -> 8.5.4 (#368906) da290cffc5f41 fheroes2: 1.1.4 -> 1.1.5 98cca0e02c9f1 qt6.qtwayland: backport fix for qtwayland compositor bd2b24b72349e mopidy-spotify: 5.0.0a2 -> 5.0.0a3 978c0461ff041 mopidy: backport spotify access token auth ea99748e2fb02 warp-terminal: 0.2024.12.18.08.02.stable_03 -> 0.2024.12.18.08.02.stable_05 d12700ed21311 swtpm: 0.9.0 -> 0.10.0 (#369818) 85d08481dda58 deja-dup: Fix missing dependency for gdrive (#370221) cf879faabb452 fluidd: 1.31.2 -> 1.31.4 a63aa869b2385 simdutf: 5.7.1 -> 5.7.2 (#370507) 927407a0f8c59 Merge staging-next into staging babf3abf8701d Merge master into staging-next 471bff0b46a6d mactop: enable version check 29f117d90a448 mactop: 0.1.9 -> 0.2.3 59bb5daf312bb komikku: 1.66.0 -> 1.67.0 4833f7aa470d2 resources: show Nvidia GPU info (#370116) cc9ec42710d2a simdutf: 5.7.1 -> 5.7.2 f1e6f6f943c45 spotifyd: 0.3.5-unstable-2024-10-21 -> 0.3.5-unstable-2024-12-27 (#369836) fde8246eb9f7f tests/wakapi: switch to subest; add sqlite3 case 3204e04a80ed6 nixos/wakapi: add `stateDir` and set service WorkingDirectory 3a06509bd7679 rocksdb: 9.8.4 -> 9.10.0 0bec5b455c257 phoc: 0.41.0 -> 0.44.0 f2fcce79636e8 phosh: 0.41.1 -> 0.44.0 9a1c9891175d1 dwm: add extraSessionCommands option (#267471) 891adb43721c7 python313Packages.pysaml2: mark as broken de759a20053ff xoscope: fix build (#369718) c8d0c2f1ab46b buildFHSEnvBubblewrap: bind /etc/dconf (#369279) c94032c5cd83e venera: 1.1.2 -> 1.1.3 (#368438) 3d76bff0ac648 python312Packages.orange-canvas-core: 0.2.4 -> 0.2.5 c22621d0c30f8 curl-cffi: 0.7.2 (broken) -> 0.7.4 (#370324) 2e4f197e17d46 hmmer: refactor e3f9d35315ccb hmmer: enable tests 0890b8133312e easel: init at 0.49 9e00c8a8519bf hmmer: change license from gpl3 to bsd3 51deb46482e31 hmmer: enable aarch64 support 676b69c01f396 lubelogger: 1.3.8 -> 1.4.1 (#368868) 4dee0f81bd7fd mangayomi: remove unnecessary dependencies (#369722) 7985312b3ea90 pcsx2-bin: 2.3.10 -> 2.3.82 (#369201) 27503671cdb26 aws-sso-util: init at 4.33.0 (#362442) e92c6f0cf1ef5 flutter327: 3.27.0-0.1.pre -> 3.27.1 (#365302) 7d832b60c0cc3 nom: 2.6.2 -> 2.7.1 283118767b876 goreleaser: 2.5.0 -> 2.5.1 f9ce72b148907 maintainers: add nullcube 9d13130e47d52 git-interactive-rebase-tool: remove explicit libiconv 1b884f28bf4e8 treewide: unpin apple-sdk_11 096ab963dcda8 erofs-utils: 1.8.3 -> 1.8.4 caade838e8d33 treewide: unpin apple-sdk_11 7b2e42fffd918 treewide: unpin apple-sdk_11 j-m 5dc23ffa5b3e3 sqldef: 0.17.24 -> 0.17.25 88adec4b3ab6f treewide: unpin apple-sdk_11 n-q 26d247b462d67 treewide: unpin apple-sdk_11 t-z 077007a65827b ci/request-reviews: Don't request reviews from non-repo-collaborators 0ac1641b1ec3c actions/no-channel-pr: re run when base branch is updated (#369179) 013bcf290f2b3 datafusion-cli: 43.0.0 -> 44.0.0 (#370459) 2730726cf616f taler-sync: 0.13.1 -> 0.14.1 2b9d0e926b06a taler-challenger: 0.13.0 -> 0.14.1 95077128f7623 taler-merchant: 0.13.0 -> 0.14.1 5b01aaa08952a taler-wallet-core: 0.13.3 -> 0.14.1 e0df174c69e5b taler-exchange: 0.13.0 -> 0.14.1 697af55da3d69 gnunet-gtk: 0.22.0 -> 0.23.1 b7daf641be0ec gnunet: 0.22.1 -> 0.23.1 d33cc2bd23b6b python312Packages.kivy: fix build (#370346) e3641dd110966 gnunet-gtk: 0.21.0 -> 0.22.0 (#370343) ab248be504bc3 workflows/eval: Minor cleanup 0ebab0bccadbd workflows/eval: Reuse process-reviewers.sh 0af77380e5875 tabiew: 0.8.0 -> 0.8.1 0371b7fb4b8d3 ci/request-reviews: split off a more reusable reviewer processing script 32a0af89fe65c home-assistant: Add support for Yoto custom component (#368833) e500ef4fe08f2 survex: 1.4.14 -> 1.4.15 51773b1a1f55c goread: 1.7.1 -> 1.7.2 9883c610b51ce emacsPackages.copilot: bump and fix (#370235) 47b52e6bd2487 raylib: add diniamo as a maintainer 7c6c1125ec3f0 raylib: 5.0 -> 5.5, cleanup aaa70920ea216 venera: 1.1.2 -> 1.1.3 f03fef05643a7 datafusion-cli: 43.0.0 -> 44.0.0 155ee7ec34421 pql: 0.1.0 -> 0.2.0 33aa4301cbdcb python312Packages.pynetdicom: 2.1.1 -> 2.1.1-unstable-2024-12-22 557917868c71a kubernetes-polaris: 9.6.0 -> 9.6.1 7040b460e4f4c byzanz: fix build (#369019) be63334c99a59 python313Packages.pyzmq: disable flaky tests 7b7685d5fbe45 python312Packages.nipy: 0.6.0 -> 0.6.1 582399a5d9281 python312Packages.heudiconv: fix build 2703dd4b65e76 python312Packages.dcmstack: 0.9 -> 0.9-unstable-2024-12-05 fd92a488b2a3f nextcloud: update a few defaults (#369242) 8ab64aad563f6 python312Packages.dicom-numpy: fix build a6e60687b5cb7 zoom-us: 6.3.0.* -> 6.3.1.* (#370327) d98c2dff37583 libspnav: set install_name at link time; fix darwin (#369596) 56323119c98c9 ghidra-extensions.ghidra-delinker-extension: 0.5.0 -> 0.5.1 e7d194c79af7c python312Packages.deid: 0.3.22 -> 0.3.25 a981ebf8bbcf8 dnsproxy: 0.73.5 -> 0.74.1 (#370411) 23922275ec6da libfishsound: fix build with gcc14 (#370288) 34b2f25dc9b10 openafs: 1.8.13 → 1.8.13.1 (#368005) 771c7e608ec75 atuin: unpin apple-sdk (#370231) 4c662ddd169d4 breakpad: gcc-14 fix (#369787) a64a238bb4df2 ijq: fetch source from newly preferred primary repository host (#368923) 0dd7250c73524 buildbot: add patch for compatibility with twisted 24.11.0 dd1853c1d1407 openmw: fix build on GCC 14 (#370126) c3dd1bab45eba ftjam: drop (#370198) 2504729497242 golangci-lint: 1.62.2 -> 1.63.1 (#370093) 23d01b4113502 nginx-config-formatter: 1.2.2 -> 1.2.3 5e4cd3d97a824 python312Packages.aiohttp: 3.11.9 -> 3.11.11 (#367401) f66a3333437af cp2k: 2024.3 -> 2025.1 27bb06116e885 python312Packages.pydicom: 2.4.4 -> 3.0.1; unbreak (#368584) d45e7d764c646 civo: 1.1.92 -> 1.1.93 3e0f8eb19734f ghostunnel: 1.8.2 -> 1.8.3 (#370224) 4adeba749da1a aegisub: 3.4.0 -> 3.4.1 fcfea6f887f17 mypaint: disable tests a7579f374f592 mypaint: fetchFromGitHub rev -> tag d399b903e91fd mypaint: remove with lib d9159d2b18306 Merge staging-next into staging 7017a5b93637b Merge master into staging-next 89019580b73dd sarasa-gothic: 1.0.26 -> 1.0.27 (#370100) bdf9a15c55a3d tenv: 4.0.3 -> 4.1.0 5812c8fb3d5ae owmods-gui: init at 0.15.0 90c28116d6bc5 tdlib: 1.8.41 -> 1.8.42 (#370338) 1c088c1214384 python312Packages.nibabel: propagate typing-extensions f57cad70d0fd8 bosh-cli: 7.8.5 -> 7.8.6 1dd16a796aa27 nixos/ncps: init service (#370153) aff999e6d4e35 nixos/kmonad: avoid running an unnecessary bash (#370064) 31d919308cebe cargo-xwin: 0.18.2 -> 0.18.3 8aefa43785462 chore: set `meta.mainProgram` for a few packages e36ab94091445 regripper: fix perl libs not in path; 0-unstable-2024-11-02 -> 0-unstable-2024-12-12 (#366270) 07144733765a9 nixos/tests/ncps: init service test 87b42d403e585 nixos/ncps: init service bf341a3aec2ba python312Packages.mypy-boto3-sqs: 1.35.0 -> 1.35.91 709a40777b10b python312Packages.mypy-boto3-sagemaker: 1.35.86 -> 1.35.91 8308258f5419d python312Packages.mypy-boto3-organizations: 1.35.72 -> 1.35.91 da711a2fa1a1b python312Packages.mypy-boto3-mediaconvert: 1.35.85 -> 1.35.91 8dfe0e61d8be0 python312Packages.mypy-boto3-mediaconnect: 1.35.81 -> 1.35.91 af9f4a16758a2 python312Packages.mypy-boto3-gamelift: 1.35.59 -> 1.35.91 0141bbaa789b9 python312Packages.mypy-boto3-appsync: 1.35.77 -> 1.35.91 64642dba63b73 python312Packages.botocore-stubs: 1.35.90 -> 1.35.91 085d37112f50f python312Packages.boto3-stubs: 1.35.90 -> 1.35.91 2cf40b47ec315 reindeer: 2024.12.16.00 -> 2024.12.30.00 (#369564) 52423386a2682 python312Packages.pytorch: just disable -Werror; fix darwin x64 build (#367312) c9ddb6bef5f37 linuxPackages: 6.6 -> 6.12 61c974229bbd4 dnsproxy: 0.73.5 -> 0.74.1 edb546d0e3884 openroad: unpin Boost (#370364) c1c4345db2e87 libwbxml: fix build 2ce46489b3ebc iterm2: 3.5.10 -> 3.5.11 eaa1c0a3c349e positron-bin: add openssl as a dependency 963eec7f5ae17 gradm: 3.1-202102241600 -> 3.1-202111052217 (#368103) 68857749b097b komga: 1.15.0 -> 1.15.1 (#367281) a98f7fa3c9807 aerogramme: unbroken (#368128) 7cdeae9904642 nixos/google-compute-image: fix image build (#368313) fc8c1dfddaf7d rubyPackages.gettext: init at 3.4.9 (#360799) 804c178922ea0 freeplane: add copyDesktopItems (#365655) f4861a9f025eb tsm-client: 8.1.24.0 -> 8.1.25.0 (and update URLs) (#365012) c828d6d06e22d restic-browser: 0.3.1 -> 0.3.2 cd9f495ef7584 vimPlugins.nvim-trevJ-lua: init at 2024-12-23 (#370384) 664272e7b495a lock: 1.3.6 -> 1.3.7 (#370016) 0675fe18c7fa2 python312Packages.pyflick: 0.0.2 -> 1.1.2 e2078ef31e1a0 tests.nixosOptionsDoc: init 71557af0dc3d2 mosml: pass -fpermissive to C compiler (#370050) 6d3e783d0136c diodon: init at 1.13.0 0239a8cab07ad python3Packages.ducc0: 0.35.0 -> 0.36.0 f4992924b3494 vimPlugins.nvim-trevJ-lua: init at 2024-12-23 33510a9252e71 python3Packages.wat: 0.3.0 -> 0.4.3 b73aee9fde619 jetbrains.idea-community: fix build (#367486) 84866ae3b1a10 python312Packages.json-api-doc: init at 0.15.0 8c98f9da9ef79 python3Packages.nifty8: 8.5.2 -> 8.5.4 2900ca13a530f mobilizon: fix internal version (#370277) 02ac51c6fd2e2 livebook: 0.14.4 -> 0.14.5, fix update script, tweak (#370340) 10bdb8bce0843 dotnet: fix linux build of dotnetCorePackages.dotnet_8 (#370333) dab6fb9690707 python312Packages.keba-kecontact: 4.0.2 -> 4.2.1 98891a2ea0407 komga: add tebriel to maintainers e4d3f51bbd74c python312Packages.cmdstanpy: 1.2.4 -> 1.2.5 cee5e731ccd21 komga: 1.15.0 -> 1.15.1 4909d74216e14 kotlin: refactor to use finalAttrs df9822a7b119c maintainers: add tebriel 2abfb5b366c73 python312Packages.xsdata: 24.11 -> 24.12 c53b7758b4d18 nixos/komga: introduce 'settings' option (#345594) 595b69c36596a livebook: 0.14.4 -> 0.14.5, tweak, fix update script 06cb2ddf62bcb python312Packages.safetensors: 0.4.5 -> 0.5.0 (#370295) 2d34f69f77fcc cmdstan: 2.35.0 -> 2.36.0 c29e08f7e4db6 stanc: 2.35.0 -> 2.36.0 6fa672169e017 python312Packages.twitchapi: 4.3.1 -> 4.4.0 0e83b42e73696 src-cli: 5.10.0 -> 5.11.1 14729df8ea2b4 python312Packages.nibabel: 5.2.1 -> 5.3.2 0557e6648211d python312Packages.pydicom: 2.4.4 -> 3.0.1 0ca182415a762 python312Packages.iottycloud: 0.2.1 -> 0.3.0 2c9288a6e426f sby: 0.47 -> 0.48 (#369528) 16dab34ee2022 bashrun2: init at 0.2.6 (#364952) bf9cdfc24c3d5 dotnetCorePackages.dotnet_8.vmr: fix build on llvm 19 080f7e9b06ff5 openroad: unpin Boost d271727234896 elfutils: rebase cxx-header-collision.patch b5b9581eeaaf1 python312Packages.pylibjpeg: add optional-dependencies 8007e1d0b0ef5 python312Packages.slixmpp: 1.8.5 -> 1.8.6 (#369646) 6118a3d758d11 bashrun2: init at 0.2.6 0cd3dacfe0b00 emacs30.pkgs.aio: Fix build (#370021) 9cf81429c3bd7 armadillo: 14.2.1 -> 14.2.2 9e0b42e0f7891 nixos-render-docs: Add anchor support to CommonMark options output 925dc2fe30dd7 nixosOptionsDoc/optionsCommonMark: Add extraFlags attr 8cfe251b13b6b libpoly: remove -Werror; fix clang-19 (#368397) a4c6e4d715f9d vscode-extensions.vadimcn.vscode-lldb: remove nigelgbanks as maintainer (#370342) 27a515f9dd891 mosml: pass -fpermissive to C compiler eb8115a847220 coroot: 1.6.7 -> 1.6.8 eb75913a1a6ce home-assistant-custom-components.yoto_ha: init at 1.22.0 4efb59aa6e420 python3Packages.yoto-api: init at 1.24.2 10ffb294bf910 abracadabra: 2.8.0 -> 2.9.0 (#369940) ff809df5119da templ: 0.2.793 -> 0.3.819 (#370278) b9895413188b5 python312Packages.aioacaia: 0.1.11 -> 0.1.12 a460583a48b45 python312Packages.kivy: fix build f78716ee95e06 chirp: 0.4.0-unstable-2024-12-17 -> 0.4.0-unstable-2024-12-26 (#370057) 80beb7a52b309 urlfinder: init at 0.0.2 (#370000) 9bbd276338c72 cve-prioritizer: init at 1.8.0 (#370029) bc551be6998b6 python312Packages.zabbix-utils: init at 2.0.2 (#370051) 5f28b642acc81 python312Packages.tencentcloud-sdk-python: 3.0.1293 -> 3.0.1294 (#370055) f7c843e898c27 tutanota-desktop: 259.241223.0 -> 259.241223.2 4f6fc2e343a2c gnunet-gtk: 0.21.0 -> 0.22.0 9dd2f25c2b1ef emacsPackages.copilot: Make the package use a compatible version of the server 46646c3003838 emacsPackages.copilot: Configure nix-installed copilot-node-server 10e1dc5bd5c9f pmbootstrap: 3.0.0 -> 3.1.0, fix build, tweaking (#370313) 13c1c5bcfa7c3 linuxPackages.nvidiaPackages.legacy_470: fix 6.6 to 6.12 e931e77ec4b87 kubernetes: kubelet.extraConfig should be `attrsOf json.type` (#366592) 6c12a58425142 emacsPackages.copilot: 0-unstable-2024-05-01 -> 0-unstable-2024-12-28 d7e545210a327 tdlib: 1.8.41 -> 1.8.42 1ac626c6821b6 pmbootstrap: 3.0.0 -> 3.1.0, fix build, tweaking ccfdbc34fd402 docs: add references to module system section 980281bd51bdb linuxPackages.nvidiaPackages.legacy_390: update patches to 6.12 84fdfb82690f1 python312Packages.ytmusicapi: 1.8.2 -> 1.9.1 (#368485) 66ddf84c33620 kubernetes: kubelet.extraConfig should be `attrsOf json.type` 5aabe248fbba0 postgresql_14: fix build (#368091) 626ab3c95525d legcord: 1.0.5 -> 1.0.6 (#370330) a3162c5c88bd4 siyuan: 3.1.16 -> 3.1.18 (#364696) a869da6cb40f8 python312Packages.croniter: 3.0.3 -> 6.0.0 (#361363) 3ed899a4ebccf nb: 7.15.0 -> 7.15.1 0ad48a6234ef2 python312Packages.ipympl: 0.9.4 -> 0.9.5 (#368314) 4a4f5ca6befde python312Packages.gotenberg-client: 0.7.0 -> 0.8.2 (#368486) 3c8bf53daf55a python312Packages.tika-client: 0.7.0 -> 0.8.1 (#368488) 5b68fece2b128 fsg: fix cross build (#370296) c4c4bddf460a6 fairymax: fix build with GCC 14 (#370300) cb6a1f382c4cb python312Packages.wagtail-localize: 1.10 -> 1.11.1 (#368465) 26409e44227ab zsync: fix build (#368971) 9e8ed1f41185f legcord: 1.0.5 -> 1.0.6 a7886ddf33890 python312Packages.minio: 7.2.12 -> 7.2.13 (#368746) a67efaccd5026 maturin: 1.7.8 -> 1.8.1 (#369460) c3588cf2c5fb4 nixos/kmonad: avoid running an unnecessary bash ed3f112a0e6ba nixos/kmonad: remove unnecessary cli flag --input 989c076021732 nixos/kmonad: create determinate symlinks (#370053) 2f8f9a068c0e9 python312Packages.griffe: 1.5.1 -> 1.5.4 (#368456) c32729c079419 Patch for yt-dlp to support fixed curl-cffi 0.7.4 0299c518a4641 python312Packages.ytmusicapi: 1.8.2 -> 1.9.1 e238f8a86b5d7 voicevox: 0.20.0 -> 0.22.3; voicevox-engine: 0.20.0 -> 0.22.2; voicevox-core: 0.15.4 -> 0.15.7 (#367083) 60c7e52f9f996 zoom-us: 6.3.0.* -> 6.3.1.* 9323eecf62983 git-delete-merged-branches: 7.4.1 -> 7.4.2 (#370152) 37afe4396d336 curl-cffi: 0.7.2 (broken) -> 0.7.4 040ef3ec08562 python312Packages.tika-client: drop support for python 3.8 6e0d5066693da python312Packages.gotenberg-client: drop support for python 3.8 640038c84b075 timg: 1.6.0 -> 1.6.1 5d88e3a3617e8 Merge staging-next into staging ceffd51bbd4a9 Merge master into staging-next 5503736c2bb1b python312Packages.craft-cli: 2.12.0 -> 2.13.0 (#368489) 7ad67193d9a0b linux_xanmod_latest: 6.12.7 -> 6.12.8 02249fd1b26a1 python312Packages.craft-store: 3.0.2 -> 3.1.0; python312Packages.keyring_24: remove (#369875) f474afb53fa31 linux_xanmod: 6.6.68 -> 6.6.69 e4d74e69dd18c python312Packages.ntc-templates: 6.0.0 -> 7.5.0 (#342956) 047670d138533 ceph: add patches for Boost 1.86 eef74a139b437 ceph: add upstream patch for GCC 14 67c82d3c9a0a0 satty: 0.15.0 -> 0.16.0 (#370219) 7b40f54d169aa python312Packages.ntc-templates: 6.0.0 -> 7.5.0 f8787211c237f python312Packages.aioacaia: 0.1.11 -> 0.1.12 6eafbd0904d07 pyenv: 2.4.23 -> 2.5.0 (#369162) ab065822e58d9 ft2-clone: 1.89 -> 1.93 8a6fdb7569cac flyctl: 0.3.53 -> 0.3.56 (#370028) b3adb5f5e6548 arpack: use openblas on darwin; fix build; enable eigen (#367594) 44608d2800117 mill: 0.12.4 -> 0.12.5 (#370243) a00976b3883b7 bloat: 0-unstable-2024-10-28 -> 0-unstable-2024-12-27 dac39cc53a2fd python312Packages.pyspark: 3.5.3 -> 3.5.4 (#368497) 92242097202b1 nixos/pykms: suggest dual stack binding 0826de34a5452 nixos/pykms: allow overriding default package e162494ac40ce pykms: unstable-2021-01-25 -> 0-unstable-2024-07-06 5fbbc60571844 tcl-8_5: fix build 3ab766775d37c _7zz: 24.08 -> 24.09 (#360699) df553a0b34b5e koreader: fix hash (#370115) 64eb6e147fc63 Disable nix-update-script for ex_doc (#370264) 11d82a7b0c9f5 python312Packages.greatfet: 2024.0.3 -> 2024.0.4 (#368490) a8a4d85213920 python312Packages.cheetah3: 3.3.3.post1 -> 3.4.0 (#361184) 5482b113bfda7 gotrue-supabase: 2.166.0 -> 2.167.0 (#370197) 7f2713dcb9518 fairymax: fix build with GCC 14 6f2ff58e43b8c xmrig-proxy: use new apple sdk pattern 532220669af5b xmrig: use new apple sdk pattern 88751ab1f8af6 xmrig: move to pkgs/by-name fdd1a8c1e02a2 libfishsound: fix build with gcc14 7b55ce8367e07 fsg: fix cross build 97a24017577fc siyuan: 3.1.16 -> 3.1.18 c4f5b7c0e7b51 python312Packages.safetensors: 0.4.5 -> 0.5.0 039cbd8e93eb3 nixos/lib/eval-config: Add warning when masking pkgs (#349453) 846f3ebbd3556 vscode-extensions.saoudrizwan.claude-dev: init at 3.0.12 (#370287) 921dc021a48fe vscode-extensions.egirlcatnip.adwaita-github-theme: init at 1.0.5 (#370261) 809c96e83aa3e rustmission: 0.5.0 -> 0.5.1 (#370274) 4448dfa49fdf9 ruby-packages.prism: 0.24.0 -> 1.3.0 (#369508) (#370214) 936f4e016d49c Merge remote-tracking branch 'origin/staging-next' into staging 3e28519fd5f40 updatecli: 0.90.0 -> 0.91.0 f774d46aceab7 yarn-berry: move to `pkgs/by-name` (#370189) 6df24922a1400 python312Packages.marimo: 0.10.5 -> 0.10.9 (#370172) 0326ab016c318 maintainers: update jopejoe1 (#370289) b01753b4a8aa4 go-callvis: 0.7.0 -> 0.7.1 (#370229) a35271af53ba1 mailmap: add jopejoe1 1227084c58918 maintainers: update jopejoe1 1660c7fe5e269 Fix cross build for various python packages (#369631) 8fd76e7819d11 vscode-extensions.saoudrizwan.claude-dev: init at 3.0.12 a27925d47cf46 beets: fix building in 2025 (#370234) ce349edfa415e libppd: fix cross build 8927e56a346df xh: 0.23.0 -> 0.23.1 732c2f23f156b vacuum-go: 0.14.3 -> 0.15.0 9de8cb4d01e3f tinymist: 0.12.14 -> 0.12.16 (#370250) 2c43f705d0e60 mobilizon: fix internal version 0725951bfc4bb nixos/libvirtd: link Microsoft-templated OVMF files to shared folder (#346904) 70cef1dd8cc09 sentry-cli: 2.39.1 -> 2.40.0 1331a19b5aacb csound: 6.18.1 -> 6.18.1-unstable-2024-07-02 81485e446839a templ: 0.2.793 -> 0.3.819 9676ba4ad878d notmuch-mailmover: 0.5.0 -> 0.6.0 (#370015) a2f3aabf57430 python311Packages.angr: 9.2.134 -> 9.2.135 25e041f5e5fa7 rustmission: 0.5.0 -> 0.5.1 43a7804c19550 python312Packages.cle: 9.2.134 -> 9.2.135 579af0bb31d34 python312Packages.claripy: 9.2.134 -> 9.2.135 417db03082c79 python312Packages.pyvex: 9.2.134 -> 9.2.135 33df156c55d94 cgal_4: drop (#369761) ee18541bc3f0e python312Packages.ailment: 9.2.134 -> 9.2.135 a6503eae6e473 python312Packages.archinfo: 9.2.134 -> 9.2.135 572c21e0b5c84 sgt-puzzles: 20241223.5eea14c -> 20241230.79be403 (#370211) 55a9a2938e485 xzoom: fix gcc-14 (#369803) 14f0df0dd0b84 Kernel updates for 2025-01-02 (#370246) bd58b2e381a00 numbat: 1.14.0 -> 1.15.0 (#369982) 4084b7f3d5a90 jujutsu: 0.24.0 -> 0.25.0 (#370160) 0ce76d75325da ex_doc: disable nix-update-script 74413ffa79fd2 davinci-resolve: 19.1.1 -> 19.1.2 da7c2933c6e58 movim: 0.28 -> 0.29 fb8b7c30c9317 irssi: fix cross build 514e0d0eab671 tflint-plugins.tflint-ruleset-aws: 0.36.0 -> 0.37.0 (#369567) f59c7b1923ebb vscode-extensions.egirlcatnip.adwaita-github-theme: init at 1.0.5 cde70d3eec3f1 formatjson5: fix missing_docs error (#370124) 2726c8872e6a9 zfs-replicate: disable failing tests on darwin c86bb0aba1bbc zfs-replicate: patch path to lz4 binary 04c5813ba2002 tinymist: 0.12.14 -> 0.12.16 042d3180cbfa5 [python] fix 3.13 support for pylsp and dev tools (#369668) d798810f57742 linux_6_1: 6.1.122 -> 6.1.123 71435ccf3eeee linux_6_6: 6.6.68 -> 6.6.69 1ba73a81a6c20 linux_6_12: 6.12.7 -> 6.12.8 6ff39470d983d linux_testing: 6.13-rc4 -> 6.13-rc5 10a75ab5b2c23 doc: titanium tombstone 9516e693c6bb0 doc/rl-2505: mention removal of titaniumenv, titanium, and titanium-alloy 91a004b943e9b titanium: remove d2f4842daa955 titanium-alloy: remove b754b036e3f77 titaniumenv: remove d6108a545dd2f iay: 0.4.2 -> 0.4.3 (#370236) c4ea4ef6a7336 ruff: 0.8.4 -> 0.8.5 (#370215) 31a9dc1bc7098 build-bazel-package: added rm of extra local folders for toolchain configuration in latest bazel versions. 0654d1d75d9f1 home-assistant-custom-components.homematicip_local: 1.75.0 -> 1.76.1 (#370018) 3ffbaaf38ccd9 python312Packages.netcdf4: 1.7.1.post2 -> 1.7.2 (#365242) 6b8936fa7204a nerd-fonts: fix and improve pname, version and license handling (#370225) b895f9201940f outils: fix build 4fd0ac47d1905 mill: 0.12.4 -> 0.12.5 d70411a127cfd zfs-replicate: clean derivation 80c49d8cb5a59 octave: Do not --enable-link-all-dependencies on Darwin (#368376) ef8fab1b2c8cc zfs-replicate: move to by-name 35d4823c41ad0 moxide: init at 0.1.0 87ba234f1bcb9 beets: fix building in 2025 eadbe6c73c7e1 iay: 0.4.2 -> 0.4.3 acf374ec33bd6 atuin: unpin apple-sdk 3fe57fe3bc7df iosevka: 32.2.1 -> 32.3.1 (#370165) 8736508e49afd cosmic-ext-ctl: init at 1.1.0 d224c09c3d0a7 cloudflare-dynamic-dns: 4.3.12 -> 4.3.13 1514589aa6f00 numbat: refactor meta 6d17306e6761a numbat: use version check hook, nix update script d19c3249afd16 go-callvis: 0.7.0 -> 0.7.1 403f488b80fd9 numbat: 1.14.0 -> 1.15.0 d37ad3d28fae1 nerd-fonts: add releaseVersion to passthru e93e8eacd4dbf tlsclient: 1.6.5 -> 1.6.6 (#370046) 06d52b09a2e42 nerd-fonts: fix attr name and version handling e18aa0b180a55 nerd-fonts: change pname, version and license schema ea75ad05741a4 peazip: 10.1.0 -> 10.2.0 610c61264ad27 stgit: 2.4.13 -> 2.5.0 e370ce7633eeb prism: minor refactoring (#370220) 8cb31dc95571d python312Packages.open-interpreter: fix build (#369798) 8b2c5064d77fb ghostunnel: 1.8.2 -> 1.8.3 719b1e4af6bb6 lcalc: fix clang-19 build (#370176) 27b7fc999b7db factoriolab: 3.8.9 -> 3.8.10 (#370177) 86c8670bed003 libdsk: 1.5.20 -> 1.5.21 55c251ae61da8 cproto: 4.7w -> 4.7x dcbd560920fad prism: minor refactoring 822c3cb37f960 deja-dup: Fix missing dep for gdrive 134992ae32815 python312Packages.pyseries: init at 1.0.26 (#370182) 3836334a52d26 k6: 0.55.1 -> 0.55.2 (#369317) d6973081434f8 bacon: 3.6.0 -> 3.7.0 (#370196) 2fd3e1f46cbe7 roddhjav-apparmor-rules: 0-unstable-2024-12-13 -> 0-unstable-2024-12-25 (#370058) 3e05e2d05535e ckan: Install desktop file and icons (#370141) 6a22aaca7219e python312Packages.pyseries: init at 1.0.26 41ea9f469098a python312Packages.pyedflib: init at 0.1.38 7453d023de803 python312Packages.plotnine: 0.14.4 -> 0.14.5 (#370192) ee1e1e64d67ad python312Packages.mmcv: clean derivation (#370193) 01ff4040a9717 ruff: 0.8.4 -> 0.8.5 ee99d1de6df33 satty: 0.15.0 -> 0.16.0 e6d5e6ab56202 vgmstream: 1951 -> 1980 14f4013165b48 mesen: init at 2.0.0-unstable-2024-12-25 (#301666) d1c6a9c6af4ae ruby-packages.prism: 0.24.0 -> 1.3.0 (#369508) 6e95ad3b2b49d lcalc: workaround for vendored <complex> bef37907d7722 deepin.deepin-picker: 6.0.1 -> 6.0.3 086d2350e4ce3 Merge master into staging-next 753f9a37bdc24 Merge: glibc: avoid overriding makeFlags (#368865) 8c30dd41a7f58 python312Packages.blockdiag: fix missing runtime dependency d9c740e2302dd renode-dts2repl: 0-unstable-2024-12-20 -> 0-unstable-2024-12-28 (#370173) 5651648b38a4b sgt-puzzles: 20241223.5eea14c -> 20241230.79be403 5fb7f964a30a8 desmume: fix build 7495386a9aff1 yacreader: 9.14.2 -> 9.15.0 (#369984) 660345672dab5 python312Packages.strawberry-graphql: fix build (#370062) fd1d8e7b6fa5f neocmakelsp: build with meson 7ef5822ac4840 piknik: 0.10.1 -> 0.10.2 7cb9646516b2e python312Packages.torchmetrics: 1.4.3 -> 1.6.1 (#350488) 406fecebc435e dbeaver-bin: add meta.changelog a7fa74ca5a78b usbkvm: fix non-null vendorHash for release tarball (#369381) 7480f0a447088 ftjam: drop a9dc181f359d4 kubectl-cnpg: 1.24.2 -> 1.25.0 c5685d92f81c7 dbeaver-bin: remove with lib d5dfb150b26dc singular, gfan: fix the same clang-19 error (#370174) 501e5ba9ceb02 python312Packages.mmcv: clean derivation 5f7fc7beb0ea1 python312Packages.plotnine: 0.14.4 -> 0.14.5 d3d743323ba36 spectra: 1.0.1 -> 1.1.0 (#369980) 2fd3c5e63d91c gotrue-supabase: 2.166.0 -> 2.167.0 1833a29ada0ef bacon: 3.6.0 -> 3.7.0 d2fb42f5e06d6 mise: 2024.12.17 -> 2025.1.0 043f8e598072e rspamd: build with vectorscan (#370169) 22274d9c68c66 yarn-berry: move to `pkgs/by-name` 3b11e0c595be0 vectorscan: reformat fac85fd1fccae vectorscan: fix pkg-config 8474f557efabe rspamd: build with vectorscan 671f385be422c nixos/zfs-replication: add --verbose to command line arguments (#370150) f7bcfe2119327 vectorscan: fix cross-compile (#370171) 2776ee4823534 heptabase: 1.49.0 -> 1.50.0 45b4efbacf84a breakpointHook: rename to breakPointHookCntr 1c90438fd833f voicevox: 0.20.0 -> 0.22.3 6be536c0d8675 voicevox-engine: 0.20.0 -> 0.22.2 3aee503522c4e voicevox-core: 0.15.4 -> 0.15.7, make sources easier to fetch fa99ba3c13682 nixos/systemd-boot: Don't write to /etc/machine-id (#347493) f74e2eb08b7a9 libx86emu: fix aarch64 build 42bb1331310e1 python312Packages.flask-sockets: remove (#369854) fb6bdb4129263 evcxr: add mainProgram 2eecf15ad7776 python312Packages.deepdish: fix build 41f7b3d67bf62 factoriolab: 3.8.9 -> 3.8.10 6a398a91562f3 python313Packages.google-auth: fix build (#370101) b287c667e0320 gfan: fix clang-19 build 4d3b1bcad8797 singular: fix clang-19 build 01ad09c0fa633 physfs: don't set CMAKE_SKIP_RPATH (#346169) c0e7638a57217 dmg2img: 1.6.7 -> 1.6.7-unstable-2020-12-27 (#348765) 32f7694115609 nixos/auto-cpufreq: init vm test (#350507) 0f3c1d31bfb51 renode-dts2repl: 0-unstable-2024-12-20 -> 0-unstable-2024-12-28 872efd3d1034d fluent-bit: 3.2.3 -> 3.2.4 (#369674) 8b9a058c88703 gdal: switch to openexr_3 (#366939) 7f338aad226d6 vectorscan: fix cross-compile 8aba629520b6f wxGTK3{1,2}: use new darwin sdk pattern (#369685) 297e71258a7bc python312Packages.marimo: 0.10.5 -> 0.10.9 47d83df727e65 azure-cli-extensions: update package set (#368189) 783d48a7233c1 go-task: update shell completions 8f96c5ad727ad cutemarked-ng: remove 1a46589e82908 {itk_5_2, python312Packages.itk}: unbreak by disabling RTK cmake module (#366994) a0919c7eeda73 postgresql_14: fix build 041cda876a039 iosevka: 32.2.1 -> 32.3.1 d169a1ef8281f eza: 0.20.14 -> 0.20.15 (#370131) c49a4a07366fa sound-of-sorting: fix darwin build (#370070) a5ca2074895ab dprint-plugins: init (#369415) aa1627035626b kaufkauflist: 4.0.0 -> 4.0.2 (#353679) cff8aa324b3d0 btrfs-list: 2.3 -> 2.4 (#369268) b6ccb5b526d0d xray: 24.12.18 -> 25.1.1 10fd006d4a0ee vscode-extensions.visualjj.visualjj: switch to VSCode marketplace (#370049) eed41459809cf python312Packages.diagrams: 0.23.4 -> 0.24.2 (#370043) 57cb0844450ac jj: 0.24.0 -> 0.25.0 a69bc54e335b4 workflows/eval: Request reviews from changed package maintainers (#366046) 66779946782fe libui-ng: 4.1-unstable-2024-12-08 -> 4.1-unstable-2024-12-14 48dcd2a163ca1 spacevim: 2.3.0 -> 2.4.0 (#370142) 30cec14039c41 restate: init at 1.1.6 (#367466) 4cd75c769a303 autofs: add patch for cryus_sals (#368836) f837172930e01 restate: init at 1.1.6 524a505874533 buildGoModule: remove some unnecessary quotes (#370005) 94b3591332e91 ncps: init at 0.1.1 (#370149) 28f43d4628fc7 nixos/zfs-replication: add --verbose to command line arguments 83af87a20653e nixos/zfs-replication: use expanded arguments for clarity 3b7f0c3b4d322 git-delete-merged-branches: 7.4.1 -> 7.4.2 45741b4053d0d sickgear: 3.32.13 -> 3.32.14 af5da25d834ad heroic: fix packaging (#370031) 737defd4cd97a ncps: init at 0.1.1 4e288104d3553 faust: 2.74.6 -> 2.77.3 3da6bd3e69891 Add some vim plugins (#370104) 088ddef3ae6b5 ppp: 2.5.1 -> 2.5.2 559ebf51a9ba6 dosbox-x: 2024.12.04 -> 2025.01.01 c645ff1e650ef debootstrap: 1.0.138 -> 1.0.140 ba58e46cc70cd ckan: Install desktop file and icons 8a5e208a0f15f spacevim: 2.3.0 -> 2.4.0 c0d71ad01729b rip2: 0.9.0 -> 0.9.2 (#370112) 29259d4eb5cd3 Merge staging-next into staging ee6bd66be7fef Merge master into staging-next 5d239ccac976f fwup: 1.11.0 -> 1.12.0 c783fed7cb0ce swapspace: refactor 3a63b6f18dcf0 sbt: 1.10.6 -> 1.10.7 7c1fe22d78955 sbt-with-scala-native: 1.10.6 -> 1.10.7 8b9f8cac1c110 eza: 0.20.14 -> 0.20.15 b1e525c4c4346 tigerbeetle: 0.16.19 -> 0.16.20 6b9fe1cd61ac2 haskellPackages.cabal-install: suppress error of missing local index 6aa6cf0486ccd tuifimanager: 5.0.5 -> 5.0.9 156776e5be203 openmw: fix build on GCC 14 e48d27cb8f382 formatjson5: fix missing_docs error ce6566efb4225 ecapture: 0.9.1 -> 0.9.2 (#369968) ae0678af25049 resources: show Nvidia GPU info 9b84330b71860 streamlink: 7.0.0 -> 7.1.1 (#369700) 589fc0dea4596 python312Packages.*: unpin Boost (#370066) 7edc4f645f660 littlefs-fuse: remove emery as maintainer 6bf1c8def024d antora-ui-default: update hash (#369703) 0d1111fb417de rip2: 0.9.0 -> 0.9.2 fd4ca2fcd5872 harper: 0.13.0 -> 0.14.0 (#369821) 1e16a782a1f7d greetd.regreet: 0.1.2 -> 0.1.3 e47ede3ea4ef7 gnomeExtensions.tophat: fix build d729de868927d gnomeExtensions: auto-update e15eff48f101c python3Packages.loguru: 0.7.2 -> 0.7.3 & cleanups (#368660) bd144c060dcb1 bonsai: 1.2.0 -> 1.2.1 (#369918) 755e20ecdba7a vimPlugins.linediff-vim: init at 2024-04-22 aa6e01dbf7105 vimPlugins.nvim-numbertoggle: init at 2024-03-29 137419b48bbca python313Packages.google-auth: fix build c01b2522d1afa mieru: 3.9.0 -> 3.10.0 (#370099) ae27c1da2ecdc shiori: 1.7.2 -> 1.7.3 35727227c251f openroad: 2.0-unstable-2024-12-22 -> 2.0-unstable-2024-12-31 (#369735) 67aa530f56ecf sarasa-gothic: 1.0.26 -> 1.0.27 93e7e39c71b13 mieru: 3.9.0 -> 3.10.0 e0645516b216a flarectl: 0.112.0 -> 0.113.0 d01038921c03a nixos/oci-containers: option to set the service name of a oci-container d91e88e771471 faudio: 24.12 -> 25.01 76ec51ad967a5 dbip-{asn,city,country}-lite: 2014-12 -> 2025-01 (#369965) b71eef62a0a92 v2ray-domain-list-community: 20241210004721 -> 20241221105938 (#369966) 40b12760ef5f0 grpc-client-cli: 1.21.1 -> 1.21.2 aea6bca54e74b golangci-lint: 1.62.2 -> 1.63.1 7417184aa10d4 fna3d: 24.12 -> 25.01 67b70b25a1ffa sirikali: 1.7.2 -> 1.8.0 (#369952) 1460b5f785ff0 poppler: pull in missing `libtiff` dependency (#370052) c72979d5e34ff beam27Packages.elixir-ls: 0.25.0 -> 0.26.1 (#370081) fbb1d2dd3c8f3 python312Packages.openturns: 1.23 -> 1.24 (#359066) b0f5ccee9d4b6 Revert "openjpeg: 2.5.2 -> 2.5.3" (#370072) 90d5ef78c4ed1 byacc: 20240109 -> 20241231 709930aaf6d5b beam27Packages.elixir-ls: 0.25.0 -> 0.26.1 4eff25d266b3b Merge staging-next into staging 3729f2c855bf0 Merge master into staging-next e4f449ab51a28 clickhouse-backup: 2.6.4 -> 2.6.5 (#369655) 00f4cd1d213c2 nixosTests.lvm2: drop 4.19 kernel, test on 6.6, skip failing test (#370069) 39fe742150d8c Revert "openjpeg: 2.5.2 -> 2.5.3" 355cbe905d633 clusterctl: 1.9.2 -> 1.9.3 9e9fe337e2951 release-haskell.nix: add kmonad nixos test 93ccd7bb6f387 sound-of-sorting: fix darwin build 161f45d4be41a nixosTest.lvm2: don't run one test on old 5.15 kernel without support 0c160da06c202 nixosTest.lvm2: remove 4.19 kernel, test on 6.6 231fed345479d doc: fix fetchDebianPatch example (#369361) d644adcfab065 nixos/tor: fix eval take three (#370063) 9accb96313cdc tt-rss: 0-unstable-2024-12-20 -> 0-unstable-2024-12-22 (#369448) 87b8cc62fbe6a {ecwolf,lzwolf}: fix build with gcc-14, cleanup (#368178) 48e75484f306e ugrep: 7.1.1 -> 7.1.2 (#369450) 9e342433955d9 bpftrace: 0.21.2 -> 0.21.3, fix broken build (#369546) 5c6592189b93c vmware-horizon-client: add libpng, fix app (#369970) 72d8f6a34bc19 littlefs-fuse: 2.7.9 -> 2.7.10 db1eab6508d00 utf8proc: 2.9.0 -> 2.10.0 (#369872) a6acff16cb461 btdu: 0.5.1 -> 0.6.0 (#369969) da40c76ea86bb yarn-berry: 4.5.3 -> 4.6.0 (#369908) d29975d32b1dc albert: 0.26.10 -> 0.26.11 (#370040) 6168a45885089 python312Packages.magicgui: 0.9.1 -> 0.10.0 (#365666) 40db5d34cf652 terraform-providers.buildkite: 1.15.1 -> 1.15.2 a30371c8fb73c python312Packages.jax: reenable cuda support (#369920) 02e60305f75fe spotube: unify linux and darwin builder (#369695) 3896cf798aa7e python312Packages.django-admin-datta: 1.0.15 -> 1.0.16 (#368495) b74d40912714f nixos/tor: fix eval take three 3fc66d5c68370 python312Packages.fastrlock: 0.8.2 -> 0.8.3 (#368188) fac4c997a615d python312Packages.strawberry-graphql: fix build cbd736c3e130d spotube: unify linux and darwin builder c5b914711f7a1 manta: fix build (#355360) 55f5553543be6 torzu: init at unstable 12.15.24 (#368370) fcc40398c46c2 python312Packages.django-modelcluster: 6.3 -> 6.4 (#368280) 53402f94ebe01 zed-editor: 0.166.2 -> 0.167.1 (#370025) 63b08ef5d8316 diffoscope: add additional tools (#359089) fd8921d8c80e6 python312Packages.jax: reenable cuda support and clean up cbd27bf90ce22 codecrafters-cli: 34 -> 35 (#358424) f0c2751b5e115 python312Packages.pvlib: 0.11.1 -> 0.11.2 (#368380) c02e731f8471d netbox: 4.1.3 -> 4.1.7 (#359270) 1c78f8df37882 typescript: 5.6.3 -> 5.7.2 (#359223) 38b2ad02cf9c5 python312Packages.pymdown-extensions: 10.11.2 -> 10.13 (#362950) 29f2c03f1610d maintainers: add myypo f28864e00da1d nixos: fix various modules after `with lib` removal (#370042) 470337f45afce tree-sitter-grammars: add hyprlang (#360038) 131df74268f0b gbenchmark: 1.9.0 -> 1.9.1 (#360042) af5a88463fe1c firewalld: 2.2.3 -> 2.3.0 (#360476) a933c4dcee011 firewalld-gui: 2.2.3 -> 2.3.0 (#360482) 05176adfbd598 roddhjav-apparmor-rules: 0-unstable-2024-12-13 -> 0-unstable-2024-12-25 e089eb4cafdbd python312Packages.tencentcloud-sdk-python: 3.0.1293 -> 3.0.1294 f6d3c5c227a39 chirp: 0.4.0-unstable-2024-12-17 -> 0.4.0-unstable-2024-12-26 65a603f94b1c0 youplot: 0.4.5 -> 0.4.6 (#360762) 9a0b250ef819e python312Packages.bitsandbytes: 0.44.1 -> 0.45.0 (#365616) f52b125e7eb6a latex2html: 2024 -> 2024.2 (#361240) 9695e75dde319 nixos/kmonad: create determinate symlinks f07f2f89e7675 xml-tooling-c: 3.2.4 -> 3.3.0 (#361127) 07233c26ae733 gnu-efi: fix hash (#361435) 849076ebc3984 snowflake-cli: 3.1.0 -> 3.2.2 (#361512) 02bf4b7bfc5a1 static-web-server: 2.33.1 -> 2.34.0, add misilelab to maintainers (#361614) 9c96af5ab1d13 net-news-wire: 6.1.4 -> 6.1.5 (#361687) 1bb562eb149a1 poppler: pull in missing `libtiff` dependency 3fdfa094a1ac6 python312Packages.zabbix-utils: init at 2.0.2 f6a1b554e0ec6 python312Packages.branca: 0.8.0 -> 0.8.1 (#365439) 1484d6bfdf047 last: 1592 -> 1607 (#362313) 45747c1e187d5 gossip: supply correct libsdl2 (#362083) 4e5e2ad2fa622 xdg-terminal-exec: 0.10.1 -> 0.12.0 (#362021) dd2f21b54cbfd python312Packages.slixmpp: update disabled ba75e22f72d62 python312Packages.aiolimiter: 1.1.0 -> 1.2.1 (#360649) 0b22020d8841d vscode-extensions.visualjj.visualjj: switch to VSCode marketplace 9d28fe45c4673 rattler-build: 0.32.1 -> 0.33.1 (#367830) 185a2705784ad macmon: 0.3.3 -> 0.5.1 (#362144) a2d3acf05ed73 bazel_7: cleanup dead files (#362199) 4d83a49b8987f xapian: 1.4.26 -> 1.4.27 (#363485) 293f832365699 opensnitch-ui: 1.6.6 -> 1.6.7 3da007fa4da85 pimsync: init at 0.1.0 (#369933) 2390809980a27 tlsclient: 1.6.5 -> 1.6.6 c74c7dfda4890 fetchgit{,hub,lab}: passthru `rev` based on `tag` (#369506) 031e8ea9ef4c3 antora-lunr-extension: conventionally sort fetch attributes 5ab7ac6886342 antora-ui-default: conventionally sort fetch attributes 4f8d7631e2530 home-assistant-custom-components.calendar_export: init at 0.1.0 (#370039) 1ef77d2fdc332 tinymist: generate shell completion (#370033) 94ae419b96b80 python312Packages.diagrams: 0.23.4 -> 0.24.2 7faac508af7d3 home-assistant-custom-components.calendar_export: init at 0.1.0 5b816767fd236 tinymist: generate shell completion c5aaf462f0f6a nixos/borgbackup: support specific warning codes when failOnWarnings=false (#368701) f11148a34ccbd albert: 0.26.10 -> 0.26.11 420a828f9c5b3 grpc_cli: 1.68.2 -> 1.69.0 (#369125) c4f8f3e4509ed upscayl: 2.11.5 -> 2.15.0 (#368145) 04b50128753d1 seer: 2.4 -> 2.5 (#369131) 8c13f665f6b46 squeezelite: 2.0.0.1507 -> 2.0.0.1517 (#369917) 0e6b275e03e93 makima: 0.9.5 -> 0.10.0 (#368243) e3971d53ab822 ovn: fix missing scripts and wrong paths (#369993) 11b2940f70d15 lens-desktop: 2024.3.191333 -> 2024.11.261604 (#367244) f40e9f158764e gren: 0.4.5 -> 0.5.2 (#367693) df2a49729bcbf kubernetes-helmPlugins.helm-unittest: 0.6.3 -> 0.7.0 (#363700) 54a6e26b19e7f starlark: 0-unstable-2024-11-25 -> 0-unstable-2024-12-26 88d03c1bbe4b7 irust: 1.71.29 -> 1.71.30 (#369778) 9d6437be0db87 python312Packages.glom: 23.5.0 -> 24.11.0 (#361255) d7707a9b74c98 codeberg-pages: embed correct version number via ldflags (#369999) a3b0f225b774c calamares-nixos: 3.3.12 -> 3.3.13 (#369814) f1c011cdda811 omnisharp-roslyn: 1.39.12 -> 1.39.13 (#369820) 5916b2a824319 cve-prioritizer: init at 1.8.0 c26449b463f62 qctools: 1.3.1 -> 1.4 (#369530) 676d91998d2e4 ovn: fix missing scripts and wrong paths 7d06fa5fb0b89 hacompanion: 1.0.15 -> 1.0.17 (#369395) 0954feebcba36 kmetronome: 1.4.0 -> 1.4.1 (#369111) 9bcd5a71f6506 gtklock-userinfo-module: 4.0.0 -> 4.0.1 (#368460) ddee9936d02c0 libvpl: 2.13.0 -> 2.14.0 (#368064) a97234e2fdc84 heroic: fix packaging c0f2a3cc20683 nixos/endlessh-go: fix eval 7b438af49a96f flirt: Add update script using nix-update (#363134) aa6978f1debcd likwid: 5.4.0 -> 5.4.1 (#368011) 09947dc4ff66c kube-router: 2.3.0 -> 2.4.1 (#367955) c9f36b41b4291 rocksndiamonds: 4.3.8.2 -> 4.4.0.0 (#367904) 7bb552f178ab6 nixos/magnetico: fix eval d477c0d7ed15f tabby: 0.20.0 -> 0.22.0 (#363566) 154dd625d4500 grails: 6.2.2 -> 7.0.0-M1 (#367796) 1ed69614e65a1 tutanota-desktop: 253.241203.1 -> 259.241223.0 (#367759) 52de2ca2b625e kicad: 8.0.6 -> 8.0.7 (#364126) 18765d044a50a nixos/tor: fix eval d26ef3016876f ibus-engines.typing-booster-unwrapped: 2.26.12 -> 2.27.1 (#367494) eba954003bcf6 python312Packages.aiohttp-socks: 0.9.0 -> 0.10.1 (#357664) 803d3fba5d650 bngblaster: 0.9.13 -> 0.9.14 (#367492) 293bb16da7d9d lxd-ui: 0.14 -> 0.15 (#367432) 9d46dec188361 python312Packages.cantools: 39.4.13 -> 40.0.0 (#367411) 2cdc929d7c97a ansel: 0-unstable-2024-10-28 -> 0-unstable-2024-12-19 (#367375) 9d03498ada697 rocmPackages.rocm-docs-core: 1.11.0 -> 1.12.0 (#367343) 7fca7cc0a526a ocamlPackages.flac: 0.5.0 -> 0.5.1 (#367265) 4728ffc14c645 openjpeg: 2.5.2 -> 2.5.3 (#363765) 55dfb78462081 jitsi-videobridge: 2.3-174-gd011ddf7 -> 2.3-187-gc7ef8e66 (#367160) f38a975b41348 appstream: 1.0.3 -> 1.0.4 (#363763) d8a17551f695a kaidan: 0.9.2 -> 0.10.1 (#367065) fe6b667206805 nixos/qemu-vm: set permissions for tmpfs root (#363628) 78f331f42979c jitsi-meet-prosody: 1.0.8242 -> 1.0.8302 (#366738) 7b3bbf7564b07 trezor-suite: 24.11.3 -> 24.12.3 (#366525) 2756e29d887d9 flyctl: 0.3.53 -> 0.3.56 0614a67f68c3b discord-development: 0.0.56 -> 0.0.60 (#366083) 92ef45ef1103e nixos/endlessh: fix eval b7090b32162a8 nixos/cloud-init: fix eval ef596173f89fb nixos/cfssl: fix eval 555208ae092b8 nixos/certmgr: fix eval c5390e372ddbc nixos/opensnitch: fix eval for `services.opensnitch.settings.ProcMonitorMethod` different than default (`ebpf`) (#368415) adaeba80f8220 rocmPackages_5.rocm-docs-core: 1.8.2 -> 1.12.0 (#364170) c309e66419ee3 emacs30.pkgs.aio: Fix build f252bba4ef74a fig2dev: 3.2.9 -> 3.2.9a (#369657) 97f8479fbfe5d zed-editor: 0.166.2 -> 0.167.1 280cf6e49a499 python312Packages.apispec: 6.6.1 -> 6.8.0 (#362381) a878bfd443411 dynamodb-local: 2.5.3 -> 2.5.4 41409658984d6 foot: 1.19.0 -> 1.20.0 (#369986) 71e74813a30ca python312Packages.tablib: 3.6.1 -> 3.7.0 (#361781) 6f2b12dd6a375 python312Packages.ifcopenshell: add upstream patch for Boost ≥ 1.86 dc213dbe001b0 python312Packages.rdkit: unpin Boost 01a3482008ad1 python312Packages.python-mapnik: unpin Boost 78232368f17f5 trippy: 0.12.0 -> 0.12.1 (#368419) b000f50a30b38 python312Packages.osqp: 0.6.7.post1 -> 0.6.7.post3 (#361405) 0da1960faf21a jackett: 0.22.1109 -> 0.22.1177 648a2754ddfc0 upscayl: 2.11.5 -> 2.15.0 31a7f1ecdf8e6 libspf2: fix build (#370009) e7102e8627293 python312Packages.rcssmin: 1.1.2 -> 1.2.0 (#361575) 1bae375e38b8f signal-export: use built-system key e769c9b272856 python312Packages.python-osc: 1.9.0 -> 1.9.3 (#368151) aea5d50e57719 python312Packages.bokeh: 3.6.0 -> 3.6.2 (#368066) f3e0037deedb0 python312Packages.httpx-ws: 0.6.2 -> 0.7.0 (#365583) 9b03bf78a1d54 python312Packages.fake-useragent: 1.5.1 -> 2.0.3 (#365392) 1e0b0c05f7080 home-assistant-custom-components.homematicip_local: 1.75.0 -> 1.76.1 c368e0a128a48 python312Packages.hahomematic: 2024.12.5 -> 2024.12.13 e7e5b31fe4e8c python312Packages.pydevccu: 0.1.8 -> 0.1.9 edecaf64ea628 cacert: add hashed output 3550cccc94a3c wxGTK31: fix darwin build 346617354cd68 python312Packages.gwcs: 0.21.0 -> 0.22.1 (#368179) 0f360a3912d10 lock: 1.3.6 -> 1.3.7 98fe668bb66b6 notmuch-mailmover: 0.5.0 -> 0.6.0 e201290e286ca python312Packages.pypiserver: 2.2.0 -> 2.3.2 (#362746) 35bbd825d64d5 python312Packages.superqt: 0.6.7 -> 0.7.0 (#365436) 2e3ac425390be python312Packages.duckdb-engine: 0.13.4 -> 0.14.0 (#360851) 90660e8d39485 wxGTK32: use new darwin sdk pattern 760d6269f0ea0 wxGTK31: use new darwin sdk pattern 76fe7e071a784 python312Packages.apispec: drop support for python 3.8 85d6d1b15ad9a flint3: 3.0.1 -> 3.1.2, import C99 compliance patch (#369978) c2dd9c89c7e37 homer: 24.11.4 -> 24.12.1 (#370004) ec936dc9eeb37 ocamlPackages.flac: 0.5.0 -> 0.5.1 ddadbc41b10e9 parallel: 20241122 -> 20241222 (#367906) 666690fdf4423 Merge staging-next into staging 973c08ecd4abe python312Packages.superqt: drop support for python 3.8 88c3f0f1303a1 Merge master into staging-next d29096565e8c3 python312Packages.pytest-mypy-plugins: 3.1.2 -> 3.2.0 (#368306) b53d7c8ab3ab6 open-webui: 0.5.2 -> 0.5.3 (#370007) 959e722044f02 libspf2: fix build 534a509802c23 python312Packages.ipyparallel: 8.8.0 -> 9.0.0 (#361189) 05cccfdfc1d11 python312Packages.notion-client: 2.2.1 -> 2.3.0 (#368289) e8ad057e991e4 nixos/kmonad: make sure new config is used after nixos-rebuild switch (#369853) 05a9e79220e0f python312Packages.pytest-mypy-plugins: drop support for python 3.8 c37781e6e4a63 open-webui: 0.5.2 -> 0.5.3 3b0d5f365e1b3 buildGoModule: remove some unnecessary quotes 05bb7229b2cc9 fishPlugins.forgit: 24.11.0 -> 25.01.0 (#369826) e243c2f4600f0 nixos/services.tor: remove with lib; (#369869) 280715cf39ac9 nixos/kmonad: make sure new config is used after nixos-rebuild switch 55e50b978e92e COPYING: 2024 -> 2025 (#369852) 95f6777e5ca87 python312Packages.livereload: 2.7.0 -> 2.7.1 (#368373) 693f25888055f beam: create package sets for multiple versions and minimal variants (#367959) 0cc72de8e1643 homer: add myself as maintainer aa1a7cc873d18 homer: add nix-update-script 8bb29c85265fd homer: 24.11.4 -> 24.12.1 8dc007594783c home-assistant: pin ollama at 0.3.3 (#370002) 76d002f98bff2 python312Packages.azure-mgmt-network: 28.0.0 -> 28.1.0 (#368340) 23ef613818d86 python312Packages.hvplot: 0.11.1 -> 0.11.2 (#368347) a731829c5bb42 python312Packages.rst2pdf: 0.102 -> 0.103.1 (#368350) 3e96208c7221d python312Packages.pywikibot: 9.5.0 -> 9.6.1 (#365557) 3d716e42a25a7 python312Packages.pyperf: 2.7.0 -> 2.8.1 (#362364) 08ee1fe844ef2 home-assistant: pin ollama at 0.3.3 46e6ad4a027ac python312Packages.ipyparallel: 8.8.0 -> 9.0.0 53c2b9f4bc911 python311Packages.dvclive: 3.48.0 -> 3.48.1 (#368191) e4e35bba85036 pimsync: init at 0.1.0 f76083988fe35 urlfinder: init at 0.0.2 69b47ae55378c python312Packages.flask-limiter: 3.8.0 -> 3.9.2 (#364585) 4c208b670e278 codeberg-pages: embed correct version number via ldflags 3772f3c994336 xml2rfc: 3.24.0 -> 3.25.0 (#363296) 4e4d34a4c8bde python312Packages.pysmart: 1.3.0 -> 1.4.0 (#368224) 7298e13c041fe incus: fix virtual-machines with qemu 9.2 (#369996) b2041ab9becbb python312Packages.tablib: drop support for python 3.8 523c8d36f88b6 python312Packages.numpy-stl: 3.1.2 -> 3.2.0 (#364451) 8e03a00dbd324 python312Packages.pyipv8: 2.13.0 -> 3.0.0 (#362458) d37a276a79284 python312Packages.django-hijack: 3.7.0 -> 3.7.1 (#368468) d248f659caa35 python312Packages.logbook: 1.7.0.post0 -> 1.8.0 (#363475) 33506f1acd057 beam: create package sets for multiple versions and minimal variants 01fec8858faf7 ceph: fix python build (#369622) 788cb63d92c90 python311Packages.lsassy: 3.1.12 -> 3.1.13 (#369930) 735c7f4c6e22a python312Packages.numpy-stl: drop support for python 3.8 912c32d8158df python312Packages.pytask: 0.5.1 -> 0.5.2 (#368135) 251bc4fffa82e python312Packages.databricks-sql-connector: 3.6.0 -> 3.7.0 (#367894) 4f045c3182406 maintainers: add qxrein 7dbb4ff11deca incus: fix virtual-machines with qemu 9.2 441dcf80f78a0 python312Packages.aiosomecomfort: 0.0.26 -> 0.0.28 (#364515) c79ac86f7d238 python312Packages.cantools: drop support for python 3.8 7aec2e6f5e1de python312Packages.nbsphinx: 0.9.5 -> 0.9.6 (#368167) 5b3150b327a16 python312Packages.pyaprilaire: 0.7.6 -> 0.7.7 (#368169) e6526e8da3237 python312Packages.skl2onnx: 1.17.0 -> 1.18.0 (#368339) f65cd8f96e23e flint3: 3.0.1 -> 3.1.2, import C99 compliance patch 4d91cc9ed4ff5 osu-lazer{,-bin}: 2024.1224.1 -> 2025.101.0 (#369925) 19705d04f17d8 navidrome: 0.53.3 -> 0.54.3 f41c1a5d3d166 python311Packages.nbmake: disable parallelism for tests 12ed7d4d8250d python312Packages.pytest-testmon: 2.1.1 -> 2.1.3 (#368274) 36d89a5adbe35 colorls: 1.4.6 -> 1.5.0 (#361657) 4df61545b62b6 broot: 1.44.3 -> 1.44.4 6848b8051097e python312Packages.pyinstaller-hooks-contrib: 2024.10 -> 2024.11 (#367834) 229982d354b01 python312Packages.scikit-posthocs: 0.11.1 -> 0.11.2 (#367684) 64459c885e9e3 python312Packages.flask-limiter: drop support for python 3.8 da8c55cb575b8 python312Packages.srsly: 2.4.8 -> 2.5.0 (#365201) a4175381e7729 nixos/ytdl-sub: init module 8d0decdd51f4a foot: 1.19.0 -> 1.20.0 3773670bb6a60 python312Packages.pyathena: 3.10.0 -> 3.12.0 (#365529) ff14a4a57d8f1 python312Packages.py4j: 0.10.9.7 -> 0.10.9.8 (#368206) e21d60878925f hal-hardware-analyzer: fix gcc-14 (#368417) c11d274cd1034 linbox: gcc-14 / clang-19 fixes (#369974) 97d8d573562f6 python312Packages.django-modelcluster: drop support for python 3.8 82bdfc5bfb0b4 yacreader: 9.14.2 -> 9.15.0 374a8a28e6f6e linbox: gcc-14 / clang-19 fixes 0540153fd551d python312Packages.pyathena: drop support for python 3.8 014a5c3c82a27 python312Packages.relatorio: 0.10.2 -> 0.11.1 (#365309) 3b18435adab1d sview: init at 20_08 (#344922) c9385b464b9b4 vrc-get: 1.8.2 -> 1.9.0 5f4ade703d024 python312Packages.fpdf2: 2.8.1 -> 2.8.2 (#365578) 03b22700496ba amdvlk: 2024.Q4.2 -> 2024.Q4.3 2422a31beb3da amdvlk: use nix-update-script 8a80b63a71477 boost: boost186 -> boost187 52ca863592485 newlib: 4.4.0.20231231 -> 4.5.0.20241231 3daabfe6f9685 spectra: 1.0.1 -> 1.1.0 499b84731a857 colo: init at 0.4.1 (#367664) d836f2ab504c2 boost{177,178,179,180,181,182,183}: conditionalize stacktrace flag (#369964) 20ed748c06d28 python312Packages.commoncode: 32.0.0 -> 32.1.0 (#365447) 24f48ebc1fe14 python312Packages.datalad: 1.1.4 -> 1.1.5 (#365286) aff592dd1fb53 python312Packages.awswrangler: 3.9.1 -> 3.10.1 (#363037) 99801017bfc69 python312Packages.sumo: 2.3.9 -> 2.3.10 (#367167) 5b8e56280f1c3 cli-tips: 0-unstable-2024-11-14 -> 0-unstable-2024-12-26 (#369967) 6ef437f9bd57f python312Packages.pywebview: 5.2 -> 5.3.2 (#362722) 9014d2a0c31fe qt6.qtbase: refresh patch 0886b36041ef6 python312Packages.venusian: 3.1.0 -> 3.1.1 (#365133) bfb122436cba1 mlflow-server: 2.18.0 -> 2.19.0 (#364526) 30bd283ee3b0e commitizen: 4.0.0 -> 4.1.0 (#364551) a85e66ab709ee vmware-horizon-client: add libpng, fix app a7ba59ffac8fa bash-env-json: 0.9.2 -> 0.10.0 (#369926) 37f310fc3b4e3 btdu: 0.5.1 -> 0.6.0 6041a77901465 python312Packages.universal-pathlib: 0.2.5 -> 0.2.6 (#365539) a7bb27e3cb21f manga-ocr: relax 'numpy<2' constraint (#369936) cba4de366a2f9 ocamlPackages.raylib: init at 1.4.0 (#368926) ca05713c1b704 givaro: fix gcc-14 /clang-19 builds (#369897) 211e54889a607 ecapture: 0.9.1 -> 0.9.2 63f98d466e679 givaro: fix clang-19 build 54e68744f19ee givaro: fix gcc-14 build f54954240dd37 cli-tips: 0-unstable-2024-11-14 -> 0-unstable-2024-12-26 a2061cd37ae9b python312Packages.cjkwrap: refactor 19305d94dacca python312Packages.python-utils: 3.9.0 -> 3.9.1 (#364457) 5f7174ef783fa python312Packages.pyside2: 5.15.15 -> 5.15.16 (#362119) 1fdc9d0e6aa36 Merge: nixos/matrix-synapse: configure PYTHONMALLOC when using jemalloc (#369444) c6be0af7b6570 codeberg-pages: 6.1 -> 6.2 (#369889) 6f422eaa29bf2 pybugz: migrate from python312Packages.bugz (#369439) 187fa133d8b3a Merge: passage: fix `passage -c` on darwin (#369955) 88eaedddc76df v2ray-domain-list-community: 20241210004721 -> 20241221105938 f003ce29e9593 dbip-country-lite: 2024-12 -> 2025-01 7b55a95f4a304 dbip-city-lite: 2024-12 -> 2025-01 972b05a0e77ae dbip-asn-lite: 2024-12 -> 2025-01 9ce020936f218 input-leap: Backport fix for crash on qt6.8 7673e4ffcb7db python312Packages.pyviz-comms: 2.2.1 -> 3.0.3 (#369866) 298dd3f626888 python312Packages.plone-testing: 9.0.1 -> 9.0.3 (#369863) eb6582635275a python312Packages.djangorestframework-stubs: 3.15.1 -> 3.15.2 (#365547) 8710aa0a55abc nixos-option: use `git rev-parse --show-toplevel` to check for Git repo 12830d41e45d9 python312Packages.google-cloud-datacatalog: 3.23.0 -> 3.24.1 (#365518) 857228b78804a python312Packages.mkdocs-drawio-exporter: 0.9.1 -> 0.10.1 (#363328) 667d7afe21d6d python312Packages.elasticsearchdsl: 8.16.0 -> 8.17.0 (#364931) ceb17abdb630b libtorrent: 0.14.0 -> 0.15.0 (#369937) f3ceb20350703 oniguruma: 6.9.9 -> 6.9.10 32c008dfa2419 python312Packages.logbook: drop support for python 3.8 61414276b0fbb python312Packages.python-utils: drop support for python 3.8 66b25d3960bbf python312Packages.fakeredis: 2.26.1 -> 2.26.2 (#367207) e2f7441f62f5a ctrtool: 1.2.0 -> 1.2.1 b6a40b7ed946b R: 4.4.1 -> 4.4.2 (#352754) d259e307136c3 python312Packages.venusian: 3.1.0 -> 3.1.1 565d644645c9f python312Packages.py3status: 3.60 -> 3.61 (#365143) 8d1b91592b481 jmol: 16.3.5 -> 16.3.7 (#368674) d80f3b056630b python312Packages.amqp: 5.3.0 -> 5.3.1 (#363375) 0516b3f51afbc python312Packages.diff-cover: 9.2.0 -> 9.2.1 (#365543) 4f55d096e7e1c mpfi: fix gcc-14 build (#369907) f2d7d55c11646 nixos-option: link to nixos test 44ca368667b72 nixos-option: format aded75844f7f1 nixos-option: move default nixos argument to shell script 9875c5795a3f6 nixos-option: move to pkgs/by-name f6c458dfc1d87 nixos-option: add warn when Flake is used b8842b8bea555 nixos/doc/rl-2505: mention nixos-option rewrite 2ceb1dbe60cbc nixos-option: update manpage 7c8e422689bea nixos-option: rewrite as a nix script d128881416a5d kodiPackages.formula1: 2.0.2 -> 2.0.3 (#369570) 95e8455f731fd hyprland-protocols: 0.4.0 -> 0.5.0 3e0fe7132bcac passage: fix `passage -c` on darwin 0fec56e5229dc guile-hoot: init at 0.5.0 b62fd0925338c nixos/kmonad: misc improvements (#369837) 45e2426453f3e boost{177,178,179,180,181,182,183}: conditionalize stacktrace flag 519094c24ee45 drogon: 1.9.8 -> 1.9.9 984ed569b2d7d sirikali: 1.7.2 -> 1.8.0 bcaae9946923e serie: 0.4.0 -> 0.4.1 (#369841) 831eb3618dd71 nixos/coturn: restore logging functionality (#369828) b57fc48fd957e libxmp: 4.6.0 -> 4.6.1 78b9d7639855d itk: 5.4.0 -> 5.4.1 (#367172) eed0ee090c468 rPackages.BiocParallel: fixed build on darwin 98dd174e2ecd1 xnee: fix build (#369812) ce7b7b0c63898 breakpad: gcc-14 fix 1f2141968a496 abracadabra: 2.8.0 -> 2.9.0 5062d0b8e43da codeblocks: fix darwin build (#369774) 87c9626b22879 mesen: init at 2.0.0-unstable-2024-12-25 fb3f9beef6499 bossa: fix darwin build (#369779) e6c9304a2d5cc libtorrent: 0.14.0 -> 0.15.0 f4ce6c0de1425 worldofgoo: don't strip debug symbols (#368058) c1372d0bde5db megasync: 4.9.1.0 -> 5.6.1.0 (#352162) b69e95ce66969 Merge staging-next into staging 78d54a1da9e69 Merge master into staging-next b6f9dd796f555 kokkos: 4.5.00 -> 4.5.01 ef991d736911a python311Packages.lsassy: 3.1.12 -> 3.1.13 b0ad8eafb04bd megasync: avoid double wrapping 1c5eed9e587a8 satyrographos: init at 0.0.2.13 (#345651) a846ccc8806b0 openroad: 2.0-unstable-2024-12-22 -> 2.0-unstable-2024-12-31 cbd7bf2aa5588 python311Packages.hstspreload: 2024.12.1 -> 2025.1.1 (#369913) e154aa0e0e4b7 python312Packages.tencentcloud-sdk-python: 3.0.1292 -> 3.0.1293 (#369894) 6973e1eb89501 wafw00f: 2.2.0 -> 2.3.1 (#369898) 51b5753b45c0c python312Packages.tree-sitter-javascript: 0.21.3 -> 0.23.1 (#369190) 33c577e9d797c python312Packages.onvif-zeep-async: 3.1.12 -> 3.1.13 (#369644) efe62b612a8b9 satyrographos: init at 0.0.2.13 bd975acefb9ed python312Packages.meshtastic: 2.5.5 -> 2.5.6post1 (#367038) fedbda3a39357 glaze: 4.2.2 -> 4.2.3 b223c367464e3 python312Packages.playwrightcapture: 1.27.4 -> 1.27.5 (#369645) 963ab09401a2f elf2uf2-rs: 2.0.0 -> 2.1.1 51f29e7671053 elf2uf2-rs: format with nixfmt-rfc-style cd3f0d979c139 elf2uf2-rs: move to by-name 2a230c1b33eb6 elf2uf2-rs: adapt for new apple-sdk pattern 85e81cd03e9f1 osu-lazer: 2024.1224.1 -> 2025.101.0 e85853c70f4aa osu-lazer-bin: 2024.1224.1 -> 2025.101.0 81c855536775d tor-browser: fix desktop icon (#365780) 7016fe9d74d69 bonsai: 1.2.0 -> 1.2.1 413c61994bfd7 squeezelite: 2.0.0.1507 -> 2.0.0.1517 66582900adfaa netbird: 0.35.1 -> 0.35.2 cd00bd2859196 anyrun: 0-unstable-2024-11-08 -> 0-unstable-2024-12-27 (#369731) 06b0a16e22fe0 python312Packages.qtile-bonsai: 0.4.0 -> 0.5.0 (#369481) 60fe39e1c7a03 asak: 0.3.4 -> 0.3.5 (#369785) 70e373455a166 ladybird: 0-unstable-2024-12-23 -> 0-unstable-2024-12-30 (#369594) 6d12d64fe895e llama-cpp: 4367 -> 4397 (#369287) 31bb86a33cde4 tenv: 3.2.11 -> 4.0.3 (#367812) 8947a3597c73e python312Packages.pylamarzocco: 1.4.5 -> 1.4.6 (#369900) a22207859df1f earlyoom: use upstream systemd service and add proper test (#331580) 45a5b0b4e59d3 python311Packages.hstspreload: 2024.12.1 -> 2025.1.1 0c572390a964d python312Packages.aiorussound: 4.3.0 -> 4.4.0 (#369902) 3b9275300d26c python312Packages.pyvlx: 0.2.25 -> 0.2.26 (#369903) 4224079a16607 python312Packages.aiomisc: 17.5.29 -> 17.5.31 (#369904) 3ac61b1facbd3 kdePackages: Plasma 6.2.4 -> 6.2.5 (#369899) 5e893017e9956 gh-contribs: 0.9.0 -> 0.10.1 (#369589) 05191604c0411 mpfi: fix gcc-14 build c8adb0d3906e4 doc/packages/build-support: remove stray backtick (#369755) 11de46681a1ae restic: fixed handling of arguments with spaces in restic wrappers (#366941) 76af251d3727f typos: 0.28.4 -> 0.29.0 (#369809) 2068817458e74 oqs-provider: 0.7.0 -> 0.8.0 7a9149bfd08ec python311Packages.angr: 9.2.133 -> 9.2.134 (#368085) 84b8f93de353d python312Packages.aiomisc: 17.5.29 -> 17.5.31 e2543131df13f python312Packages.pyvlx: 0.2.25 -> 0.2.26 7e5f439281110 yarn-berry: 4.5.3 -> 4.6.0 586989451c22c turnon: 1.6.2 -> 2.0.0 (#367822) 84662e74b92bc Pantheon updates 2024-12-31 (#369702) 760f794ef6e63 python312Packages.pylamarzocco: 1.4.5 -> 1.4.6 010d40f68be75 python312Packages.pylamarzocco: 1.4.3 -> 1.4.5 1a77b3b360f6f python312Packages.aiorussound: 4.3.0 -> 4.4.0 459a017af313a python312Packages.aiorussound: 4.2.0 -> 4.3.0 4f75a1919ced1 sqlfluff: 3.2.5 -> 3.3.0 5ebfa75b5fdf1 wafw00f: 2.2.0 -> 2.3.1 acd43b89dac81 python312Packages.tencentcloud-sdk-python: 3.0.1292 -> 3.0.1293 21d6bafca6e78 starpls: 0.1.20 -> 0.1.21 e37946f2f7a35 python312Packages.tencentcloud-sdk-python: 3.0.1291 -> 3.0.1292 (#369707) 4f585bc4fecc9 python312Packages.ohmepy: init at 1.2.3 (#369709) 06833876bedcd ldeep: 1.0.77 -> 1.0.78 (#369619) c3d3895c4c235 python312Packages.cyclopts: 3.1.2 -> 3.1.3 (#369635) 9b79905b2e4be keypunch: 5.0 -> 5.1 (#369797) 9547942d09360 gnome-secrets: 10.3 -> 10.4 (#369598) 3012a3a6d07ef python312Packages.aiomealie: 0.9.4 -> 0.9.5 (#369499) cebdf83ec67ec pack: 0.36.1 -> 0.36.2 (#369888) 0670ce28e7a6e television: 0.8.1 -> 0.8.5 (#369881) 346f146fbcf22 codeberg-pages: 6.1 -> 6.2 55901e028ea58 pack: 0.36.1 -> 0.36.2 e9cde7f1ed351 realm: 2.6.0 -> 2.7.0 f711bf972b339 kdePackages: Plasma 6.2.4 -> 6.2.5 bdab9f7815bcb skim: 0.15.5 -> 0.15.7 (#369842) b3c34f5144995 rqlite: 8.36.1 -> 8.36.3 374743509c6dc hyprlandPlugins.hyprsplit: 0.46.1 -> 0.46.2 (#369876) ca300e32f7df2 Merge remote-tracking branch 'origin/staging-next' into staging 4bd75eabc31b3 python312Packages.jupyter-telemetry: refactor a6910e210f038 python312Packages.re-assert: refactor 218458c52cd94 fluidsynth: 2.3.7 -> 2.4.2 df8bb550f55f3 ast-grep: 0.32.2 -> 0.32.3 995f1890a7ccc python312Packages.zc-buildout: 3.0.1 -> 3.3 (#369447) b5e6e02b7c7e2 utf8proc: 2.9.0 -> 2.10.0 c465daf0fa5d3 python312Packages.keyring_24: remove 2fbed58cc3ee1 hyprlandPlugins.hyprsplit: 0.46.1 -> 0.46.2 10ef89de4580c nixos/services.tor: remove with lib; c2924cef01555 python312Packages.craft-store: 3.0.2 -> 3.1.0 217bf120c0280 python312Packages.macaroonbakery: refactor 169ee736fcb7e python312Packages.macaroonbakery: fix version string 1c4557ce2df18 xoscope: fix build for gcc14 a27f43e494276 Merge master into staging-next a5877ab314060 flutter327: 3.27.0-0.1.pre -> 3.27.1 ff9865bc41bac python3Packages.bcrypt: fix cross build 7d6c2f50fc520 python3Packages.home-assistant-chip-wheels: fix cross build 0e22891c2cc1f python3Packages.home-assistant-chip-wheels: simplify dependency closure generation e71af63875c8b python3Packages.contourpy: fix cross build 82d084b914645 release: forbid use of `lib.fileset` in Nixpkgs (#369694) 90ca6cce4a68f python312Packages.scrap-engine: refactor 40fb9e7c5a45a switch-to-configuration-ng: Fix exit status on bootloader install error eb8171e4d1ee7 python312Packages.pyviz-comms: 2.2.1 -> 3.0.3 df8c70a0438ee alpaca: 3.1.0 -> 3.2.0 5c1cbe1bd9ce4 python312Packages.pygments-better-html: refactor 17f61f9201879 python312Packages.plone-testing: 9.0.1 -> 9.0.3 b1162df0ae0e5 ardour: use librdf_raptor2 (#369048) e431f9a937c4a mypy: 1.13.0 -> 1.14.1 3e51ea9253014 python313Packages.python-lsp-server: fix 3.13 tests 09d6a2f64f370 python312Packages.astroid: 3.3.5 -> 3.3.8 59439ee4f490e pylint: 3.3.1 -> 3.3.3 2b05b25c3d55e pythonPackages.rope: fix 3.13 build 1b03c5a4e329e python312Packages.mdx-truly-sane-lists: refactor ab29b89f860ea python312Packages.log-symbols: refactor 71b1e045ee910 python312Packages.keyrings-google-artifactregistry-auth: refactor 58e9f7beaa459 python312Packages.pydata-sphinx-theme: 0.16.0 -> 0.16.1 (#365962) a4a8e8e413e5f python312Packages.google-cloud-dlp: 3.25.1 -> 3.26.0 (#365906) ef133575fe3ab python312Packages.flask-sockets: remove 20020fca9a3e5 python312Packages.django-pglock: 1.7.0 -> 1.7.1 (#366446) 21a6ba5a56f2f python312Packages.django-pgactivity: 1.7.0 -> 1.7.1 (#366447) a41de3ac5346c python312Packages.fakeredis: drop support for python 3.8 3bcb44a144248 python312Packages.confluent-kafka: 2.5.3 -> 2.6.1 (#364161) 52cf123e337e0 cairo-lang: 2.8.5 -> 2.9.2 (#364240) 5bff2873b9c0b COPYING: 2024 -> 2025 53d760beee143 codeql: 2.19.4 -> 2.20.0 ce03ee04537f5 python312Packages.pyspellchecker: 0.8.1 -> 0.8.2 (#368225) 514b5ddc4e823 python312Packages.django-pgactivity: 1.7.0 -> 1.7.1 fef16d676635a python312Packages.django-pglock: 1.7.0 -> 1.7.1 cce86e16b0465 bodyclose: 0-unstable-2024-10-17 -> 0-unstable-2024-12-22 (#369728) ec16462f08fd6 python312Packages.djangorestframework-stubs: drop support for python 3.8 82038663ebd28 python312Packages.glyphslib: 6.9.0 -> 6.9.5 (#362497) d79e1641b4f41 python312Packages.google-cloud-dataproc: 5.12.0 -> 5.16.0 (#362229) d1a5bdde06921 coursier: 2.1.19 -> 2.1.22 (#365017) 0a27454e22133 python312Packages.oci: 2.139.0 -> 2.141.1 (#366760) 391bca848ab82 xlights: 2024.19 -> 2024.20 122e9e824678d python312Packages.scikits-odes: 2.7.0 -> 3.1.0 2f6cfef5fbe29 python312Packages.scikits-odes-sundials: init at 3.1.0 ade6b8dae6380 python312Packages.scikits-odes-daepack: init at 3.1.0 7b04cae6c6250 python312Packages.scikits-odes-core: init at 3.1.0 a9886331da834 zlib-ng: 2.2.2 -> 2.2.3 df169abdd7d42 python312Packages.fabio: 2024.4.0 -> 2024.9.0 (#361735) 71a866c11615c python312Packages.rotary-embedding-torch: 0.8.5 -> 0.8.6 (#363352) 7d9758079f4a1 python312Packages.simplemma: 1.1.1 -> 1.1.2 (#362492) c675b8c01b5f8 tiny: 0.12.0 -> 0.13.0 f519da9cd9e33 skim: 0.15.5 -> 0.15.7 f682765563b94 serie: 0.4.0 -> 0.4.1 517eb6898aaad gimpPlugins.gimplensfun: fix clang build a66611c424d54 python312Packages.azure-servicebus: 7.12.3 -> 7.13.0 (#362016) 6a571077240b5 python312Packages.glyphslib: 6.9.0 -> 6.9.5 64f2571324cda python312Packages.simplemma: 1.1.1 -> 1.1.2 4d5a570267dec python312Packages.pyperf: drop support for python 3.8 2538bf273bdf6 python312Packages.line-profiler: 4.1.3 -> 4.2.0 (#361793) 472b11ca4efa8 python312Packages.limnoria: 2024.8.26 -> 2024.12.20 (#361999) de81d8ae5cb8b python312Packages.manuel: 1.12.4 -> 1.13.0 (#361731) 13384429ea872 python312Packages.matrix-api-async: remove 369d4d5cfb497 python312Packages.types-redis: 4.6.0.20240903 -> 4.6.0.20241004 (#361179) c862e15daaf5b python312Packages.strawberry-graphql: 0.253.1 -> 0.254.0 (#366786) ed77ad8ffd4b0 python312Packages.githubkit: 0.12.1 -> 0.12.3 (#366463) 41728e065f815 python312Packages.matrix-client: refactor 5ab8a81f724b3 gimpPlugins.gap: drop c2bedef4f94ed python312Packages.awscrt: 0.23.0 -> 0.23.6 (#363511) 8463300edfea6 nixos/kmonad: use lib.getExe f83da7d9bd14f nixos/kmonad: use the official suffix for config file 28a1740fd1d3d nixos/kmonad: introduce a new helper function mkName 657ff03cc341d nixos/kmonad: make type of delay more strict 23768e2a1233f nixos/kmonad: simplify config for default keyboard name cbf4f6a86dbe3 nixos/kmonad: improve doc ffea31ccbb840 nixos/kmonad: add meta.maintainers 16677264aeb73 nixos/kmonad: add a basic nixos test 2c421b9b928f9 python312Packages.num2words: 0.5.13 -> 0.5.14 (#366790) c32d49b09c701 python312Packages.ansitable: 0.11.3 -> 0.11.4 (#365859) 5be8264ea2a52 python312Packages.meraki: 1.52.0 -> 1.53.0 (#363355) f0579eba7ff37 python312Packages.diff-cover: drop support for python 3.8 7f14b35b4d681 python312Packages.json-repair: 0.32.0 -> 0.35.0 (#369804) 07791c9a97e05 libsForQt5.libqofono: 0.123 -> 0.124 edc6d53d85dfc python312Packages.etils: 1.10.0 -> 1.11.0 (#360556) 1be8da7361619 python312Packages.oci: refactor 5eaa5fdf06d2b python312Packages.import-expression: 2.1.0.post1 -> 2.2.1.post1 (#362026) 21053b33c6535 python312Packages.bandit: 1.7.10 -> 1.8.0 (#361136) 46384d2e892ca python312Packages.bottleneck: 1.4.0 -> 1.4.2 (#362383) 9fba3bfacfd51 python312Packages.dploot: 3.0.0 -> 3.0.3 (#361880) a70191c96037e python312Packages.sphinxawesome-theme: 5.2.0 -> 5.3.2 (#361725) 9154896266454 python312Packages.json-repair: move pytestCheckHook from nativeBuildInputs to nativeCheckInputs 046ba21ac3e7a python312Packages.mkdocs-git-authors-plugin: 0.9.0 -> 0.9.2 (#362702) 660115a9090e3 python312Packages.linode-api: 5.22.0 -> 5.25.0 (#362748) 01a5cf08e5c42 python312Packages.line-profiler: drop support for python 3.7 64c4ca10bc72a spotifyd: 0.3.5-unstable-2024-10-21 -> 0.3.5-unstable-2024-12-27 c22bbe775a834 python312Packages.types-redis: 4.6.0.20240903 -> 4.6.0.20241004 84653e6908a65 python312Packages.import-expression: 2.1.0.post1 -> 2.2.1.post1 d91dcc27c774e python312Packages.cx-freeze: 7.2.2 -> 7.2.7 (#362061) 7a10960ffdf79 python312Packages.pylibftdi: 0.22.0 -> 0.23.0 (#361697) 62831281f07ce python312Packages.rjsmin: 1.2.2 -> 1.2.3 (#361604) d9e1a722d6296 termscp: darwin fix (#369737) 530628753825a xc: 0.8.0 -> 0.8.5 c7814ab4d0d25 xc: tweak, add update script, add sanity tests df9df8446f4e2 python312Packages.django-soft-delete: 1.0.14 -> 1.0.16 (#361966) 0d9addecd137a croc: 10.1.3 -> 10.2.1 009aaec13b9b6 python312Packages.pytapo: 3.3.32 -> 3.3.37 (#361333) 179758ea802a9 gobgp: 3.32.0 -> 3.33.0 1f23900df0c9c Revert "libportal: 0.8.1 -> 0.9.0" 498e1d12d265e python312Packages.bottleneck: drop support for python 3.8 368f82050a308 python312Packages.consolekit: 1.7.1 -> 1.7.2 (#361967) 55c8c31e93635 python312Packages.pywebpush: 2.0.1 -> 2.0.3 (#362017) c77af2b50359f python312Packages.types-dateutil: 2.9.0.20240906 -> 2.9.0.20241003 (#361711) 92f8c5e79326a python312Packages.libusbsio: 2.1.12 -> 2.1.13 (#361303) 712cb46f88696 libpointmatcher: 1.4.3 -> 1.4.4 dfb644a2a4c06 python312Packages.torchdiffeq: 0.2.4 -> 0.2.5 (#361830) 4e22b5fc6bca2 cgal_4: drop 269d5969703af nixos/coturn: restore logging functionality 6db6007f863cf python312Packages.hg-evolve: 11.1.4 -> 11.1.6 (#361754) 7dab57af5fd86 python312Packages.dploot: drop support for python 3.9 2bdcd4d8bf66d python312Packages.mecab-python3: 1.0.9 -> 1.0.10 (#361645) 05c8649192e05 python312Packages.virtualenvwrapper: 6.1.0 -> 6.1.1 (#361757) b1383292b3460 python312Packages.returns: 0.23.0 -> 0.24.0 (#360952) faa745f9edb01 python312Packages.py-scrypt: 0.8.24 -> 0.8.27 (#361554) 65257546ddb2f ikos: 3.4 -> 3.5 3374f9891c067 fishPlugins.forgit: 24.11.0 -> 25.01.0 7af93d2e5372b python312Packages.pyexcel: 0.7.0 -> 0.7.1 (#361432) c44821d5fcbe4 ghostty: 1.0.0 -> 1.0.1 (#369782) d47b905de6cec gimpPlugins.bimp: fix gcc-14 build c492f762224b2 flexget: 3.13.2 -> 3.13.5, add tests (#369478) 79d83ef4cf2b5 harper: 0.13.0 -> 0.14.0 1fdc4ba9575ea python312Packages.berkeleydb: 18.1.10 -> 18.1.12 (#361281) 4b72571dcc6e1 python312Packages.bandit: drop support for python 3.8 6acee62a3d4e6 omnisharp-roslyn: 1.39.12 -> 1.39.13 a83417baa0bb8 open-in-mpv: 2.4.0 -> 2.4.2 (#369791) d10ab287878ec python312Packages.python-sql: 1.5.1 -> 1.5.2 (#361277) b2217bada4ae0 python312Packages.jianpu-ly: 1.801 -> 1.826 (#361137) 5ded9ec756434 python312Packages.returns: 0.23.0 -> 0.24.0 adbd2394cce53 python312Packages.wheel-inspect: 1.7.1 -> 1.7.2 (#360814) 3142e1e4d43b6 python312Packages.viv-utils: 0.7.11 -> 0.7.13 (#360744) 2f6435980795c python312Packages.types-s3transfer: 0.10.2 -> 0.10.4 (#360979) 7e31d112dc42d swtpm: 0.9.0 -> 0.10.0 27c1df61f71d6 avro-cpp: 1.11.3 -> 1.12.0, enable tests, libserdes: fix build with avro-cpp 1.12.0 (#369338) dc04d68ac46e1 dico: 2.11 -> 2.12 c4d8ba6960f81 python312Packages.cloudsmith-api: 2.0.13 -> 2.0.16 (#361009) 612bd73266e5b simplex-chat-desktop: 6.2.1 -> 6.2.3 (#369743) 1aa620f6b059f python312Packages.yark: 1.2.10 -> 1.2.12 (#361098) 66f5709c424e0 libmikmod: 3.3.11.1 -> 3.3.12 608553f0c7e31 calamares: 3.3.12 -> 3.3.13 77bbdc2faa04a calamares-nixos: 3.3.12 -> 3.3.13 79a9dcde0689c python312Packages.redshift-connector: 2.1.3 -> 2.1.5 (#357757) d5b0ddcf6931b tex-fmt: 0.4.7 -> 0.5.1 (#363212) 116cb26e3cce7 python312Packages.aiohttp-socks: 0.9.0 -> 0.10.1 85163d3c74112 python312Packages.mkdocs-material: 9.5.39 -> 9.5.45 (#357866) 4d1c1474919f9 python312Packages.panel: 1.5.1 -> 1.5.5 (#357505) d9b93b58e51ee python312Packages.peewee: 3.17.7 -> 3.17.8 (#360290) f7f6152ccf318 python312Packages.langcodes: 3.4.1 -> 3.5.0 (#357374) 7710bab669f91 Merge master into staging-next 40cac3319a35a xnee: fix build 644fe64e60876 python312Packages.influxdb-client: 1.47.0 -> 1.48.0 (#360849) 6daea4ed662eb python312Packages.zope-testrunner: 6.4 -> 6.6 (#361196) ca8a0897f170c python312Packages.pyvcd: 0.4.0 -> 0.4.1 (#361704) 267e7a11f8782 python312Packages.sopel: 8.0.0 -> 8.0.1 (#361695) cbfae4b9591e6 python312Packages.roombapy: 1.8.1 -> 1.8.2 (#361199) 190c049463943 python312Packages.pymssql: 2.3.1 -> 2.3.2 (#361647) 81d1ee0b45cd1 python312Packages.gnureadline: 8.2.10 -> 8.2.13 (#361729) df774fc600f75 python312Packages.pyinstaller: 6.11.0 -> 6.11.1 (#362060) f66c0f0bfd043 python312Packages.reportlab: 4.2.4 -> 4.2.5 (#362354) eb77e057322f0 gom: 0.4 → 0.5.3 17dda5ec792a9 parsedmarc: 8.15.4 -> 8.16.0 (#362919) 86e0d389a86d6 python312Packages.mkdocs-git-authors-plugin: drop support for python 3.7 8f89f5fbaa7b2 marimo: 0.9.27 -> 0.10.5 (#363372) 4875bab70521b gxml: 0.20.3 → 0.20.4 d6891b326ed2c gnome-robots: 40.0 → 41.1 80f7531a79c97 Revert "treewide/nixos: remove `with lib;` part 12" (#369795) acc2ec20ed3ca nixos/earlyoom: format and remove dead code 6ed1504739c59 nixosTests.earlyoom: add a proper OOM test b22d47a1b878c earlyoom: use upstream systemd service and add release note 3203438ebea2b apk-tools: 2.14.5 -> 2.14.7 (#362963) 2f85a8f65ca1e deck: 1.40.3 -> 1.42.1 (#366218) 815121d8062d1 sendme: 0.20.0 -> 0.21.0 (#367963) 4371757a39263 xml2rfc: drop support for python 3.8 a77a25246b31e quarkus: 3.17.3 -> 3.17.5 (#366354) 6734dfbc9edf9 zoekt: 3.7.2-2-unstable-2024-12-09 -> 3.7.2-2-unstable-2024-12-18 (#366931) af4054d09f09a gi-crystal: 0.22.2 -> 0.24.0 (#366366) e12fb0d28f50c Merge PR #369373 (haskell-updates) into staging e44b1608d7157 qbittorrent-enhanced-nox: 5.0.2.10 -> 5.0.3.10 (#367665) cb2ded517d192 typos: 0.28.4 -> 0.29.0 2ef30333629d6 bookstack: 24.10.3 -> 24.12 (#367630) 2a49b4ce3c2ff duo-unix: 2.0.2 -> 2.0.4 (#288584) 85b5f3e959327 trunk: 0.21.4 -> 0.21.5 (#367835) 4e6e0aec9561b libserdes: fix build with avro-cpp 1.12.0 9e2781b79572e codeium: 1.30.2 -> 1.30.18 (#366932) a2616782d3124 ltex-ls-plus: 18.3.0 -> 18.4.0 (#367788) 838978a354889 treesheets: 0-unstable-2024-12-11 -> 0-unstable-2024-12-22 (#367662) 3ac46dd21cbc4 spring-boot-cli: 3.4.0 -> 3.4.1 (#367755) 81934660d6e9e iosevka-bin: 32.2.1 -> 32.3.0 (#367928) faa4ab144bdc4 prometheus-mongodb-exporter: 0.43.0 -> 0.43.1 (#367861) fa8b45a1a2817 mani: 0.25.0 -> 0.30.0 (#368242) e75681dd93ce8 linuxkit: 1.5.2 -> 1.5.3 (#367916) dccca00248a05 xq-xml: 1.2.5 -> 1.3.0 (#367792) fe04aaa77ab6e taproot-assets: 0.4.1 -> 0.5.0 (#366848) abcad3a1a6b7e remnote: 1.18.19 -> 1.18.26 e2998c0844479 dolt: 1.44.0 -> 1.45.1 (#366740) 8d8d81c67eaf2 vue-language-server: 2.1.10 -> 2.2.0 a98b32f2d82b4 atlantis: 0.30.0 -> 0.32.0 (#366192) c084df7d5aecb weaviate: 1.28.0 -> 1.28.2 (#367490) b75dc4f0a8755 coroot-node-agent: 1.22.2 -> 1.23.1 (#366971) 1889f4870bead clusterctl: 1.9.0 -> 1.9.2 (#367493) 25d3f1ca1ca36 i3status-rust: add optional support for pipewire driver (#316940) e345419d2915e carapace: 1.1.0 -> 1.1.1 (#366567) 8dfdc8b27b262 gotrue-supabase: 2.165.1 -> 2.166.0 (#367642) 94130f13d2c8c kube-bench: 0.9.3 -> 0.9.4 (#367748) 60d0ddb530891 dumbpipe: 0.21.0 -> 0.22.0 (#367965) 75679255a870d xzoom: fix gcc-14 a49bc1e407c9e python312Packages.json-repair: 0.32.0 -> 0.35.0 909741938ae1a pluto: 5.20.3 -> 5.21.0 (#367790) 852dc77915d63 hashlink: fix build with gcc-14 a1270b2548fc4 terraform-ls: 0.36.2 -> 0.36.3 (#367845) bd8d64e7ccbd7 lima: 1.0.2 -> 1.0.3 43d9c292916b4 python312Packages.open-interpreter: fix build a2ab40250c4a1 Merge commit ffd125e2 into haskell-updates 05c7acd190707 wgcf: 2.2.23 -> 2.2.24 (#367945) 4f7efec851672 haskell.packages.ghc96.htree: restrict to < 0.2 7b5657ff09625 bkcrack: 1.7.0 -> 1.7.1 (#367936) b6b551fe22e2b Revert "treewide/nixos: remove `with lib;` part 12" 78cc36af16f53 mpack: fix gcc-14 and add Debian patches 646880821e0ab discordo: 0-unstable-2024-12-12 -> 0-unstable-2024-12-22 (#367977) c6bdd937c490e grml-zsh-config: 0.19.8 -> 0.19.11 (#368020) 8baad35d9a6be nsc: 2.10.1 -> 2.10.2 (#368009) 8d51f7b998ca3 micronaut: 4.7.2 -> 4.7.3 (#368008) 3d34aed8bdeee bazarr: 1.4.5 -> 1.5.0 (#368033) 7a581bf7bf15a Revert "ghostty: add darwin package" (#369788) f2e6e9c5f83c6 eclint: 0.5.0 -> 0.5.1 (#368039) a5af564f0be98 ssdfs-utils: 4.46 -> 4.49 bd0fbd3677763 plumber: 2.8.0 -> 2.9.0 (#368045) e51cc8a2a6d3e lib.collectModules: improve readability by replacing implication cdf076a951936 todo-txt-cli: 2.12.0 -> 2.13.0 (#368144) eb81ab89ca59c simple64: 2024.11.1 -> 2024.12.1; simple64-netplay-server: 2024.10.1 -> 2024.12.2 (#368988) 405ecd108806c babashka-unwrapped: 1.12.195 -> 1.12.196 (#368961) 54dee7a9c42a7 qownnotes: move package to by-name directory (#369466) 2489bd626241f 24.05 is unmaintained (#369784) 12279de652bbc open-in-mpv: 2.4.0 -> 2.4.2 e2c7e1cd41294 haskellPackages: mark builds failing on hydra as broken 9e810e2480746 gitlab-ci-ls: 0.22.2 -> 1.0.0 41551596d7865 Revert "ghostty: add darwin package" bef31a9d8f384 Revert "ghostty: rename `package.nix` to `linux.nix`" f3e513a12b0db goat-cli: 1.1.0 -> 1.3.0 2927d4b6babe4 lib/trivial: update oldestSupportedRelease f5e32616832f9 workflows: remove 24.05 merges 5aa8ed779b545 asak: 0.3.4 -> 0.3.5 2d1c6aadb7f9c buildFHSEnvBubblewrap: bind /etc/dconf d14a212615223 nixos/tests/opensnitch: test all possible values for ProcMonitorMethod ec3661ed7ace0 nixos/opensnitch: fix eval on non-ebpf ProcMonitorMethod 354b423fcc3e4 libportal: 0.8.1 -> 0.9.0 e73ff8c46094f haskellPackages.nspace: disable tests e0be1ad972115 bitwuzla: 0.6.1 -> 0.7.0 (#367999) b7e0a69827b89 bossa: fix darwin build 6b5473f7a2073 bossa: move to pkgs/by-name c314e80587f96 ceph: fix python build f83c3e6af1111 hheretic: 0.2.3 -> 0.2.4 621f68c05afc2 irust: 1.71.29 -> 1.71.30 845ffb4cfaf42 mplayer: 1.5-unstable-2024-07-03 -> 1.5-unstable-2024-12-21 (#369689) f329f668d5306 tfp-hpa: 5.2 -> 5.2-untagged-2024-06-10 (#369712) 3b734b74c2e4f intentrace: 0.4.1 -> 0.4.2 (#369676) 37c70872d669f qownnotes: format with nixfmt 860472df032c7 qownnotes: move package to by-name directory 2a5b75f46986c robotframework-tidy: 4.14.0 -> 4.15.0 519418a36670c codeblocks: fix darwin build 6630c758e0e8b nixos/hydra: fix hydra-compress-logs choking up on quoting when using zstd (#363980) 9adee8fd64c4d hyprutils: 0.2.6 -> 0.3.0 (#369768) 3165d9371639d tmuxp: 1.49.0 -> 1.50.1 7c52e7a08b9c5 caddy: 2.8.4 -> 2.9.0 325d741a06f08 hyprutils: 0.2.6 -> 0.3.0 77e361e9f854f element-web: escape JSON string 18bcb1ef6e539 waveterm: 0.10.1 -> 0.10.4 (#367119) 8dfd8ed94fbd2 python312Packages.libtmux: 0.39.0 -> 0.40.1 57a5dfcf6aeb4 libretro.bsnes-hd: 0-unstable-2023-04-26 -> 0-unstable-2024-10-21 a46eb8266a241 doc/packages/build-support: remove stray backtick 2db84d5d3f68d libretro.bsnes: 0-unstable-2024-09-06 -> 0-unstable-2024-12-13 68891b69f1674 sby: cleanup 570c92c6032b9 gpu-screen-recorder{-,gtk}: 4.2.3 -> 5.0.0 18479b84b3e03 dict: use flex_2_5_35 0541d0ed73655 nixos/xfce: fix after #369419 removed with lib (#369745) 34f5f7e1ba7b1 glib: move to by-name 4fafd05b75c6f glib: Format the expression a03cc600ddeb6 lcms2: Stop propagating dependencies ea6117d6c3c64 duplicity: Disable pydrive2 support bf28e24140352 python3.pkgs.pydrive2: Mark as broken ad3be3261e5f7 hspell: Add zlib 973ae3ebac75e libretro.gpsp: 0-unstable-2024-09-18 -> 0-unstable-2024-12-26 39902393110fe libretro.mame2003-plus: 0-unstable-2024-11-01 -> 0-unstable-2024-12-29 bef289e3d0bf1 nixos/xfce: fix after #369419 removed with lib cbdee318dac44 flexget: minor tweaks, enable tests on linux f69b3fc343fa6 simplex-chat-desktop: 6.2.1 -> 6.2.3 4da1196048eec libretro.beetle-pce-fast: 0-unstable-2024-11-15 -> 0-unstable-2024-12-27 eb5573ad62638 termscp: darwin fix f822a9705e800 libretro.nestopia: 0-unstable-2024-12-14 -> 0-unstable-2024-12-22 98052b7202179 libretro.prboom: 0-unstable-2024-10-21 -> 0-unstable-2024-12-27 3588b4d239094 Merge staging-next into staging c154dd0389d4d Merge master into staging-next 88bf350b1d3de tftp-hpa: 5.2 -> 5.2-untagged-2024-06-10 ffd125e27fecc lib3mf: 2.2.0 -> 2.3.2; openscad: unpin cgal_4; fix darwin (#369588) be1bd4b9c5da8 xpilot-ng: fix build (#369672) 7d780b94f30f8 anyrun: 0-unstable-2024-11-08 -> 0-unstable-2024-12-27 c9482a5489f2a foundationdb: 7.1.32 -> 7.3.42 (#369145) c62ac197df55e python312Packages.pygithub3: refactor b9272eeef6c80 lief: 0.16.0 -> 0.16.1 (#369616) 806ee5a440887 python312Packages.ollama: 0.4.4 -> 0.4.5 (#369637) a7745fe1f8768 balatro: init at 1.0.1n, lovely-injector: init at 0.6.0 (#338610) 09f55c6a81f42 transmission_3-gtk: Fix build with GCC 14 fe268b5b30b0a bodyclose: 0-unstable-2024-10-17 -> 0-unstable-2024-12-22 c08d8a2bfec73 cpm-cmake: 0.40.3 -> 0.40.5 (#369547) 048ee4d97cb77 haskell.packages.ghc8107.ghc-source-gen: pin to 0.4.5.0 46c973071ef3b mihomo: 1.19.0 -> 1.19.1 6ee32103d6803 maccy: 0.31.0 -> 2.3.0 (#365215) 3a94001e28f8e stardust-xr-protostar: 0-unstable-2024-07-19 -> 0-unstable-2024-12-29 (#369602) c06f40dd8b431 stardust-xr-gravity: 0-unstable-2024-08-21 -> 0-unstable-2024-12-29 (#369603) 6c5eaadd9f0b1 stardust-xr-magnetar: 0-unstable-2024-08-31 -> 0-unstable-2024-12-29 (#369604) f88c4744bdba0 mangayomi: remove unnecessary dependencies d6d119035088b cider-2: 2.5.0 -> 2.6.0 3310211bb53e5 libretro.twenty-fortyeight: 0-unstable-2024-06-28 -> 0-unstable-2024-12-27 7d16d84fbc59c maccy: 0.31.0 -> 2.3.0 948991e084f3a maccy: add myself as maintainer 0ae4367e5d8bf emacsPackages.lsp-bridge: 0-unstable-2024-12-20 -> 0-unstable-2024-12-27 (#369686) 24c766e018f1a balatro: init at 1.0.1n 1f9c0c6655afb lovely-injector: init at 0.6.0 3d5a91bd499d0 mud: 1.0.10 -> 1.0.11 (#369575) 398c3b0fd69c6 python312Packages.delegator-py: refactor 99a6ba429978b svdtools: 0.3.20 -> 0.3.21 (#369665) 4f0a98380cab3 Merge libgda: fix build with GCC 14 (#369576) 8e7104fd7fd1a python312Packages.dash-renderer: remove a2c878df507a1 nixos/keepalived: add package option (#346462) a476cb19a6134 torzu: init at unstable 12.15.24 e6179050ae7ff criticality-score: 1.0.8 -> 2.0.4 3b2c5ddf974e7 python312Packages.ohmepy: init at 1.2.3 b5045fb4c79d6 sview: init at 20_08 87055703b3623 maintainers: add mx2uller b4801729f1a1a threema-desktop: 2.5.3 -> 2.5.7 (#368819) bae109d55552b python312Packages.python-hl7: fix pname 5a864f82006d6 tanka: 0.30.2 -> 0.31.0 (#366741) fb6283f94314a ivyterm: 1.0.0 -> 1.0.4 (#369549) e8832fdd2a289 vale: 3.9.1 -> 3.9.2 (#368231) 0a083c938fdfa tsukimi: 0.17.3 -> 0.18.0 (#368160) 7f6f813284d24 handheld-daemon: 3.8.1 -> 3.9.0 (#368308) 30086ec43626b stdenv.mkDerivation: inputDerivation: fix for __structuredAttrs = true (#368226) 9fc8c098f99bc youtube-music: 3.6.2 -> 3.7.1 (#368436) 4ca0164573cc7 tootik: 0.13.0 → 0.14.0 (#368620) 84e533d9171b1 angie: 1.8.0 -> 1.8.1 (#368863) 81f012267b762 arc-browser: 1.73.0-56815 -> 1.74.0-57065 (#369392) ed6cea5303d7e pdfium-binaries: 6899 -> 6927 (#369704) 8857f94c37340 gpaste: Fix GNOME Shell extension not finding typelib (#369562) bda3c82fdbda9 mongoc: 1.29.0 -> 1.29.1 (#364710) ddd64ac2f5eed waydroid: fix 1.4.3 (#364597) 895cb0274607a extra-container: 0.12 -> 0.13 (#364574) 76811ae8451b7 fluidd: 1.31.0 -> 1.31.2 (#364836) 6b720e5697eba nixos/etc-activation: only assert for 6.6 kernel in switchable systems (#364870) 18e3f5a9ccc6b gcsfuse: 2.5.1 -> 2.6.0 (#364915) cb74f337c0928 sunvox: 2.1.2 -> 2.1.2b (#365273) be8ed97b7fcdf sympa: 6.2.72 -> 6.2.74 (#365628) 5ac625118b852 subtitleedit: 4.0.8 -> 4.0.10 1c3f276640799 pstoedit: 4.01 -> 4.02 (#365871) 1d06dea092511 liblo: 0.31 -> 0.32 (#365887) f40eeec8853a8 pdns: 4.9.2 -> 4.9.3 (#366041) b886304c34dd6 deltachat-desktop: 1.48.0 -> 1.50.0 (#365961) f31834d114577 qtractor: 1.5.0 -> 1.5.1 (#365914) 167f9e41d6437 netmaker-full: 0.26.0 -> 0.30.0 (#365912) 2bd6a3e792c78 music-assistant: 2.3.2 -> 2.3.4 (#369680) 7bb0225695ed5 netmaker: 0.26.0 -> 0.30.0 (#365911) 79029e1c300fe vopono: 0.10.10 -> 0.10.11 07843cb6ef52a spicedb: 1.38.1 -> 1.39.1 (#366092) 52c1b6cc90be1 gridtracker: 1.24.0104 -> 1.24.0922 (#366125) b18f078d98243 lhapdf: 6.5.4 -> 6.5.5 (#366145) 66fa85a8aec8e scite: 5.5.3 -> 5.5.4 (#366148) d830a7f7d7410 kclvm_cli: 0.10.8 -> 0.11.0 (#366156) 8cc9d57c4ebac ndpi: 4.10 -> 4.12 (#366160) d8df2a77ec0b5 pdfium-binaries: 6899 -> 6927 f1f75e6c163e0 pt2-clone: 1.71 -> 1.72 (#366171) 06cacd5441d58 buildHomeAssistantComponent: fix output dirname with manifest in repo root (#369696) f974f1168bdb7 pantheon.elementary-terminal: Backport shortcut fixes 6fba45b6e5a31 antora-ui-default: update hash 69fb7b8ce1990 genpass: add missing zlib dependency (#369535) 40ee6b1f2ada0 git-trim: add missing zlib dependency (#369536) e695d85eb37c3 antora-ui-default: 0-unstable-2024-09-20 -> 0-unstable-2024-12-26 (#368384) feb6ac935739e python312Packages.openusd: fix build on darwin (#369035) 24855cea86a2a kazumi: 1.4.7 -> 1.4.8 (#368443) e8284ebb96d8c maintainers: add sharpchen c0c964d8ae68a powershell-editor-services: init at 4.1.0 f5d12e5ccecc5 dotbot: 1.20.1 -> 1.20.4 (#368496) d933b6961010d nezha-theme-admin: 1.2.0 -> 1.4.4 (#368563) 19a2e43800aa2 xfce.xfce4-panel: Explicitly add perl 258d7b7f8b3b5 xfce.exo: Move perl to nativeBuildInputs 267ff42cd70f3 xfce.libxfce4ui: Explicitly add perl d9f318abd0f3d xfce.xfconf: Explicitly add perl a2ce386e3e185 xfce.xfce4-xkb-plugin: 0.8.3 -> 0.8.5 d3ebeea249dc4 xfce.xfce4-windowck-plugin: 0.5.1 -> 0.5.2 bdb288a90d2c6 xfce.xfce4-notes-plugin: 1.11.0 -> 1.11.1 d9615b137e42e xfce.thunar: 4.20.0 -> 4.20.1 978bbf27dabaa xfce.thunar-media-tags-plugin: 0.4.0 -> 0.5.0 2417a5e2b5eac xfce.thunar-archive-plugin: 0.5.2 -> 0.5.3 d1560821aab03 python312Packages.transforms3d: 0.4.1 -> 0.4.2 (#368975) 78b56cdf37327 sentry-native: 0.7.16 -> 0.7.17 (#366196) 342f51c5d5d96 cli11: 2.3.2 -> 2.4.2 (#366255) 54c4683cb03f7 argc: 1.21.1 -> 1.22.0 (#366309) be1f555afbb3a lms: 3.61.0 -> 3.62.1 (#366403) 8b82387bc11af solc: 0.8.21 -> 0.8.28; fix build (#369643) 41551ac75d6de checkstyle: 10.20.2 -> 10.21.1 (#366412) 2f0b93284e69e telepresence2: 2.20.3 -> 2.21.1 (#366426) 515225b43985c databricks-cli: 0.236.0 -> 0.237.0 (#366492) dfea7cd2d8a2d asdf-vm: 0.14.1 -> 0.15.0 (#366380) 1b4813739354a clightning: 24.11 -> 24.11.1 (#366382) 45404b0b7a513 soapui: 5.7.2 -> 5.8.0 (#366386) 483b1b399a381 dfcldd: 1.3.4-1 -> 1.9.2 8112df3f902c2 gdal: switch to openexr_3 21e5bb92cda68 imgproxy: 3.26.1 -> 3.27.0 (#366394) acda31499a9a2 flowblade: 2.16.3 -> 2.18 (#366389) 96f930534f59e buildHomeAssistantComponent: fix output dirname with manifest in repo root 89c7bb8812ecd python312Packages.dash: 2.18.1 -> 2.18.2, relax deps to fix build (#369209) 66ca2175e0aed pantheon.switchboard-plug-mouse-touchpad: 8.0.1 -> 8.0.2 211776f67fbb9 lilypond-unstable: 2.25.21 -> 2.25.22 (#366710) 10339fde4e589 nextdns: 1.43.5 -> 1.44.3 (#366691) 8ea4224bb8cf4 kicad-small: 8.0.6 -> 8.0.7 (#366689) 8725e466ef2bc release: forbid use of `lib.fileset` in Nixpkgs c0ee061183e70 pantheon.switchboard-plug-applications: 8.0.0 -> 8.1.0 3d0205fba0e92 eslint_d: 14.2.2 -> 14.3.0 (#366682) 5c62164285192 remmina: 1.4.36 -> 1.4.37 (#366681) 3a8ff68623f62 xpilot-ng: fix build 675ae46d5d0b2 mplayer: 1.5-unstable-2024-07-03 -> 1.5-unstable-2024-12-21 ad1418b661db7 rednotebook: 2.36 -> 2.37 (#366675) a1a960763f54c jbang: 0.121.0 -> 0.122.0 (#366632) 1cb06f9236cf2 cloudflared: 2024.11.1 -> 2024.12.2 (#366624) cd89edaf8619e megapixels: 1.8.2 -> 1.8.3 (#368960) b24078ce1d0a8 mplayer: 1.5-unstable-2024-07-03 -> 1.5-unstable-2024-12-21 845946ddede22 pvs-studio: disable automatic updates (#366610) 8bfc09287d96a matomo: 5.2.0 -> 5.2.1 (#366895) e54568188da67 gfold: 4.5.1 -> 4.6.0 (#366876) bd0ef88f29865 louvre: 2.9.0-1 -> 2.13.0-1 (#366869) bc1548221a78a faircamp: 0.21.0 -> 1.0.0 (#369076) a60ea4f2d1dfb cargo-lambda: 1.5.0 -> 1.6.1 (#367177) f56ca361905c5 swiftlint: 0.57.0 -> 0.57.1 (#369157) 79a319b484cbe peergos: 0.21.0 -> 0.22.0 (#367105) 7a2448415df1b kak-tree-sitter-unwrapped: 1.1.2 -> 1.1.3 (#367076) 7736a5cdd413f ostree-full: 2024.8 -> 2024.10 (#366997) e7cf45d04189f noseyparker: 0.21.0 -> 0.22.0 (#366975) 77351e03d8d1f nixos/fontdir: fix X11-fonts cross compilation (#366959) 838d953680684 rwalk: init at 0.9.0 (#366586) 1ea5635176062 music-assistant: 2.3.2 -> 2.3.4 a8fa25dd287e5 home-assistant-custom-components.mass: 2024.9.1 -> 2024.12.1 08cddd18fcadd python312Packages.music-assistant-client: fix version, relax deps dc7d134fcaa0f python312Packages.music-assistant-models: 1.1.3 -> 1.1.4 7a7e377c91465 python312Packages.pyblu: 1.0.4 -> 2.0.0 41883de1adbd9 python312Packages.tidalapi: 0.7.6 -> 0.8.3 ed0818973867f python312Packages.isodate: 0.6.1 -> 0.7.2 3ee5ecc95bcb7 python312Packages.colorlog: 6.8.2 -> 6.9.0 24fc6ed5fb597 python312Packages.aiorun: 2024.5.1 -> 2024.8.1 84d46d6ba1fd9 Xfce updates 2024-12-28 (#368767) c51c65deb48a5 tinygo: 0.34.0 -> 0.35.0 (#366973) 3b085fd66da98 solc: fix build on GCC 14 df28e19d177ab solc: 0.8.21 -> 0.8.28 513bdc3a9255e jdt-language-server: 1.42.0 -> 1.43.0 (#366955) 5bf95394c00d7 liblas: fix build with boost 1.86 (#369334) 035bac29e613f cppcheck: improve and skip failing tests on darwin (#369673) 753572f12f078 wrangler: add updateScript (#367186) 194a74c56b3e9 treewide/nixos: remove `with lib;` part 12 (#369419) 7f8b06b009e5b kickstart: 0.4.0 -> 0.5.0 (#367187) adbf17b6bdee7 protonmail-desktop: 1.6.0 -> 1.6.1 (#367329) e1fb25e716fb5 graphite-cli: 1.4.8 -> 1.4.11 (#367212) cd9ee3ff6ddbd zrok: 0.4.44 -> 0.4.45 (#367201) a5ca9e0531a09 zxtune: 5080 -> 5081 (#367188) 5dcecb117fa1d yourkit-java: 2024.9-b160 -> 2024.9-b161 (#367189) 4f6586c3ce872 clazy: 1.12 -> 1.13 (#369681) 1ccb020d8c1e8 etesync-dav: 0.33.4 -> 0.33.6 (#367430) 324f0e5e4fd23 jackett: 0.22.1064 -> 0.22.1109 (#367423) 36ee9b6bb0fe2 jicofo: 1.0-1104 -> 1.0-1117 (#367420) 0d66bdb4f0a84 zsh-prezto: 0-unstable-2024-06-03 -> 0-unstable-2024-12-12 (#367403) 1ec3c415aa312 libdwarf-lite: 0.11.0 -> 0.11.1 (#367374) d4a5f88c12492 papermc: 1.21.4-12 -> 1.21.4-15 (#367367) eb8608731bd60 qucs-s: enable on darwin (#367543) 8a1acc97d1001 rustPlatform.maturinBuildHook: specify the interpreter name (#365540) 44f9ad9b762de python312Packages.ansible-compat: remove unneeded git from nativeCheckInputs (#369688) fc6fc25caf640 lib25519: 20240321 -> 20241004, add update script, add version test script (#350211) b07e22b9a9067 python312Packages.manifold3d: 3.0.0 -> 3.0.1 (#369310) bc269b93b00e6 python312Packages.ansible-compat: remove unneeded git from nativeCheckInputs 0b56c052fe40b famistudio: 4.2.1 -> 4.3.0 (#366804) d22c1eea550d1 python312Packages.ansible-compat: 24.9.1 -> 24.10.0 (#369664) 5b9ad41ff8ce5 healthchecks: 3.8 -> 3.9 (#366882) 15332b265d59a clazy: 1.12 -> 1.13 f1c1e0236b05e pgmodeler: 1.1.5 -> 1.1.6 (#367533) 1c5fdda300547 jellyfin-media-player: fix broken UI (#363612) 11f50d532b649 nostr-rs-relay: 0.8.13-unstable -> 0.9.0 (#360115) 9aab9e477a36c package-project-cmake: 1.12.0 -> 1.13.0 (#367532) 9d2d2aa53a110 prometheus-nextcloud-exporter: 0.7.0 -> 0.8.0 (#367530) 85d9011d8a071 nixos/dwm-status: don't disable upower (#282117) c7f40471ed73b python312Packages.knx-frontend: 2024.11.16.205004 -> 2024.12.26.233449 (#369341) 2e6f322f5d792 television: 0.7.1 -> 0.8.1 (#369324) 92fbb1d964dd9 keyguard: 1.7.1 -> 1.7.2 (#367752) 81554259daa14 alsa-utils: 1.2.12 -> 1.2.13 (#367733) 0e7e95ea80a3b emacsPackages.lsp-bridge: 0-unstable-2024-12-20 -> 0-unstable-2024-12-27 30d229263d00b tandoor-recipes: fix build, 1.5.19 -> 1.5.25, add jvanbruegge as maintainer (#369173) 564162af136f9 alpaca: 2.9.0 -> 3.1.0 (#368982) 9d913eec422c4 ipe: optional support for qvoronoi (#361897) 44f4124a41c9f lcm: 1.5.0 -> 1.5.1 (#367794) 308f5a9845015 clash-verge-rev: fix wrong patch for lib/; add missing patch for kde (#368754) aef63c0e114d7 koreader: 2024.04 -> 2024.11 (#368622) 7dc9b2f91b91b supabase-cli: 2.1.3 -> 2.2.1 (#369557) 3d576f6ed379f proxmox-backup-client: 3.2.2 -> 3.3.2 (#368012) 0212fb8191c23 playonlinux: add python dependency pyasyncore (#349576) ca4582d41ffb3 rwalk: remove lockfile, fixed package with correct hash fc1b6ddbaac1b invoiceplane: add missing translations 3e0fb489de07f jjui: Add update script using nix-update (#366761) 4eb85ae7bde3d lug-helper: fix missing dependencies (#366008) 3f21ddd90af17 open-vm-tools: add missing license and cleanup (#365675) 3be5c4595daad ente-auth: 4.2.1 -> 4.2.2 (#368562) dac634bfca1da nicotine-plus: 3.3.6 -> 3.3.7 (#365648) 6f3a5fa9a4fcc sm64ex: unstable-2022-12-19 -> 0-unstable-2024-07-04 , enable 60fps patch by default, migrate to pkgs/by-name; sm64ex-coop: drop (#365424) a0ede0a10190d zsh-you-should-use: adopt, modernize, hardcode tput dependency (#363849) 293360f189d2f ttysvr: 0.3.3 -> 0.3.4 (#360806) 5e72009497fdc xsnow: 3.4.4 -> 3.7.9, use wrapGAppsHook3 (#360760) 5329eb85d0b4d ciscoPacketTracer8: fix script modules (#356289) 6ae1d01bcd55a cppcheck: improve and skip failing tests on darwin 1ac6619d6c25c helmsman: only build helmsman subPackage (#355293) 49090c13fd35b kubernetes-controller-tools: 0.16.5 -> 0.17.0 5ed1ffa763c55 intentrace: 0.4.1 -> 0.4.2 9bafcc2507315 ultrastar-manager: specify mainProgram 5e901b66e157f jreleaser-cli: 1.15.0 -> 1.16.0 fde138989e700 fluent-bit: 3.2.3 -> 3.2.4 519078af4a44e ani-cli: only add the player to the PATH as a fallback, format, add diniamo as a maintainer (#339034) b20733c8c7974 haskellPackages.cabal2nix-unstable: 2024-12-22 -> 2024-12-31 8609c05e15269 haskellPackages.alfred-margaret: remove stale broken flag f669cc12bdee8 python312Packages.ansible-runner: add GaetanLepage as maintainer 740ec536a957b python312Packages.ansible-runner: fix 07e108fb0329e nwjs: change license to MIT; nwjs: simplify bits check (#310936) f16ebb8654560 ultrastar-creator: specify mainProgram 8961f533afeb5 vscode-extensions.timonwong.shellcheck: 0.37.1 -> 0.37.3 (#369534) 3deddba6b8954 jan: 0.5.11 -> 0.5.12 (#369387) 094fad8301a1f moon: 1.30.5 -> 1.30.6 (#369107) 7ab14ffc4712e nagios: 4.5.8 -> 4.5.9 (#368760) 38f20af13a156 paper-age: 1.3.3 -> 1.3.4 (#368127) f3f3f7bae6c47 xpilot-ng: fix build 5ac88cbc6e9f4 almanah: Fix build (#369393) a424931a39dea phpExtensions.yaml: 2.2.3 -> 2.2.4 (#369593) 13c69838b0179 spotube: 3.8.3 → 3.9.0 | add aarch64-linux support. (#368631) 1edac59cc6759 goocanvas2: fix gcc14 compilation (#369348) 8298f740d0307 prowlarr: add pizzapim to maintainers (#369661) b13130517f2c3 python3Packages.prosemirror: 0.5.0 -> 0.5.1 (#361675) 6bb37ce4db486 pam_ldap: src from GitHub, fix license, add changelog, finalAttrs (#369276) 4cb18b646a48c python312Packages.ansible-compat: 24.9.1 -> 24.10.0 e26e47eb81aa6 pam_ldap: 186 -> 0-unstable-2024-02-22 3548c24dce87d pam_ldap: add update script 54f9bac36981b newlib: 4.3.0.20230120 -> 4.4.0.20231231 (#368018) ea0737c3e7beb prowlarr: add pizzapim to maintainers 071f88331374e zsync: add ryand56 as maintainer 4dc54944730bb zsync: fix build 770d6786d87e3 prowlarr: 1.26.1.4844 -> 1.28.2.4885 (#366659) 125226c402b4c svdtools: 0.3.20 -> 0.3.21 fe2048d2343b3 macmon: 0.3.3 -> 0.5.1 2c20f93c8ed23 i2pd: 2.54.0 -> 2.55.0 c725c10d451f8 librespot: add optional support for Avahi 7df3b8d625c8c cozette: 1.25.2 -> 1.26.0 c596b4c6ee07e phpExtensions.yaml: 2.2.3 -> 2.2.4 dfa8f01ba4ed9 fig2dev: 3.2.9 -> 3.2.9a be53115dd0f35 nixos/taskserver: fix systemd shellcheck warning (#369509) ec8ab9d771548 pam_ldap: src from GitHub, fix license, add changelog, finalAttrs 47e29c20abef7 percona-server_8_0: 8.0.39-30 -> 8.0.40-31 (#369548) a8f9a9f6fe50d haskellPackages.lawful-conversions: relax lower bounds of test suite 3b4be0dc071c7 haskellPackages.provide: relax lower bound on lens c7a72e43b3167 haskellPackages.pfile: allow hspec == 2.11.* 31aab29bd8581 haskellPackages.xz: make sure we are using pkgs.xz, allow tasty 1.4 164d44fcaf41a haskellPackages.libxml-sax: drop obsolete override a995a36af12b5 clickhouse-backup: 2.6.4 -> 2.6.5 f43947ed2c00f cargo-tarpaulin: 0.31.3 -> 0.31.4 7ceb41b8a70cd buildkite-cli: 3.4.1 -> 3.4.2 b8daf7806d04f hexpatch: init at 1.9.4 (#369642) 6af97ac11fef1 harper: 0.12.0 -> 0.13.0 (#369538) 746b5af6046d2 manifold: platforms.linux -> platforms.unix (#369590) af397f4a337dc qt6.qtwebengine: make the `AppleClang` substitution unconditional 0dcdae9d40661 linuxPackages.nvidiaPackages.stable: use 'production' (#365711) 65c8af3bb2996 hexpatch: init at 1.9.4 d8e41027cf4f9 Merge staging-next into staging 05fad515bd3f7 Merge master into staging-next 2d2b5e26d45f5 treewide/nixos: remove `with lib;` part 10 (#369233) c330eb238a273 python312Packages.tencentcloud-sdk-python: 3.0.1291 -> 3.0.1292 bdddc01368c99 python312Packages.slixmpp: 1.8.5 -> 1.8.6 64353f3a67ff3 python312Packages.tubeup: 2024.11.13 -> 2024.12.21 fff77f299b8c7 python312Packages.playwrightcapture: 1.27.4 -> 1.27.5 28243f67679f0 python312Packages.onvif-zeep-async: 3.1.12 -> 3.1.13 2332ceb46e74f sc-im: aligning a selection of cells cause crash (#335133) 2df14a5e04f86 caper: init at 0.9 (#274558) dc93e326f6207 mediawiki: 1.42.4 -> 1.43.0 cb48707630dd9 python312Packages.ollama: 0.4.4 -> 0.4.5 e898d77440188 python312Packages.ollama: move pydantic toi run-time deps d94c8482f238a python312Packages.cyclopts: 3.1.2 -> 3.1.3 0996bcf25b343 rwpspread: 0.3.1 -> 0.4.0 5cb61b863e64f qt6.qtdeclarative: re-enable qml caching (#339706) ba2e291ee041c allegro5: 5.2.10.0 -> 5.2.10.1 (#369082) af2c2639f19e5 pkgs/build-support: cc-wrapper.sh not detecting c++ files by extension (#357527) db166529b2075 python312Packages.pyexploitdb: 0.2.60 -> 0.2.61 (#369493) f91977732ac5a invoiceplane: 1.6.1 -> 1.6.2 (#369411) 6f265213f38e8 gitleaks: 8.22.0 -> 8.22.1 (#369492) 66bb41d24d3b7 python312Packages.voip-utils: 0.2.1 -> 0.2.2 (#369401) a3db2574d63ff intel-gpu-tools: 1.29 -> 1.30 (#367805) 0c367d645c402 bosh-cli: 7.8.2 -> 7.8.5 (#367808) eefc408e1b8b7 glooctl: 1.18.0 -> 1.18.2 (#367810) 123b50ecb0e49 goose: 3.23.1 -> 3.24.0 (#367811) fdc349a34fbc5 istioctl: 1.24.1 -> 1.24.2 (#367850) be064d9611622 shadps4: 0.4.0-unstable-2024-12-08 -> 0.4.0-unstable-2024-12-23 (#367749) 871d523b7fa13 nu_scripts: 0-unstable-2024-12-18 -> 0-unstable-2024-12-27 33148306b9d03 windows.mcfgthreads: 1.6.1 -> 1.9.2 (#360131) d1a51902423cc qt6: don't treat absolute paths without known suffix as library (#367206) 621497a6bb949 gnufdisk: drop (#369608) 98b0d0446d772 gtksheet: fix build (#369607) d56677118e8c2 wine64Packages.{unstable,staging}: 9.20 -> 9.22 (#359908) e7bf705eadf41 comical: fix build (#369606) 513ed3c4c0a1e timetrap: fix build (#369600) cb31bc8b79544 goocanvas2: fix gcc14 compilation 55b3d70162ee0 qt6: don't treat absolute paths without known suffix as library f68d5c76fde4d mysql-workbench: 8.0.38 -> 8.0.40 b0f581ff9a9ed pixi-pack: init at 0.3.1 (#369397) 8e1773f11f855 nixos/tests: manualy start networkd-wait-online (#369601) 03d33b719b001 maintainers: add antipatico ae09407854045 nixos/monica: fix email configuration bug (#366946) 1c9a0c2c1b1b9 nixos/networkd: add RequestAddress to network sectionDHCPv4 (#366864) aed1103e1ae4f pixi-pack: init at 0.3.1 89b5bb25c1b3b gh-dash: 4.8.0 -> 4.8.1 (#369553) e1ba3ced62ffd catalyst-browser: 3.9.5 -> 3.9.6 (#368388) 3a6a69f80f5a0 python312Packages.aiovodafone: 0.8.1 -> 0.8.2 (#369586) 13dc6174b1cb3 overturemaps: 0.11.0 -> 0.12.0 (#367308) 7e7366b1d118d grype 0.81.0 -> 0.86.1 (#369465) aa5f70e60572c libdeflate: enable tests (#368784) acfb00a6cc2b1 pixman: fix build on armv7 (#368798) e3566e5863553 ldeep: 1.0.77 -> 1.0.78 d9899fb1c7ae0 ha-mqtt-discoverable-cli: 0.16.2 -> 0.16.4.1 (#369511) 6fbfc3f06e084 python312Packages.reolink-aio: 0.11.5 -> 0.11.6 (#369500) 5ecb3192c13f4 performous: fix build (#369613) de9bdc7fd7b66 python312Packages.pydeconz: 118 -> 119 (#369496) abfb7890bdd70 recutils: fix build (#369592) e93daa60cd01e hexyl: 0.15.0 -> 0.16.0 (#368561) 803d212eb653c python312Packages.pynecil: 2.0.2 -> 3.0.1 (#369339) b3b8557fa095a hexyl: 0.15.0 -> 0.16.0 b9a8d4cb7b266 mobilizon: 5.1.0 -> 5.1.1 (#368556) f9096ddf3c37b agebox: 0.7.2 -> 0.8.0 (#369390) a3d1a8cdc3274 lief: 0.16.0 -> 0.16.1 1817b846ede31 exo: 0-unstable-2024-12-15 -> 0-unstable-2024-12-28 (#369611) 367a785287bfe performous: fix build 78e340633e272 qt6.qtdeclarative: re-enable qml caching a5cc2d090e0d8 nixos/luksroot: Check if the device was opened while reading password aaffc2cce575f liblas: fix build with boost 1.86 92689fbf85294 exo: 0-unstable-2024-12-15 -> 0-unstable-2024-12-28 7c80e7a012208 gnufdisk: drop 7456e368369ab libspnav: set install_name at link time; fix darwin e7a93618c96b2 gtksheet: fix build 09095ba114583 comical: fix build 15c084508e6b2 comical: move to pkgs/by-name 84564712e67fd lazyjournal: 0.5.0 -> 0.6.0 (#369479) 0811b5ef998e7 mangojuice: 0.7.8 -> 0.7.9 (#369482) d744775066dc4 obs-do: 0.1.5 -> 0.1.6 (#369599) 8d262d1b27f98 tayga: fix build with gcc14 (#368877) 3f7a10dc747b6 nixos/tests: manualy start networkd-wait-online efb58f120074c stardust-xr-magnetar: 0-unstable-2024-08-31 -> 0-unstable-2024-12-29 ad981657df802 stardust-xr-gravity: 0-unstable-2024-08-21 -> 0-unstable-2024-12-29 6501c7d87d75e weylus: fix build on gcc14 (#369166) 5594c47eb25ff stardust-xr-protostar: 0-unstable-2024-07-19 -> 0-unstable-2024-12-29 682b8079b6dd0 nixos/biboumi + biboumi: fixup module + make optional libraries optional (#365342) d0c04f6481d58 timetrap: fix build ed7e2624bf7d0 obs-do: 0.1.5 -> 0.1.6 8da05cf31529f zed-editor: shrink darwin closure (#369399) 6b0d9cd7cceb8 opencomposite: 0-unstable-2024-12-20 -> 0-unstable-2024-12-26 (#369582) bba38aef22a5f maintainers: add outfoxxed 57c41914e18e2 python3Packages.ltpycld2: fixup build with gcc14 (#369135) a8688aabf2806 nanoboyadvance: fix build with gcc14 (#369204) d962b800be2df recutils: fix build 73c5ff49b746d ladybird: 0-unstable-2024-12-23 -> 0-unstable-2024-12-30 dd18086a20c98 manifold: platforms.linux -> platforms.unix 8359653f6bb0c gh-contribs: 0.9.0 -> 0.10.1 983694e9b1ee7 hareThirdParty.hare-ev: 0-unstable-2024-12-13 -> 0-unstable-2024-12-29 (#369580) 33508ca4d4a40 Disable compiler runtime-test for cmake when cross-compiling to None platform. (#283623) ac7f362ad3d54 dnsdbq: 2.6.7 -> 2.6.8 (#369541) f8ea8cf3a72ee python312Packages.aiovodafone: 0.8.1 -> 0.8.2 4add44475ab10 opencomposite: 0-unstable-2024-12-20 -> 0-unstable-2024-12-26 e9620136c7fa1 schedtool: fix build with gcc 13 (#368504) c34b1985c78c2 openscad: unpin cgal_4; fix darwin 9f579229fc591 lib3mf: 2.2.0 -> 2.3.2 7771f9dac3a76 affine: fix build (#368358) 7a7e377539f08 nettle: 3.10.0 -> 3.10.1 720f3e9804e1e hareThirdParty.hare-ev: 0-unstable-2024-12-13 -> 0-unstable-2024-12-29 c8751b2c5da01 python312Packages.ancp-bids: 0.2.5 -> 0.2.6 399b47e3af047 Merge staging-next into staging 50f548386f8aa Merge master into staging-next 54412039d5fb3 libgda: fix build with GCC 14 93097ab6e7802 easytier: 2.1.0 -> 2.1.1 (#369513) 09c94e9e1afde mud: 1.0.10 -> 1.0.11 07fd500b5a9cd pkgsite: 0-unstable-2024-12-16 -> 0-unstable-2024-12-26 (#369488) a0dfa48602da9 owmods-cli: 0.14.3 -> 0.15.0 (#369524) dc8a8cf96ed00 slackdump: 2.6.0 -> 2.6.1 (#369565) d774c067ff281 desktop-file-utils: 0.27 -> 0.28 (#361070) 263379919fae6 gdu: 5.29.0 -> 5.30.1 d1b4d56992f81 circt: 1.99.1 -> 1.99.2 (#369563) 6cd4b0b79f6b4 kodiPackages.formula1: 2.0.2 -> 2.0.3 69b9a8c860bdb looking-glass-client: use nanosvg from nixpkgs (#369556) 663abfa02c646 anydesk: add missing dependencies (#366250) 337e2c041b833 lgogdownloader: 3.15 -> 3.16 (#367507) 4181c49850831 criticality-score: migrate from python3Packages 2d58a4060d1ee subversionClient: remove vendored swig 3 files; fix build (#369267) 3231baeef13b9 where-is-my-sddm-theme: 1.11.0 -> 1.12.0 4418f26ed1e23 tflint-plugins.tflint-ruleset-aws: 0.36.0 -> 0.37.0 e1d9c1c2fa68f slackdump: 2.6.0 -> 2.6.1 980477eaee7b9 reindeer: 2024.12.16.00 -> 2024.12.30.00 427c240f5df6c gpaste: Fix GNOME Shell extension not finding typelib 047637626d416 circt: 1.99.1 -> 1.99.2 66131a3562907 vscode-extensions.signageos.signageos-vscode-sops: change to mit license c05c30a34e408 git-trim: add missing zlib dependency fb4eb8a49b57a genpass: add missing zlib dependency 0f5701886f993 python312Packages.manifold3d: 3.0.0 -> 3.0.1 4a4790f0ffd77 python312Packages.async-cache: refactor (#369425) a38901aa85396 cudaPackages.saxpy: avoid `lib.fileset` bc419f5949c49 python312Packages.waitress-django: avoid `lib.fileset` 34a6c331e7908 purescm: avoid `lib.fileset` 4e30014c062ce shopify-cli: avoid `lib.fileset` ba42e09bf2dca yarn2nix-moretea: avoid `lib.fileset` 44475aafe3c1f tests.testers.shellcheck: avoid `lib.fileset` 77def225cb60a tests.haskell.setBuildTarget: avoid `lib.fileset` f6cc18e0e46a4 tests.haskell.cabalSdist: avoid `lib.fileset` 6ff076b1b1219 tests.makeBinaryWrapper: avoid `lib.fileset` f6ce575a03505 nixos/test-driver: avoid `lib.fileset` 2eae7d63e29c7 nixpkgs-manual: avoid `lib.fileset` b4ce55dba9bf6 forgejo-cli: add BUILD_TYPE env & move to new darwin pattern (#366849) d1a62051ae290 streamlink: 7.0.0 -> 7.1.1 fac6109b1b807 looking-glass-client: use nanosvg from nixpkgs 976bfb0801bcc supabase-cli: 2.1.3 -> 2.2.1 3c65f3d84651f flattenReferencesGraph: avoid `lib.fileset` a88b7533e3432 efitools: fix build (#369551) 60573d0038383 python312Packages.azure-appconfiguration: fix typo (#369429) 2f40fbd37aa2d efitools: fix build 31e2c06e11019 networkmanager-l2tp: 1.20.16 -> 1.20.20 ad8fd7ea80664 gh-dash: 4.8.0 -> 4.8.1 1fb3b572a8a86 popeye: 0.21.5 -> 0.21.6 89ef7dc4efbb1 python312Packages.habiticalib: init at 0.3.2 (#369451) 58a0309aee0f5 blender: use stdenv from cudaPackages when building with CUDA (#368896) 477dff34d5488 ivyterm: 1.0.0 -> 1.0.4 35a4f7eee0a2f percona-server_8_0: 8.0.39-30 -> 8.0.40-31 ce61cfaeed655 python312Packages.orbax-checkpoint: 0.10.3 -> 0.11.0 (#369467) 8ab44677903d3 bpftrace: 0.21.2 -> 0.21.3, fix broken build 64d9222383799 coroot-node-agent: 1.22.2 -> 1.23.1 ad7b4fec433c5 cpm-cmake: 0.40.3 -> 0.40.5 41eaecf26352d ginkgo: 2.22.1 -> 2.22.2 70aeff5814a04 dnsdbq: 2.6.7 -> 2.6.8 4ba90bd09ac84 harper: 0.12.0 -> 0.13.0 c49743669a58a emacsPackages.voicemacs: 0-unstable-2024-10-11 -> 0-unstable-2024-12-11 (#367354) 34b5b9a5fe295 thunderbird: fix darwin build f3b80628c791a uxn: 1.0-unstable-2024-11-30 -> 1.0-unstable-2024-12-25 (#368852) 0e90a63f1f670 chezmoi: 2.55.0 -> 2.56.0 (#369044) e3f4a64e5a695 lefthook: 1.9.2 -> 1.10.1 (#368845) 80d10733da997 sqlitestudio: 3.4.12 -> 3.4.13 (#369443) e530fcb4c609e vscode-extensions.timonwong.shellcheck: 0.37.1 -> 0.37.3 b27dc05a63cbc uacme: 1.7.5 -> 1.7.6 a1436e5414bb8 epubcheck: 5.1.0 -> 5.2.0 957283740fd45 dwm-status: 1.8.1 -> 1.9.0 d40763befd833 qctools: 1.3.1 -> 1.4 2dcf60e6a55a8 sby: 0.47 -> 0.48 210c4c2a478e9 zed-editor: strip application binary 8a50cb2041015 livekit-libwebrtc: split outputs, remove darwin framework 2fd0dc1a22e38 Merge master into haskell-updates ec149a86e5ff1 Merge staging-next into staging 610ec2c78b047 lomiri.morph-browser: Add mesa.llvmpipeHook, re-allow affected test(s) 198305bfacb62 lomiri.lomiri-clock-app: Add mesa.llvmpipeHook, re-allow affected test(s) 3609c77cec51d lomiri.lomiri-system-settings-unwrapped: Add mesa.llvmpipeHook, re-allow affected test(s) 03ca025218260 lomiri.lomiri-ui-extras: Add mesa.llvmpipeHook, re-allow affected test(s) 1e838d150fd16 Merge master into staging-next 9b0737128489e prometheus-rasdaemon-exporter: backport fixes (#369519) 0416604a6dbae owmods-cli: 0.14.3 -> 0.15.0 110baa0bc13b8 snowmachine: 2.0.1 -> 2.0.2 f7dea2cd214c3 prometheus-rasdaemon-exporter: fix sqlite connection setup 06f2f12d34a13 pam-watchid: init (#368071) a9ffce65a9423 python312Packages.pgpy: fix build (#368110) 009423e25932b prometheus-rasdaemon-exporter: normalize metric names b8fcd62bdbb52 unifont_upper: 16.0.01 -> 16.0.02 098dd9555d79a unifont: 16.0.01 -> 16.0.02 7ed15046bb448 docs: remove outdated references to CODEOWNERS (#369505) 75cdbb778e385 grafana-loki: 3.3.1 -> 3.3.2 (#367856) 11bed26c582bc python3Packages.basedmypy: init at 2.8.1 b95a9171dd50a nixos/nextcloud: don't use pg14 for tests 6978b4b5bdeac nixos/nextcloud: increase pool settings 58d41c40081a9 spotube: 3.8.3 → 3.9.0 | add aarch64-linux support 70ad61967afdc maintainers: add damidoug c7ccfc5f9ff39 nixos/nextcloud: drop default for `dbtype` setting 3ce431ad7af33 rstudioWrapper: only symlink share directory if not server e8cc15f2b53ac rstudio: refactor patches and deps, use lib.cmake* b43523d57662d rstudio: clean up by moving values around 3f9546f9f23de rstudio: don't use libsForQt5.callPackage e7ff77d1264a4 rstudio: format with nixfmt e48e3c0595111 python3Packages.periodiq: 0.12.1 -> 0.13.0 (#369382) b5b5aba10ae7a easytier: 2.1.0 -> 2.1.1 bd98340542c63 docs: correct CODEOWNERS to OWNERS e93908c398041 python312Packages.simsimd: 6.2.2 -> 6.2.3 (#369490) 8cd92caa4e882 firefox: fix darwin build (#369253) fdbdcfde478ff rustpython: move to by-name; improve derivation (#369498) dc3a0821fe3a9 Update pkgs/by-name/rw/rwalk/package.nix c24cf895bab31 flexget: 3.13.2 -> 3.13.5 3bad6652976b9 ha-mqtt-discoverable-cli: 0.16.2 -> 0.16.4.1 f7eba55589c7a fetchFromGitLab: passthru `rev` based on `tag` bb72703fd999d docs: remove outdated references to CODEOWNERS 39ddc9215590f fetchFromGitHub: passthru `rev` based on `tag` 14739ba70c491 pekwm: 0.3.1 -> 0.3.2 (#369274) 1f50def18fa93 fetchgit: passthru `tag` 35c69267b5ce7 homepage-dashboard: 0.9.13 -> 0.10.6 (#369413) 8fc8a565fc825 python3Packages.periodiq: 0.12.1 -> 0.13.0 46858a2be4500 codeium: 1.30.2 -> 1.30.18 79bf56ec91ede nixos/taskserver: fix test deprecation warning c6eeaf630ef4a infrastructure-agent: 1.58.1 -> 1.59.0 (#368481) 465ffab65d068 nixos/taskserver: fix systemd shellcheck warning 8d1796dfc766f rustpython: unmark as broken on x86_64-darwin daa78519b568f rustpython: improve derivation 4f2ebe9e6479d python312Packages.aiomealie: 0.9.4 -> 0.9.5 0b2d91ff1e604 manifold: 3.0.0 -> 3.0.1 (#369309) 56bf96d5365c1 bash-completion: Remove obsolete patch 16e87f451bf2c gitignore: ignore log files generated by update scripts too (#342345) fffe5a0b86ed5 python312Packages.reolink-aio: 0.11.5 -> 0.11.6 8ea14f4ba1e09 rustpython: move to by-name c755a99035a1f i3-volume: init at 3.9.0 (#354388) 3c180c85e27a8 python312Packages.pydeconz: 118 -> 119 642ace3d9aa8f python312Packages.qbittorrent-api: 2024.11.70 -> 2024.12.71 (#368252) f25ffb5fdff74 python3Packages.orange3: setup direct dependencies to fetch from GitHub + bump (#354279) b5e20c720d436 ghost-cli: init at 1.26.1 (#366378) 001d56f546d9a python312Packages.pyexploitdb: 0.2.60 -> 0.2.61 62cab4e2b9832 gitleaks: 8.22.0 -> 8.22.1 d1cd9058fc659 mysql-workbench: 8.0.38 -> 8.0.40 171dfafe3849a python312Packages.types-aiobotocore-*: 2.15.1 -> 2.16.1 (#369321) f23b7584a78f3 mysql-workbench: fix build, modernize and clean up deps (#344547) cc2b0e2d5a8d9 python312Packages.simsimd: 6.2.2 -> 6.2.3 5543e3088edec sutils: correct license (#369241) b4e4fa4312d35 python312Packages.dask-expr: fix hash (#369293) f7c8834b27d7d pkgsite: 0-unstable-2024-12-16 -> 0-unstable-2024-12-26 fe14d4d83e101 nixos/matter-server: allow AF_UNIX sockets for dbus connections (#369203) 38cc8ff7b378e python312Packages.opower: 0.8.6 -> 0.8.7 (#369342) ab07810c9098f pv-migrate: use tag in src, do not use src in other places (#368244) 188f85b27c663 python312Packages.aiopegelonline: 0.1.0 -> 0.1.1 (#369343) 6b610def18f2e python312Packages.aiocomelit: 0.10.0 -> 0.10.1 (#369344) 33c1a1dd033ed python3Packages.orange3: tweakings 3515a358da68b python312Packages.python-overseerr: 0.1.1 -> 0.4.0 (#369340) 34393673ef9ab metasploit: 6.4.41 -> 6.4.42 (#369336) c8dc84e6b4083 cook-framework: use tag in src, add updater (#368237) 2f11e237682f1 python312Packages.qtile-bonsai: 0.4.0 -> 0.5.0 b683cccb3d412 vimPlugins.vim-jetpack: init at 2024-04-10 (#369462) 71fc17792c4ae lazyjournal: 0.5.0 -> 0.6.0 7de2a23f8ce7a cook-framework: use tag in src, add updater 73750c2c08dc2 lomiri.lomiri-ui-toolkit: Add mesa.llvmpipeHook, re-allow many tests c4f2bb3f2e143 sscg: init at 3.0.5 (#357346) 52917938b0d9c edencommon: skip flaky test on darwin 6b2c564b7b23f rPackages.pingr: fixed build (#368881) c0286526ec34b tsocks: fix ./configure error 3430c718058ae hsd: 7.0.0 -> 7.0.1 4ebcf75588254 dolibarr: 20.0.2 -> 20.0.3 (#369285) 6d96c9a21e56e ci: Label 10.rebuild-*-stdenv (#369102) 2b395c3eb9237 python312Packages.orbax-checkpoint: 0.10.3 -> 0.11.0 344c99f7bfb85 pnpm_9: 9.15.1 -> 9.15.2 (#368577) 98a2b5c03d12d licensed: init at 5.0.0 (#304022) 10f644a450c9f sca2d: 0.2.0 -> 0.2.2 (#369351) ce9d80512e791 hanko: init at 0.5.2 (#366005) 0465e2ef7c248 nixos/plymouth: Respect plymouth.enable=0 in scripted stage 1 (#355601) 37cbc94dc6a08 mysql-workbench: clean up unnecessary dependencies f6d470c386d60 mysql-workbench: modernize 9d66ea6f20e95 mysql-workbench: fix build by locking swig version to 4.2.1 7ed9f658552ff grype 0.81.0 -> 0.86.1 d76046c8a298a tree-sitter-grammars: add hyprlang 4bff45851f45b calibre: add fonttools dependency 44e0961cdfc1f vimPlugins.vim-jetpack: init at 2024-04-10 2686a5a2d983f poptracker: 0.27.0 -> 0.29.0 6a811e2e8d0a8 poptracker: add update script 629c936fd2263 nixos/plymouth: Respect plymouth.enable=0 in scripted stage 1 92be6e3838724 Merge staging-next into staging c31a6ac8a7940 Merge master into staging-next c0851de93d254 libftdi: fix cross-compile (#369149) 6cb4a2a039f36 storj-uplink: 1.119.3 -> 1.119.8 (#369176) a1210cfcaa126 lm4flash: init at 0.1.3 e2448ea1b5515 maturin: 1.7.8 -> 1.8.1 98f9d01a955f7 nixos-firewall-tools: don't use filesets (#369459) f6652684cc6f7 nixos-firewall-tools: don't use filesets cd0883f61c95f qownnotes: 24.12.4 -> 24.12.7 (#369249) 4541a8ed49e74 netbird-dashboard: 2.7.0 -> 2.8.2 (#369182) 401ba1e408417 kodiPackages.youtube: 7.1.0.1 -> 7.1.1.6 (#369123) b50539c1dbef9 nzbhydra2: 7.10.2 -> 7.11.0 (#369103) ad91a149420a5 kddockwidgets: 2.2.0 -> 2.2.1 (#368482) ca970332bca21 ejabberd: 24.10 -> 24.12 (#367770) b502183d5a946 ecm: 7.0.4 -> 7.0.6 (#368938) 23a7a82960a09 yafc-ce: 2.3.1 -> 2.4.0 (#362965) a1ad26ef9c86b python3Packages.orange-widget-base: move build-system 7b250aa2d25e6 mysql-workbench: move to pkgs/by-name 22a3cd5735eb9 gatus: 5.14.0 -> 5.15.0 5580564c40aad esbuild: 0.24.0 -> 0.24.2 c1c2771ac6ce7 ecm: 7.0.4 -> 7.0.6 51d11cae99b17 nixos/matrix-synapse: enable jemalloc by default 2d0e1a2daa108 sscg: init at 3.0.5 dc2b24a4017c7 ugrep: 7.1.1 -> 7.1.2 b9bb21e65e0e1 python312Packages.habiticalib: init at 0.3.2 e0057621728c5 tt-rss: 0-unstable-2024-12-20 -> 0-unstable-2024-12-22 f632dcd105f70 python312Packages.zc-buildout: refactor 5bff874fd63b4 authentik: Fix ak script for systemd units 77da7694cc775 python312Packages.zc-buildout: 3.0.1 -> 3.3 e6f67cc25941b nixos/matrix-synapse: configure PYTHONMALLOC when using jemalloc 075be52dd4ab3 sqlitestudio: 3.4.12 -> 3.4.13 1fdba131451fc python312Packages.redshift-connector: 2.1.3 -> 2.1.5 7d9d7d3a3c063 pybugz: 0.13 -> 0.14 5e540e33f035b pybugz: refactor 13cbc8e445e24 maintainers: add MostafaKhaled 3be90b9f3ac24 smb3-foundry: 1.3.1 -> 1.4 (#369299) e67cc49668c78 pybugz: migrate from python312Packages.bugz 06c04fd3ed869 primitive: init at 0-unstable-2020-05-04 (#363381) b12278959f501 nixos/services.xserver.windowManager.e16: remove `with lib;` 01cb6f9822ad4 nixos/services.xserver.windowManager.dwm: remove `with lib;` 9a87ab9c017ee nixos/services.xserver.windowManager.cwm: remove `with lib;` 7ed890b292df9 nixos/services.xserver.windowManager.clfswm: remove `with lib;` acc4e7ea1ff02 nixos/services.xserver.windowManager.bspwm: remove `with lib;` f85316041af54 nixos/services.xserver.windowManager.berry: remove `with lib;` 380a81dd86cd3 nixos/services.xserver.windowManager.awesome: remove `with lib;` 77cce31b626c4 nixos/services.xserver.windowManager.afterstep: remove `with lib;` 15928daf29c9b nixos/services.xserver.windowManager.2bwm: remove `with lib;` cfd241e856eb2 nixos/services.urxvtd: remove `with lib;` 907513b013779 nixos/services.unclutter: remove `with lib;` 81af5e84de65e nixos/services.unclutter-xfixes: remove `with lib;` c395f4a881bf1 nixos/services.touchegg: remove `with lib;` 3c25e33c2fa77 nixos/services.redshift: remove `with lib;` f8e4c2bb77617 nixos/services.picom: remove `with lib;` 68590cbb863a8 nixos/services.xserver.imwheel: remove `with lib;` 39e4529bdd705 nixos/services.xserver.wacom: remove `with lib;` ef32b6d67ae37 nixos/services.xserver.synaptics: remove `with lib;` 19ac519ddaa30 nixos/services.xserver.digimend: remove `with lib;` ae638c0c4cacb nixos/services.xserver.cmt: remove `with lib;` 620887f332ad2 nixos/services.fractalart: remove `with lib;` 4c8347ad68f5d nixos/services.xserver.xkb.extraLayouts: remove `with lib;` 2e19baf26b29c nixos/services.xserver.displayManager.xpra: remove `with lib;` 1c0fdc5be0023 nixos/services.xserver.displayManager.startx: remove `with lib;` 61ea1027157a8 nixos/services.xserver.displayManager.slim: remove `with lib;` a439faa883c4a nixos/services.xserver.displayManager.lightdm: remove `with lib;` 4214af11a9334 nixos/services.xserver.displayManager.lightdm.greeters.tiny: remove `with lib;` 62a2f3303b0da nixos/services.xserver.displayManager.lightdm.greeters.slick: remove `with lib;` 6a56bdff4109e nixos/services.xserver.displayManager.lightdm.greeters.pantheon: remove `with lib;` 2882d6bc3231f nixos/services.xserver.displayManager.lightdm.greeters.mobile: remove `with lib;` f8865e84017ed nixos/services.xserver.displayManager.lightdm.greeters.mini: remove `with lib;` 1253a94387826 nixos/services.xserver.displayManager.lightdm.greeters.gtk: fmt 2b59e102bad9d nixos/services.xserver.displayManager.lightdm.greeters.gtk: remove `with lib;` 0a91efc713add nixos/services.xserver.displayManager.lightdm.greeters.enso: remove `with lib;` dcd408ab4aac6 nixos/services.xserver.desktopManager.xterm: remove `with lib;` 4b798ee63e85e nixos/services.xserver.desktopManager.xfce: remove `with lib;` ee971f5c8f188 nixos/services.xserver.desktopManager.surf-display: remove `with lib;` 61ad8be6822b9 nixos/services.xserver.desktopManager.retroarch: remove `with lib;` fa4e66d55061b nixos/services.xserver.desktopManager.pantheon: remove `with lib;` 0737eac7e02f1 nixos/services.xserver.desktopManager.runXdgAutostartIfNone: remove `with lib;` 5d5963f8e6e07 nixos/services.xserver.desktopManager.mate: fmt abd35c43330a1 python3Packages.ltpycld2: fixup build with gcc14 a3af774b04bde metacubexd: 1.173.3 -> 1.176.1 60661932d84b4 python312Packages.booleanoperations: refactor 900da6a41edcb setup-hooks/strip: include darwin-specific paths (#369094) 9a7686d8fb051 python313Packages.twisted: 24.10.0 -> 24.11.0 (#369414) fe1d69e56ee14 boost187: don’t apply NumPy 2 backport patch (#369380) cf53e34dd5bef files-cli: 2.13.209 -> 2.13.213 (#369286) ce58eb372513c python312Packages.azure-appconfiguration: fix typo 0398cba8401eb klog-rs: 0.3.1 -> 0.3.2 (#369398) 60f9b34caea65 nixos/services.xserver.desktopManager.mate: remove `with lib;` dab162464324e nixos/services.xserver.desktopManager.lxqt: remove `with lib;` 93da453c9e851 nixos/services.xserver.desktopManager.lumina: remove `with lib;` 3ba85539d7802 nixos/services.xserver.desktopManager.kodi: remove `with lib;` e0836261f2de1 nixos/services.xserver.desktopManager.enlightenment: remove `with lib;` 5fac14d6a4384 nixos/services.xserver.desktopManager.deepin: remove `with lib;` b48d0ec75778f nixos/services.xserver.desktopManager.cinnamon: remove `with lib;` 6fe2a04f0d7cc nixos/services.xserver.desktopManager.cde: remove `with lib;` bbb879169e16c python312Packages.async-cache: refactor 328da3a39d153 nixos/services.colord: remove `with lib;` 9efec953bad74 snac2: 2.66 -> 2.67 (#369295) f5ffbb61db45b python312Packages.appdirs: fix typo 6773cf9314537 Update pkgs/by-name/rw/rwalk/package.nix e71336029a3e1 Update pkgs/by-name/rw/rwalk/package.nix b9cc3de65b0d5 Update pkgs/by-name/rw/rwalk/package.nix 3520763800a47 Update pkgs/by-name/rw/rwalk/package.nix 4de15f43fc62b python313Packages.twisted: 24.10.0 -> 24.11.0 ca8a4fba9a71a doxygen: 1.12.0 -> 1.13.0 (#368859) 5ff2eb8cc44d1 homepage-dashboard: 0.9.13 -> 0.10.6 89c7dec6d5596 invoiceplane: 1.6.1 -> 1.6.2 d836dc6ebf983 atuin: 18.3.0 -> 18.4.0 (#369322) 3c6c9898744da haskell.packages.ghc9121: don't test pkgs that don't support 9.12 feaddcabd1b97 haskell.packages.ghc9101: test pkgs that have been fixed on hydra 00dc16708cefd haskell.packages.ghc910.ghc-lib: match with compiler version 14ed5d28dbedb cargo-binstall: 1.10.17 -> 1.10.18 61bdf01e63372 python-qt: 3.5.6 -> 3.5.7 4010d94bc457f intel-compute-runtime-legacy1: init at 24.35.30872.32 (#368848) 238b407862874 nixos: hardware.pulseaudio → services.pulseaudio (#369391) 40d81647e99dd ott: 0.33 -> 0.34 205802ea4001b python312Packages.oci: 2.139.0 -> 2.141.1 47fb7ae5f054d lparchive2epub: init at 1.2.3 (#355068) eb590b0637572 python312Packages.python-kasa: 0.8.1 -> 0.9.0 (#369054) 3306d2fdd5c87 ftx-prog: init at 0.4 (#315229) 178d2789689fe python312Packages.voip-utils: 0.2.1 -> 0.2.2 8ee77c6da4d10 doc: include nixdoc for `lib.fetchers` (#362453) 74361b2828632 prometheus: 3.0.0 -> 3.0.1 (#369347) 34e8afe8a16f7 cgdb: fix compilation with GCC14 (#369323) 6b8b59f2fb0a1 coc-toml: migrate from nodePackages (#369326) 6fc83660b2d62 rdesktop: fix build (#369354) da4d76d44754c zsh-powerlevel10k: 1.20.0 -> 1.20.14 (#368540) f661f4e4d8a83 klog-rs: 0.3.1 -> 0.3.2 089a7113a71da {dust,weaver}: unpin apple-sdk (#367860) f112a326b0f3e tint2: fix build with gcc14 (#369100) c7ab73680fd01 obconf: fix build with gcc14 (#369085) 64ceac8596889 hacompanion: 1.0.15 -> 1.0.17 a5b038c5e945a almanah: Fix build 38b2b9de2f8e7 ddccontrol: 1.0.0 -> 1.0.3 (#369302) c3a959db950c2 alacritty-theme: use `sparseCheckout` (#368922) 678e6a69a6e1d ayatana-indicator-sound: 24.5.0 -> 24.5.1 (#367636) e47892ba0c40f brave: 1.73.101 -> 1.73.104 (#369016) e821118c63850 mpris-scrobbler: 0.5.3 -> 0.5.5 (#368953) 7323ca21543b8 nixos-firewall-tool: misc improvements (#365207) b36c4cd2261db tandoor-recipes: 1.5.19 -> 1.5.25 2a9a459227176 tandoor-recipes: fix update script to use nixpkgs root as workdir afc8eddc2547a tandoor-recipes: fix build 5037a45d4113d tandoor-recipes: add jvanbruegge as maintainer d5c857825bdd6 rdesktop: fix build b54549515f576 arc-browser: 1.73.0-56815 -> 1.74.0-57065 6245ca9cbbb4a cgdb: fix compilation with GCC 14 e6773e5fdda4c cgdb: use finalAttrs instead of recursive attrsets 33f8bb40ae4f7 lldap: 0.5.1-unstable-2024-10-30 -> 0.6.1 (#359835) 952fbd2f0eb0d nixos/kimai: fix incorrect service name for PHP-FPM service mixin, set PHP package for PHP-FPM pool to Kimai's PHP package (#358743) 24b50ecbc52d4 add note about Epic Games permission to distribute the ISO fe6c468ecc409 nixos/tests/prometheus-pushgateway: remove missing target 3eb6a3c125c1b rakudo: 2024.06 -> 2024.12 (#369254) bd27a13972b3f androidStudioPackages.canary: 2024.3.1.6 -> 2024.3.1.7 (#369320) ad9a59fc2cd7e agebox: 0.7.2 -> 0.8.0 6c21d3e5332aa aichat: 0.25.0 -> 0.26.0 6b1e48102d5d5 sane-frontends: fix gcc14 compilation (#369228) 008572cf110e1 wavebox: 10.131.16-2 -> 10.131.18-2 (#366332) eef440c26fba5 qtractor: 1.5.0 -> 1.5.1 8417d0294f426 jan: 0.5.11 -> 0.5.12 3c5ffd9fa4f86 foundationdb: unpin OpenJDK e28c1469642d1 foundationdb: unpin Boost c1f8b214cc4a8 foundationdb: 7.1.32 -> 7.3.42 7dcdf9d94b96c nghttp3: 1.6.0 -> 1.7.0 (#366545) 288f54053325e sundials: 7.2.0 -> 7.2.1 (#367495) 35a0745ba5323 usbkvm: fix non-null vendorHash for release tarball 3a08f5ea2c51f haskell.compiler.ghc98: 9.8.2 -> 9.8.4 397c58e23346b sil-padauk: 5.001 -> 5.100 (#368037) 06ad551f43c90 boost187: don’t apply NumPy 2 backport patch 1c495613a4fe6 sil-abyssinica: 2.201 -> 2.300 (#368038) da8fa31560cfc spytrap-adb: init at 0.3.3 (#362940) ac6664f1b88f6 imhex: 1.35.4 -> 1.36.2 (#369325) 9b4a1b3a8380a bambu-studio: add patches for Boost 1.86 (#359120) 7220c45241e63 wire-desktop: Both versions updated to Electron unaffected by CVE-2024-6775 d0c19f24a10f3 wire-desktop: mac 3.35.4861 -> 3.37.5164 d71d18f195530 wire-desktop: linux 3.36.3462 -> 3.37.3607 e7344062a5485 Merge staging-next into staging 20d1b508c197e Merge master into staging-next d34e779913448 kimai: 2.26.0 -> 2.27.0 25d0c5fd08e9f doc: Add warning for configuration file copy in flake systems (#369051) cb7af43eab6fb utm: 4.6.3 -> 4.6.4 (#369037) 91cab001ddb32 ut1999: replace gog source with original ISO from archive.org dacfc810f9f14 invoiceplane: Build from source (#353783) f5c960244447d zfs-autobackup: 3.2 -> 3.3 (#367985) 6b76c1278b800 stats: 2.11.21 -> 2.11.22 (#367875) d87bbae848ff4 freenet: 01497 -> 01499 (#368152) df4b9ca39b838 gui-for-singbox: 1.8.9 -> 1.9.0 (#368130) 850cb520c5120 gui-for-clash: 1.8.9 -> 1.9.0 (#368129) 1d0dac572c92f ncftp: Fix build ba810efd75c56 limine: 8.6.0 -> 8.6.1 (#368319) a50278845b4b4 obs-studio-plugins.obs-transition-table: fix build failure fde3e54c3a3d1 prometheus: 3.0.0 -> 3.0.1 bea29cd04f30a nixos/zenohd: add module and test (#368613) 3b4eab6d16657 local-ai: 2.23.0 -> 2.24.2 (#368296) 799960855cb49 bzip3: 1.5.0 -> 1.5.1 (#368255) 6bcb864f932e1 ox: 0.7.2 -> 0.7.6 and refactor (#367688) e1ff08ad3b846 linux_xanmod, linux_xanmod_latest: 2024-12-27 (#368652) 8f5a985030fdb legends-of-equestria: 2024.05.01 -> 2024.06.02 (#369260) c6f932583345e fzf-make: 0.47.0 -> 0.52.0 (#368604) 2480d9d2bebb9 decker: 1.52 -> 1.53 (#368596) 0039a2686f84a opera: 115.0.5322.77 -> 115.0.5322.119 (#368591) 10a31cf68429e SDL2_image: 2.8.3 -> 2.8.4 (#368494) e9b4185dfcaae simplotask: 1.16.2 -> 1.16.3 (#369350) 7e504761f0eb1 doc: fix fetchDebianPatch example 61ddd98d0a316 bee: 2.3.1 -> 2.3.2 (#368464) abf2406d9ac73 mpvScripts.modernx-zydezu: 0.3.8 -> 0.3.9 (#368303) 9de8de6c5cac3 nvidia_oc: init at 0.1.16 (#368872) 598e2e477babf firewalld: fix typo (#368878) 336a76b195637 nixos/services.peerflix: remove `with lib;` 4db4628f76a37 nixos/services.opentracker: remove `with lib;` fd713acb0a5fa nixos/services.magnetico: remove `with lib;` 2718eb3e96af4 nixos/services.flexget: remove `with lib;` 16c697e1e338f nixos/services.deluge: remove `with lib;` c05dd62835f0d nixos/services.uptimed: remove `with lib;` e8c85ce9ab346 nixos/services.saslauthd: remove `with lib;` 710d6186c1311 nixos/services.nscd: remove `with lib;` 0a49bde2427d9 nixos/nix: remove `with lib;` 08f1e99c34d92 nixos/services.localtimed: remove `with lib;` 128623b2f1677 nixos/services.cloud-init: remove `with lib;` 354e3ac4e2ce8 nixos/services.cachix-watch-store: remove `with lib;` 81f97e6d28c44 nixos/services.cachix-agent: remove `with lib;` fb31348d4dff2 nixos/services.automatic-timezoned: remove `with lib;` 3ef002a0ebe5c nixos/services.yubikey-agent: fmt 1f4bd3abb7469 nixos/services.yubikey-agent: remove `with lib;` cae64813e8dbc nixos/services.vault: fmt c24987c6ade7e nixos/services.vault: remove `with lib;` 10e015d823432 nixos/services.vault-agent: remove `with lib;` 4bcc603cd873e nixos/services.usbguard: remove `with lib;` ee9d6cd0d3a13 nixos/services.tor.torsocks: remove `with lib;` edf46e7668859 nixos/services.tor.tsocks: remove `with lib;` d9297314fe789 nixos/services.tor: fmt a5b40fbc8b28d nixos/services.tor: remove `with lib;` 4beedae4a124f nixos/services.tang: remove `with lib;` 5bbc04afb045e nixos/services.sslmate-agent: remove `with lib;` 5d738347e5d76 nixos/services.sshguard: remove `with lib;` f956ab771b6fd nixos/services.sks: remove `with lib;` c75c02d0eca26 nixos/services.physlock: fmt ace688110ef76 nixos/services.physlock: remove `with lib;` 59dacf1e5302f nixos/services.passSecretService: remove `with lib;` 9db6d6f090494 nixos/services.opensnitch: fmt a8d331716ca5f nixos/services.opensnitch: remove `with lib;` fe23e335d5531 nixos/services.nginx.sso: remove `with lib;` bc6eb177b423b nixos/services.munge: remove `with lib;` bd92ad1747ccf nixos/services.infnoise: remove `with lib;` 3bb7989e0ddd7 nixos/services.hologram-server: remove `with lib;` 83ccb2a1bfdb9 nixos/services.hologram-agent: remove `with lib;` f155ae804a185 nixos/services.haveged: remove `with lib;` 1c7eaa7b7ab0e nixos/services.haka: remove `with lib;` 4d9366e1980b4 nixos/services.fprintd: remove `with lib;` f22a652424ab5 nixos/services.fail2ban: remove `with lib;` 57fa81efce06f nixos/services.endlessh: remove `with lib;` cd46072e35386 nixos/services.endlessh-go: remove `with lib;` 8dbe325321634 nixos/services.clamav: remove `with lib;` 03977fb5852db nixos/services.cfssl: remove `with lib;` e89c367895ae2 nixos/services.certmgr: remove `with lib;` ed344f1d2a05b nixos/services.quickwit: remove `with lib;` 0c00abec83397 nixos/services.qdrant: remove `with lib;` 418f49af7458f nixos/services.opensearch: remove `with lib;` 90934eae5038a nixos/services.meilisearch: remove `with lib;` b9b070ae8225c nixos/services.manticore: remove `with lib;` 255bcd6fea77f linuxHeaders: 6.12 -> 6.12.7 7f1e16d56d08b maintainers: add acuteaangle 3a69b9fa0dbc0 dolt: 1.44.0 -> 1.45.1 158a3445c03ec wipe: fix build (#368686) c9363e423c815 justbuild: 1.3.2 -> 1.4.1 (#368892) ed32a23af6b0b stylelint-lsp: 2.0.0 -> 2.0.1, package improvements (#368883) 6d71050ed19f4 polkadot: use new cargo fetcher (#369180) 46a742f8d8c46 sca2d: 0.2.0 -> 0.2.2 26af71c8d3de8 simplotask: 1.16.2 -> 1.16.3 0e82ab234249d python312Packages.rasterio: 1.4.2 -> 1.4.3 (#362893) 73eb544f4f590 sfcgal: update patch to build process from upstream (#366648) faf9ccd79ae92 pdal: 2.8.2 -> 2.8.3 (#368977) c5a3212640d31 smb3-foundry: do some small cleanup 76b7f400c5c8a saga: 9.6.2 -> 9.7.0 (#368053) 8ec702e858f94 tegola: 0.20.0 → 0.21.0 (#367745) 73c5709b7290c sane-frontends: fix gcc14 compilation 6b9dfa5c56568 python312Packages.pynecil: 2.0.2 -> 3.0.1 a8f727fc31d78 python312Packages.knx-frontend: 2024.11.16.205004 -> 2024.12.26.233449 be95d425bea3b python312Packages.python-overseerr: 0.1.1 -> 0.4.0 420f276b597ad python312Packages.opower: 0.8.6 -> 0.8.7 789b51939b8e3 python312Packages.aiopegelonline: 0.1.0 -> 0.1.1 d4d5fa0f0f677 kbd: 2.6.4 -> 2.7.1 f7c8b09122de4 mesa: fix cross compilation (#369171) fdc8ddd7303dc python312Packages.aiocomelit: 0.10.0 -> 0.10.1 9192ee9f6044d python312Packages.pytile: 2023.12.0 -> 2024.12.0 (#368770) 6e17c42487e86 python312Packages.aiorussound: 4.1.0 -> 4.2.0 (#368771) 754d0be33a3f9 python312Packages.pyipma: 3.0.7 -> 3.0.8 (#368773) b706aae81110d python312Packages.pysqueezebox: 10.0.0 -> 0.11.1 (#368775) 1d7a991a44173 python312Packages.pygreat: 2024.0.2 -> 2024.0.3 (#368484) 210c919686e70 python312Packages.pylamarzocco: 1.4.1 -> 1.4.3 (#368776) 242aafd40f311 python312Packages.coinmetrics-api-client: 2024.12.11.19 -> 2024.12.23.19 (#368782) b646434ef814c python312Packages.python-homeassistant-analytics: 0.8.0 -> 0.8.1 (#368779) cab649d3c2827 python312Packages.busylight-for-humans: 0.32.0 -> 0.33.0 (#368781) 43936376b10f9 metasploit: 6.4.41 -> 6.4.42 8d1f82883004a python312Packages.boto3-stubs: 1.35.88 -> 1.35.90, python312Packages.botocore-stubs: 1.35.88 -> 1.35.90 (#369026) 5b0c99c8cb149 python312Packages.fastcore: 1.7.27 -> 1.7.28 (#369031) efe567f41af0f python312Packages.tree-sitter: fix failing test_properties 56cf732519b67 python312Packages.tree-sitter-javascript: 0.21.3 -> 0.23.1 ba1797363431e avro-cpp: use versionCheckHook def661a1ae187 avro-cpp: enable tests 78ca1422a5f25 avro-cpp: 1.11.3 -> 1.12.0 e3c1566affb47 terraform-providers.pagerduty: 3.18.2 -> 3.18.3 5917e244b6721 atuin: switch to runTest to run the VM test 0847980579484 terraform-providers.minio: 3.2.1 -> 3.2.2 bdffc59fe2eb3 ghost-cli: init at 1.26.1 6ba05144a0858 createrepo_c: 0.17.2 -> 1.2.0 (#369319) 62a2cafd76107 corrosion: 0.5 -> 0.5.1 (#369273) 00fbbf28e8d23 mitra: 3.11.0 -> 3.13.0 (#369236) 54b0dcc817b2f terraform-providers.helm: 2.16.1 -> 2.17.0 b74ffd6cbcd9e zcfan: add luftmensch-luftmensch to maintainers fb4c1a919cdab zcfan: refactor e5e134e8ec3c6 zcfan: 1.3.0 -> 1.4.0 dd3a668da22e9 television: 0.7.1 -> 0.8.1 f722764818507 imhex: properly detect pattern files 1bd1a891416a8 imhex: small improvements c3d028bbdded9 imhex: 1.35.4 -> 1.36.2 3a388af825784 python312Packages.qbittorrent-api: 2024.11.70 -> 2024.12.71 53add6c0c3020 nixos/borgbackup: support specific warning codes when failOnWarnings=false 3de67e06c92d9 cgdb: enable strictDeps f81b2f6dc90c1 python312Packages.homematicip: 1.1.5 -> 1.1.6 (#369306) 6520a0df212b4 sutils: correct license aa4414702410c python312Packages.types-aiobotocore-*: 2.15.1 -> 2.16.1 79d20c346fef7 vulkan-memory-allocator: use tag in src, do not reference src (#368245) 91bec33888073 unarc: init at 0-unstable-2020-06-05 (#322687) 583d51439eb22 hyperrogue: 13.0v -> 13.0w (#367624) 538117153d25e oh-my-posh: use tag in src, do not use src in other places, add updater (#368240) 3156dcf3abb90 coc-toml: migrate from nodePackages 4250791eaf257 dolibarr: 20.0.2 -> 20.0.3 3923625713e40 atuin: 18.3.0 -> 18.4.0 41e0257a112af androidStudioPackages.canary: 2024.3.1.6 -> 2024.3.1.7 ef287ed316323 createrepo_c: 0.17.2 -> 1.2.0 d2d3a72b492bf libftdi: fix cross-compile d9f4358b36095 azure-cli-extensions.stack-hci-vm: 1.4.3 -> 1.5.0 2bc1bc7002e3a azure-cli-extensions.networkcloud: 2.0.0b6 -> 2.0.0 0ef3a7271f2f8 azure-cli-extensions.managednetworkfabric: 6.4.0 -> 7.0.0 4cb1802986df4 azure-cli-extensions.qumulo: 1.0.0 -> 2.0.0 1f19166b85eae terraform-providers.cloudamqp: 1.32.1 -> 1.32.2 c6496737d3477 k6: 0.55.1 -> 0.55.2 9bb668a7036c2 python312Packages.stripe: 11.3.0 -> 11.4.1 (#366469) 302f5b54881b4 mesa: fix cross compilation 57008e1226761 nextdns: 1.43.5 -> 1.44.3 33bfaa2ccf2b3 actionlint: 1.7.4 -> 1.7.5 (#368963) b1bbe8f1c308e python312Packages.spacy-pkuseg: 0.0.33 -> 1.0.0 (#369211) 374ad3bc18339 Merge staging-next into staging 2d8910147a6ea Merge master into staging-next 6c707bfe4e249 hyperrogue: 13.0v -> 13.0w 519711a68f5ac manifold: 3.0.0 -> 3.0.1 2ac51c40f8358 python312Packages.homematicip: 1.1.5 -> 1.1.6 ba263d86c0d30 ddccontrol: 1.0.0 -> 1.0.3 c91f3fb82cd62 xxHash: 0.8.2 -> 0.8.3 4936c8c1feb71 tuckr: 0.10.0 -> 0.10.1 070ae1c71fccb qq: 3.2.15-2024.12.10 -> 3.2.15-2024.12.24 (#369294) 1ff89263cfd1a tabby: 0.20.0 -> 0.22.0 e3c86e0897931 smb3-foundry: 1.3.1 -> 1.4 1e3c36f49b555 terraform-providers.kubernetes: 2.35.0 -> 2.35.1 fe43f00b5caa5 marp-cli: 4.0.3 -> 4.0.4 6f49931296723 tree-sitter: use new darwin SDK pattern & improve patches (#369292) c100a3fc13113 tree-sitter: add uncenter to maintainers cbd5d13c03452 python312Packages.spacy-pkuseg: refactor 321b2e4d2f3b9 python312Packages.dask-expr: fix hash 166c75f7be6a9 snac2: 2.66 -> 2.67 e33a761efdec0 tree-sitter: use substitution and patches more appropriately d8b9774868f21 tree-sitter: use new darwin SDK pattern e4517383754d9 qq: 3.2.15-2024.12.10 -> 3.2.15-2024.12.24 5000219208d86 python3Packages.apted: init at 1.0.3 (#277506) af2c4ff4e7bde python312Packages.streamlit: 1.40.1 -> 1.41.1 (#361868) 62780717634ce nixos/immich-public-proxy: init module 6a64387ced615 immich-public-proxy: init at 1.5.4 6047878f5b872 maintainers: add Jaculabilis f8eba3f0edd53 terraform-providers.ovh: 1.2.0 -> 1.4.0 a9cbefabf37dc spytrap-adb: init at 0.3.3 d36b2ab3a7411 tree-sitter: install shell completions (#368976) f7a1f01cbc14e python312Packages.editorconfig: 0.12.4 -> 0.17.0 6335d8b9b0c9b coturn: remove unnecessary libpromhttp dependency, fix build (#369142) a0fb8fe051ae0 pulsarctl: 4.0.0.10 -> 4.0.1.1 ae71e676abeac python3Packages.apted: init at 1.0.3 55b36466c3ce8 matio: avoid ac_cv_av_copy check to fix cross building (#357235) 0213a255b7020 coturn: remove unnecessary libpromhttp dependency a53e4b614459c files-cli: 2.13.209 -> 2.13.213 322fb91a1c680 llama-cpp: 4367 -> 4397 5dc2bcc433dd2 python312Packages.clarifai-grpc: 10.9.10 -> 10.11.2 (#360896) 43d4dd037b4f9 ghostty: remove references to sources correctly (#369282) 60da3a4fbbcc9 testkube: 2.1.79 -> 2.1.83 (#369205) 6b49bedd0e304 automatic-timezoned: 2.0.42 -> 2.0.44 (#369208) e7d839348b1ad centrifugo: 5.4.8 -> 5.4.9 (#369218) cb9da1e8ac584 okms-cli: 0.1.4 -> 0.2.0 (#369220) 07666617df9e6 nanosvg: 0-unstable-2023-12-30 -> 0-unstable-2024-12-19 (#369223) 23c316aac82a1 phrase-cli: 2.35.2 -> 2.35.4 (#369224) a1ccfea05144a polypane: 22.1.0 -> 22.1.1 (#369225) 1016a08b74f43 terraform-providers.talos: 0.6.0 -> 0.7.0 (#369255) d9658c9888724 ibus-engines.rime: 1.5.0 -> 1.5.1 (#369269) f9b7fbcba2a3f jet-pilot: 1.31.0 -> 1.31.1 (#369270) 81a1e6bfadbe2 abctl: 0.23.0 -> 0.24.0 (#369281) 43ad41321537a sane-airscan: 0.99.30 -> 0.99.31 (#369114) 2d148584477ab udev-gothic: 2.0.0 -> 2.1.0 (#369136) 12218246acc9a udev-gothic-nf: 2.0.0 -> 2.1.0 (#369137) 91ab55610b714 python3Packages.orange-canvas-core: rev as tag 3607001bec447 python3Packages.orange-widget-base: rev as tag ca1ca71bf6352 python3Packages.orange3: rev as tag 15a958efc7a46 python3Packages.trubar: rev as tag 3968b0b3d3634 python3Packages.orange3: use gitUpdater, remove with lib 6ecaa9a77ce9e python3Packages.orange-widget-base: 4.24.0 -> 4.25.0 68c16d0971ec6 python3Packages.orange-canvas-core: 0.2.2 -> 0.2.4 6b4a1f6492d42 python3Packages.trubar: init at 0.3.4 d2ac167e759a2 ab-av1: 0.8.0 -> 0.9.0 (#369154) 495816dc00667 numbat: unbreak on darwin (#366999) c17aca98b208f go-mockery: 2.50.0 -> 2.50.1 (#369178) 387ab2c8d6039 code-minimap: 0.6.7 -> 0.6.8 (#368964) c7207f428773c csview: 1.3.3 -> 1.3.4 (#368967) bea5c37ed8555 leetgo: 1.4.11 -> 1.4.13 (#368969) 720268bed4bdb buildkit: 0.18.1 -> 0.18.2 (#369005) 295c403f20a29 subversionClient: remove vendored swig 3.0 files; fix build ed961a4d3dbe8 ols: 0-unstable-2024-11-30 -> 0-unstable-2024-12-28 (#369006) f29807c5d6980 whoogle-search: 0.9.0 -> 0.9.1 (#369013) aac122606d436 gql: 0.32.0 -> 0.33.0 (#369040) f3daa36854d1f python312Packages.orbax-checkpoint: add back missing dependency importlib-resources (#369271) f6f5455cd5c99 cppcheck: 2.16.1 -> 2.16.2 (#368935) edca13fd4dcee proto: 0.43.2 -> 0.44.1 (#369049) f7a9b5959ea08 python312Packages.clarifai: 10.8.6 -> 10.11.1 fa920008aa687 e1s: 1.0.43 -> 1.0.44 (#369093) d5877666050b0 python312Packages.clarifai-protocol: init at 0.0.14 4cb012e821a0f hishtory: 0.320 -> 0.321 (#369099) f72bf3cb0816a nomino: 1.3.7 -> 1.4.0 (#369104) 09e12cbc436b1 ytdl-sub: 2024.12.14 -> 2024.12.27 (#368932) 962904012a0db glasgow: 0-unstable-2024-12-17 -> 0-unstable-2024-12-22 (#368829) 1cdf712d6dd55 rutorrent: 5.1.4 -> 5.1.5 (#368876) 455ac8b9deee9 python312Packages.python-linkplay: 0.1.1 -> 0.1.2 (#368894) abed16fd6f3de stripe-cli: 1.22.0 -> 1.23.3 (#368901) 920711b02ae9b fflogs: 8.15.4 -> 8.15.13 (#368902) 6533e557e12ef pocketbase: 0.23.11 -> 0.23.12 (#368910) 599b27415c2ec terraform-providers.artifactory: 12.7.0 -> 12.7.1 (#368928) d1bd41725f687 terraform-providers.sentry: 0.14.2 -> 0.14.3 (#368943) c6cff01dc728d terraform-providers.aiven: 4.31.0 -> 4.31.1 (#368951) ae3529f998d26 terraform-providers.migadu: 2024.12.12 -> 2024.12.26 (#368958) 85b017eb778e8 melange: 0.18.1 -> 0.18.2 (#368962) 27b8aafe10365 aws-iam-authenticator: 0.6.28 -> 0.6.29 (#368668) b0c367e8c5fe9 diskus: 0.7.0 -> 0.8.0 (#368688) 7d573c860bb94 boxbuddy: 2.5.0 -> 2.5.1 (#368693) f9b8b1d9f73aa abctl: 0.23.0 -> 0.24.0 6b4fcdfd6fbcd ligolo-ng: 0.7.3 -> 0.7.4 (#368700) 905316642e3f3 slumber: 2.3.0 -> 2.4.0 (#368709) c63515664e643 k0sctl: 0.20.0 -> 0.21.0 (#368728) d9c5f0c38bbb6 static-web-server: add misilelab to maintainers a34426699b713 unarc: init at 0-unstable-2020-06-05 b3baea7bdb5b7 lug-helper: 3.5 -> 3.6 (#368749) 318d7e89d928c git-town: 17.0.0 -> 17.1.1 (#368751) 3ebb3dfb06366 safeeyes: 2.2.2 -> 2.2.3 (#368783) a546621e96565 kcl: 0.10.10 -> 0.11.0 50ff1a77668f1 cargo-binstall: 1.10.16 -> 1.10.17 (#366763) e79a280c024d7 cargo-features-manager: 0.9.0 -> 0.10.0 (#369084) 3c87603308dfe gitignore: ignore log files generated by update scripts too 6d97d419e5a9b gltron: fix cross build (#367717) 5c7843fd17d45 vulkan-memory-allocator: use tag in src, do not reference src 4636dfc678eaa hyprlock: 0.6.0 -> 0.6.1 d49a887c164a5 pinact: 1.1.1 -> 1.1.2 3b37d6daaf1bc python312Packages.cwl-upgrader: 1.2.11 -> 1.2.12, cwltool: 3.1.20241024121129 -> 3.1.20241217163858 (#368861) a6e0cd148ba7e openttd-jgrpp: 0.63.2 -> 0.63.3 6c2d618cfc3c9 pekwm: 0.3.1 -> 0.3.2 9aeb0e2c4979d plemoljp-hs: 1.7.1 -> 2.0.0 (#369105) ce5d7b0f1416d static-web-server: 2.33.1 -> 2.34.0 48d1d09dd413f hyprwayland-scanner: 0.4.2 -> 0.4.4 e5e881e12b9c7 python312Packages.streamlit: 1.40.1 -> 1.41.1 d6975bbb83b3f usbmuxd2: add a missing import of `<algorithm>` (#369039) ab44f61ec7fa0 Merge branch 'staging-next' into staging add1b1bbd71c9 opensnitch: 1.6.6 -> 1.6.7 (#369106) 073c239cbecc7 python312Packages.keras: disable failing test (#369263) 208472691dc13 libskk: fix build (#368546) 0623befb74bb8 python312Packages.orbax-checkpoint: add back missing dependency importlib-resources a826cbf241954 evcc: 0.131.12 -> 0.132.0 (#369265) b542cf8f2e5bf corrosion: 0.5 -> 0.5.1 25991f04777f6 python312Packages.orbax-checkpoint: 0.6.4 -> 0.10.2 (#347112) f49daa4c2b74d jet-pilot: 1.31.0 -> 1.31.1 8592c6977376e nwg-dock-hyprland: 0.3.3 -> 0.4.0 (#368992) faa3888a77ffb ibus-engines.rime: 1.5.0 -> 1.5.1 64388c39e1956 python312Packages.chex: temporarily disable tests on python 3.13 (#369258) 8a91aa23404ad pdm: 2.19.3 -> 2.22.1, add misilelab to maintainers (#368557) b30969685d077 python312Packages.optimistix: 0.0.9 -> 0.0.10 (#367942) 79b1e564ee002 btrfs-list: 2.3 -> 2.4 ab758ef1171bd evcc: 0.131.12 -> 0.132.0 8fcee6fad69a4 python312Packages.orbax-checkpoint: 0.6.4 -> 0.10.2 90069952aca7f ftx-prog: init at 0.4 1ce7523227482 yosys: 0.47 -> 0.48 021f6cd2525d8 Merge master into staging-next 0936177ef72a5 Merge master into haskell-updates 2a676fc43ecb8 python312Packages.keras: disable failing test 1a7de5d740a24 usbkvm: init at 0.1.0 (#369115) 0fc603bdfc998 libmamba: 2.0.4 -> 2.0.5 0784fb6fc7170 legends-of-equestria: 2024.05.01 -> 2024.06.02 d8f6bc77a5aa1 hyprnome: fix build (#369239) 7ea3ed48b08a0 nwg-dock-hyprland: 0.3.3 -> 0.4.0 51272ebe943e6 python312Packages.chex: temporarily disable tests on python 3.13 3016c68d86388 dotenvx: 1.28.0 -> 1.32.0 (#369175) 5634d55e895ba python312Packages.tensorstore: 0.1.65 -> 0.1.71 2dfa824b99403 perlPackages.NetDNS: 1.44 -> 1.48 (#366937) 84758abe5ac20 perlPackages.CryptDES: fix build with gcc14 (#369129) fdb5910adf78e terraform-providers.talos: 0.6.0 -> 0.7.0 a2e3dffc7a128 stats: 2.11.21 -> 2.11.22 (#369001) 9cd7d43ece38f rakudo: 2024.06 -> 2024.12 ea2265ca1daff moarvm: 2024.06 -> 2024.12 2600ae88e8f69 nqp: 2024.06 -> 2024.12 a4890e046d20c firefox: fix darwin build 3e7585fd5b1cf cockpit: 330 -> 331 (#368886) 84ea5cc4d5ed0 subxt: 0.37.1 -> 0.38.0 (#359849) c978a5d55c888 maintainers: add scd31 8ac73f923acc9 ryzenadj: fix and enable strictDeps (#369138) 6fa722d308a1e lparchive2epub: init at 1.2.4 a72b1b3c658f8 rust-analyzer-unwrapped: 2024-12-16 -> 2024-12-23 (#369232) 225c721834f32 qownnotes: 24.12.4 -> 24.12.7 af9751f3fcdca cockpit: iteration from reviews a823008006534 flet-client-flutter: 0.24.1 -> 0.25.2 (#368599) 81e6ea9259b28 agenix-cli: init at 0.1.0 (#368847) c56d9405afe09 gnome-pomodoro-watcher: init at 0-unstable-2023-12-20 (#356954) ef7ee8f3b354c flet-client-flutter: use tag instead of rev 3f36b2e7b43f1 vimPlugins.vim-splunk: init at 2024-08-10 (#369231) 0d9372a4b2915 kx-aspe-cli: meta fix homepage's URL (#369222) 1f462cbb26515 hyprnome: fix build 3c9415e38ea1f utpm: init at 0-unstable-2024-12-17 (#353341) af40ac74fa40f python3Packages.locust: init at 2.31.2 (#334644) 3884397d1883a copywrite: init at 0.19.0 (#349654) aa982b29ef737 python312Packages.jinja2-strcase: init at 0.0.2 (#332802) 309c12b42a77e mitra: 3.11.0 -> 3.13.0 02fd7b2cbbaea exercism: install shell completions (#369128) 0950233a6e442 monkeysAudio: 10.85 -> 10.86 (#369117) 85945fd8515f5 url-parser: 2.1.1 -> 2.1.2 (#369160) 7a97b52d29693 python312Packages.tree-sitter-python: 0.23.2 -> 0.23.6 (#369184) 4cad5db544c96 vimPlugins.vim-splunk: init at 2024-08-10 3ac69e2befb87 python312Packages.tree-sitter-json: 0.21.0 -> 0.24.8 (#369185) f4ef0ebd8ca93 python312Packages.tree-sitter-rust: 0.21.2 -> 0.23.2 (#369186) 415726db3ac22 rust-analyzer-unwrapped: 2024-12-16 -> 2024-12-23 ccae0fb542f19 rPackages.pingr: fixed build 01f52b42e8f8c exercism: install shell completions 38c5f8308a3cc python312Packages.ollama: 0.3.3 -> 0.4.4 (#364280) 14824859e4491 rPackages.orthGS: fixed build (#368947) b5c19dd44b30a rPackages.rtiktoken: fixed build (#368888) 1568707253f47 polypane: 22.1.0 -> 22.1.1 9d3843d84ee69 phrase-cli: 2.35.2 -> 2.35.4 0c30fe6242f71 kx-aspe-cli: meta fix homepage's URL 642e1256a399a nanosvg: 0-unstable-2023-12-30 -> 0-unstable-2024-12-19 31b405563f83e python312Packages.tree-sitter-html: 0.20.3 -> 0.23.2 (#369187) e8fed40058ab7 n8n: package improvements (#364947) 47c6ae0a2dc90 python313Packages.brian2: 2.7.1 -> 2.8.0 (#368550) 0b96483f50209 okms-cli: 0.1.4 -> 0.2.0 152d7e7881851 cmake: 3.30.5 -> 3.31.3 932a3ae36bb78 rofi: 1.7.5 -> 1.7.6 (#369121) f584242be1543 gdome2: remove gdome2 (#369189) 1f2d8cd864b12 gollama: 1.28.0 -> 1.28.4 (#369096) 7154c3bea24c4 libeb: fix the build against gcc-14 (#369191) ca4aa773aeaf6 centrifugo: 5.4.8 -> 5.4.9 bfdd7b19299a9 gdome2: remove gdome2 ae4bba9b33c7b rofi: 1.7.5 -> 1.7.6 7c3253213116d workrave: remove meta.broken (it compiles fine on aarch64 now) 189f39e774c09 workrave: migrate to pkgs/by-name 082903a098e64 namespace-cli: 0.0.397 -> 0.0.398 (#368890) 68ba3d2098344 libeb: fix the build against gcc-14 cc27227303863 tayga: use finalAttrs style d579fa9b61ae4 python312Packages.dash: 2.18.1 -> 2.18.2, relax deps to fix build 0724accbc89aa python312Packages.spacy-pkuseg: 0.0.33 -> 1.0.0 7498f431c8bd2 glibc: avoid overriding makeFlags 39f5640d18216 automatic-timezoned: 2.0.42 -> 2.0.44 47a040766c7da hardinfo2: fix meta.mainProgram (#369075) 0d7cdd823a3e8 gnupg24: add freepg patches 0f9814b0086f3 jcli: 0.0.44 → 0.0.46 (#368316) e23192613b7c5 glibcInfo: Fix build 6c7ea8a9eef54 nanoboyadvance: fix build with gcc14 46ef1c6722ee8 testkube: 2.1.79 -> 2.1.83 0e849a91418e7 plemoljp-nf: 1.7.1 -> 2.0.0 (#369110) 2a7d47f814593 nixos/matter-server: allow AF_UNIX sockets for dbus connections 738f925e84c0d tpnote: 1.24.11 -> 1.24.12 (#369140) e14050d0c94dc radicale: 3.3.1 -> 3.3.3 c84d5ff719e52 pcsx2-bin: 2.3.10 -> 2.3.82 853283ab3bec0 plemoljp: 1.7.1 -> 2.0.0 (#369108) 5a7b53326e017 ngtcp2-gnutls: 1.9.1 -> 1.10.0 (#366596) b053c432e5348 freeorion: 0.5.0.1 -> 0.5.0.1-unstable-2024-07-28 (#358976) cea53d98cee1a kakasi: avoid an implicit declaration of `exit` (#368909) d05c86cad8eae Merge master into staging-next cd1a978eaa740 home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.1 -> 4.3.3 (#369195) 464605bc90d1f treewide: load structured attributes in all bash builders consistently (#357053) e008392768d48 super-slicer: fix STEP importer library not found (#366654) aadc72452ab7e function-runner: 6.4.0 -> 7.0.0 f8386493ac189 home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.1 -> 4.3.3 255012c708de4 nixosTests.etc: fix with structuredAttrs d63aa1ddbebc3 nixos/tasks: remove obsolete tty-backgrounds-combine.sh file 0fb0aa526a8fe various: remove useless "source stdenv/setup" b88f5151351e7 dockerTools.streamLayeredImage: fix with structuredAttrs cf127c9dc3892 treewide: load structured attributes in all bash builders consistently 9d4b1e1468dc8 rpcs3: 0.0.34-17206-9d4ff13c2 -> 0.0.34-17265-418a99a62 (#368991) 5306088e5d1dc pdm: 2.19.3 -> 2.22.1 f70eeed925248 pdm: add misilelab to maintainers 494689f482973 stevenblack-blocklist: 3.15.0 -> 3.15.5 (#368997) 5dfc603d98983 electron_31: fix build after llvm bump (#368966) af182672407cd super-slicer: fix STEP importer library not found 0401c5caa68be nq: 0.5 -> 1.0 804a66fc105ef xh: use new Darwin SDK pattern (#366154) fcbd7ab1e1bcc waycheck: 1.4.0 -> 1.5.0 (#368995) 04bc240823f6b python312Packages.tree-sitter-html: 0.20.3 -> 0.23.2 4830ae8c47b73 python312Packages.tree-sitter-rust: 0.21.2 -> 0.23.2 18069daccd739 typos-lsp: 0.1.31 -> 0.1.32 (#369181) b6c248cd55b80 python312Packages.tree-sitter-json: 0.21.0 -> 0.24.8 e9daf8b81915e python312Packages.tree-sitter-python: 0.23.2 -> 0.23.6 8530b99e3c05e super-slicer: 2.3.57.12 -> 2.5.59.13, super-slicer-latest: 2.4.58.5 -> 2.5.59.13, super-slicer-beta: 2.5.59.6 -> 2.5.60.0 1c8385ab9c7e7 hackgen-font: 2.9.1 -> 2.10.0 (#369088) db84f5b357714 houdini: 20.5.370 -> 20.5.445 (#361799) 30c9cd24e4ac8 lint-staged: 15.2.11 -> 15.3.0 (#368822) 264fe7518c75b intel-compute-runtime-legacy1: init at 24.35.30872.32 da6c52244fa8b aja-desktop-software: init at 17.1.3 (#367143) 724860ad2c47a netbird-dashboard: 2.7.0 -> 2.8.2 c58aceae227ef ffmpeg-full: disable lcevcdec (#369159) 1a3b42c5ef031 libcef: install more of the prebuilt binaries into the output (#367131) c13f8abbe845f libajantv2: 16.2-bugfix5 -> 17.1.0 (#367135) bac9b8434cdf6 typos-lsp: 0.1.31 -> 0.1.32 b8e2fec9ffd07 polkadot: skip building of wasm runtimes dbbaa9e1c48e0 polkadot: use new cargo fetcher 4ad0ed8348826 python3Packages.watchfiles: the maturin fix is no longer needed 9edda767f9c23 python3Packages.pydantic-core: the maturin fix is no longer needed c224224946163 python3Packages.rpds-py: the maturin fix is no longer needed 5586b78aa520c python3Packages.tokenizers: the maturin fix is no longer needed daa4397bae9bc python3Packages.orjson: the maturin fix is no longer needed 5e06bab187738 rustPlatform.maturinBuildHook: specify the interpreter name 3ff50a219b1a2 actions/no-channel-pr: re run when base branch is updated 983f02adeb44a ranger: add lucasew as maintainer (#369127) b8f5e6ac7b4fe python312Packages.stripe: 11.3.0 -> 11.4.1 2e1bf943cf078 go-mockery: 2.50.0 -> 2.50.1 15764a2d31a5c storj-uplink: 1.119.3 -> 1.119.8 a94961f007e6a dotenvx: 1.28.0 -> 1.32.0 1c93585769c04 betterdisplay: init at 3.2.1 e94266b3a0dd1 erg: 0.6.48 -> 0.6.50 e18661e6111b3 ranger: remove magnetophon as asked a526aec15e8a7 python312Packages.cohere: 5.11.3 -> 5.13.4 (#369066) 3aeb79f00f180 termshot: refactor adaa9f280329b neovim: expose runtimeDeps (#368950) 8de75d125e6d7 python3Packages.pymunk: 6.5.2-> 6.9.0, convert to pyproject, fix cross (#354101) 5a9fe1fa7d6de Merge: mautrix-signal: 0.7.3 -> 0.7.4 (#367446) a13e66e36d600 termshot: 0.2.12 -> 0.3.0 6df40c4821fb3 python312Packages.equinox: 0.11.10 -> 0.11.11 (#367895) 9e85f4b4a99b8 python312Packages.githubkit: 0.12.1 -> 0.12.3 0ea8c6027049d ffmpeg-full: disable lcevcdec 95ab37eb44fa6 openfga: 1.8.1 -> 1.8.2 36836da3efb42 pyenv: 2.4.23 -> 2.5.0 1d4fc089af168 tabby-agent: 0.21.2 -> 0.22.0 (#368986) ca74eaf94773f webdav: 5.4.4 -> 5.7.0 (#366764) 93197e1a13e6d url-parser: 2.1.1 -> 2.1.2 910e728fb859f weylus: fix build on gcc14 4f96192d63be7 swiftlint: remove `with lib;` 9fb5922b8f5d5 swiftlint: add `versionCheckHook` 876c262b74e38 swiftlint: 0.57.0 -> 0.57.1 788f5d7711e9d caddy,xcaddy: remove emilylange from maintainers (#368919) 183c8f000df09 raycast: add `archBuild`, refactor `passthru.updateScript`, 1.88.3 -> 1.88.4 (#368171) 0e3cc16329717 electron_31: fix build after llvm bump 1aa276314e161 alt-tab-macos: 7.12.0 -> 7.14.1 (#368999) 3a3b9dbba3ea9 nixos/minidlna: refactor (#344018) 7a00a8bcb7b9b wayfreeze: 0-unstable-2024-09-20 -> 0-unstable-2024-12-26 (#368740) 72ccd630b2f77 jfrog-cli: 2.72.2 -> 2.72.5 (#368733) ff1dcb3ce4273 lunacy: 10.9.0 -> 10.10 (#368502) 139507697a144 ab-av1: 0.8.0 -> 0.9.0 154bc8b3e06e2 terramate: 0.11.4 -> 0.11.5 (#368959) 7136ef9ff5da6 release-plz: 0.3.111 -> 0.3.112 (#368970) e9d640eaf39a8 nixos/vivid: init module (#345656) 8408ef9aafa4f geographiclib: 2.4 -> 2.5 (#369112) 6f7f6384ce179 nest-cli: 10.4.8 -> 10.4.9 1cc583ea184d7 kakasi: replace `--replace` with `--replace-quiet`. a58cc7317fa0f kakasi: avoid an implicit declaration of `exit`. 82977502157d6 ord: 0.22.0 -> 0.22.1 (#369057) 4506ece030a0c asha-pipewire-sink: init at 0-unstable-2024-10-22 (#368369) 821e42c405b7f wordpressPackages.plugins.wp-fail2ban-addon-contact-form-7: init at 2.0.0 (#332807) f7212de3dba3a schemacrawler: 16.23.2 -> 16.24.3 95cafc46cc55a ardour: switch to librdf_raptor2 90b3a6a25bbdd geographiclib: modernize 777238ed3d45b usbkvm: init at 0.1.0 d05ee735c4789 nixos/nix-optimise: add randomizedDelaySec and persistent options (#362366) 06664190d7288 supergee: init at 0-unstable-2023-11-21 (#367050) d1961b5e14775 python312Packages.librosa: clean and fix tests (#369116) 792189d88af17 tpnote: 1.24.11 -> 1.24.12 9f92a843a5711 gallery-dl: move to by-name, tweak, 1.28.1 -> 1.28.2 (#367218) cc4b85e6d3b24 ryzenadj: fix and enable strictDeps 6ea8ae794b12f udev-gothic-nf: 2.0.0 -> 2.1.0 24726a1d1dc7b nvitop: 1.3.2 -> 1.4.0 (#369130) 5de8c5b941b0b nixos/chrony: fix memory locking issue with graphene-hardened-light (#356837) 975c3f85db915 udev-gothic: 2.0.0 -> 2.1.0 0ca8b3bcf951e arj: fix build (#369014) d810044954735 nvitop: 1.3.2 -> 1.4.0 cb04fd78edcf4 ranger: add lucasew as maintainer cb12c75e9fd34 signalbackup-tools: 20241218 -> 20241220 2f7b0a4969b8c seer: 2.4 -> 2.5 e1b6c3f112f72 python3Packages.pyopengl-accelerate: fix build with numpy 2 and gcc 14 4b7712c3f12e5 nixos/dex: Restart on referenced file changes (#343738) c2902c82917dd python312Packages.optimistix: 0.0.9 -> 0.0.10 d6c5017c31ff3 libsearpc: 3.3-20230626 -> 3.3-20241031 fix build with GCC14 (#368185) 30ee3a4eb8647 perlPackages.CryptDES: fix build with gcc14 a536753815ff3 python312Packages.librosa: clean and fix tests 78d6750c6236e clipit: fix build on gcc14 (#369068) d1cb4ff0e38e7 iroh: 0.29.0 -> 0.30.0 60f796c8b0864 arj: fix build b779916dbc061 grpc_cli: 1.68.2 -> 1.69.0 17a08edc64a71 immich: use Node.js 20 (#369042) f4f34dc80d90d libsearpc: 3.3-20230626 -> 3.3-20241031 fbda49c2045c2 kodiPackages.youtube: 7.1.0.1 -> 7.1.1.6 16a9820b2ba30 libnats-c: 3.9.1 -> 3.9.2 23aa77bfe94a5 xcb-imdkit: Enforce & fix under strictDeps (#364712) bd7d74747b2ce gqlgenc: 0.27.4 -> 0.30.2 (#368844) e930a4ddbf85b daemontools: fix build with gcc14 (#368939) 73557053ffa17 tuxguitar: 1.6.5 -> 1.6.6 (#368712) d397d912cf9f8 cargo-generate: 0.22.0 -> 0.22.1 (#368692) bab8509dc2a1d kdePackages.qt-jdenticon: 0.3.0 -> 0.3.1 (#368687) 6d37130c1c740 libretro: fix build with GCC 14 (#368955) 43cb33647a3db open-webui: 0.4.8 -> 0.5.2 (#368411) 35035bb403df2 gnome2.ORBit2: fix the build against `gcc-14` (#368851) ab591f6e78a42 monkeysAudio: 10.85 -> 10.86 5ea96b0b736eb ipxe: 1.21.1-unstable-2024-12-03 -> 1.21.1-unstable-2024-12-18 (#367155) 65b073701a09d python312Packages.{jax,jaxlib}: 0.4.28 -> 0.4.38; use jaxlib-bin by default (#363130) 4a596a3c6e742 bambu-studio: don't link osmesa e4c8b61eeabd1 sane-airscan: 0.99.30 -> 0.99.31 fab176491161f c64-debugger: fix build (#369021) 411d145d68fa6 ranger: 1.9.3-unstable-2023-08-23 -> 1.9.4, update script, tag in src, rm with lib (#368588) 5dcfe0e6cc1a5 geographiclib: 2.4 -> 2.5 257242622eb21 arj: move to by-name 82d82c9c9ca2a video-downloader: 0.12.20 -> 0.12.21 (#368478) 2cd1ea0fa23a1 kmetronome: 1.4.0 -> 1.4.1 c54333a67079a dnote: init at 0.15.1 (#366799) 3213923356dca plemoljp-nf: 1.7.1 -> 2.0.0 1a1c7ae1c22c2 snoop: 0.4.1 -> 0.4.2 (#369033) c0a83a9e39be8 canokey-usbip: fix build (#369023) b4b37f2a82cb3 bambu-studio: add patches for Boost 1.86 8c8098b65bf69 bambu-studio: use Ninja 85668678d9372 plemoljp: 1.7.1 -> 2.0.0 20c3edcd37205 apt-dater: 1.0.4 -> 1.0.4-unstable-2024-10-04 (#369008) 73982e94c6ae9 dnote: init at 0.15.1 141e773ab8e0e moon: 1.30.5 -> 1.30.6 16a623e935cbe apt-cacher-ng: 3.7.4 -> 3.7.5 (#369010) ee569a63d5a82 python312Packages.whenever: 0.6.15 -> 0.6.16 (#369017) 8048791309cf4 gltron: fix cross build d4dbec91c6073 opensnitch: 1.6.6 -> 1.6.7 e40abd1e7335d plemoljp-hs: 1.7.1 -> 2.0.0 17449d492f6e6 talosctl: 1.9.0 -> 1.9.1 (#368459) 2ecfdee908ed4 nomino: 1.3.7 -> 1.4.0 b821685bc850b caddy: `withPlugins` better error messages for untagged plugins (#368657) 38fea94cc77dd nzbhydra2: 7.10.2 -> 7.11.0 9ed8350bbb683 mdbook-alerts: 0.6.10 -> 0.7.0 (#368820) eda8f7b30a87e open-webui: cleanup dependencies 31a9079aa2e8b open-webui: 0.4.8 -> 0.5.2 3187271a737d6 ghostty: add darwin version (#369080) 0d06efbc20a7d tint2: use tag instead of rev in fetcher a8e1699573917 tint2: fix build by allowing incompatible-pointer-types 033fecd447ee8 hishtory: 0.320 -> 0.321 4e1d4f49f2aeb Merge staging-next into staging 584b9b6289d5b envision: add tests and missing dependencies (#367711) e39a966333899 Merge master into staging-next c3288c0e1d960 gollama: 1.28.0 -> 1.28.4 7fa1a3c6b3d22 patool: 2.4.0 -> 3.1.0 (#368882) c559662e801f5 setup-hooks/strip: include darwin-specific paths f751ac8d906ea obconf: set strictDeps = true f903252071c7e e1s: 1.0.43 -> 1.0.44 9fb205e81ecb1 python312Packages.types-aiobotocore: 2.15.2.post3 -> 2.16.1 ee9c318e26309 hackgen-nf-font: 2.9.1 -> 2.10.0 20bae278c6546 hackgen-font: 2.9.1 -> 2.10.0 7e0f8e62c6bb5 obconf: fix --replace warning 223b74afe7675 obconf: fix build fd90f5c2114cf zizmor: 0.9.2 -> 0.10.0 (#369079) b070bad6cf886 python312Packages.nifty8: don't override jaxlib eb2720ba8068c python312Packages.jaxlib: update prefetch.sh 1802b4b4e51ca python312Packages.jax: 0.4.28 -> 0.4.38 533e2d711e169 python312Packages.jax-cuda12-plugin: init at 0.4.38 ad4d314c9da70 python312Packages.jax-cuda12-pjrt: init at 0.4.38 214660c708def python312Packages.jaxlib-bin: 0.4.28 -> 0.4.38 913c5d2636eb4 cnijfilter2: add patch to fix missing import f5d478483cea9 libretro.mame2016: unvendor rapidjson 0e08fc86e77e5 cargo-features-manager: 0.9.0 -> 0.10.0 5fa8415d118f3 libp11: 0.4.12 -> 0.4.13 (#365084) 297d9f1ccf87c clipit: fix build on gcc14 b4240209aae34 triton-llvm: skip failing tests (#368790) 068807d961d42 opencl-headers: 2024.05.08 -> 2024.10.24 (#355433) d59220576b1e6 python312Packages.meshtastic: 2.5.6post1 -> 2.5.9 40007bb1c3bbb deskflow: 1.17.2 -> 1.18.0 (#368382) 992480bd6cb70 allegro5: 5.2.10.0 -> 5.2.10.1 88195a94f3903 nas: fix build with gcc14 (#368331) 67fff2ff2f1c4 ghostty: add darwin package 0bc91a7b06dfd ghostty: rename `package.nix` to `linux.nix` 3d78e1912886b zizmor: 0.9.2 -> 0.10.0 a7f519fda16de shipwright: fix build on gcc14 (#367988) 388129ef194a9 qpwgraph: 0.8.0 -> 0.8.1 (#368815) ce2e2c15550af portablemc: 4.4.0 -> 4.4.1 (#363815) f6edfae3d7fc8 faircamp: 0.21.0 -> 1.0.0 2826388e547db hardinfo2: fix meta.mainProgram e0cb1ceb4149a pylyzer: 0.0.75 -> 0.0.76 (#369065) 292976dc762c9 python312Packages.pydata-google-auth: 1.8.2 -> 1.9.0 (#358054) 6a97d508e44ff catimg: fix compilation with gcc-14 (#369024) 4892c9db74de9 paper-clip: fix compilation error caused by glib (#369059) 9c730fca95b5d python312Packages.picos: fix build (#365343) f660e222c6946 triton-llvm: skip failing tests dcb0e3b3307c5 triton-llvm: minor refactoring 9640018b22478 makejinja: 2.6.2 -> 2.7.2 (#367762) 11bbeb48fb07a pylyzer: 0.0.75 -> 0.0.76 631d636ff43cb python312Packages.mypy-boto3-*: updates (#369032) c35b54dbbe8ec python312Packages.pmdarima: fix build (#365337) 1e37779abba78 cwltool: 3.1.20241024121129 -> 3.1.20241217163858 42e57decdf4da paper-clip: fix compilation error caused by glib 35bb29ee8afae python312Packages.cohere: 5.11.3 -> 5.13.4 c3815f5de2139 python312Packages.python-gitlab: 4.12.2 -> 5.3.0 da7851fd22440 libretro.mame2003: 0-unstable-2024-11-01 -> 0-unstable-2024-12-10 2bd9e7d5d9229 libretro.np2kai: fix build with GCC 14 f65785156a5c0 libretro.fbalpha2012: unvendor zlib c63c882c9544f ocamlPackages.raylib: init at 1.4.0 with ocamlPackages.patch init at 2.0.0 3dbc7c385c64c python312Packages.jaxlib: use jaxlib-bin by default 24a9528c83c5e spicetify-cli: 2.38.3 -> 2.38.7 46449390b3792 vcpkg: 2024.11.16 -> 2024.12.16 a9682496461b2 cuneiform: add patch for gcc 14 (#368870) 961b9e65e6320 catimg: fix compilation with gcc-14 b12709778b3e5 mkLibretroCore: set hardcodeZeroVersion in unstableGitUpdater ae9689091739e ord: 0.22.0 -> 0.22.1 80c60e68b8122 rPackages.b64: fixed build (#368777) 42daf470afac6 python312Packages.python-kasa: 0.8.1 -> 0.9.0 d23776aeef31f rPackages.arcgisgeocode: fixed build (#368772) 2e30bda3fb7aa mealie: 2.2.0 -> 2.3.0 (#361059) 078fd58889824 rockcraft: actually use sources for 1.7.0, add passthru.tests.version (#368933) 617fb0e353589 gzdoom: 4.13.2 -> 4.14.0 (#368993) 3da0a55c9ffce neovim: expose runtimeDeps 87add4c78a083 victoriametrics: 1.108.0 -> 1.108.1 (#368893) 8a1561bba6604 doc: Add warning for configuration file copy in flake systems 1186e7e8ddbc6 python312Packages.picos: 2.0 -> 2.5 1bdf3ca3ad39a nixos/wireguard-networkd: fix loading pre shared keys for peers without a custom name (#368684) 323d07e497803 python312Packages.glfw: 2.7.0 -> 2.8.0 (#358230) b10f6298316ef gpufetch: init at 0.25 (#366983) 636420ee2d800 python312Packages.lib4sbom: 0.7.5 -> 0.8.1 (#365565) cabf7660b417e rain: 1.19.0 -> 1.20.2 (#365754) 354881d8eedc8 python312Packages.coinmetrics-api-client: 2024.12.11.19 -> 2024.12.23.19 (#368386) 1c543a4d89ad9 air: 1.61.4 -> 1.61.5 (#368548) 1ed1c80f0a945 python312Packages.manifestoo-core: 1.8.1 -> 1.8.2 (#368472) 65b1a033b2276 signal-cli: 0.13.10 -> 0.13.11 (#368457) 9c0c9ba468d01 mainsail: 2.13.1 -> 2.13.2 (#368450) ea71188577c55 vscode-extensions.chenglou92.rescript-vscode: 1.58.0 -> 1.60.0 (#368253) c27edade7c40a peakperf: init at 1.17-unstable-2024-10-07 (#366989) ae41584780b72 linuxPackages.corefreq: 1.98.7 -> 2.0.0 (#368186) 4b4a85cb0fe76 enzyme: 0.0.168 -> 0.0.170 (#368158) 257b6ff9b002a netbird: 0.34.1 -> 0.35.1 (#368945) a8fe4730e3727 supergee: init at 0-unstable-2023-11-21 fd67ee52c55e7 nushellPlugins.units: 0.1.3 -> 0.1.4 (#367724) 5b99f0b70026e chirp: 0.4.0-unstable-2024-12-16 -> 0.4.0-unstable-2024-12-17 (#367477) 36541119dab46 nanovna-saver: 0.6.5 -> 0.6.8 (#366881) 98572d9ad89dd openapi-python-client: 0.22.0 -> 0.23.0 (#368889) 24543ec1cd460 gpufetch: init at 0.25 1ea28a753710e mympd: 19.0.1 -> 19.0.2 (#369045) 4049724065597 umockdev: 0.18.4 -> 0.19.0 (#368707) 23439d2761f67 rl-2411: add an entry for the new kmonad module (#368834) 2b9a286555cdf nixos/movim: fixups (#364229) ed8b2f3bb0bde proto: 0.43.2 -> 0.44.1 2d3e86af3f26c jujutsu: update owner; change from rev to tag (#368985) 716c9419b082a ghostty: add nixos tests, add build options, fix x11 backend (#368726) b60fe11f2f0b8 Bump and rename siduck76-st > st-snazzy (#360236) aaa570d6d3053 godini: init at 1.0.0, treegen: init at 1.1.0 (#368704) 8a3157d3b9ef0 mympd: 19.0.1 -> 19.0.2 7bf88bebfc484 immich: rely on native nodejs 5a02a8bb7b5f7 roboto: patch `RobotoCondensed` font to fix `usWidthClass` (#368615) d2145a1ad8e92 immich: use Node.js 20 52cbf930f6a20 chezmoi: 2.55.0 -> 2.56.0 33b717475894b peakperf: init at 1.17-unstable-2024-10-07 5e1faa0190373 ecs-agent: 1.88.0 -> 1.89.2 b20f99308d95d gql: 0.32.0 -> 0.33.0 7ab8b82feb0f1 usbmuxd2: add a missing import of `<algorithm>` ce84fddde1b9a utm: 4.6.3 -> 4.6.4 f7b810fb38599 kdePackages.drumstick: 2.9.1 -> 2.10.0 (#367632) 776809a72219a changedetection-io: 0.48.01 -> 0.48.05 (#366132) 99d994a2ebff1 snoop: 0.4.1 -> 0.4.2 a2e6dae665625 python312Packages.mypy-boto3-securityhub: 1.35.72 -> 1.35.88 8138ce7b9c06f oscavmgr: add version test (#365419) abc4331f5f271 python312Packages.mypy-boto3-rds: 1.35.82 -> 1.35.89 ccb42677912a4 python312Packages.mypy-boto3-network-firewall: 1.35.52 -> 1.35.88 bc405454657a7 cargo-semver-checks: 0.34.0 -> 0.38.0 and refactor (#368838) 61c9c48cba321 python312Packages.mypy-boto3-ecr-public: 1.35.87 -> 1.35.90 9cefdf6752c01 python312Packages.mypy-boto3-ecr: 1.35.87 -> 1.35.90 cffcff2123ca8 duplicati: 2.0.8.1 -> 2.1.0.2 (#367283) 2d60a8c9f3be4 checkstyle: 10.20.2 -> 10.21.1 5005d3da2cdf6 python312Packages.ha-mqtt-discoverable: 0.16.2 -> 0.16.4 (#368710) f629377c6a12a python312Packages.fastcore: 1.7.27 -> 1.7.28 b2e2822885b3c python311Packages.jenkins-job-builder: 6.4.1 -> 6.4.2 (#367285) b81854e2f7b8f python312Packages.botocore-stubs: 1.35.88 -> 1.35.90 35d6e5e1e06b0 python312Packages.boto3-stubs: 1.35.88 -> 1.35.90 b1148e716525f canokey-usbip: fix build fb4f9a590fbed koboldcpp: revert e62a47c `add (darwinMinVersionHook "10.15")`, 1.80.1 -> 1.80.3 (#368702) cb5df10da172e c64-debugger: fix build 67c5a83f65f7c python312Packages.openusd: fix build on darwin 36ed099418ee4 byzanz: fix build 31105475cf5ae python312Packages.aiogram: 3.15.0 → 3.16.0 (#367472) 99e02f6d0b0e3 python312Packages.python-roborock: 2.8.3 -> 2.8.4 (#368714) bdbe31faae10a arc_unpacker: fix build (#369012) d4e7bc979edc9 monetdb: 11.51.3 -> 11.51.7 (#368510) ceb815cb8cdec xcodegen: init at 2.42.0 (#367199) b0ae183893f09 trufflehog: 3.87.0 -> 3.88.0 (#368898) ef485f4b52d66 distant: init at 0.20.0 (#368866) 3cdfa269d2d68 ocamlPackages.ocaml-version: 3.6.9 -> 3.7.2 7c5be006d940b juju: 3.5.4 -> 3.6.1 872f6c46b9461 nyxt: drop dependency on notify-osd 76d31a97ad417 rare-regex: 0.3.4 -> 0.4.0 75da630c0df8b python312Packages.whenever: 0.6.15 -> 0.6.16 2fb297e6c0f64 brave: 1.73.101 -> 1.73.104 8d57281b97765 lucenepp: fix build with boost 1.85.0 (#368744) 140efc0c9d6b6 qtcreator: pin llvmPackages 18 (#368736) 0c7cb01f2b214 lms: 3.61.0 -> 3.62.1 a85a18b194373 python31{2,3}Packages.deal: disable failing tests (#368407) 33a28d82f0f17 arc_unpacker: fix build 2c963021060bb netpbm: 11.8.2 -> 11.9.0 59d2d1f2010e3 apt-cacher-ng: 3.7.4 -> 3.7.5 09272078eed4e whoogle-search: 0.9.0 -> 0.9.1 f8af3fb099fe7 Merge staging-next into staging 7a044c06987b1 Merge master into staging-next 0698afda94db9 xorg.xorgserver: fix darwin build (#366504) efefa80f49220 apt-dater: 1.0.4 -> 1.0.4-unstable-2024-10-04 5da75155efcbe top-level/aliases: fix buildFHSUserEnv deprecation message typo (#368661) da005b85b65a9 ols: 0-unstable-2024-11-30 -> 0-unstable-2024-12-28 3deb5fb407a12 apt-dater: move to by-name 0382b1ef9fba1 quarkus: 3.17.3 -> 3.17.5 0eb9940f48893 buildkit: 0.18.1 -> 0.18.2 1001f6561075b stats: 2.11.21 -> 2.11.22 8fbb91c4f3cf8 wavebox: 10.131.16-2 -> 10.131.18-2 91ccd8123e0cf alt-tab-macos: 7.12.0 -> 7.14.1 a919ba877b8c2 complgen: 0.1.8 -> 0.3.0 d202e248fe20c stevenblack-blocklist: 3.15.0 -> 3.15.5 a76fc1f3c386a waycheck: 1.4.0 -> 1.5.0 8b4fd3e8d6128 movim: make mainProgram name match 180c953138c33 nixos/movim: rm logs if found 0d59a5928e712 optionally add group to nginx user 22c7e68534e76 syntax hints for tree-sitter c15c466d29f4e typo in script name 431afe7289d8d use mkDefaults for Nginx config 2e5268e2a5d55 use movim’s database user af5356b74c2e0 gzdoom: 4.13.2 -> 4.14.0 1c0c13464d396 wipe: fix build on x86_64-darwin 0ca77fdadf357 simple64-netplay-server: 2024.10.1 -> 2024.12.2 4d4744639fa3f simple64: 2024.11.1 -> 2024.12.1 cf802984d6b41 bilibili: 1.16.1-1 -> 1.16.1-2 (#368956) ff583bace9010 rpcs3: 0.0.34-17206-9d4ff13c2 -> 0.0.34-17265-418a99a62 5f3fe888943c7 oscavmgr: add version test 5df295339a9d1 jujutsu: update owner; change from rev to tag 855d65cca9e5b python312Packages.pymdown-extensions: 10.11.2 -> 10.13 1bebe1562275c tabby-agent: 0.21.2 -> 0.22.0 57ce4c2feb269 vscode: 1.96.0 -> 1.96.2 (#368895) 56bcf2418dcdd alpaca: add myself as maintainer 198b211e5b1f1 alpaca: 2.9.0 -> 3.1.0 ca90631cfb213 python312Packages.python-telegram-bot: 21.7 -> 21.9 (#368217) a9803a28afd31 python312Packages.transforms3d: 0.4.1 -> 0.4.2 c2b5e7ba67b25 tree-sitter: install shell completions 9899af479969b tree-sitter: format with nixfmt-rfc-style 1674fb11467ff ocamlPackages.ctypes-foreign: fix build with gcc-14 (#368607) 09bcbccd52135 gnome2.gtksourceview: fix build with gcc-14 (#368606) 80cac99a1ef9f pdal: 2.8.2 -> 2.8.3 c81e857548821 release-plz: 0.3.111 -> 0.3.112 153e8634eecb1 leetgo: 1.4.11 -> 1.4.13 18a18b45be68c python312Packages.cbor2: 5.6.4 -> 5.6.5; python312Packages.webauthn: 2.2.0 -> 2.4.0 (#368359) 4cd8371c9f9c2 tree-sitter: 0.24.4 -> 0.24.6 (#368952) ef91abb5822bc csview: 1.3.3 -> 1.3.4 ce5597e421f40 code-minimap: 0.6.7 -> 0.6.8 41894b4de7699 actionlint: 1.7.4 -> 1.7.5 61bda5816a046 melange: 0.18.1 -> 0.18.2 309e8a5e50b78 SDL_sound: fix cross build (#367712) 091abbd4c2fab babashka-unwrapped: 1.12.195 -> 1.12.196 d5c534c15c82c bruno: 1.34.2 -> 1.37.0 (#364971) b778b1a6e5fac Merge master into haskell-updates 1a056e8bfe1db tex-fmt: 0.4.7 -> 0.5.1 dcc5662394bbf Merge staging-next into staging a36fa1e818443 Merge master into staging-next f5e3bb7954391 deck: 1.40.3 -> 1.42.1 da9fe55cba4e6 terramate: 0.11.4 -> 0.11.5 a4cb0cad42ccf libdwg: remove (#368858) 45112417e3d5e sofia-sip: fix build with gcc-14 (#368610) 5f3eb7e6d8dcd megapixels: 1.8.2 -> 1.8.3 0d7cc712dea63 nextcloud-client: 3.14.3 -> 3.15.2, to by-name, minor tweaks (#368914) dca72f67e6376 tree-sitter: 0.24.4 -> 0.24.6 d9f2b5c0ed505 radicale: add ldap3 dependency to fix ldap support (#360617) dd1750bb72f58 terraform-providers.migadu: 2024.12.12 -> 2024.12.26 cac0e6eaf4d98 bilibili: 1.16.1-1 -> 1.16.1-2 4579f217834b2 distant: init at 0.20.0 5c8bd29086eb5 fdroidserver: 2.3.1 -> 2.3.4 (#364927) e6119d5aab652 zx: 8.2.4 -> 8.3.0 e1c234e5e2996 treewide: add updateScript to gnome circle packages (#367823) b477e8fd9174b mpris-scrobbler: 0.5.3 -> 0.5.5 fd313286b1961 apko: 0.21.0 -> 0.22.4 (#367677) 5a3237d176fd8 rPackages.orthGS: fixed build 90e55375e6725 neovim-require-check-hook: include check inputs; vimPlugins: nativeCheckInputs -> checkInputs (#367802) 97c427e0d0b59 {luaPackages,vimPlugins}: update on 2024-12-28 (#368843) 5bc6674210ca7 terraform-providers.aiven: 4.31.0 -> 4.31.1 15d38c4c5fc2e netbird: 0.34.1 -> 0.35.1 a6e5427ebf705 cargo-show-asm: 0.2.43 -> 0.2.45 (#368839) 45326182fd9ee nextcloud-client: add libsysprof-capture to dependencies as asked by the build system 5915660034099 nextcloud-client: 3.14.3 -> 3.15.2 a213da1d8bba7 nextcloud-client: move to by-name, tweak 4ec084e858be9 sofia-sip: fix build with gcc-14 1255e1d5525c7 srtrelay: 1.1.0 -> 1.3.0 (#368912) 0e8de0aded9ca ipmiutil: 3.1.6 -> 3.2.0 (#368583) a2b3275ee15e2 atlantis: 0.30.0 -> 0.32.0 80f63bbfa90ea fittrackee: 0.8.10 -> 0.8.12 (#368934) ba58d2b44567c djlint: 1.35.2 -> 1.36.4 (#368925) 91be9cf29d07d daemontools: don't use deprecated substituteInPlace --replace 2e15d80293270 daemontools: fix build with gcc14 6542ebe930b14 nextcloud-client: fix dbus service location (#368873) 547718a12c5b6 darwin: expose `requireXcode` (#367063) 253d3190aa3e3 nixos/networkmanager: match upstream units Install sections (#368791) a35b4a5244b97 teams: create Android team (#368434) 37105962df478 terraform-providers.sentry: 0.14.2 -> 0.14.3 20d29b5c345a2 swiftformat: 0.47.10 -> 0.55.4 (#367077) caab23e84594b kernelshark: fix build 1f4e626d43b2c fittrackee: 0.8.10 -> 0.8.12 a9ae918dccaad swift: source darwin-sdk-setup.bash (#360207) e8ef3a063cd25 libdbiDrivers: fix compile errors in tests, backport patches 7bd3a283c0b7d plexRaw: 1.41.3.9292-bc7397402 -> 1.41.3.9314-a0bfb8370 5530826d219a2 shadow: 4.16.0 -> 4.17.0 c759ea20f864b cppcheck: 2.16.1 -> 2.16.2 3a7463628dc6b ytdl-sub: 2024.12.14 -> 2024.12.27 1d22a9aa5abc2 rockcraft: add passthru.tests.version 4de961733a60b terraform-providers.artifactory: 12.7.0 -> 12.7.1 113a737ffe638 djlint: 1.35.2 -> 1.36.4 8fb763e05c822 pcmanfm: fixup build with gcc14 (#368828) 4a77d7b4a1cc7 rockcraft: actually use sources for 1.7.0 e3e65b595b528 rPackages.rtiktoken: fixed build 4bc519f1a5c4e ijq: fetch source from newly preferred primary repository host 3dee09bcb4fb2 rPackages.cpp11qpdf: fixed build (#368579) f91fbd1624814 Merge #361424: refactor lib.packagesFromDirectoryRecursive (v2) 4cdcd2ba31f81 teams: create Android team 9f95a717f998f changedetection-io: 0.48.01 -> 0.48.05 42b2d9e78979c darwin.xcode: add 16.2 (#364482) 7a1b49fc0a7cf uasm: 2.56.2 -> 2.57 (#368803) 6d219dc62b32a caddy,xcaddy: remove emilylange from maintainers e965ea329a165 normcap: fix on GNOME wayland when used via keybind or alt-f2 (#351763) 41d9661876753 nextcloud-client: remove unneeded patch 2855b8258b37c home-assistant-custom-components.xiaomi_gateway3: 4.0.7 -> 4.0.8 (#368913) e4f3ab4df1e92 home-assistant-custom-components.xiaomi_miot: 1.0.2 -> 1.0.7 (#366118) 472ebeea01526 home-assistant-custom-components.xiaomi_miot: 1.0.2 -> 1.0.7 eec3624d22b3a home-assistant-custom-components.xiaomi_gateway3: 4.0.7 -> 4.0.8 4650173a18cda srtrelay: 1.1.0 -> 1.3.0 6ed412552513f pocketbase: 0.23.11 -> 0.23.12 595be4765cebe haskell.packages.ghc865Binary.exceptions: fix the eval 93bd863fac9b5 haskell.packages.ghcjs.exceptions: fix the eval f92589db56ba7 fflogs: 8.15.4 -> 8.15.13 00e49e451010d stripe-cli: 1.22.0 -> 1.23.3 4bb7bc77c98e4 swiftformat: 0.47.10 -> 0.55.4 00b60f55aa1d9 home-assistant-custom-lovelace-modules.hourly-weather: 6.4.0 -> 6.5.0 (#368818) c2649d123239b rockcraft: 1.6.0 -> 1.7.0 (#368735) 98afe02bd1a33 stlink: patch incorrect calloc argument order 44812cdb98d87 tests/cockpit: each wait with its own waiter, treat /nonexistent case b06a23a6148f7 cockpit: 330 -> 331 1a571dc10404d quartus-prime-lite: 23.1std.0.991 -> 23.1std.1.993 ce305adae501a trufflehog: 3.87.0 -> 3.88.0 574fc453f2871 justbuild: 1.3.2 -> 1.4.1 5ce2336ac91d9 python312Packages.python-linkplay: 0.1.1 -> 0.1.2 34d48c3e804fe victoriametrics: 1.108.0 -> 1.108.1 0913cc6075750 code-cursor: 0.44.5 -> 0.44.9 (#368768) f043080ce7f59 namespace-cli: 0.0.397 -> 0.0.398 37624a742e672 pik: 0.12.0 -> 0.13.0 (#368823) 6d7746e3f0e04 vscode: 1.96.0 -> 1.96.2 da08b71a8ba2e fdroidserver: 2.3.1 -> 2.3.4 0887d1a0fecb8 openapi-python-client: 0.22.0 -> 0.23.0 a0d07c62c4726 xcodegen: init 2e5c7fb5e7303 stylelint-lsp: remove unnecessary files 5a55fd0dc013a patool: 2.4.0 -> 3.1.0 87f28863841c9 ocamlPackages.h2: init h2-lwt, h2-lwt-unix at 0.13.0 854133062f081 stylelint-lsp: 2.0.0 -> 2.0.1 74ead87b88dd0 stylelint-lsp: use fetchFromGitHub.tag 311d226cc0416 stylelint-lsp: add update script 1117daac14a94 stylelint-lsp: remove with lib; 2214d180e9490 Merge staging-next into staging 4fad563ac4ce6 Merge master into staging-next 59155b95914eb devede: 4.17.0 -> 4.19.0 adf29eeeb6dca tayga: fix building with gcc14 da051117bed54 firewalld: fix typo fc1e75bff9d4c rutorrent: 5.1.4 -> 5.1.5 d57da575efbaa nixos-firewall-tool: add man page d9fd3dce7ab14 nixos-firewall-tool: add shell completions for bash and fish 8b16f91638e9c nixos-firewall-tool: build using mkDerivation 8b1ca5fd2b2bd nvidia_oc: init at 0.1.16 e069bef58b262 grandperspective: 3.4.2 -> 3.5.1, add update script (#368605) 9e3db9e5f923f octave: Do not --enable-link-all-dependencies on Darwin 62059107fcf39 libretro.mupen64plus: add patches for GCC14 (#368796) b6956c491f782 python3Packages.migen: unstable-2024-07-21 -> 0.9.2-unstable-2024-12-25 711b3e5405840 taskwarrior3: fix version and add versionCheckHook test (#368520) 39b7652cf1b08 uasm: mark as broken in darwin 25569750ccc0c jellyseerr: pin nodejs_20 3d3b0cfb5549f cuneiform: add patch for gcc 14 bc5d613ce515d rsop: 0.3.9 -> 0.5.0 8430af3db8250 clusternet: 0.17.2 -> 0.17.3 (#368816) e594620b17f7b nchat: 5.3.5 -> 5.4.2 (#368821) c225f5e642c95 angie: 1.8.0 -> 1.8.1 fa31fe175b599 python3Packages.meson-python: honor mesonFlagsArray (#368479) 88e265210b1de python312Packages.cwl-upgrader: 1.2.11 -> 1.2.12 b0cfb8abd8cb5 libdwg: remove 33952e2d6587a wivrn: remove unused libdwg dependency 3e46a15febeeb phpunit: 11.5.1 -> 11.5.2 (#368840) 5922ada38dd89 doxygen: 1.12.0 -> 1.13.0 81522c2e588b9 python312Packages.fs: re-add setuptools dependency 98245d66c0fc6 doxygen: format 35b51fd1a0505 bruno: disable telemetry 587b0e8f9e659 ryujinx-greemdev: 1.2.76 -> 1.2.78 (#368059) 6b44c59985f1d 3proxy: fixup build with gcc14 (#367714) 0429fa5b552a5 msgpack-cxx: 6.1.1 -> 7.0.0 (#353400) 84f94cd186ed2 gnome2.ORBit2: fix the build against `gcc-14` 0cb7e95fcf076 grandperspective: remove `with lib;` eed1e7c6e4218 perlPackages.NetIDNEncode: fix use of function removed in Perl 5.38.0 (#368797) 758b9f15ae601 proton-ge-bin: GE-Proton9-21 -> GE-Proton9-22 (#368787) d6251d4afcc1e uxn: 1.0-unstable-2024-11-30 -> 1.0-unstable-2024-12-25 b6a058079f749 agenix-cli: init at 0.1.0 eda595acd85d7 pamtester: add autoreconfHook (#368792) 0a2c38464e87c vimPlugins.nvim-treesitter: update grammars 5059dc64cc8ab vimPlugins: update on 2024-12-28 f1673fdce8e4c discord-development: 0.0.56 -> 0.0.60 ec4c6b3ea9d2e myks: 4.2.5 -> 4.2.6 (#368695) 9eb5f9fc58c39 cargo-deb: 2.9.3 -> 2.9.4 (#368527) 8708075595f79 vtm: 0.9.99.57 -> 0.9.99.61 f17d2ac74979f lefthook: 1.9.2 -> 1.10.1 2caf1f5763bb5 nak: 0.7.6 -> 0.9.1 (#368032) 57b16f3e7c519 gqlgenc: 0.27.4 -> 0.30.2 a078b3ba3f4ab x32edit,m32edit: 4.1 -> 4.3 (#368081) c5ef1d68ae1e6 x32edit,m32edit: 4.1 -> 4.3 b1d7e57592817 orbiton: 2.68.5 -> 2.68.6 (#368817) 8324b900910ff luaPackages: update on 2024-12-28 f6fd5e95e1018 vimPlugins.nvim-treesitter: update grammars f28f3f5fde375 vimPlugins: update on 2024-12-24 7da04665e3353 luaPackages: update on 2024-12-24 75a7c8507ad53 orbiton: modernize ce0e60c0ae841 cargo-semver-checks: refactor 64674918d88d1 cargo-semver-checks: 0.34.0 -> 0.38.0 a466b8cc12e79 nixos/tests/caddy: add pkgs.caddy.withPlugins test 9ed97b91f7460 caddy: add docs about untagged plugins 7f6c88d5ad777 phpunit: 11.5.1 -> 11.5.2 f56cbb9a85e5f jxrlib: 1.1 -> 1.2~git20170615.f752187-5.2, fix warning flags for GCC 14; colmap: unpin Boost (#359356) a881f99f98d71 aliae: 0.23.0 -> 0.24.1 (#368681) d1437e561b30d cargo-show-asm: 0.2.43 -> 0.2.45 37302163ed738 rl-2411: add an entry for the new kmonad module d2b3fd14719d9 n8n: speed up fixup phase 2b4adf795fa2a n8n: remove unnecessary files 20cb6a3340a45 fzf-tab-zsh: fix build with gcc14 (#368738) 3c344c264776f buildpack: 0.36.1 -> 0.36.2 (#368809) aa103048c0bb1 autofs: patch cryus_sals function pointer types adc71da6cc8c4 grandorgue: 3.15.3-1 -> 3.15.4-1 4557afb6895fd pcmanfm: fixup build with gcc14 2a7041ba95237 glasgow: 0-unstable-2024-12-17 -> 0-unstable-2024-12-22 8baf8241cea0c oneko: fix build by disabling some compiler warnings (#368759) 0e2c82c3419be nixos/freshrss: fix empty extensions d568faaaf5ba6 msgpack-cxx: fix build (#368758) d68604a529740 pam_ssh_agent_auth: fix build with gcc14 (#368612) 702e6e7d1ab1f glance: 0.6.3 -> 0.6.4 (#368444) dbbdd0b8a176c vcmi: 1.6.0 -> 1.6.1 (#368753) beaf6891cef59 magic-wormhole: fix test for twisted 24.10.0 (#367669) 13f1e8df945ea pik: 0.12.0 -> 0.13.0 e97955fce64f0 threema-desktop: 2.5.3 -> 2.5.7 82874a64c259f lint-staged: 15.2.11 -> 15.3.0 8d16a352a956e nchat: 5.3.5 -> 5.4.2 b6b091280bc52 mdbook-alerts: 0.6.10 -> 0.7.0 0bfb93d2c17a9 home-assistant-custom-lovelace-modules.hourly-weather: 6.4.0 -> 6.5.0 db5ca039e6feb maintainers: add adrian-gierakowski bd0c705c62c3d orbiton: 2.68.5 -> 2.68.6 0cfcd3e1c411c clusternet: 0.17.2 -> 0.17.3 5f80781d03e63 qpwgraph: 0.8.0 -> 0.8.1 60a5248571b61 kodiPackages.keymap: 1.2.1 -> 1.3.0 (#367616) cbeefe6602ebe zapret: 69.8 -> 69.9 (#368757) 9de4e7513f4d4 flet-client-flutter: pin to flutter 3.24 1bf918f5e6f48 tracy: 0.10 -> 0.11.1 + other changes (#328253) b555eb8d7e7ee vdrPlugins.markad: 4.2.7 -> 4.2.8 (#368801) ca006099ca061 buildpack: 0.36.1 -> 0.36.2 e10a1750ee6eb hplip: fix build (#368507) 1a18ce13d5898 ledger: fix build with boost 1.86 (#359441) ce8c020d974f8 git-annex: add missing symlinks to PATH in checkPhase cb446e2a94173 equicord: 1.10.6 -> 1.10.8; add update script (#364064) a4cfa02a40312 ledger: fix build with boost 1.86 64543f6931c72 uasm: 2.56.2 -> 2.57 7ce186c2bd899 inspircd: 3.17.1 -> 3.18.0 bc9cb18b9937c bacon: 3.5.0 -> 3.6.0 (#367637) b01f7d6c0d303 bmake: 20240921 -> 20241124 (#368705) 69c42fccc0f38 uasm: switch to gcc13Stdenv 56887a548521e txr: 297 -> 298 (#368552) c4c8794508404 libretro.mupen64plus: add patches for GCC14 ccd96f469743d ocamlPackages.gluten-async: init at 0.5.2 (#366943) 19f75b4dae43a ocamlPackages.gluten-mirage: init at 0.5.2 (#366942) 8df5fbacc7f89 vdrPlugins.markad: 4.2.7 -> 4.2.8 4da007b6e3e30 Merge staging-next into staging b990c2bbfa0c7 Merge master into staging-next b256398a32825 nixos/dex: Restart on referenced file changes af2be6465f77b pixman: fix build on armv7 263eec1da4291 chawan: 0-unstable-2024-12-17 -> 0-unstable-2024-12-27 d33993d924e40 heaptrack: add patch for GCC 14, unpin Boost (#358970) 155a2f631cb0b rip2: set up updateScript (#367987) 49a2a0b2ca3c2 ananicy-rules-cachyos: 0-unstable-2024-12-17 -> 0-unstable-2024-12-27 (#368756) a49023bcb550b perlPackages.NetIDNEncode: fix use of function removed in Perl 5.38.0 2891b7ae06b00 dep-tree: 0.23.0 -> 0.23.1 (#368112) 78e9387d2420e xfce.xfmpc: 0.3.1-2024-05-29 -> 0.3.2 9dc6db70f879d xfce.xfce4-volumed-pulse: 0.2.4 -> 0.2.5 3e2f1e8a1f4c1 xfce.xfce4-terminal: 1.1.3 -> 1.1.4 c475fbb48fda8 xfce.xfce4-taskmanager: 1.5.7 -> 1.5.8 3b5405bc79a8e xfce.xfce4-panel-profiles: 1.0.14 -> 1.0.15 166b204de0550 xfce.ristretto: 0.13.2 -> 0.13.3 cad618f82ab36 xfce.parole: 4.18.1 -> 4.18.2 117f967463a99 xfce.gigolo: 0.5.3 -> 0.5.4 fd78de769a608 xfce.catfish: 4.18.0 -> 4.20.0 c3845606305b0 cargo-cache: fix compilation on darwin (#368717) 1b4a15a91f55a spice-gtk: fix darwin build (#368148) a00e8271102e3 nixos/tests/networkmanager: test NM is started at boot 69b630d893527 nixos/networkmanager: match upstream units Install sections b5c3cc0b67224 ocamlPackages.httpun-ws-lwt: init at 0.2.0 (#366950) 75badf05e31df devcontainer: 0.71.0 → 0.72.0, fix build (#368516) 37ec46ac40ac9 pamtester: add autoreconfHook 960ff3895f177 wluma: add Rishik-Y to maintainers c00d7f39d6d51 maintainers: add Rishik-Y 7ddc93760db96 proton-ge-bin: GE-Proton9-21 -> GE-Proton9-22 e2ff22d3d71b2 godini: init at 1.0.0 8b4146d9857ec treegen: init at 1.1.0 e923d7eb817ef libdeflate: enable tests d4feb3fb7aabd ruff: Build as a standalone without Python (#358029) 35ba0718688d6 minio: 2024-12-13T22-19-12Z -> 2024-12-18T13-15-44Z 39f4f4a05d7cd safeeyes: 2.2.2 -> 2.2.3 73f9b16d4ff6a python312Packages.busylight-for-humans: 0.32.0 -> 0.33.0 38ea912000969 python312Packages.coinmetrics-api-client: 2024.12.11.19 -> 2024.12.23.19 4fd5f92835f8f taschenrechner: 1.4.0 -> 1.5.0 (#368689) 4bafb2cb04280 publicsuffix-list: 0-unstable-2024-12-06 -> 0-unstable-2024-12-24 55a3ead0a7348 python312Packages.python-homeassistant-analytics: refactor 1a01865c08664 python312Packages.python-homeassistant-analytics: 0.8.0 -> 0.8.1 e3f5829a02d5f uv: 0.5.12 -> 0.5.13 (#368761) 751b5940f3448 rPackages.b64: fixed build cc547db78e29d python312Packages.nbmake: 1.5.4 -> 1.5.5 (#367720) 3d110e729581b python312Packages.pylamarzocco: 1.4.1 -> 1.4.3 abbf0eacccce3 python312Packages.pyipma: 3.0.7 -> 3.0.8 a707b1a78e322 rPackages.arcgisgeocode: fixed build b73f54ee43d86 beamerpresenter: 0.2.5 -> 0.2.6 (#368666) 3898c6b91a5d1 python312Packages.pysqueezebox: 10.0.0 -> 0.11.1 db4d481ae1c11 python312Packages.pytile: 2023.12.0 -> 2024.12.0 3bc357f0e690b python312Packages.aiorussound: 4.1.0 -> 4.2.0 651c20357d96c lxsession: fix build with gcc 14 (#368711) cbbed363ad1f3 jamesdsp: fix build with gcc 14 (#368725) 8ae48733b4696 nixos-rebuild-ng: refactors (#368619) 24f42ee6296db python312Packages.debugpy: fix hash due to .gitattributes (#368643) 55ea440088848 nixos/zfs-replication: fix typo (#368764) de2f15759fe59 code-cursor: 0.44.5 -> 0.44.9 4b5bbe915e358 nixos/zfs-replication: fix typo 9a7720352a49c libfm: fix build (#368590) 98979e81e0f97 opnborg: 0.1.49 -> 0.1.51 (#368737) fe7238089ab0a python312Packages.bloodyad: 2.1.5 -> 2.1.7 (#368551) 55b7b86e6b812 python312Packages.pynordpool: 0.2.3 -> 0.2.4 (#368529) 1f5e5f9183ba4 python312Packages.tencentcloud-sdk-python: 3.0.1290 -> 3.0.1291 (#368645) 2316da9798ef5 pinact: 1.1.0 -> 1.1.1 1f3bead487855 uv: 0.5.12 -> 0.5.13 d113675363d52 oneko: fix build by disabling some compiler warnings 25a67f8af198d nagios: 4.5.8 -> 4.5.9 ba00c2961992d nixos/sane: ensure saned can access usb scanners (#367198) e09a0a829e195 msgpack-cxx: fix build c2aecc842cdb3 zapret: 69.8 -> 69.9 16570980b66fa nixos/wstunnel: improve assertions 8dadf0616b00a ananicy-rules-cachyos: 0-unstable-2024-12-17 -> 0-unstable-2024-12-27 3f4d0743199e0 gegl: 0.4.50 → 0.4.52 061e93f357437 clash-verge-rev: add missing patch for kde 2f215b76aeda9 arpack: add option to use macOS Accelerate 89e9ea24c773e arpack: Enable eigenvalue-problems solver based on ICB and eigen 00baa26ab41df arpack: minor cleanups dae5df7bdcaed clash-verge-rev: fix wrong patch for lib/ d4e0edf1b63ca deepin.deepin-system-monitor: fix build with gcc 14 (#368741) 23e527abc7989 vcmi: 1.6.0 -> 1.6.1 658f28a3f1e19 dmraid: patch dmevent_tool.c to compile on modern gcc versions (#368470) f31593af875d4 git-town: 17.0.0 -> 17.1.1 3b779a11d205b lug-helper: 3.5 -> 3.6 06bf2ec72b7d6 broot: 1.44.2 -> 1.44.3 (#368454) 1e6e7d9ff66ce lucenepp: fix build with boost 1.85.0 6975dea4d3c86 nixos/fcitx5: fix quickphrase 34c06a32f9bf6 rPackages.ymd: fixed build (#368587) cb2ef7e705bb4 rPackages.gifski: fixed build (#368585) 36dab66e57401 rPackages.fastpng: fixed build (#368582) bf655929352a5 deepin.deepin-system-monitor: fix build with gcc 14 04b756c9ab0db rPackages.adbcpostgresql: fixed build (#368574) 40d0ef8098776 rPackages.arcgisutils: fixed build (#368570) c52b77e1659c4 python312Packages.minio: 7.2.12 -> 7.2.13 0cfe542fa7ff6 wayfreeze: 0-unstable-2024-09-20 -> 0-unstable-2024-12-26 25a914c8c068a qtcreator: pin llvmPackages 18 ea15e6b917086 fzf-tab-zsh: add autoconf ea75d7fbb1445 opnborg: 0.1.49 -> 0.1.51 2bd5556f6342c ox: prefer tag rather than rev for fetchFromGitHub 3f2cbac631e1b fzf-tab-zsh: fix for gcc14 f26fe7fc820b6 ox: remove unused argument 6c91460381475 rockcraft: 1.6.0 -> 1.7.0 2bf72a07cf5c3 jfrog-cli: 2.72.2 -> 2.72.5 0c881e2a1c26d Merge staging-next into staging ef9a26b19e95e Merge master into staging-next 592da03a8e4b4 arpack: use openblas on darwin e27b9b3a57204 k0sctl: 0.20.0 -> 0.21.0 99833b11834cf jamesdsp: fix build 54b5803ecbd5b linuxPackages.system76: 1.0.16 -> 1.0.17 9e09ce2d47c77 dxvk_1: fix build compatibility with GCC 14 (#360918) 065b7b61466ec ox: add kachick as maintainer aa98ffb557799 ox: prefer versionCheckHook rather than testers.testVersion 68526a61402e3 cargo-cache: fix compilation on darwin a2a62f58e3704 kitty: 0.38.0 -> 0.38.1 (#368580) 64b62558e56a4 dprint: 0.47.6 -> 0.48.0 (#368713) bf58353bc480d python312Packages.mozart-api: 4.1.1.116.3 -> 4.1.1.116.4 97791d6ec3413 dprint: 0.47.6 -> 0.48.0 da20c6cb48c2f python312Packages.python-roborock: 2.8.3 -> 2.8.4 1235340d7e428 tuxguitar: 1.6.5 -> 1.6.6 58c6135aa8095 lxsession: fix build with gcc 14 3e37ab3c16141 python312Packages.ha-mqtt-discoverable: 0.16.2 -> 0.16.4 c0b0a559cfda1 Xfce updates 2024-12-27 (#368555) 3b8fc626560eb pinact: 1.0.0 -> 1.1.0 5d50bc8e162d5 pinact: reduce scope of with in meta 1750892a928fe pinact: prefer tag rather than rev for fetchFromGitHub c6a2750e41173 pinact: set CGO_ENABLED=0 44a180612a773 umockdev: 0.18.4 -> 0.19.0 6ac2b4a240387 pinact: prefer versionCheckHook rather than testers.testVersion f9ee029c1a603 slumber: 2.3.0 -> 2.4.0 3c6c6920b38e2 ghostty: init at 1.0.0 (#368404) f247420536307 xfce.xfce4-systemload-plugin: Enable optional features 1b69d6f1e1feb xemu: 0.7.134 -> 0.7.135 (#368535) 2bf06b7559413 bmake: 20240921 -> 20241124 19fadd110b7f6 Update aider (#368639) b814f3f6c3d55 koboldcpp: 1.80.1 -> 1.80.3 d92f62ac06b75 koboldcpp: revert e62a47c0 `add (darwinMinVersionHook "10.15")` 95879b2866c05 descent3-unwrapped: 1.5.0-beta-unstable-2024-12-14 -> 1.5.0-beta-unstable-2024-12-20 (#368549) 668e30af6f9da vimPlugins.blink-cmp: fix runtime version detection error (#368677) 4ed258f195b9e maintainers: add 4r7if3x c73c534b9cc99 wipe: fix build (from paparodeo) 9404384da567c cinnamon-settings-daemon: 6.4.2 -> 6.4.3 (#368698) 6e6ac00ce9a23 xplayer: Remove (#368559) 8fd65e57f1d1f vimPlugins.blink-cmp: fix runtime version detection error 8572ab808f05e ligolo-ng: 0.7.3 -> 0.7.4 f96d4559af25a cinnamon-settings-daemon: 6.4.2 -> 6.4.3 f7938fb595a8f soapysdr-with-plugins: add soapyplutosdr a2aa8955b5c34 soapyplutosdr: init at 0.2.2 625e9b07d80ae raycast: 1.88.3 -> 1.88.4 9e26668bb5acb raycast: add `archBuild`, refactor `passthru.updateScript` ff9b99d7719c5 myks: 4.2.5 -> 4.2.6 d795bcdd49eac faustPhysicalModeling: 2.75.7 -> 2.77.3 6298d3e530ee2 nixos/zenohd: add module and test cac60a1e1f68a boxbuddy: 2.5.0 -> 2.5.1 d1bfc49916dba cargo-generate: 0.22.0 -> 0.22.1 33de8dc7bf6e4 taschenrechner: 1.4.0 -> 1.5.0 d2b1dd87d5c3c diskus: 0.7.0 -> 0.8.0 0a75a0a416336 kdePackages.qt-jdenticon: 0.3.0 -> 0.3.1 61d11b7ea4e6f nixos/tests/wireguard: test for pre shared keys working with networkd bc145916d1be3 dbvisualizer: 24.2.4 -> 24.3.2 c1eb3b68f8fdb nixos/wireguard-networkd: escape backslashes in systemd credential names 94df207c43095 aliae: 0.23.0 -> 0.24.1 124de45e3219f Merge master into haskell-updates d6cd63462b228 Merge staging-next into staging d60fe3fb716a8 Merge master into staging-next c9f456aaad588 uv: 0.5.11 -> 0.5.12 (#368445) 28d78e5f86c47 boost187: init at 1.87.0 (#365042) f12bc63cd6b9a mobilizon: 5.1.0 -> 5.1.1 1b09d0edbc09d vimPlugins.smear-cursor-nvim: init at 2024-12-26 (#368641) f25fb0d388092 nixos-rebuild-ng: fix eval flags for nix.build_remote_flake c1b4e523c7898 jmol: 16.3.5 -> 16.3.7 2070cd0c4a59b zed-editor: 0.166.1 -> 0.166.2 (#368648) 994bfff990f69 metabase: 0.52.3 -> 0.52.4 0682290f2a886 miracle-wm: 0.3.7 -> 0.4.0 (#367621) 6bcd9eb9afeff aws-iam-authenticator: 0.6.28 -> 0.6.29 3dc1c99320480 beamerpresenter: 0.2.5 -> 0.2.6 5ad06b93ab6cf hdf4: 4.2.15 -> 4.3.0 (#359497) d93e2eb2f0824 deskflow: 1.17.2 -> 1.18.0 9091a7d76ed4a deskflow: flag with knownVulnerabilities cff5c37e92e04 freeplane: add copyDesktopItems 1b125a40d6a28 gui-for-singbox: 1.8.9 -> 1.9.0 45ab4bd68c856 gui-for-clash: 1.8.9 -> 1.9.0 e2811854de48a kazumi: 1.4.7 -> 1.4.8 3dfa9a5456a38 kazumi: add update script 1721806b16a14 keyguard: 1.7.1 -> 1.7.2 678fae38c7307 keyguard: add update script 01ea54baa838c python3Packages.loguru: 0.7.2 -> 0.7.3 & cleanups 51d476389a832 top-level/aliases: fix buildFHSUserEnv deprecation message typo e7e42de5a7f03 nixos/wireguard-networkd: only set PresharedKey credential when given a file 5ea8221772c87 nixos/tests/wireguard: fix broken network-online.target checks b5d21ab69d341 gmp4: drop (#367880) 28b02ff6b0792 zed-editor: use version instead of tag for changelog link 6246844b35b3d {hyprgui, hyprlauncher, hyprwall}: remove package (#368524) 24e4a8e103805 caddy: refactor and better error output for withPlugin passthru 8aeb92f370f3a caddy: remove unused dependencies 848475755af2b basilk: init at 0.2.0 (#350812) d9d31ef1d4304 linux_xanmod_latest: 6.12.6 -> 6.12.7 3c9eba0b5e8bd linux_xanmod: 6.6.67 -> 6.6.68 2a7323bcd326e gnomeExtensions.guillotine: 24 -> 25 0d21be323cb0a python312Packages.hatchling: 1.26.1 -> 1.27.0; hatch: 1.13.0 -> 1.14.0 (#367901) 33ec84481aca9 Kernel updates for 2024-12-27 (#368634) 6f2c61d9ab2bb linux: enable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (#365686) 1d7e283f878a8 linux/common-config: Make backlight device support built-in (#367774) aa1cc643da0c6 basilk: init at 0.2.0 29402375e38e0 foundationdb: allow using any msgpack-cxx version 6b2ddb02efbf7 msgpack-cxx: 6.1.1 -> 7.0.0 86ca4769834b0 zed-editor: 0.166.1 -> 0.166.2 777cd4573c774 pam_ssh_agent_auth: fix build with gcc14 068e60252de9d lrzsz: fix build on gcc14 (#367989) 6fcc6faf0de27 mindforger: 1.52.0 -> 2.0.0 (#314128) 0aa5001f365d0 youtrack: 2024.3.53776 -> 2024.3.55417 (#367864) 8c23517cc6c65 python312Packages.tencentcloud-sdk-python: 3.0.1290 -> 3.0.1291 d4fc9bb855603 python312Packages.tencentcloud-sdk-python: 3.0.1289 -> 3.0.1290 (#368525) 5fd3ed8496024 hdf4: 4.2.15 -> 4.3.0 b2fc6f1ac86b9 hdf4: use Ninja 7c30c17a6a81d qemu: set min version to 13 on darwin (#368538) 94af3fd60e411 python312Packages.debugpy: fix hash due to .gitattributes c6b562095ca54 nextpnr: apply patch for boost >= 1.85 4a485393d0053 lubelogger: 1.3.8 -> 1.4.1 4aeb02faa2577 aider-chat: use python 3.12 84145f7bda3cd qemu: set min version to 13 on darwin af97bd22a180f flet: fmt 6793dcabd2326 vimPlugins.smear-cursor-nvim: init at 2024-12-26 abbad06cb3ac2 python3Packages.flet-web: use web bundle from flet-client-flutter e752b73238588 linuxPackages.xpadneo: 0.9.6 -> 0.9.7 (#367667) 380056eeb5ddc greetd-mini-wl-greeter: init at 0-unstable-2024-12-27 b409f9906779b python312Packages.debugpy: 1.8.9 -> 1.8.11 (#365740) 036dc8690894f python3Packages.flet-web: init e52080a8b950f python3Packages.flet-desktop: init e45f8499ce642 phpPackages.phpstan: 2.0.3 -> 2.0.4 (#368621) aebab8680d190 Revert "folly: disable tests on Clang for now" (#368623) 5abe8bcffb796 koreader: 2024.04 -> 2024.11 6d0a72859d3b1 Revert "folly: disable tests on Clang for now" 79e6edf346fd7 flet: we are having progress bois 236baa1ec1919 Merge staging-next into staging 259f5fe1f0e8e Merge master into staging-next 922714d99892b folly: disable tests on Clang for now (#368576) 5774cb7a540ef phpPackages.phpstan: 2.0.3 -> 2.0.4 30a99d46e8726 linux_6_1: 6.1.121 -> 6.1.122 3cc672a90ca8c linux_6_6: 6.6.67 -> 6.6.68 15d17d906602c linux_6_12: 6.12.6 -> 6.12.7 a60c2319f9560 linux_testing: 6.13-rc3 -> 6.13-rc4 a376797b7bc66 nixos-rebuild-ng: replace usage of kwargs ee9d0ed38543c tootik: 0.13.0 → 0.14.0 96eef3faf7802 roboto: patch `RobotoCondensed` font to fix `usWidthClass` f48c700012b8d famistudio: 4.2.1 -> 4.3.0 5a7454f56436e famistudio: simpler update script b3564df51c1e2 famistudio: stdenv -> stdenvNoCC fce7ac3978c8d ticktick: 6.0.10 -> 6.0.20 26f5c1b0153e3 datovka: 4.24.2 -> 4.25.0 831ec77047110 distribution: 3.0.0-rc.1 -> 3.0.0-rc.2 (#366219) 0bc3a8936d443 grandperspective: add DimitarNestorov to maintainers c9ac7e44aafbc grandperspective: add update script f6d6becd5765e grandperspective: 3.4.2 -> 3.5.1 6cafa1c0ba3fc python3Packages.flet: tweaking 84d06d81ee35a memcached: 1.6.31 -> 1.6.34 40df8af7db88a python3Packages.flet-runtime: drop db83928899672 python3Packages.flet-core: drop 5048836ab7a6d sfeed: 2.0 -> 2.1 (#368455) 47efa279051fe dotnetCorePackages.dotnet_{8,9}.vmr: switch CDN URL (#367825) 5c6e2c0a905d7 ocamlPackages.ctypes-foreign: fix build with gcc-14 1d713d772f685 gnome2.gtksourceview: fix build with gcc-14 b021995030e25 whistle: 2.9.90 -> 2.9.92 019465ec51a0c aider-chat: 0.69.0 -> 0.70.0 42ef7993247fe fzf-make: 0.47.0 -> 0.52.0 cd366762095e2 curl: choose automatically quictl when building with http3 (#351864) 71589bc19f305 inkscape-extensions.inkstitch: fix editor opening (#366606) 4f4c91a57ceaf python312Packages.testtools: update homepage 7c8db21cad13d python312Packages.python-cinderclient: ignore failing tests f6f7c1f5b4e7f python312Packages.keystoneauth1: 5.8.0 -> 5.9.1, define optional-dependencies b915f84168c3c sfeed: modernize a9d7188139964 Merge staging-next into staging 225d1ec2d9548 Merge master into staging-next 58e948dccc833 nixos-rebuild-ng: add missing copy_flags for `nix copy` e87b653ce0bf9 flet-client-flutter: 0.24.1 -> 0.25.2 6c812309ac885 oxlint: 0.15.2 -> 0.15.3 (#368566) 1b42e7d011ef0 oxlint: set version 255c9b0627213 nixos-rebuild-ng: TypeAlias -> type 51a9200c0d867 nixos-rebuild-ng: remote-build{,-flake} -> build-remote{,-flake} c844a604c4367 decker: 1.52 -> 1.53 9441fffddad53 maintainers: add dlurak 49a9f3e01474c docker_24: drop (#367088) 414c49c03497c ietf-cli: init at v1.27 (#367404) 98de2052bec77 opera: 115.0.5322.77 -> 115.0.5322.119 71b5706facfa8 moar: 1.27.2 -> 1.30.0 (#361096) 54dab203604e8 libfm: fix build 1d3639ad9b1e1 xtris: fix build by including time.h e339ed01a2da9 halloy: 2024.12 -> 2024.14 (#359000) 3769387e72ab1 carl: init at 0.3.1 (#368115) e27a443481e9d ranger: 1.9.3-unstable-2023-08-23 -> 1.9.4 53f93c3a5db6d ranger: pin to a version, remove with lib, add update script 4fc5016dec2b3 rPackages.ymd: fixed build 978987c798c63 rPackages.gifski: fixed build 174ae1b581ddd ipmiutil: 3.1.6 -> 3.2.0 f16ddd92f3da5 wluma: 4.5.1 -> 4.6.0 f1561d4421533 rPackages.fastpng: fixed build 187c1fdacd451 libunistring: use gnu libiconv on darwin (#364495) 4a82075205351 rPackages.cpp11qpdf: fixed build 9143f62a0047f kitty: 0.38.0 -> 0.38.1 dfe69c5a3337e pnpm_9: 9.15.1 -> 9.15.2 7e4fc99f1f3c5 lexical: 0.7.1 -> 0.7.2 (#368500) d6e1d470c49b6 wol: fix build with GCC 14 (#368069) 298d81a9a391e ofono: Fix patch to work under GCC 14 (#368014) 96b338e2fe295 rPackages.adbcpostgresql: fixed build a2daa05aac564 rPackages.arcgisutils: fixed build ef6dc6c882797 Influxdb{2}: fix build with Rust1.83 compat (#368122) ec49f73ab08d3 pv: 1.9.15 -> 1.9.25 (#368515) 496ac9f7d6266 tijolo: drop (#367996) 1ca780fd8c1ab awscli2: relax flit_core version pin (#367979) 8e516a4a90b9e mpb: fix build with gcc-14 (#368537) 643f56d960561 oxlint: 0.15.2 -> 0.15.3 f2ae28cdd433c tijolo: drop c8637a9bbc83c eza: 0.20.13 -> 0.20.14 (#368277) 0db7431930443 electronplayer: drop (#365924) db564a83f581a ente-auth: 4.2.1 -> 4.2.2 eb90b7b3812c0 nezha-theme-admin: 1.2.0 -> 1.4.4 8f24b0abe1a98 goverlay: 0.7.1 -> 1.2 (#368202) 411a5e2f26c63 electronplayer: drop d283dea71b2eb gittuf: 0.8.0 -> 0.8.1 (#367483) a825f65c06b64 factoriolab: 3.8.5 -> 3.8.9 (#367628) 1b6a84e175640 proton-pass: 1.26.0 -> 1.27.0 (#368528) 57986b93e1fdf wlcs,mir_2_15: Fix GCC 14 compat (#368425) 5fd9539a40685 folly: disable tests on Clang for now 7929bdc0ca505 ente-auth: 4.1.6 -> 4.2.1 (#367587) f5428fcd0a01b libxplayer-plparser: Remove a50d1a95982bb xplayer: Remove c7d8be918801b oscar: update to 1.6.0, update source repo (#367795) 943194d5e97e4 python312Packages.trimesh: 4.5.2 -> 4.5.3 (#360103) e55eafd2606b7 spade: 0.10.0 -> 0.11.0 (#360110) 0b242ca2ca207 dolphin-emu: 2409 -> 2412 (#360948) be2656a520fb1 xfce.xfce4-weather-plugin: Remove unused intltool d882126ddd158 xfce.xfce4-verve-plugin: 2.0.3 -> 2.0.4 e5301d972781f xfce.xfce4-timer-plugin: 1.7.2 -> 1.7.3 f11a5f835f53a xfce.xfce4-time-out-plugin: 1.1.3 -> 1.1.4 eed88db6e753b xfce.xfce4-systemload-plugin: 1.3.2 -> 1.3.3 ca5b09239c164 xfce.xfce4-sensors-plugin: 1.4.4 -> 1.4.5 365d9b9b0900f xfce.xfce4-mpc-plugin: 0.5.3 -> 0.5.5 e70b676dbe62b xfce.xfce4-netload-plugin: 1.4.1 -> 1.4.2 3fee6e7334d90 xfce.xfce4-mailwatch-plugin: 1.3.1 -> 1.3.2 32eb7980e105d ppp: add withSystemd option 9388bde2e4f5d protoc-gen-go: 1.36.0 -> 1.36.1 f88a620c3b428 rain: 1.19.0 -> 1.20.2 1dfb9803458d0 txr: 297 -> 298 64b06b0a19482 nixos/swapspace: add installWrapper option c6fc755df5c46 python313Packages.brian2: 2.7.1 -> 2.8.0 41e43c987e413 Xfce updates 2024-12-26 (#368351) f6ffc98b5f492 descent3-unwrapped: 1.5.0-beta-unstable-2024-12-14 -> 1.5.0-beta-unstable-2024-12-20 29096d45f6097 libskk: fix build c93f306fb2a4a air: 1.61.4 -> 1.61.5 e8f027f2342da homebank: 5.8.5 -> 5.8.6 (#368531) 8dffec1ef8094 tesseract: remove explicit phases 542c92b9a5363 haskellPackages.hevm: drop obsolete patches 97c2bae1b9a37 curl: choose automatically quictl when building with http3 f588a43eff6de xfce.xfce4-genmon-plugin: 4.2.0 -> 4.2.1 0bc097d59be9e xfce.xfce4-fsguard-plugin: 1.1.3 -> 1.1.4 5d80ea604d19f xfce.xfce4-eyes-plugin: 4.6.0 -> 4.6.2 7016a8c3847b1 haskellPackages.opencascade-hs: provide non standard include dirs d8dd0026af92f gauge-unwrapped: 1.6.10 -> 1.6.11 0efb6fabcdab0 mpb: fix build with gcc-14 5d476cc02c502 zsh-powerlevel10k: 1.20.0 -> 1.20.14 581fd657d5998 ocamlPackages.ocamlformat-mlx: init at 0.26.2.0 (#367235) 69c90fc4266dd ocamlPackages.odds: init at 1.2 (#368180) 71deedcabc3c4 xemu: 0.7.134 -> 0.7.135 19eceaac40866 venera: add update script fe3f30a28a3d2 velero: 1.15.0 -> 1.15.1 df50ecffeab09 openscad: fix build 7c59076e5f065 kubecm: 0.32.0 -> 0.32.1 19e869daa04a2 rbw: 1.12.1 -> 1.13.0 1eb2afe80af9b homebank: 5.8.5 -> 5.8.6 0e5a17a6933cc mir_2_15: Fix GCC 14 compat cc38f61d50a27 wlcs: Fix GCC 14 compat 0d4fc994169a3 librenms: generate i18n files 190c2a91fa2fe librenms: use --replace-fail instead of --replace 09221007ce048 nixos/librenms: fix optimizations and view cache on new installations (#368519) 7cbf57cb44a70 python312Packages.bloodyad: 2.1.5 -> 2.1.7 0dc79dda75c0c python312Packages.pynordpool: 0.2.3 -> 0.2.4 c39ee68d7881a python312Packages.model-checker: 0.6.2 -> 0.6.6 (#368396) 2447c68bc10bb Merge branch 'NixOS:master' into zabbix d581739abde60 python312Packages.boto3-stubs: 1.35.87 -> 1.35.88 (#368521) bd12007ecc94f zabbix70: 7.0.6 -> 7.0.7 a7e1f3fc9be6d python312Packages.botocore-stubs: 1.35.87 -> 1.35.88 (#368523) 3f7b565feb6f3 python312Packages.resend: 2.4.0 -> 2.5.1 (#368418) 9ce97a93781b8 python312Packages.weconnect: 0.60.6 -> 0.60.7 (#368437) 07feb25158dda python312Packages.python-overseerr: 0.1.0 -> 0.1.1 (#368452) db25d4c4e58dc python312Packages.pypck: 0.8.1 -> 0.8.2 (#368462) f9c866e814da0 python312Packages.tesla-fleet-api: 0.9.0 -> 0.9.2 (#368487) 0dad33af8beb1 proton-pass: 1.26.0 -> 1.27.0 581f185b6c635 git-annex: update sha256 for 10.20241202 fc1bc8d90bc98 cargo-deb: 2.9.3 -> 2.9.4 b33d1ab9591a8 python312Packages.tencentcloud-sdk-python: 3.0.1289 -> 3.0.1290 817e2aee9f682 haskell.packages.ghc9121.tar: 0.5.1.1 -> 0.6.3.0 64ce0e316cdf4 haskell.packages.ghc9121.call-stack: disable test suite 2d17dd2685545 Merge staging-next into staging 8ec3f0c30b209 Merge master into staging-next 151c8039df127 python312Packages.lcn-frontend: 0.2.2 -> 0.2.3 (#368480) 2fe93ae27c5a7 makejinja: add meta.changelog 7c67b0608c011 haskell.packages.ghc912.primitive: 0.8.0.0 -> 0.9.0.0 7332711cef59c oscar: 1.5.3 -> 1.6.0 765b524bac96f {hyprgui, hyprlauncher, hyprwall}: remove package e3a7759b8f905 haskell.packages.ghc9121.tagged: 0.8.8 -> 0.8.9 7b8838356f11e haskell.packages.ghc9121.splitmix: 0.1.0 -> 0.1.1 b5f3b26810c22 anydesk: add missing dependencies c5f91fe86cc1e taskwarrior3: use GitHub releases as changelogs d7864a4b37c6e python312Packages.boto3-stubs: 1.35.87 -> 1.35.88 9766259099283 python312Packages.botocore-stubs: 1.35.87 -> 1.35.88 df65525665ae2 mirrord: 3.127.0 -> 3.128.0 (#368513) c7cadfffda248 taskwarrior3: use versionCheckHook to prevent future commit/version mismatches. 5d35353424f0e taskwarrior3: use the correct tag for version 3.3.0 5099ac1d080d1 intel-gmmlib: 22.5.5 -> 22.6.0 (#368506) 8bf8431fd5882 python3Packages.ropper: 1.3.8 -> 1.3.10 (#355042) 8d86075fcb37f pcmsolver: fix build with gcc-14 (#368190) 95118d6aefa24 nixos/stalwart-mail: Fix creation of `dataDir` if not default (#368475) 3e889463e4995 libvdwxc: fix build with gcc-14 (#368133) c090827fac9e2 nwchem: fix build with gcc-14 (#368166) b4e9af00229df nixos/librenms: fix optimizations and view cache on new installations 9f988fa3a23d9 ente-auth: 4.1.6 -> 4.2.1 62daff4d21e75 distribution: 3.0.0-rc.1 -> 3.0.0-rc.2 b5d22b3c2a96e devcontainer: 0.71.0 → 0.72.0, fix build 7796d95836e26 davinci-resolve: migrate to by-name & 19.1 -> 19.1.1 (#362268) 777b711efc193 python312Packages.pgpy: fix build bf513d5b2c2d7 mirrord: 3.127.0 -> 3.128.0 2a80a745f3734 hplip: fix build 634fd46801442 nixosTests.gitlab: do not block nixos-unstable on aarch64 (#368509) 56083f00e49b6 pv: 1.9.15 -> 1.9.25 dc0ca57d461c3 monetdb: 11.51.3 -> 11.51.7 055ed2091b3eb nixosTests.gitlab: do not block nixos-unstable on aarch64 0f25d2b50670c intel-gmmlib: 22.5.5 -> 22.6.0 21c9539299eef schedtool: fix build with gcc 13 4a9edb24fbc7e magic-vlsi: 8.3.505 -> 8.3.507 3c14d26ee9537 lnd: 0.18.3 -> 0.18.4 (#368447) eeb7f16e74710 python312Packages.bleak-esphome: 1.1.0 -> 1.1.1 (#368352) 48dd482bcc076 lexical: 0.7.1 -> 0.7.2 9ecf8ffc54fdb ananicy-cpp: patch to fix build on llvm_19 (#367927) 5750f23d0a941 opencorsairlink: fix build with GCC14 (#367878) 731568002668a lunacy: 10.9.0 -> 10.10 58a5eaa68d1de repren: 1.0.1 -> 1.0.2 (#368441) c847ffcbe3014 terraform-providers.acme: 2.28.2 -> 2.29.0 1c19588ef9e3f terraform-providers.equinix: 2.11.0 -> 3.1.0 aae2240ea8432 terraform-providers.spotinst: 1.201.0 -> 1.202.0 510c7de636bd6 terraform-providers.tfe: 0.61.0 -> 0.62.0 e43274f4ee07a terraform-providers.yandex: 0.134.0 -> 0.135.0 e4883c87c2c17 terraform-providers.alicloud: 1.237.0 -> 1.239.0 5334abe1989f6 terraform-providers.tencentcloud: 1.81.147 -> 1.81.152 14d832b9093af terraform-providers.buildkite: 1.13.1 -> 1.15.1 4f26fb984b386 terraform-providers.digitalocean: 2.45.0 -> 2.46.1 3eacf5e6d7ddb terraform-providers.azurerm: 4.13.0 -> 4.14.0 c8b88a6749fe9 terraform-providers.oci: 6.18.0 -> 6.21.0 af68dd3ff681e terraform-providers.aviatrix: 3.2.0 -> 3.2.1 68778799f10dc terraform-providers.gitlab: 17.5.0 -> 17.6.1 9279cc088120c terraform-providers.google-beta: 6.12.0 -> 6.14.1 231d8616f5801 terraform-providers.datadog: 3.49.0 -> 3.50.0 25c17e5dc2ae5 terraform-providers.aiven: 4.30.0 -> 4.31.0 22c582c91d155 terraform-providers.grafana: 3.14.1 -> 3.15.3 29c3471b7c632 python312Packages.limnoria: 2024.8.26 -> 2024.12.20 f03e79ebd9c6e ananicy-cpp: fix build with llvm_19 9a1f8947df4d6 ananicy-cpp: unvendor mtabs upstream patch e6bc4f76fddea syslinux: apply patches to fix pointer mismatch (#368469) 8a14cf90433ce dotbot: 1.20.1 -> 1.20.4 aeb2e57094eb0 SDL2_image: 2.8.3 -> 2.8.4 618f0264e8625 python312Packages.django-admin-datta: 1.0.15 -> 1.0.16 67307df216755 Merge staging-next into staging 1dbfe4e1dbff6 Merge master into staging-next 51755d45fa7ae rPackages.rhdf5: fix build 26b95a465665c {libsForQt5,kdePackages}.{partitionmanager,kpmcore}: drop ReiserFS support (#368474) eb2023e87d7ab deepin.deepin-terminal: 6.0.15 -> 6.0.17 (#368302) 0939c4c45c9bd colo: init at 0.4.1 552fcd0015230 python312Packages.greatfet: 2024.0.3 -> 2024.0.4 c445caabf1a7b python312Packages.craft-cli: 2.12.0 -> 2.13.0 dee63cb9ec3ec python312Packages.tika-client: 0.7.0 -> 0.8.1 d73c8f2790fba python312Packages.tesla-fleet-api: 0.9.0 -> 0.9.2 4d527a2a22c6f python312Packages.gotenberg-client: 0.7.0 -> 0.8.2 66865d9ab0339 python312Packages.pygreat: 2024.0.2 -> 2024.0.3 aa9a6d605ee1e lilex: 2.530 -> 2.600 d7b573a08b10b infrastructure-agent: 1.58.1 -> 1.59.0 9b34dd0bea117 kddockwidgets: 2.2.0 -> 2.2.1 a9ba06bec7bbf python312Packages.lcn-frontend: 0.2.2 -> 0.2.3 ffdef4e57d05e video-downloader: 0.12.20 -> 0.12.21 259a468bb344c python3Packages.meson-python: honor mesonFlagsArray 7cc0bff31a3a7 typstyle: 0.12.13 -> 0.12.14 (#368430) 8cf119c7a199e nixos/stalwart-mail: Fix creation of `dataDir` if not default 4abac0552efd6 mixxx: 2.4.2 -> 2.5.0 (#368403) 2fefb81c40b88 python312Packages.manifestoo-core: 1.8.1 -> 1.8.2 ed4bda45fed3c dell-command-configure: fix missing include in wrapper f99b8d30f3e0e cargo-3ds: init at 0.1.3 3008b7059c459 syslinux: sort patches 7e5045fbd87b3 syslinux: get gcc10 patch from Arch Linux e67f08d4105aa syslinux: migrate to `fetchpatch` and update hashes 728ef7e277a3e syslinux: get Debian patches from Arch Linux as well 2cbbfdb316266 syslinux: migrate Arch Linux patches to new home 204dc2012100c syslinux: fix incompatible pointer type for `setjmp` and `longjmp` 671d1c62e9ce3 syslinux: fix `data_area.size` type 2c0af53ccaad8 terraform-providers.utils: 1.26.0 -> 1.28.0 bb9f72da776df opentofu: 1.8.7 -> 1.8.8 81630d0f7be8d python312Packages.django-hijack: 3.7.0 -> 3.7.1 f298cd74e67a8 dmraid: patch dmevent_tool.c to compile on modern gcc versions e0e8116c1857d vesktop: fix crashing when settings.json or state.json are read-only (#368221) 31ff5c6c897c9 python312Packages.wagtail-localize: 1.10 -> 1.11.1 189b4f2a858e0 bee: 2.3.1 -> 2.3.2 b6de37b531048 python312Packages.pypck: 0.8.1 -> 0.8.2 3eecbac9c51a2 mathematica: fix `sort` predicate stability (#368433) dc1d754341acc LInux Hardened Kernel Updates for 2024-12-25 (#368235) a3464a420c5fe reiser4progs: mark as broken c22f13788f22c {libsForQt5,kdePackages}.{partitionmanager,kpmcore}: drop ReiserFS support 013bba020a7f6 gtklock-userinfo-module: 4.0.0 -> 4.0.1 b7cb1ebcb9c7c rubyPackages.gettext: init at 3.4.9 45b0e08f8ed15 talosctl: 1.9.0 -> 1.9.1 247b3399c0e56 signal-cli: 0.13.10 -> 0.13.11 d955fd520a9ac python312Packages.griffe: 1.5.1 -> 1.5.4 9c8a87d88f7be sfeed: 2.0 -> 2.1 21615559ece58 broot: 1.44.2 -> 1.44.3 f263006d20c05 python312Packages.python-overseerr: 0.1.0 -> 0.1.1 22ccb29c57461 mainsail: 2.13.1 -> 2.13.2 3546c2f64dd88 rPackages: CRAN and BioC update f6005e8fbd550 Merge master into haskell-updates 455ed0b468ca7 Merge staging-next into staging 7fc15a7a24539 Merge master into staging-next 3663b329f1d06 uv: 0.5.11 -> 0.5.12 4494998307a50 lnd: 0.18.3 -> 0.18.4 4b9af1a3684e0 glance: 0.6.3 -> 0.6.4 d9759af0da8b8 python312Packages.lib4sbom: 0.7.5 -> 0.8.1 162b4bf7b304b coqPackages.metaFetch: fix `sort` predicate stability (#368429) 2d74deb1409a2 repren: 1.0.1 -> 1.0.2 b0abc14c4ab36 python312Packages.ffmpy: 0.4.0 -> 0.5.0 (#367775) 7302634e76eee ejsonkms: 0.2.2 -> 0.2.3 (#368323) 5228a3f83a476 rPackages: fixed script to generate rPackages set f1d8b891b8375 youtube-music: 3.6.2 -> 3.7.1 d6678a74b17e4 monero-cli: fix build issue with GCC14 (#367932) 90563c331946e python312Packages.weconnect: 0.60.6 -> 0.60.7 308f45a56f9f9 python3Packages.tpm2-pytss: fixup revision in tests (#368426) 93a001404c028 ladybird: 0-unstable-2024-11-21 -> 0-unstable-2024-12-23 83c2a905d1a0a ladybird: Update darwin sdk version (#361319) bf740322a7699 mathematica: fix `sort` predicate stability edb59b6d8e0b1 buildbot: 4.1.0 -> 4.2.0 9e9e09cb952df typstyle: 0.12.13 -> 0.12.14 ef6ac2dd6e6fe coqPackages.metaFetch: fix `sort` predicate stability 403dfb7c93a0a nixos/ddclient: fix missing iproute2 eb46f107af50a nixos/hydra: fix hydra-compress-logs choking up on quoting when using zstd 28e1cce57e7cc qemu-vm: implement `virtualization.tpm.provisioning` (#364379) a69a7908ce176 python3Packages.tpm2-pytss: fixup revision in tests b5e12ffe521b8 python312Packages.oslo-serialization: 5.5.0 -> 5.6.0 (#368271) f25b22df56b62 dropbear: 2022.83 -> 2024.86 74d1d9a86aa14 nixos/zfs-replication: add package option (#368310) df1ae7f5e88f2 python312Packages.latexify-py: 0.4.3-post1 -> 0.4.4 (#368383) ee9bcc1d90a60 trippy: 0.12.0 -> 0.12.1 34e62a308f64c goverlay: add 25.05 release notes entry f6fa10a460ff9 goverlay: delete find-xdg-data-dirs.patch 9f6bddf441b38 goverlay: 0.7.1 -> 1.2 f3e154aa734cf hal-hardware-analyzer: fix gcc-14 build cd4b45cc8c880 python312Packages.resend: 2.4.0 -> 2.5.1 c8365111999b8 tuifimanager: 5.0.0 -> 5.0.5 (#367449) b7ac82ecc581c komac: 2.6.0 -> 2.8.0 (#367710) 8fc9b1280d5c6 python312Packages.pyiceberg: enable distutils patch on python3.12 (#368281) 79824eebbced9 gurk-rs: 0.5.2 -> 0.6.0 and refactor (#367951) 0c725eda4b06b gitprompt-rs: 0.3.0 -> 0.4.1 (#368200) 3d5f6c010028f nextcloud: update packages (#367852) 06a6c8fda6905 xboxdrv: drop (#368175) 2077f59bd23d9 python312Packages.oslo-serialization: 5.5.0 -> 5.6.0 edc08c7638586 python312Packages.oslo-concurrency: 6.1.0 -> 6.2.0 (#368272) a63ec8ff99dd0 python312Packages.pyathena: 3.10.0 -> 3.12.0 130787c04158f python312Packages.python-neutronclient: fix runtime dependency check … (#368057) fcfefa290a4ed python312Packages.oslo-i18n: 6.4.0 -> 6.5.0 (#368295) c36a0c5106800 python312Packages.tempest: 41.0.0 -> 42.0.0 (#368344) cb25d392f5384 python312Packages.oslo-config: 9.6.0 -> 9.7.0 (#368054) c33f12b6233d8 python312Packages.cliff: 4.7.0 -> 4.8.0 (#368327) 64d406d5780a0 lychee: 0.17.0 -> 0.18.0 (#368341) beedbefa123bb nextcloud-talk-desktop: add desktop item (#367079) 7473e3acec0ca python313Packages.deal: disable failing test b549e8c7f5448 libesmtp: fix gcc14 build (#368001) 58f66948d0dd7 nixos/nginx: default resolver.ipv6 to networking.enableIPv6 (#368055) 36f1e00474ab3 R: 4.4.1 -> 4.4.2 31a4b471f53bd nushellPlugins.skim: 0.9.1 -> 0.11.1 (#367968) 7df8707583727 python312Packages.deal: disable failing test 1bcd7ac6f2ab0 plow: 1.3.1 -> 1.3.2 (#367800) c4a5305d27241 python312Packages.google-cloud-datacatalog: 3.23.0 -> 3.24.1 6bd8592d7caac python312Packages.mkdocs-awesome-pages-plugin: 2.9.3 -> 2.10.1 (#368228) 681bf6fb8505c ocamlPackages.owl: 1.1 -> 1.2 (#368044) 8cd423577ff99 omnictl: 0.44.1 -> 0.45.0 (#367889) cd2cdc386a1b4 eksctl: 0.198.0 -> 0.199.0 (#367859) 85a07e591302e halo: 2.20.11 -> 2.20.12 (#367855) b9ce1f483ffdc plow: fix plow.passthru.tests a20dc12b5e797 python312Packages.google-cloud-artifact-registry: 1.13.1 -> 1.14.0 3b6d2c55ca0d8 nco: 5.2.9 -> 5.3.0 (#367797) 7ea2ea9ff18db python312Packages.binance-connector: 3.10.0 -> 3.11.0 (#367738) e7f18683f7766 crossplane-cli: 1.18.1 -> 1.18.2 (#367618) 145f8e404256b python312Packages.inform: 1.32 -> 1.33 (#367351) 6818147564530 esp-generate: 0.1.0 -> 0.2.1 (#366814) d2e0912d04a25 nixos/stalwart-mail: Add `dataDir` option (#368374) 65ca69208a1e4 elixir: modify Elixir license to Apache 2.0 (#368372) bbc2fd221c15b elixir: update default to 1.18 (#368356) a4ae3348813fa signaturepdf: 1.7.1 -> 1.7.2 (#368361) 7a485e4780d8e nixos/ddclient: update defaults for usev4/6 b57b45463cd1a libpoly: remove -Werror; fix clang-19 f44cd19904baf python3Packages.posthog: fix build (#368362) 8e5cb29914a3f python312Packages.model-checker: 0.6.2 -> 0.6.6 a2f29d37db742 bash-completion: 2.15.0 -> 2.16.0 (#368260) 3001b69c7491f catalyst-browser: 3.9.5 -> 3.9.6 b9f527915dab7 Merge staging-next into staging bb7f507906130 pkgsCross.*.haskellPackages.xhtml: 3000.3.0.0 -> 3000.4.0.0 25dc0f0a93a1b Merge master into staging-next f43f9987c5f60 haskellPackages.repa*: drop obsolete patches 5a24afb63774e python312Packages.coinmetrics-api-client: 2024.12.11.19 -> 2024.12.23.19 518ba1789aa21 antora-ui-default: 0-unstable-2024-09-20 -> 0-unstable-2024-12-26 c510ae1821d75 elixir: modify Elixir license to Apache 2.0 3610091aebc69 lychee: 0.17.0 -> 0.18.0 efd9668e9b64c proxsuite: fix build with clang (#368311) 988610e0b65a1 python312Packages.latexify-py: 0.4.3-post1 -> 0.4.4 4ac918031e6a6 python312Packages.pvlib: 0.11.1 -> 0.11.2 300e97baaf106 testers.hasPkgConfigModules: Simplify derivation name, use package name 50c4f70db16b5 testers.hasPkgConfigModules: Shorten derivation name fcb64662061ad antora-ui-default: use correct version naming convention 83378e0387a5a lzwolf: sha256 -> hash 4915c2ec6ff1d lzwolf: fix build with gcc-14 d1d588d402167 ecwolf: sha256 -> hash 32c483ca576a9 ecwolf: make sure that a tag is fetched 45484b9a5c829 ecwolf: use finalAttrs 81ec266e5915c ecwolf: don't use pname in fetchFromBitbucket 8ce135bef9a6a ecwolf: fix build with gcc-14 8e60cfc23b856 nextcloud30Packages: update b23171b4d826c nextcloud29Packages: update 245ff4f757e19 nextcloud28Packages: update b19b16be96929 nixos/stalwart-mail: Add `dataDir` option 74971833bf260 asha-pipewire-sink: init at 0-unstable-2024-10-22 dc1d48de03616 python312Packages.livereload: 2.7.0 -> 2.7.1 1557114798a39 asak: add man pages and shell completions (#367372) fa3448dfaaabe python312Packages.tencentcloud-sdk-python: 3.0.1288 -> 3.0.1289 (#368288) b2792b3c63442 python312Packages.oracledb: 2.4.1 -> 2.5.1 (#368309) ac917a15cdd3c python312Packages.yaramod: 4.0.1 -> 4.0.2 (#368353) 1d490aeff094b python3Packages.posthog: fix build 03539677da5a6 asusd: Support for multiple aura device configs (#348226) a923c64079961 affine: fix build 9d062b44e3541 signaturepdf: 1.7.1 -> 1.7.2 afa1d22c89adf pretix: relax webauthn constraint e0a58f2bf31b0 python312Packages.webauthn: 2.2.0 -> 2.4.0 bc8861aae15d4 python312Packages.cbor2: 5.6.4 -> 5.6.5 eb549f01a3f97 erlang_24: remove as unmaintained (#368342) e187a6e9f53aa next-ls: unpin erlang and elixir 431238adcc6e6 ex_doc: pin to elixir 1.17 280e6f784555b livebook: move to by-name 3ccfb4568da8a elixir: update default to 1.18 abbb41cbb10e5 mobilizon: pin to erlang 26 (#368345) a94800f573e3d bruno: 1.34.2 -> 1.37.0 e5f2ebf6d3350 nixos/zfs-replication: add package option 1833c5e32eb17 wordpressPackages.plugins.wp-fail2ban-addon-contact-form-7: init at 2.0.0 52248ea94bd1d ankama-launcher: 3.12.27 -> 3.12.28 (#368337) 05886deae1423 python312Packages.yaramod: 4.0.1 -> 4.0.2 3403ebc8b70c5 haskell.packages.ghc9101.ghc-lib-parser*: retain 9.10.* versions d8d3d878f7d09 haskellPackages.gi-gtk_4: 4.0.9 -> 4.0.11 fe2fe9981ea6e cabal-install: adjust overrides for 3.14.1.0 0bbb00e8ee21b haskellPackages: use Cabal 3.14.1.0 over 3.14.0.0 628a40319abfb jacinda: build with happy-2.1.3 5dfa2d6f55793 pandoc_3_6: init at 3.6 48d7ea883c556 haskell.packages.ghc98: bump upgrades to their latest hackage rel. 87d2c80f28348 haskell.packages.ghc910: bump upgrades to their latest hackage rel. 81ef1154335b0 haskellPackages: regenerate package set based on current config ca5dc07d37595 haskellPackages: stackage LTS 22.40 -> LTS 22.43 69e7105d5d8bf all-cabal-hashes: 2024-11-07T13:09:31Z -> 2024-12-23T18:27:47Z 9e08e0842f15c python312Packages.bleak-esphome: 1.1.0 -> 1.1.1 ffff9c277cff5 python312Packages.total-connect-client: 2024.12 -> 2024.12.1 (#368318) d5e1bd780c3c2 xfce.xfce4-docklike-plugin: 0.4.2-unstable-2024-11-04 -> 0.4.3 010d604662824 xfce.xfce4-cpugraph-plugin: 1.2.10 -> 1.2.11 2dd850d871b06 xfce.xfce4-cpufreq-plugin: 1.2.8 -> 1.2.9 dfa87c4df9569 xfce.xfce4-clipman-plugin: 1.6.6 -> 1.6.7 276c474e0a0d7 xfce.xfce4-battery-plugin: 1.1.5 -> 1.1.6 2a2e1459520e8 waybar: libcava moved to a separate package 2d25f7224f276 libcava: init at 0.10.3 f0eaea5be13f0 python312Packages.rst2pdf: 0.102 -> 0.103.1 05e9272a3967d python312Packages.iocsearcher: 2.4.3-unstable-2024-10-08 -> 2.4.8 (#368210) da5185ea68a18 hid-tmff2: 0.81 -> 0.82 (#356375) ad6f4bc5caf0c cloudflare-warp: 2024.11.309 -> 2024.12.554 (#367817) 1f25381b02866 python312Packages.boto3-stubs: 1.35.86 -> 1.35.87, python312Packages.botocore-stubs: 1.35.86 -> 1.35.87 (#368193) 7384dfd89aad8 python312Packages.hvplot: 0.11.1 -> 0.11.2 a0bb3513ac7c7 mobilizon: pin to erlang 26 09ec360470b25 python312Packages.pinecone-plugin: 4.1.2 -> 5.4.2 (#368113) 925c8f7eb623f python312Packages.onnxmltools: 1.12.0 -> 1.13 (#368259) 2c0bc27b5bab4 litestar: 2.12.1 -> 2.13.0 (#368121) 8528b2836456a python312Packages.publicsuffixlist: 1.0.2.20241221 -> 1.0.2.20241225 (#368195) 0ce15c9bc496d python312Packages.subarulink: 0.7.12 -> 0.7.13 (#368096) 54578d68752bf python312Packages.python-overseerr: init at 0.1.0 (#368104) ad7f98b4bca1f python312Packages.llama-cloud: 0.1.6 -> 0.1.7 (#368236) ab2d19f95c9be python312Packages.pysigma-backend-splunk: 1.1.0 -> 1.1.2 (#368269) aba7516e98cb4 python312Packages.tempest: 41.0.0 -> 42.0.0 63511813da582 python312Packages.gehomesdk: 0.5.30 -> 0.5.41 (#368330) f183878452686 jcli: 0.0.44 → 0.0.46 76923bc7a0a56 python312Packages.azure-mgmt-network: 28.0.0 -> 28.1.0 ea0344750266e snyk: pin Node 20 (#367914) 56d6ef7f04608 python312Packages.skl2onnx: 1.17.0 -> 1.18.0 3bae66911fe6e erlang_24: remove as unmaintained 374bfbe4811da fastfetch: 2.32.1 -> 2.33.0; disable flashfetch binary by default (#368254) e108e6bf40cde openroad: unstable-2023-08-26 -> 2.0-unstable-2024-12-22 (#367295) 61571f6fcedf3 mdbtools: 1.0.0 -> 1.0.1 6f451c54ff893 nas: fix build with gcc14 46e880399accc python312Packages.gehomesdk: 0.5.30 -> 0.5.41 a674b86e4c57c python312Packages.cliff: 4.7.0 -> 4.8.0 2d8669ecd815a elinks: 0.17.1.1 -> 0.18.0 f46e092976641 ejsonkms: 0.2.2 -> 0.2.3 52e018f4f8736 ankama-launcher: 3.12.27 -> 3.12.28 48f26df00d6aa lrcget: 0.5.0 -> 0.9.0 (#368164) 9229c49723db9 ncnn: 20240820 -> 20241226 f892955363729 limine: 8.6.0 -> 8.6.1 e4cc105d2a5cf python312Packages.total-connect-client: 2024.12 -> 2024.12.1 0c97814dfe3a3 akkoma: use erlang 26 (#368293) 1882405e66542 python312Packages.ipympl: 0.9.4 -> 0.9.5 9cf8344f7173e nixos/google-compute-image: fix image build c5fbefeceabd1 proxsuite: fix build with clang 08aa1bb06d77a Merge staging-next into staging aafbd969e8e67 Merge master into staging-next 9ceb1173fb712 caddy: add suport for compiling Caddy with plugins (#358586) 6ff8d99615738 Add astronvim plugins (#368283) 04654c495dcbd gnuradio3_8: remove (#356976) c6bc26350f48e postgresqlPackages.pgmq: 1.4.5 -> 1.5.0 (#368173) e560123760f90 handheld-daemon: 3.8.1 -> 3.9.0 69a8aba1130b9 nixos/opensmtpd: run nixfmt as requested by ci fb4ff06a4be7a fix opensmtpd's sendmail, add relevant test c340fd898c78d nixos/opensmtpd: fix opensmtpd-rspamd test 42c2634653c1c nixos/opensmtpd: fix opensmtpd test be157625b60a2 ocamlPackages.odds: init at 1.2 b6b5cedf0f500 ocamlPackages.ocamlformat-mlx: init at 0.26.2.0 77b4299fe6e4c redli: 0.13.0 -> 0.14.0 (#365625) 902120f12219d postgresqlPackages.pgrouting: 3.7.0 -> 3.7.1 (#368227) 2e9b08935f4d3 mpvScripts.modernx-zydezu: 0.3.8 -> 0.3.9 68576875c7131 postgresqlPackages.plpgsql_check: 2.7.12 -> 2.7.13 (#368218) 765d1e5541afa deepin.deepin-terminal: 6.0.15 -> 6.0.17 43f6e0efe10c7 postgresqlPackages.pg_repack: 1.5.1 -> 1.5.2 (#368208) 602d4037c6b68 python312Packages.pytest-mypy-plugins: 3.1.2 -> 3.2.0 91e1b771ee958 libosmo-sigtran: init at 2.0.1, cleanups (#366945) aee561742c792 pingvin-share: 1.7.0 -> 1.7.1 6e9956444b58b python312Packages.oracledb: 2.4.1 -> 2.5.1 51d15d6242299 local-ai: 2.23.0 -> 2.24.2 a7c66bac5f126 python312Packages.gvm-tools: 24.8.0 -> 24.12.1 (#368219) 1824146cb1e3c python311Packages.pontos: 24.12.3 -> 24.12.4 (#368196) f5245d579e853 python312Packages.oslo-i18n: 6.4.0 -> 6.5.0 21ed640cbe5be akkoma: use erlang 26 25495b599a16a monado: gate tracing support behind argument (#368279) b8f8d83d5c1e0 goverlay: sort arguments alphabetically ec3999c1d83b4 python312Packages.pyais: 2.8.2 -> 2.8.3 (#368194) 7e4e1740885c5 ruby_3_4: 3.4.0.preview2 -> 3.4.1 (#368092) 34ce9b5ae2200 python311Packages.pontos: 24.12.3 -> 24.12.4 46689d5f4fe20 libqt5pas,lazarus-qt: 3.2-0 -> 3.6-0, init Qt6 variants (#368201) 67bdaab2c4a4f wootility: 4.6.21 -> 4.7.2; wooting-udev-rules: update to latest recommended rules (#357836) 6a9c49f54922a python311Packages.parts: 2.0.0 -> 2.1.0 (#368197) 4bc9913abb12e vhdl-ls: 0.83.0 -> 0.83.1 (#368265) 633cd4f534315 deepin.deepin-calculator: 6.5.2 -> 6.5.4 (#367886) a00506d064a51 python311Packages.model-checker: 0.5.6 -> 0.6.2 (#368198) 41f9fd5da8b4e vimPlugins.mason-nvim-dap-nvim: init at 2024-08-04 834fa310e1d13 vimPlugins.mason-null-ls-nvim: init at 2024-04-09 be86a5f876b12 python312Packages.tencentcloud-sdk-python: 3.0.1288 -> 3.0.1289 d9952f66349e4 python312Packages.deezer-python: 7.1.0 -> 7.1.1 (#368214) 1412f7e6be8c0 python312Packages.tencentcloud-sdk-python: 3.0.1287 -> 3.0.1288 (#368199) 173f27f7d9645 vimPlugins.astroui: init at 2024-12-23 d4797eb1104b3 vimPlugins.astrolsp: init at 2024-12-23 79795a57979b7 vimPlugins.astrocore: init at 2024-12-23 0147b6de2dd5d python312Packages.notion-client: 2.2.1 -> 2.3.0 39bf1ee9e546b keypunch: 4.0 -> 5.0 (#367816) 8380cd3662f10 plexamp: 4.11.2 -> 4.11.5 (#367022) 2da60c90bf35b publii: 0.46.2 -> 0.46.3 (#367633) ab2a3661acafa python312Packages.pyiceberg: enable distutils patch on python3.12 3d2a98c916f58 asusd: add release note about breaking changes 84fb4a0520f90 python312Packages.django-modelcluster: 6.3 -> 6.4 352c0b9cd97d6 eza: 0.20.13 -> 0.20.14 d29066d0f3d55 ansible: 2.17.6 -> 2.18.1 6c63c2c49a1a0 python312Packages.ansible: 10.4.0 -> 11.1.0 90e3fa1c9fc05 vdrPlugins.softhddevice: 2.4.0 -> 2.4.1 (#368267) 68b821ffc120c monado: gate tracing support behind argument 113ccac44f7ec maintainers: add lu1a 591447c9557f6 python312Packages.pytest-testmon: 2.1.1 -> 2.1.3 865188fefd30b python312Packages.oslo-concurrency: 6.1.0 -> 6.2.0 9a90c6b621886 gitstatus: fix build with GCC14 and on darwin (#368183) 190d01cf91950 python312Packages.pysigma-backend-splunk: 1.1.0 -> 1.1.2 754abe634e8fe vhdl-ls: 0.83.0 -> 0.83.1 a1cfcf8cf18c9 vdrPlugins.softhddevice: 2.4.0 -> 2.4.1 d8faea3e1c58e mesa: fix broken vaapi/vdpau symlinks (#368261) ff1e89ee1ba96 rime-ls: 0.4.0 -> 0.4.1 (#368143) 24c287ca6471e Merge remote-tracking branch 'origin/staging-next' into staging 1337b7d77741c mesa: fix broken vaapi/vdpau symlinks 21d823d25627c yarnConfigHook: fix darwin permissions (#367974) 45cd7cf4b9aea monero-cli: fix build issue with GCC14 5b8caa6cc6366 gitstatus: fix darwin build 8a4badf704a76 bash-completion: 2.15.0 -> 2.16.0 2e86b37d72d43 yarnConfigHook: fix darwin permissions 9f8cd33f094f1 Merge master into staging-next 57b90e89385e9 python312Packages.onnxmltools: 1.12.0 -> 1.13 bfaeff093daf3 timidity: fix cross (#366626) 0bc5b5d1bb374 keypunch: 4.0 -> 5.0 b22aa24f13ec3 slskd: 0.22.0 -> 0.22.1 (#368181) b1d78097a2052 fastfetch: disable flashfetch binary by default b9f84dc4b9800 bzip3: 1.5.0 -> 1.5.1 7344c032b107c fastfetch: 2.32.1 -> 2.33.0 806ae9533de3d rkdeveloptool-pine64: unstable-2021-09-04 -> unstable-2023-06-06 (#367482) 5d704b31b508e vscode-extensions.chenglou92.rescript-vscode: 1.58.0 -> 1.60.0 b5041750bedea hyprpaper: 0.7.2 -> 0.7.3 (#368159) 1a9767900c410 lua-language-server: use nixpkgs fmt (#368248) 11ef73b210709 deno: fix clang build failure (#368102) d46a8175a1796 sse2neon: 1.7.0 -> 1.8.0 46717f4547bb1 python312Packages.weaviate-client: disabled failed test 96380f22af038 litestar: 2.12.1 -> 2.13.0 e0edb71e2cabd python312Packages.polyfactory: 2.18.1 -> 2.18.1-unstable-2024-12-22 ec058a1565c55 python312Packages.litestar-htmx: init at 0.4.1 f57318642f6c5 lomiri.trust-store: Fix build against newer boost (#368182) 2a09cdf753cf4 lua-language-server: use nixpkgs fmt 26ec4029576e6 pv-migrate: use tag in src, do not use src in other places 3ffc71f08dd5c dotnetCorePackages.dotnet_{8,9}.vmr: switch CDN URL 37e24536ec7a4 gopeed: 1.6.4 -> 1.6.5 (#368238) 61a6fbd4d7588 oh-my-posh: use tag in src, do not use src in other places, add updater 354e6458a997d nixos/networkd: add NetLabel & NFTSet options (#367615) bc34b982694dc makima: 0.9.5 -> 0.10.0 ee6835bf5995e mani: 0.25.0 -> 0.30.0 8cdd06a395654 gopeed: 1.6.4 -> 1.6.5 d37cf825ee09b python312Packages.llama-cloud: 0.1.6 -> 0.1.7 5422379ce50de nwg-panel: 0.9.53 -> 0.9.58 (#366464) 32f71416563fd linux/hardened/patches/6.6: v6.6.66-hardened1 -> v6.6.67-hardened1 525f140471cbe linux/hardened/patches/6.12: v6.12.5-hardened1 -> v6.12.6-hardened1 438b90863b44f linux/hardened/patches/6.1: v6.1.120-hardened1 -> v6.1.121-hardened1 11aa7fa5b571c linux/hardened/patches/5.4: v5.4.287-hardened1 -> v5.4.288-hardened1 e3d798d1017ad linux/hardened/patches/5.15: v5.15.174-hardened1 -> v5.15.175-hardened1 f04d766894633 linux/hardened/patches/5.10: v5.10.231-hardened1 -> v5.10.232-hardened1 743b310b32906 linux/{common-config,hardened-config}: restore DRM_PANIC_SCREEN_QR_CODE, RUST, SCHED_CLASS_EXT 16e046229f3b4 codux: 15.39.1 -> 15.40.0 (#368111) 72045e7c3cb3f qbittorrent: 5.0.2 -> 5.0.3 (#368028) 4f9faeddf5fc7 vale: 3.9.1 -> 3.9.2 4b21c0c436e56 nixos/jellyseerr: add configDir option b12eaf3813b24 jellyseerr: 1.9.2 -> 2.1.0 1b3d2ac6f4629 stdenv.mkDerivation: inputDerivation: fix for __structuredAttrs = true 220d39fe0a80a python312Packages.mkdocs-awesome-pages-plugin: 2.9.3 -> 2.10.1 1cf85a9352770 postgresqlPackages.pgrouting: 3.7.0 -> 3.7.1 ca32061f94342 python312Packages.nbmake: 1.5.4 -> 1.5.5 3df8137531efa hatch: 1.13.0 -> 1.14.0 4a5cddb1729fd python312Packages.hatchling: 1.26.1 -> 1.27.0 f29dca45c682e Merge master into haskell-updates df26fe78427b1 Merge master into staging-next f1d389fc1d517 python312Packages.pyspellchecker: 0.8.1 -> 0.8.2 e641337b74802 nftables: fix build for musl 3554e3ee84503 python312Packages.pysmart: 1.3.0 -> 1.4.0 ef63f5b6fe717 python312Packages.torchmetrics: 1.4.3 -> 1.6.0 138326d6e9841 livekit-libwebrtc: fix builds on darwin (#368147) 65216ff4f3fac wootility: add returntoreality to maintainers 5c104311486f4 wootility: 4.6.21 -> 4.7.2 21ccd4badf052 wooting-udev-rules: add returntoreality to maintainers b325158bc2a6a wooting: update module description 20feba70837d7 wooting-udev-rules: update udev rules 444c1e08d4fc9 gildas: 20240901_a -> 20241201_a (#367159) 270f21aad98a0 onagre: 1.1.0 -> 1.1.1 (#368126) 0659cd9cfdad3 python312Packages.gvm-tools: 24.8.0 -> 24.12.1 dbc26fed331b6 python312Packages.recipe-scrapers: 15.3.2 -> 15.3.3 (#368068) cc0b31cbce080 postgresqlPackages.plpgsql_check: 2.7.12 -> 2.7.13 f3a4952aa90e6 python312Packages.deezer-python: 7.1.0 -> 7.1.1 0792f6a82615f ergoscf: fix build with gcc-14 (#368150) d294eeaf5bad0 python312Packages.iocsearcher: 2.4.3-unstable-2024-10-08 -> 2.4.8 c39894d822964 lazarus-qt6: init at 3.6-0 542c24caaf45b qt6Packages.libqtpas: init at 3.6-0 d230e69db1643 libsForQt5.libqtpas: Rename from libqt5pas 25d89fa0b0cc4 apt: 2.9.17 -> 2.9.18 (#367766) 4b530c7510b12 maintainers: add matrix to rapiteanu (#367848) 9b0e625dc2069 postgresqlPackages.pg_repack: 1.5.1 -> 1.5.2 a493935e30c6d hugo: 0.139.3 -> 0.140.1 and refactor (#368072) fc6ed6544d21b python312Packages.py4j: 0.10.9.7 -> 0.10.9.8 271637da39ddd rabbitmq-server: Fix reported version (#367395) e87f44a245478 python312Packages.tencentcloud-sdk-python: 3.0.1287 -> 3.0.1288 98afea5ea7e1f python312Packages.pyais: 2.8.2 -> 2.8.3 f9d701c0fc68f gitprompt-rs: 0.3.0 -> 0.4.1 c54df5382833c python312Packages.publicsuffixlist: 1.0.2.20241221 -> 1.0.2.20241225 df434a17fb97e python311Packages.parts: 2.0.0 -> 2.1.0 c792c60b8a97d virtualboxGuestAdditions: Additional 7.1.4 fixes (#366080) 71b646d14a0d1 python311Packages.model-checker: 0.5.6 -> 0.6.2 2b8df7696923f nodejs_23: 23.2.0 -> 23.5.0 (#357699) e4f44407a7a9a nodejs_22: 22.11.0 -> 22.12.0 (#361565) f07c031126fcc python312Packages.botocore-stubs: 1.35.86 -> 1.35.87 d0b54640ff144 python312Packages.boto3-stubs: 1.35.86 -> 1.35.87 2490a12cd42c1 manaplus: fix build, disable internalsdlgfx, move to by-name (#366351) cbc50da11c2df zfs_2_1: remove dcb06064e0b27 pcmsolver: fix build with gcc-14 62738972ed7f8 libqt5pas: Don't rely on mkDerivation from libsForQt5 anymore 4f0de47b2b26e python312Packages.fastrlock: 0.8.2 -> 0.8.3 3423ad56d680d coreboot-toolchain: 24.08 -> 24.12 (#368063) b02b8abe02a87 libqt5pas,lazarus: 3.2-0 -> 3.6-0 b1005fcc01142 python311Packages.dvclive: 3.48.0 -> 3.48.1 43ec9a5eab3e3 nixos/powertop: add hooks to fix incorrect configurations (#368163) 80130a37d7ada nixos/mediawiki: change user in maintenance scripts, use maintenance/run.php script (#352521) 66353ae21cf16 linuxPackages.corefreq: 1.98.7 -> 2.0.0 5e39965a7dff2 erlang: update default to OTP 27 (#368120) 0335a19e68625 csharp-ls: 0.15.0 -> 0.16.0; mark as broken on `aarch64-darwin` (#367940) c35c59eef7485 lomiri.trust-store: Fix build against newer boost 6a6b8e3df666e python312Packages.mypy-boto3-*: updates (#367750) e888c89b283c7 manaplus: use badPlatforms instead of broken 6b0c54644c921 python312Packages.pypck: 0.7.24 -> 0.8.1 (#367575) 7de9f42e2be47 python312Packages.gwcs: 0.21.0 -> 0.22.1 e5a7bfa36e935 forgejo-runner: 5.0.3 -> 5.0.4 (#368030) 58e95e9431e41 xboxdrv: drop e44c7507fecce kubo-migrator: fix typo in description (#368109) 4d0095978bd14 csharp-ls: 0.15.0 -> 0.16.0 5642e39aeb853 python312Packages.pypck: refactor 0468be623871d scummvm: 2.8.1 -> 2.9.0 2240543b6a6d3 sonarlint-ls: fix update script d7f26c3548316 sonarlint-ls: 3.5.1.75119 -> 3.14.1.75775 4aa999bdf7b91 sonarlint-ls: refactor to online build b33f01b7cc533 ocamlPackages.ocamlformat-mlx-lib: init at 0.26.2.0 672d1f1df330f tinymist: 0.12.12 -> 0.12.14 (#368131) 11f401f7ccb73 lutris: remove xboxdrv 76b449a9d1356 postgresqlPackages.pgmq: 1.4.5 -> 1.5.0 f6a2e6accde6d llvmPackages_19.libclc: fix cross compilation (#366701) e86bead9cab71 readarr: 0.4.5.2699 -> 0.4.6.2711 (#367611) 377d819473ac2 python312Packages.amaranth-boards: 0-unstable-2024-10-18 -> 0-unstable-2024-12-21 (#368095) 5ab4b4fadecb5 lrcget: add passthru.updateScript 7c1f9a05ee59a nixos/mediawiki: change user in maintenance scripts, use maintenance/run.php script, add deleteUserEmail,importDump,run scripts 3082f673187cd livekit-libwebrtc: fix builds on darwin 1f5a376f4147e mdcat: 2.7.0 -> 2.7.1 (#368157) 7ffdc09e68e98 kubectl-cnpg: 1.24.1 -> 1.24.2 (#367644) 3765be9ac657a nixos/fcitx5: handle multi-line string and escape in quickPhrase (#367332) 2df2083b8a14e python312Packages.pystache: 0.6.6 -> 0.6.7 (#368141) 5828a0500a543 python312Packages.pyaprilaire: 0.7.6 -> 0.7.7 b00dfff9f958a Merge staging-next into staging e9a1d83b6001b Merge master into staging-next ee0d700741418 python312Packages.nbsphinx: 0.9.5 -> 0.9.6 7208b3196983b nixos/duckdns: add to module list (#367997) 26eb620e8cc99 nwg-panel: 0.9.53 -> 0.9.58 ddb93698c9806 nwchem: fix build with gcc-14 4f254b2d73af3 nixos/duckdns: add to module list and release notes a33f200bfcdd5 lrcget: 0.5.0 -> 0.9.0 a02db9d09c987 fontforge: move to by-name, improve on Darwin and no Python (#367807) dab01f875c558 nixos/powertop: add hooks to fix incorrect configurations e096f35165e77 tsukimi: 0.17.3 -> 0.18.0 cfeb7de067cb4 python312Packages.kserve: 0.14.0 -> 0.14.1 (#368132) a3484e1559a2e structorizer: 3.32-23 -> 3.32-24 (#366912) b6ee8ea06a22e hyprpaper: 0.7.2 -> 0.7.3 79364694794f8 enzyme: 0.0.168 -> 0.0.170 72f5c0bfa44f2 mdcat: 2.7.0 -> 2.7.1 add22e4be5c5b beamPackages.pc: 1.12.0 -> 1.15.0 db3422a82fd13 nixos/hostapd: remove CCMP from recommended ciphers (#367464) ec8e4b2704a5c fontforge: replace erictapen with philiptaron as maintainer d77da17f0c54e stellarium: 24.3 -> 24.4 fe81bd196e362 erlang-ls: pin to erlang_26 ff8e6f3033834 freenet: add mainProgram 5f45309fa08a5 freenet: 01497 -> 01499 7e119192304c5 python312Packages.python-osc: 1.9.0 -> 1.9.3 d6cfe28fa08ac ergoscf: fix build with gcc-14 7054001387eeb spice-gtk: fix darwin build 8b193d75ac4dd nixos/hostapd: remove CCMP-256 from recommended ciphers bb881a68c1174 deepin.deepin-editor: 6.5.2 -> 6.5.8 (#367891) 2ea61d0eb4f82 nixos/dolibarr: change permissions of conf.php to read only (#367572) bd7512fd1bbc3 todo-txt-cli: 2.12.0 -> 2.13.0 6b722ce95cb23 python312Packages.httpx-oauth: 0.16.0 -> 0.16.1 (#368088) 8b08bf23b7102 rime-ls: 0.4.0 -> 0.4.1 659867333dc47 waymore: init at 4.7 (#366822) f96f1bc474e0d ietf-cli: init at v1.27 bcf97770077e6 koboldcpp: update `cudaArches` example, remove `gitUpdater`, drop `openblas`, 1.79.1 -> 1.81 (#366837) a689ece741d27 electrum-ltc: unbreak 19bce6c93e048 tinymist: 0.12.12 -> 0.12.14 3beb804fc1e17 python312Packages.kserve: 0.14.0 -> 0.14.1 06539f794f404 python312Packages.pystache: 0.6.6 -> 0.6.7 4e54ea92752e4 pleroma: pin to erlang_26 e58899cdbc175 ejabberd: pin to erlang_26 e6a2ac9fdc0b0 python312Packages.pytask: 0.5.1 -> 0.5.2 220d9afc41800 libvdwxc: fix build with gcc-14 be3cf62529b2e python312Packages.libuuu: 1.5.182 -> 1.5.182.post1 (#368083) f6f3fd53705d9 wings: pin to erlang_25 6260553c986d6 managarr: init at v0.4.2 (#367042) 40effac24bad6 aerogramme: re-enable build 0f05cd43aafd9 paper-age: 1.3.3 -> 1.3.4 c87e3321daa3b onagre: 1.1.0 -> 1.1.1 44231cead2da6 erlang: update default to OTP 27 fc4e2d36f2965 influxdb: fix build with Rust 1.83 e3efe0d4e3bd7 influxdb2: fix libflux compile with Rust 1.83 d3cea41fbe8bd timidity: fix cross 04e40bca2a68d ubports-click: Bump, modernise, fix GCC 14 compat (#367871) bdfccb2c88b68 maintainers: drop milahu (#368094) eea4be576da25 qt6.qtwebengine: backport aarch64 build fix for xnnpack (#368101) 6fd8542b7662a carl: init at 0.3.1 ce8e4bca5641e python312Packages.pinecone-plugin: 4.1.2 -> 5.4.2 b6ff909426351 deno: remove unnecessary x86_64-darwin workarounds bc5ff8d5ec0d5 ruby_3_4: 3.4.0.preview2 -> 3.4.1 39fa00841a5e4 openfst: 1.8.3 -> 1.8.4 6748e872f079f home-manager: 0-unstable-2024-12-12 -> 0-unstable-2024-12-23 (#367896) 92020ff3c3e15 python312Packages.pinecone-plugin-inference: init at 3.1.0 65e618753ce2d dep-tree: 0.23.0 -> 0.23.1 addd8ee281346 codux: 15.39.1 -> 15.40.0 0b9c9f85cd487 python312Packages.pinecone-plugin-interface: init at 0.0.7 b9095aaa7a4e6 python312Packages.flask-security: fix test (#367863) 72a85152d20e1 sqlitestudio: 3.4.10 -> 3.4.12 (#367569) c7856e39a1577 Merge staging-next into staging e12d00e006f1c Merge master into staging-next e9f808a8e92a2 kubo-migrator: fix typo in description a77ab0af25b49 limbo: 0.0.9 -> 0.0.10 (#368035) 7438a7b794f92 gradm: 3.1-202102241600 -> 3.1-202111052217 06ebfab2b5f97 renovate: 39.65.2 -> 39.82.6 (#367983) c256e28a94ffb python312Packages.python-overseerr: init at 0.1.0 c245d26452e78 deno: format with nixfmt b84ca000ff236 maintainers: add ofalvai a9ee50d9536e4 deno: fix clang build failure b29f28a0eb098 qt6.qtwebengine: backport aarch64 build fix for xnnpack 9e867d498bcb4 skeema: 1.12.1 -> 1.12.2 (#368050) 6de512cc94a6a python312Packages.subarulink: 0.7.12 -> 0.7.13 0db04a84a9986 processing: 4.3 -> 4.3.1 (#367025) 0109378d39b50 python312Packages.amaranth-boards: 0-unstable-2024-10-18 -> 0-unstable-2024-12-21 9edf772d70dfd maintainers: drop milahu 661bd2f33be8f roadrunner: 2024.3.0 -> 2024.3.1 (#367899) 87060a022a394 shopware-cli: 0.4.61 -> 0.4.62 (#367898) 083902dc0105b tmuxinator: 3.3.2 -> 3.3.3 (#361879) bd7b083573fd5 mongosh: 2.3.3 -> 2.3.7 (#364954) 104615508066d kstars: 3.7.2 -> 3.7.4 (#365965) d0ac072de9dc4 wol: fix build with GCC 14 d00a63a6f7cb0 libspatialindex: 2.0.0 -> 2.1.0 (#367528) 233d7cc970ece mailpit: 1.21.6 -> 1.21.8 (#367865) 9526f11a2b4e9 darklua: 0.14.1 -> 0.15.0 (#367798) 1b0e57933c5cc heptabase: 1.48.1 -> 1.49.0 (#367634) 5e0ff57b52f4b mousam: 1.3.2 -> 1.4.0 (#367426) 611abd49779a4 shiori: 1.7.1 -> 1.7.2 (#367390) 29837d7523c8c vivaldi: 7.0.3495.23 -> 7.0.3495.27 (#367333) a2f72445336e9 nats-server: 2.10.23 -> 2.10.24 (#367279) f8ae38bf8a874 stackql: 0.6.7 -> 0.6.32 (#366889) e18b860a2890c tuba: 0.9.0 -> 0.9.1 (#367818) 6160689497214 satty: 0.14.0 -> 0.15.0 (#367671) 4402319ea2dd5 python312Packages.httpx-oauth: 0.16.0 -> 0.16.1 45b0aee7aed7d ruby-grpc: gcc-14 fixes (#367783) 50533883d88fd hugo: skip flaky server tests e92dd77c4874c libesmtp: fix gcc14 build 92f6de17476dc python311Packages.angr: 9.2.133 -> 9.2.134 ee6a81c0b1c87 vm.debClosureGenerator: Add nixfmt 06af86f6ce0cf nixos/plasma6: default to Wayland for SDDM (#368074) 029393b34227d yaralyzer: 0.9.5 -> 0.9.6 (#367890) 39490b0795d05 python312Packages.garth: 0.5.1 -> 0.5.2 (#367991) bd9c065899610 trivy: 0.58.0 -> 0.58.1 (#367944) 1a932790eecbe commix: 3.9 -> 4.0 (#367934) 2f8a3d6d52a68 prowler: 5.0.2 -> 5.0.4 (#367200) 7ce091b05f71c python312Packages.libuuu: 1.5.182 -> 1.5.182.post1 7ee4dc8add049 python312Packages.appthreat-vulnerability-db: 6.2.2 -> 6.2.3 (#367743) 5261bc0c82526 python312Packages.keba-kecontact: 3.0.3 -> 4.0.2 (#367744) d69ae91df29b1 python312Packages.cle: 9.2.133 -> 9.2.134 088b668f2cb98 python312Packages.claripy: 9.2.133 -> 9.2.134 2437e436b4fcc python312Packages.apprise: 1.9.0 -> 1.9.1 (#367893) c9c5d2b68d9db python312Packages.pyvex: 9.2.133 -> 9.2.134 ee0f85b025d67 python312Packages.pyexploitdb: 0.2.59 -> 0.2.60 (#367754) dd19a73d2c8f6 python312Packages.pyswitchbot: 0.54.0 -> 0.55.4 (#367751) f5e1da29af502 python312Packages.ailment: 9.2.133 -> 9.2.134 1cf3018330508 python312Packages.archinfo: 9.2.133 -> 9.2.134 8765af2e63022 agebox: 0.7.1 -> 0.7.2 (#367884) 7d57a90d40ca6 cunicu: 0.5.72 -> 0.6.5 (#368015) 7a2cb2ad1573b nixos/plasma6: default to Wayland for SDDM 7352e1adaad91 syslinux: fixup build with gcc14 (#367685) 672912aa533a7 libcamera: 0.3.2 -> 0.4.0 456c7ede940b5 pam-watchid: init 262c5698669dd hugo: add kachick as maintainer 9ebd5ea86e60e hugo: 0.139.3 -> 0.140.1 62ab505678153 hugo: prefer tag rather than rev for fetchFromGitHub b9b2bb19ce0f8 hugo: prefer versionCheckHook rather than testers.testVersion abd34978940aa Merge staging-next into staging 16487d76517eb Merge master into staging-next 471addceb995f vscode-extensions.sas.sas-lsp: 1.12.0 -> 1.13.0 (#367941) 565fb4d44e06a coreboot-toolchain: 24.08 -> 24.12 ac9c076d58940 python312Packages.recipe-scrapers: 15.3.2 -> 15.3.3 56dc1a390cb4f coder: 2.16.1 -> 2.17.3 (#363393) 1feb816127ff2 libvpl: 2.13.0 -> 2.14.0 1bc15dbb041b8 erlang: use nixpkgs zlib, fix darwin (#367981) eb073276d5814 buildkite-agent-metrics: 5.9.11 -> 5.9.12 65e49dc1b18b8 yubico-piv-tool: 2.6.1 -> 2.7.1 (#367868) e32ee3259a7e6 python312Packages.bokeh: 3.6.0 -> 3.6.2 7567d65ca9df2 managarr: init at v0.4.2 5c64b8de060af maintainers: add IncredibleLaser 175a31ec1e6c1 ryujinx-greemdev: 1.2.76 -> 1.2.78 c69bb3eb9500b python311Packages.pygame: 2.6.0 -> 2.6.1 (#322423) 5c165277e629e python312Packages.croniter: 3.0.3 -> 6.0.0 4079b12f84bd0 python312Packages.python-neutronclient: fix runtime dependency check for consuming packages, update homepage dcc61ce6d89d8 worldofgoo: don't strip debug symbols a810945475fcd nixos/nginx: default resolver.ipv6 to networking.enableIPv6 c161f61057cb4 prometheus-frr-exporter: init prometheus exporter module (#313651) f72b341556cf9 llvmPackages_git.libc: init d9219dd089b89 python312Packages.oslo-config: 9.6.0 -> 9.7.0 2f93866f8bc28 gitstatus: unvendor zlib 37409b3b1a8d1 llvmPackages_git: 20.0.0-unstable-2024-11-26 -> 20.0.0-unstable-2024-12-17 24e077049ebbb saga: 9.6.2 -> 9.7.0 7900f2063e474 skeema: 1.12.1 -> 1.12.2 145137c106751 kind: 0.25.0 -> 0.26.0 (#366456) e014f1e922988 idris2Packages.pack: fix runtime building of Idris2 versions (#362622) 429a95e3c5071 plumber: 2.8.0 -> 2.9.0 1bb68c7df6dbf nixos/less: add lessopen=null default changelog entry to 25.05 (#367737) 90b5bf615ef4b yt-dlp: 2024.12.13 -> 2024.12.23 (#367872) 5d651836bb7ad ocamlPackages.owl: 1.1 -> 1.2 cc61427f23d9f yt-dlp: drop inactive maintainer 454a12dac41c7 freeipmi: fix build with GCC14 (#367923) 8e9dd8f8df9a3 intel-compute-runtime: 24.45.31740.9 -> 24.48.31907.7 (#368040) f6e94ac3a1296 python312Packages.oslo-context: 5.6.0 -> 5.7.0 (#368021) df91d5e0c71d8 dnsproxy: 0.73.4 -> 0.73.5 (#367799) a098c6940f891 intel-compute-runtime: 24.45.31740.9 -> 24.48.31907.7 d9755f2b27aba limbo: 0.0.9 -> 0.0.10 73a527ae79c84 eclint: 0.5.0 -> 0.5.1 7f0546faee1c5 sil-abyssinica: 2.201 -> 2.300 1b31020925da4 sil-padauk: 5.001 -> 5.100 0a7c2ad53745b nak: 0.7.6 -> 0.9.1 89e79d5876943 bazarr: 1.4.5 -> 1.5.0 1ed6811f3a508 python312Packages.berkeleydb: 18.1.10 -> 18.1.12 05f26e10ddc0e Merge master into haskell-updates 21cf8a8858553 Merge staging-next into staging 721897ec613ab forgejo-runner: 5.0.3 -> 5.0.4 c85bbce0f67d9 Merge master into staging-next 6437a6b9b705c nano: 8.2 -> 8.3 (#367592) 30ffd5735e4fb gumbo: 0.12.2 -> 0.12.3 (#367954) d68c001cc765d glib: 2.82.1 -> 2.82.4 (#356890) 6e5a511c2473b qbittorrent: 5.0.2 -> 5.0.3 94d0ac1428cce darktable: update deps to make cmake stop complaining and fix nix-update script. (#368007) 4c662c75bf221 python312Packages.oslo-context: 5.6.0 -> 5.7.0 13bb42f293220 darktable: Update deps to make cmake stop complaining and fix nix-update script. d2d7c7e3e36ee ruff: Build as a standalone without Python 247d47909ab1e grml-zsh-config: 0.19.8 -> 0.19.11 0697226d0a526 pylyzer: 0.0.74 -> 0.0.75 (#368013) a70c3d18ccd3b luanti: add jk to maintainers list 451ef3994777b minetest: rename to luanti c006b91a85bc8 minetest: 5.9.1 -> 5.10.0 11676f8aa9850 minetest: format 55c144984b29d erlang_25: 25.3.2.15 -> 25.3.2.16, erlang_26: 26.2.5.4 -> 26.2.5.6, erlang_27: 27.1.2 -> 27.2 (#367933) 0ed2997be7752 elixir_1_18: init at 1.18.1 (#367931) e86d0c5a95b4f elixir: add maximumOTPVersion assertion (#367986) 5cd56afa180e9 stackit-cli: 0.19.0 -> 0.20.0 (#367820) ccc2d4c2203fc cunicu: 0.5.72 -> 0.6.5 de61daf77d09b nixos-anywhere: 1.5.0 -> 1.6.0 (#367919) 597daed628074 alglib: 4.03.0 -> 4.04.0 (#367791) 20a6e0c6ca89a newlib: 4.3.0.20230120 -> 4.4.0.20231231 3f559b72fe3c2 pylyzer: 0.0.74 -> 0.0.75 3f124208ee78c glib: 2.82.1 -> 2.82.4 422e761b67dce proxmox-backup-client: switch to versionCheckHook 42e78fc54b5f0 osu-lazer{,-bin}: 2024.1219.2 -> 2024.1224.1 (#367956) 4468ece95ce6e ofono: Fix patch to work under GCC 14 870d582592bcf likwid: 5.4.0 -> 5.4.1 83c72c7305c29 nsc: 2.10.1 -> 2.10.2 1c5316a00d6a6 micronaut: 4.7.2 -> 4.7.3 27c0af47745bb proxmox-backup-client: 3.2.2 -> 3.3.2 d345aa9c88bf1 openafs: 1.8.13 → 1.8.13.1 11f42cceb012f marksman: 2024-12-04 -> 2024-12-18 (#367473) 2250bc26d86f7 newsboat: Only install useful binaries in package (#367657) 5f13397efc409 python312Packages.charset-normalizer: 3.3.2 -> 3.4.0 (#353687) 20fbe9ecfdbde bitwuzla: 0.6.1 -> 0.7.0 41fc7dd91935f wesnoth: pin to boost183 to restore the build (#367957) c7b408fd0827b fetch{gitlab,gitiles}: add tag argument (#367322) e5b556ef6e86b python312Packages.garth: 0.5.1 -> 0.5.2 f308a423a3c81 elixir_1_18: init at 1.18.1 8f8ffca8adb9c rip2: set up updateScript ce1a731d1f20b python312Packages.langchain-chroma: fix build (#367984) 1e73e22f30d7e elixir: add maximumOTPVersion assertion 03ccf4950e9ee trealla: 2.62.1 -> 2.63.10 (#367455) 3a30017a858e0 zpaqfranz: 60.9 -> 60.10 (#366854) 7a47cb5e0564e shipwright: fix build on gcc14 ab4c97048925c elixir: remove deprecated versions 1.10-1.13 (#367946) ec6d0fa867b1b nushell 0.100.0 -> 0.101.0 (#367658) 1164f22461091 python312Packages.langchain-chroma: fix build 807024af2d631 zfs-autobackup: 3.2 -> 3.3 e4646bdf63be5 slint-lsp: 1.8.0 -> 1.9.1 (#367365) 8b63910a02b2c erlang: use nixpkgs zlib, fix darwin dbedecd30e7eb python312Packages.langchain: fix build - disable some test paths (#367958) 2e870e5d5c69d zvbi: fix building for musl on x86_64 (#367922) 6735231f86d29 renovate: 39.65.2 -> 39.82.6 1085d73012e1d python312Packages.langchain-mongodb: fix build ee4442b36c1ed python312Packages.langchain-community: fix build, disable some tests 01a77de3d2e26 python312Packages.clarifai-grpc: 10.9.10 -> 10.11.2 4bb8aa2bff269 xorg.luit: refactor && migrate to pkgs/by-name (#351492) c62f9479d92e7 discordo: 0-unstable-2024-12-12 -> 0-unstable-2024-12-22 8aeabb1f7e22f Merge staging-next into staging 8a9e17a3bf643 Merge master into staging-next 7b7d8a3ecf1e2 awscli2: relax flit_core version pin 371e69dcca43f python312Packages.pyoverkiz: 1.15.2 -> 1.15.3 (#366663) a4089153dfcb0 pocketbase: 0.23.9 -> 0.23.11 (#366833) ab9f4b1ab35f9 waymore: init at 4.7 d59e60c4ac54d coursier: 2.1.19 -> 2.1.22 d61d838689010 gr-framework: 0.73.8 -> 0.73.10 e426adf4b63d6 n8n: cleanup defcdc88d552b darktable: fix updateScript (#367947) e57d6626fa29e caddy: avoid use of builtins and prefer lib c80e7396442d4 n8n: only update to stable releases 4642e27d9ac80 caddy: move withPlugins function into a dedicated file 34e249c010931 nushellPlugins.skim: 0.9.1 -> 0.11.1 a9baae6151da9 dumbpipe: 0.21.0 -> 0.22.0 cd9c3b884baa1 python312Packages.langchain: fix build - disable some test paths c4ca3376f4d6b sendme: 0.20.0 -> 0.21.0 672efea1738a1 python312Packages.duckdb-engine: 0.13.4 -> 0.14.0 c63f77dd44691 osu-lazer: 2024.1219.2 -> 2024.1224.1 665e085e8f5b1 osu-lazer-bin: 2024.1219.2 -> 2024.1224.1 e780bc8e5e3c2 wesnoth: pin to boost183 to restore the build e7751bceade3e kube-router: 2.3.0 -> 2.4.1 cf56aed31d168 ahoy: init at 2.2.0 (#366784) a4afcecf408a9 python312Packages.langchain-core: fix build (#367949) 85a0e1305ca73 lla: 0.3.1 -> 0.3.7 (#367734) f826467add393 gumbo: 0.12.2 -> 0.12.3 13deefe3fce30 librime-lua: 0-unstable-2024-11-02 -> 0-unstable-2024-12-21 (#367938) 3328bbbf5d2b8 ahoy: init at 2.2.0 ebf27adecb5d8 evolve-core: init at 1.6 (#364591) b9d59c4515ea7 envision: nixfmt c8acc7dce0ac6 gurk-rs: prefer tag rather than rev for fetchFromGitHub de7a60960219b envision: add missing dependencies b10750e2b6c26 envision: add dependency check tests e5f1e37337295 envision-unwrapped: add tests c7a5d52b3e417 gurk-rs: 0.5.2 -> 0.6.0 2af9866791b89 gurk-rs: add nix-update-script 784f9f572a8de gurk-rs: prefer versionCheckHook rather than testers.testVersion 98e10e60d5820 python312Packages.langchain-core: fix build 5f6d337541be9 python312Packages.openai: 1.57.4 -> 1.58.1 (#366011) 40aa0e85b2e34 darktable: fix updateScript cca626d84f0b1 evolve-core: init at 1.6 f19ecdeb7f551 elixir: remove deprecated versions 1.10-1.13 77f45542fa393 flood-for-transmission: 2024-05-18T08-04-58 → 2024-11-16T12-26-17 (#356559) ec2c7c65a777d standardnotes: 3.181.23 -> 3.195.13 (#365265) b3eb30da65321 wgcf: 2.2.23 -> 2.2.24 8812fb6637ca6 vimPlugins.fugit2-nvim: init at 2024-12-19 (#367786) 45ce75a12ea2a trivy: 0.58.0 -> 0.58.1 6f66d2ccdfe57 vscode-extensions.sas.sas-lsp: 1.12.0 -> 1.13.0 e905913c43d05 uv: use stdenv.hostPlatform.emulator to generate the shell completion unconditionally (#367851) 94a55bcfc8cbf python312.opentelemetry-instrumentation: fix build (#367915) e31f26ecf883f librime-lua: 0-unstable-2024-11-02 -> 0-unstable-2024-12-21 a67a0abf6f894 kubeone: 1.9.0 -> 1.9.1 (#367793) 1c29bf1dd4a28 standardnotes: 3.181.23 -> 3.195.13 ac5b74c44f2d2 bkcrack: 1.7.0 -> 1.7.1 ee3ba59f21026 commix: 3.9 -> 4.0 ac3cdad5391da python31{1,2}Packages.pysubs2: 1.7.3 -> 1.8.0 94ae2805dcb37 erlang_27: 27.1.2 -> 27.2 e3946b20c18ed erlang_26: 26.2.5.4 -> 26.2.5.6 1670e92cea08e erlang_25: 25.3.2.15 -> 25.3.2.16 99ab831a06acf erlang: fix updateScript dfa982d67c836 lrzsz: fix build on gcc14 484c9cc569d7f knxd: 0.14.66 → 0.14.71 (#367334) 00a8abb5e1ddc freeipmi: fix build with GCC14 ebc7402410a3c cargo-xwin: 0.17.4 -> 0.18.2 (#367806) 13d652a9f1891 legba: 0.9.0 -> 0.10.0 (#366390) d1d9fa604114b ngtcp2: 1.9.1 -> 1.10.0 (#366595) 077c52cb0376c mollysocket: 1.5.4 -> 1.5.5 (#367649) 9d01d877fa95d grpc-gateway: 2.24.0 -> 2.25.1 (#366829) 384d9370251af highs: 1.8.1 -> 1.9.0 (#366996) bd352cd67834c maestro: 1.39.2 -> 1.39.7 (#366938) bc423ff2baf01 python312Packages.json-repair: 0.30.3 -> 0.32.0 (#367274) 9b4288967421d cnquery: 11.34.0 -> 11.35.0 (#367402) 665ceb9d68e5a ox: 0.7.5 -> 0.7.6 ba39b4c6435db timetagger: 24.12.1 -> 24.12.2 (#367487) e24aa49b5d5fe iosevka-bin: 32.2.1 -> 32.3.0 66808ac55765d greetd.regreet: 0.1.1 -> 0.1.2 (#367520) aa87441e73b2c kdlfmt: 0.0.6 -> 0.0.8 (#367521) 889b29063fb53 saucectl: 0.190.0 -> 0.190.1 (#367682) 80cb0cc6bbb79 phel: 0.16.0 -> 0.16.1 (#367879) 6ba7c21450f1c starc: init at 0.7.5 (#354961) a62e4bca267ef python312Packages.rmsd: 1.6.1 -> 1.6.2 (#367725) 1f3c32e43507f zvbi: fix building for musl on x86_64 347b4b388ee8d python312Packages.pymee: add regex dependency (#355117) f8aa427967411 updatecli: 0.88.0 -> 0.90.0 (#367718) 4e57e466e4b80 nixos/vivid: init module 79a93b5d52be7 ocamlPackages.re: 1.11.0 → 1.12.0 531093ccbd570 coq: keep compiling master 4c523a595a70d haskellPackages: update stackage and hackage (#354270) 446b013ec7872 nixos-anywhere: 1.5.0 -> 1.6.0 b83d61858ab1d python312.opentelemetry-instrumentation: fix build 4abeaced18e99 snyk: clean up x86_64-darwin workaround 543967be0e838 snyk: pin Node 20 540870a4d0b9d linuxkit: 1.5.2 -> 1.5.3 69186691370da kmon: 1.7.0 -> 1.7.1 (#367809) 38c92887f9bd8 gitbutler: 0.12.16 -> 0.14.4 (#355366) 4ef71550dd704 modrinth-app: 0.8.9 -> 0.9.0 (#367803) 414c48bc82a54 authentik: 2024.6.4 -> 2024.12.1 (#363930) 29a9d03f8c65b eclipses: 2024-09 -> 2024-12 (#366594) 20722013573dd parallel: 20241122 -> 20241222 3046569950964 rocksndiamonds: 4.3.8.2 -> 4.4.0.0 3087e61291fb0 lesspipe: 2.11 -> 2.14 (#339954) 94d2565a7e385 python312Packages.tencentcloud-sdk-python: 3.0.1286 -> 3.0.1287 (#367740) d619849f767e7 roadrunner: 2024.3.0 -> 2024.3.1 a36a61d30840a shopware-cli: 0.4.61 -> 0.4.62 9fdf7a00b28cf python312Packages.equinox: 0.11.10 -> 0.11.11 66bdae437c82d Merge staging-next into staging 00bd7e94a2a52 Merge master into staging-next 9c4c97a033d2e qemu: remove out of sync buildPlatformStdenv (#367764) b81048705b054 home-manager: 0-unstable-2024-12-12 -> 0-unstable-2024-12-23 1a5d332428e41 python312Packages.databricks-sql-connector: 3.6.0 -> 3.7.0 c99f6ed5c85d6 temporal: 1.25.2 -> 1.26.2 (#367819) f6332c09ed44a nixos/ustreamer: init; ustreamer: 6.12 -> 6.18 (#367415) e4307e63cd666 haskellPackages: mark failing builds as broken bd57668ad50e2 deepin.deepin-editor: 6.5.2 -> 6.5.8 e00cd5669316a renode-dts2repl: 0-unstable-2024-12-12 -> 0-unstable-2024-12-20 (#367623) 37789d9eaa566 linuxManualConfig: forbid config errors on aarch64 b551567c59442 linux/common-config: add CMA_SYSFS version bound 73c466f7d5bd4 linux/common-config: don't set DEVKMEM on aarch64 bdebe0499515e linux/common-config: set NFS_FS=m 762e44ade3b55 linux/common-config: don't set PM_TRACE c4a1f9e4bbdf2 linux/common-config: conditionalize x86 specifics f0629e1d16c19 linux/common-config: add missing items for aarch64 e55f1d73344b9 deepin.deepin-calculator: 6.5.2 -> 6.5.4 813b1d38fcfdb nixos/ustreamer: update test to use module 8b261d027de92 nixos/ustreamer: init 0b1de2b532c9a ustreamer: 6.12 -> 6.18 5f5f70d192dbf ustreamer: add systemd support 6fc23f57fb31b ustreamer: set mainProgram 813e4811fdcce authentik.outposts.proxy: init at 2024.12.1 3702cc6c6be87 authentik,authentik.outposts.{ldap,radius}: 2024.6.4 -> 2024.12.1 859498b8a3b06 yaralyzer: 0.9.5 -> 0.9.6 7f00c304307ee omnictl: 0.44.1 -> 0.45.0 e840590675ae3 haskellPackages.amqp-streamly: don't attempt to run docker tests f2128f8035085 netdata: fix absolute path to lm_sensors binary 4cfa725452932 agebox: move to buildGoModule e64344cb7e539 fetchgitiles: add tag argument 4616db6469a88 fetchgitlab: add tag argument ef0cdab248308 fetchgitlab: nixfmt 987a75d61475a agebox: 0.7.1 -> 0.7.2 ac7f80ce0132a gmp4: drop e820be2f7e863 python312Packages.apprise: 1.9.0 -> 1.9.1 ab6998e83282a edgedb: 6.0.2 -> 6.1.0; migrate to pkgs/by-name (#365876) 9854b44c20fb4 opencorsairlink: fix build with GCC 14 8ed7c6127ed61 rmpc: 0.6.0 -> 0.7.0 (#367814) a82e8cd23112c phel: 0.16.0 -> 0.16.1 2f15fd55c6334 SDL_mixer: Fix mod support (#365401) 4af8ef3cd7a8b Remove Some Static IDs (#367563) df1929fb16c1e stats: 2.11.21 -> 2.11.22 30d47ee506cda yt-dlp: add maintainer donteatoreo 24233b7e1b9ee yt-dlp: 2024.12.13 -> 2024.12.23 631ac7fa28a6c n8n: 1.70.1 -> 1.72.1 (#364897) 5d38469566087 simdutf: 5.6.4 -> 5.7.1 (#367853) dba1cb7d78c8c ubports-click: nixfmt 5f3da539cccb9 ubports-click: Get rid of externally-supplied self e6452972fd405 yubico-piv-tool: 2.6.1 -> 2.7.1 7c9465f44166a openusd: fix distutils dependency (#367357) d50107f081e8b qradiolink: switch to GR 3.10 d8fb383b5189f gnuradioPackages.grnet: remove 1d884e1e5acbe gnuradioPackages.gsm: remove 25e5103b8e0ea gnuradioPackages.nacl: remove f3426f874e3d4 gnuradioPackages.rds: remove 19f71524c2f28 gnuradioPackages.limesdr: remove 90639458999c6 gnuradioPackages.ais: remove c405f45fc0a11 gnuradioPackages.osmosdr: simplify expression for a single GR version 4a9dcde80bb58 swig3: remove 7c046c1e241c5 kodi: add patch for swig 4.3.0 d79a8896cb4a7 gnuradio3_8: remove d8be53aeab8c6 inspectrum: switch to GR 3.10 592ebbfbf1b60 gnuradioMinimal: move to pkgs/by-name 6d55129551f73 gnuradioPackages.osmosdr: don't use with lib; in meta 9fb5c8cec93ab gnuradio: use new apple-sdk pattern 2bdbb27131d34 python312Packages.flask-security: fix test 65121a80804fe ubports-click: Migrate to by-pkgs 7cf7b909de9f4 mailpit: 1.21.6 -> 1.21.8 52d9872b0114d youtrack: 2024.3.53776 -> 2024.3.55417 774cfbe7067b1 ubports-click: Add passthru.updateScript 17117a4ce0633 uxplay: 1.70 -> 1.71.1 (#367701) ab54cadc27453 ubports-click: Modernise 155d71f720931 weaver: unpin apple-sdk 0bf195b49d90e dust: unpin apple-sdk 1077e452bcd6a ubports-click: unstable-2023-02-22 -> 0.5.2 a9db27f07c8e6 prometheus-mongodb-exporter: 0.43.0 -> 0.43.1 56c04e860fdaa various: drop colemickens as maintainer (#367727) 63a1bf0c75bb3 eksctl: 0.198.0 -> 0.199.0 7d9925471fa15 grafana-loki: 3.3.1 -> 3.3.2 67355598ce6ef halo: 2.20.11 -> 2.20.12 7dcb1a29b6da3 v8: drop (#367104) 1d9aca3415c58 acpica-tools: R09_27_24 -> R2024_12_12 (#367843) 023eba06340a7 uv: use stdenv.hostPlatform.emulator to generate the shell completion unconditionally 37c143e856e14 simdutf: 5.6.4 -> 5.7.1 0f03ddbdf04d2 istioctl: 1.24.1 -> 1.24.2 d91865d4344bf vault-ssh-plus: 0.7.6 -> 0.7.7 (#367824) f50837d1535ce maintainers: add matrix to rapiteanu d3c4bf27ef4da edb: 1.4.0 -> 1.5.0 (#366875) 67bfb72264075 terraform-ls: 0.36.2 -> 0.36.3 8aca0d9450c88 podman: backport removing incomplete layers fix (#367629) 19a0241918179 pfetch: 0.6.0 -> 1.7.0 (#367570) b887d2eecfdad sgt-puzzles: 20241123.5e74004 -> 20241223.5eea14c (#367655) 14f5d0dd5c891 python3Packages.python-kadmin-rs: init at 0.5.2 6c5c370f5ea49 python3Packages.drf-orjson-renderer: init at 1.7.3 c831bc2a8bd31 python3Packages.scim2-filter-parser: 0.5.0 -> 0.7.0 e49c559979dab wordpressPackages.plugins.wp-fail2ban: init at 5.3.2 (#332805) 5aab9a0db467d pfetch: add version check 4dc5e9d2f606b vimPlugins.{lightline-bufferline, nvim-nonicons}: fix nativeCheckInputs (#367787) ebbbac073b663 jwtinfo: init at 0.4.4 (#337694) 5a4ff5b3abc3a gns3-{gui,server}: 2.2.50 -> 2.2.51 (#356889) ee5fc04e44688 acpica-tools: R09_27_24 -> R2024_12_12 f9ad23527e457 mise: 2024.12.6 -> 2024.12.17 (#367639) c1eba5edbbc7d trunk: 0.21.4 -> 0.21.5 49291ae619a4a juce: 7.0.11 → 8.0.4 (#356771) e19c22f9f71b4 python312Packages.pyinstaller-hooks-contrib: 2024.10 -> 2024.11 e52ed6eeb1b7b rattler-build: 0.32.1 -> 0.33.1 8cbb98b724e0d flood-for-transmission: 2024-05-18T08-04-58 → 2024-11-16T12-26-17 a7baf034f3e15 flood-for-transmission: reformat with nixpkgs-rfc-style 68c1f8e732881 python312Packages.jinja2: 3.1.4 -> 3.1.5 (#367410) 078bce247b7c3 avahi: apply patch for CVE-2024-52616 (#364996) 459dc759903e2 perlPackages.XSParseKeyword: 0.44 -> 0.46 (#349112) e1213d79c0089 recordbox: 0.8.3 -> 0.9.0 dcbfd146c4066 epsonscan2: 6.7.63.0 -> 6.7.70.0 (#365687) 6d6ede03a2aaa vault-ssh-plus: 0.7.6 -> 0.7.7 aa1d45dc66533 turnon: 1.6.2 -> 2.0.0 cf45abc72011a Merge staging-next into staging 749f0858bf46c tuba: 0.9.0 -> 0.9.1 efbcea52201a1 Merge master into staging-next 94cf6ebcd47e1 stackit-cli: 0.19.0 -> 0.20.0 32855dee65a3a temporal: 1.25.2 -> 1.26.2 7238afd84b784 cloudflare-warp: 2024.11.309 -> 2024.12.554 a7e5f9c603a76 python312Packages.m2crypto: 0.42.0 -> 0.43.0 (#361988) 9db2338dc0c68 rmpc: 0.6.0 -> 0.7.0 5c5d7df9cfc6c tenv: 3.2.11 -> 4.0.3 d8476da2c795d goose: 3.23.1 -> 3.24.0 2f50751f439a4 tangara-cli: init at 0.4.3 f9be289a7645f glooctl: 1.18.0 -> 1.18.2 c7bb21f40e27e fontforge: disable Python with a cmakeFlag 80b0f86ba4e88 fontforge: move to by-name a3fd2b4e9d3c1 kmon: 1.7.0 -> 1.7.1 f7dbf97ea5f63 gitbutler: 0.12.16 -> 0.14.4 645b40cef526c gitbutler: importCargoLock -> fetchCargoVendor ed0277da033d3 bosh-cli: 7.8.2 -> 7.8.5 44e771b447983 cargo-xwin: 0.17.4 -> 0.18.2 4780e19ce0c2e intel-gpu-tools: 1.29 -> 1.30 93fb566bef1d7 vimPlugins: nativeCheckInputs -> checkInputs f1f275a93fefa innoextract: fix the build against boost-1.86 (#367699) 52220e8a9a4c7 iwd: 3.2 -> 3.3 (#367303) 04e4b6a585089 modrinth-app: 0.8.9 -> 0.9.0 af22e6717b7e8 neovim-require-check-hook: include check inputs 085ee162cd78d plow: 1.3.1 -> 1.3.2 a30f901d901c3 dnsproxy: 0.73.4 -> 0.73.5 012eed4a8d036 darklua: 0.14.1 -> 0.15.0 5730da7f4c72d nco: 5.2.9 -> 5.3.0 2c8cda529a478 grails: 6.2.2 -> 7.0.0-M1 1f75e58d8696f imewlconverter: 3.1.1 -> 3.2.0 (#367643) 722c58b5e5bae modrinth-app: importCargoLock -> fetchCargoVendor f8dca9319b78c lcm: 1.5.0 -> 1.5.1 ca65b58328ef8 kubeone: 1.9.0 -> 1.9.1 a6a7341fef7dd nixos/podman: expose `virtualisation.podman.package` 2390145ef5177 xq-xml: 1.2.5 -> 1.3.0 5d7fe511677e6 alglib: 4.03.0 -> 4.04.0 8cd53510161e4 pluto: 5.20.3 -> 5.21.0 4b2408beac6b9 flatbuffers: 24.3.25 -> 24.12.23 d9e47289002dd bigquery-emulator: don't reference pname in fetchFromGitHub (#367622) a97ddc355a01e vimPlugins.nvim-nonicons: fix nativeCheckInputs 3517b02dcef6a ltex-ls-plus: 18.3.0 -> 18.4.0 014089e0400d6 vimPlugins.lightline-bufferline: fix nativeCheckInputs e8fe110d76d1c vimPlugins.fugit2-nvim: init at 2024-12-19 e2db3df3923b2 python3Packages.ray: re-add empty set fallback (#367782) 2663f02a511fc python3Packages.ray: re-add empty set fallback 0a4b89adfe914 maintainers/teams: vim -> neovim (#367471) 8de37713e440b bun: 1.1.38 -> 1.1.42 (#367078) 14fc3db57d445 neovim: set maintainers to lib.teams.neovim 0800968c8006d maintainers/teams: vim -> neovim 5b563b6c050b0 vimPlugins.fzf-lua: migrate to buildNeovimPlugin (#367778) 98c4ba17727c9 microsoft-edge: 131.0.2903.86 -> 131.0.2903.112 (#367565) 10586634b5c80 vimPlugins.fzf-lua: migrate to buildNeovimPlugin 08b6cf54302e5 (pkgs, nixos)/unl0kr - update to accomodate upstream changes (#362825) 0234af04f44b9 python312Packages.ffmpy: 0.4.0 -> 0.5.0 8ab80f48c7402 linux/common-config: Make backlight device support built-in 8430d0d126b92 komikku: 1.65.0 -> 1.66.0 (#367620) afbc937b97f79 python312Packages.jupyter-collaboration: 3.0.0 -> 3.1.0 (#367760) 4a091578d6a49 Merge master into haskell-updates c474162a747da node-red: 4.0.5 -> 4.0.8 (#367726) cbdd7297b54b3 Merge staging-next into staging 1af8dd597606c Merge master into staging-next b0f110321197e fontforge: fix error: Core python package 'pkg_resources' not found: Cannot discover plugins (#355789) 66e4c2103dc89 pkgs/unl0kr: superseded by pkgs.buffybox nixos/unl0kr: accomodate for the future 3b01f60293541 vimPlugins.blink-cmp: 0.8.1 -> 0.8.2 (#367768) 18ed05989e032 bicep: fix update script deps (#367554) c9b296792ad26 vimPlugins.blink-cmp: 0.8.1 -> 0.8.2 d43d9d17fad42 haskellPackages.unbound-generics: Unmark broken cde85e7373993 uiua: 0.13.0 -> 0.14.1 (#367742) 874fd878255f9 python3Packages: update font related packages (fonttools, ufoprocessor, afdko, fontpens) (#363578) c8adff5b7a7b3 python312Packages.pyhanko: fix on darwin (#367756) b48c91dbe8948 ejabberd: 24.10 -> 24.12 005dabd6ab29a vlc: pin ffmpeg to 4.x to fix VAAPI (#367290) 6815b62534482 python312Packages.pyhanko: fix on darwin 9ea9538b3fa85 darktable: 4.8.1 -> 5.0.0 (#367238) 1636ec1b8ffe1 devenv: fix locale warnings, install shell completions, and more (#367567) ebdf35c4363d5 bespokesynth: Move to by-name 4b44b0f2c418f apt: 2.9.17 -> 2.9.18 16267bf47023a bespokesynth: Hardcode queried FQDN 3d292de609272 qemu: remove out of sync buildPlatformStdenv 5d79811c52e51 makejinja: 2.6.2 -> 2.7.2 b467e92d8abf1 siyuan: 3.1.13 -> 3.1.16; improve updateScript (#362889) e8ca293bb3b56 bespokesynth: Use more system dependencies 5bc6acc80df0e bespokesynth: 1.2.1 -> 1.3.0 0a3fd92de049e bespokesynth: Add passthru.updateScript 3a117af47d70c bespokesynth: Modernise (with rebuilds) c179a7c5254a4 pythonPackages.python-mpv-jsonipc: maintainers: drop colemickens 763e6b6720b16 pythonPackages.plexwebsocket: maintainers: drop colemickens d0b72795e2964 pythonPackages.plexauth: maintainers: drop colemickens c508066e16069 pythonPackages.plexapi: maintainers: drop colemickens 452e396ce2263 pythonPackages.getmac: maintainers: drop colemickens 4971ed01cbc14 nixos/ids: Link to RFC #52 and explain that static IDs are not allowed. 26d36d7bfc010 python312Packages.jupyter-collaboration: 3.0.0 -> 3.1.0 5b4ea980e508a tutanota-desktop: 253.241203.1 -> 259.241223.0 00f5eec34e0be python312Packages.pyexploitdb: 0.2.59 -> 0.2.60 39b763960624d python312Packages.pyswitchbot: 0.54.0 -> 0.55.4 4f46e28a3e9e8 python312Packages.pyoverkiz: 1.15.3 -> 1.15.5 09332bf97c98e spring-boot-cli: 3.4.0 -> 3.4.1 7dd2a13012508 various: drop colemickens as maintainer (#367728) ef27bba8d5e52 Update RoCM substitutions for tinygrad (#367501) 8daa26870949f python312Packages.mypy-boto3-glue: 1.35.80 -> 1.35.87 3be3b0e180027 python312Packages.mypy-boto3-eks: 1.35.86 -> 1.35.87 a089e748d5711 python312Packages.mypy-boto3-ecr-public: 1.35.0 -> 1.35.87 4d3030bf6afb2 python312Packages.mypy-boto3-ecr: 1.35.21 -> 1.35.87 558c04a4dc12f cc-wrapper, bintools-wrapper: Improve hooks that run before invocation (#366960) 1aa29a6462e19 shadps4: 0.4.0-unstable-2024-12-08 -> 0.4.0-unstable-2024-12-23 baaca5ddd85ad kube-bench: 0.9.3 -> 0.9.4 1680fa9aef299 tegola: 0.20.0 → 0.21.0 2311cf99835b7 python312Packages.keba-kecontact: 3.0.3 -> 4.0.2 e55ae8eff9f3a python312Packages.asyncio-dgram: fix hash 898f7b498b3db bespokesynth: Modernise dbe6cd859a9ef st-snazzy: rename from siduck76-st fca833ce939bd uiua-unstable: 0.14.0-rc.3 -> 0.14.1 26f9954b388a0 vscode-extensions.uiua-lang.uiua-vscode: 0.0.56 -> 0.0.61 63363fa2e473c uiua: 0.13.0 -> 0.14.1 eea887fd23d6a maintainers: add pouya be4a61a674a5f python312Packages.appthreat-vulnerability-db: 6.2.2 -> 6.2.3 de1864217bfa9 qemu: use apple-sdk_13; fix build (#367606) 0cb387f143081 natscli: 0.1.5 -> 0.1.6 (#367647) 8c62a16b21bb6 nuclei-templates: 10.1.0 -> 10.1.1 (#367648) 3ed31fcc52148 python312Packages.tencentcloud-sdk-python: 3.0.1286 -> 3.0.1287 210b2fc04c5a6 python312Packages.notifications-python-client: 10.0.0 -> 10.0.1 (#367576) b9ddc5d381f6e python312Packages.pyprobables: 0.6.0 -> 0.6.1 (#367577) 6e3964d7dd200 python312Packages.slack-sdk: 3.33.5 -> 3.34.0 (#367580) 18c0808548b7d python312Packages.weheat: 2024.11.26 -> 2024.12.22 (#367581) be73c0d23fe8d python312Packages.types-awscrt: 0.23.4 -> 0.23.6 (#367604) 26e63ed801b77 dxvk_2: 2.5.1 -> 2.5.2 (#367663) ffdb0e828cbed restic-browser: init at 0.3.1 (#348387) ef788d47237a4 vendor-reset: fix build on Linux 6.12 38bbe73f0d0a9 phpdocumentor: 3.5.3 -> 3.6.0 (#367691) c1d048a93a647 hyprland: 0.46.1 -> 0.46.2; hyprland-qtutils: init at 0.1.1 (#367113) a85be42abaa38 edb: add passthru.tests.version, use nix-update-script 35daaa722171d edb: remove usage of with lib; a557733000d17 edb: 1.4.0 -> 1.5.0 3b60aae3bf381 manaplus: don't use sdl-config 31bd9d69ebf70 manaplus: move to pkgs/by-name 67b4a819d2d2f manaplus: build without internalsdlgfx 2e7d7a72a1586 manaplus: fix build c56662126e0e5 python312Packages.binance-connector: 3.10.0 -> 3.11.0 4168283a5b23e rabbitmq-server: use Elixir 1.17 (#367681) 5c1ae5ada313d lla: 0.3.1 -> 0.3.7 abae60118935b tigerbeetle: 0.16.17 -> 0.16.19 (#367568) 1e5f0f5b1376c gopls: 0.17.0 -> 0.17.1 (#367546) 41d38a5aa5629 alsa-utils: 1.2.12 -> 1.2.13 9bcf7eca9676d newsboat: 2.37 -> 2.38 (#367453) a58a6728cdf8b elixir-ls: 0.24.1 -> 0.25.0 (#367675) 899146019f286 haskellPackages.diagrams-input: downgrade for Stackage LTS compat 5dce243bc8135 haskellPackages: mark builds failing on hydra as broken 9dfb922a3577c ladybird: Update darwin sdk version e8bc90b4b1388 sn-pro: maintainers: drop colemickens bcda17cdff364 skia: fix skia dynamic linking 3bc0e29eed2e8 node-red: 4.0.5 -> 4.0.8 df8686b017d73 cordless: maintainers: drop colemickens e993bd08a09a8 python312Packages.rmsd: 1.6.1 -> 1.6.2 63c3579ead54a libjpeg_turbo: maintainers: drop colemickens 1a7cea48b63e5 kube-router: maintainers: drop colemickens 5dadb1771adac mxt-app: maintainers: drop colemickens ad7b1030dbaa9 azure-storage-azcopy: maintainers: drop colemickens 7e27efc8723ef sgt-puzzles: add help pages (#367429) 5453e433bb89b nushellPlugins.units: 0.1.3 -> 0.1.4 0c6829402dce4 pythonPackages.flux-led: maintainers: drop colemickens 11824a89db618 pythonPackages.denonavr: maintainers: drop colemickens 7879d47e8ca1d pythonPackages.bravia-tv: maintainers: drop colemickens f4f03ae1de852 fishPlugins.bang-bang: init at 0-unstable-2023-07-23 (#357041) 1588cc08aff2c hyprland: 0.46.1 -> 0.46.2 b74a56e2acce8 hyprland-qtutils: init at 0.1.1 b81b4edf1a6af vimPlugins.blink-cmp: fix pname (#367715) db087bfef3eac nixos/librenms: enable optimizations and view-cache (#367679) 20a0d476d3f24 updatecli: 0.88.0 -> 0.90.0 0f93231e50ba1 Merge staging-next into staging 0b6baa287294e Merge master into staging-next 83dfdf2470b6b hyprcursor: 0.1.10 -> 0.1.11 (#367335) 297e5bb009fb4 amazon-cloudwatch-agent: let users specify configuration file paths (#358559) cdf951d628e7a vimPlugins.blink-cmp: fix pname 75e16a4607079 3proxy: fixup build with gcc14 4751b209f83d4 objfw: move passthru test to its own file (#367625) c015257a4499c SDL_sound: fix cross build 5195fb37de032 jx: 3.11.3 -> 3.11.4 (#367613) 62558150fc964 vgm2x: 0-unstable-2024-12-11 -> 0-unstable-2024-12-13 e84b3a098ec10 gltron: fix the build against gcc-14 (#367678) 7ecabe016b6aa nixosTests.budgie: Fix build (#367708) e8c67697a225d objfw: move passthru test to its own file 3f9b0b0cf4a36 python3Packages.radish-bdd: 0.17.1 -> 0.18.1 (#367336) e0949be93021d budgie-control-center: Fix GCC 14 build f2463f9cb02c2 cheese: Propagate gstreamer e774cd81765da magpie: libgbm -> mesa df40c21c9bb10 cheese: Fix GCC 14 build c81571ad8aaf5 budgie-screensaver: Fix GCC 14 build e03044b454b95 Merge branch master into haskell-updates 08e5997ea99ce Merge staging-next into staging 6afe80a7d87c2 Merge master into staging-next fd4b759fd5af5 nushellPlugins.highlight: fix description 784b98a5e7274 nushellPlugins.highlight: 1.3.2+0.99.0 -> 1.4.2+0.101.0 2ad214772ba3d komac: 2.6.0 -> 2.8.0 2b37ecedbb948 libmpd: Fix GCC 14 build (#367692) 03db75cc7f352 innoextract: fix the build against boost-1.86 5841ea7ffe1c2 signal-desktop: 7.35.0 -> 7.36.0; signal-desktop(darwin): 7.35.0 -> 7.36.0; signal-desktop(aarch64-linux): 7.34.0 -> 7.36.0 (#364691) def309749d2e0 lv: 4.51 -> 4.51-unstable-2020-08-03, fix gcc-14 build (#367689) cb4de651b35df uxplay: 1.70 -> 1.71.1 43453984cc2e8 rocksdb: 9.7.4 -> 9.8.4 (#364813) d1d640e33141e Add compiler_hip fixes 2181bfd0a3c85 libmpd: Fix GCC 14 build f9cb5d3ec13e7 lv: 4.51 -> 4.51-unstable-2020-08-03, fix gcc-14 build 24db2b71600de bpftools: fix cross f05e50e5a5810 glaze: 4.0.2 -> 4.2.2 (#367348) ab13e8340b1be ox: 0.7.2 -> 0.7.5 b77f43a212348 fanbox-dl: 0.27.1 -> 0.27.2 (#367640) ed11ad7d7869e eigenmath: 3.35-unstable-2024-12-11 -> 337-unstable-2024-12-20 (#367461) 2723f90663031 gren: 0.4.5 -> 0.5.2 d88d2c2a0e6fa phpdocumentor: 3.5.3 -> 3.6.0 1a13741cd67e4 gltron: enable parallel building 9e7181bcbbddc gltron: fix the build against gcc-14 11d29b53c4bf7 freshrss: 1.24.3 -> 1.25.0 (#367638) e77978fa59bab syslinux: fixup build with gcc14 36f82b3f123d8 nixosTests.cinnamon: Fix build (#367668) 77d48f1fe80e9 rabbitmq-server: use Elixir 1.17 59020cac75454 python312Packages.scikit-posthocs: 0.11.1 -> 0.11.2 bc81d479f91f5 saucectl: 0.190.0 -> 0.190.1 929f5f6dd2223 nushellPlugins.units: 0.1.3 -> 0.1.4 eaa8cb32b2e8e nushell: 0.100.0 -> 0.101.0 0aa9c6706d8f3 treewide: mesa -> libgbm, hopefully the last time (#367674) 6abc69d2cf908 nixos/librenms: enable optimizations and view-cache 1d2118f727f2d asusd: allow specifying configs via paths e56d7c29ffbd6 apko: 0.21.0 -> 0.22.4 4baf396a77370 elixir-ls: 0.24.1 -> 0.25.0 f822aa993448d xorg/generate-expr-from-tarballs: map libgbm properly a3f2328caec3e simple-live-app: mesa -> libgbm f36e2fdd548b9 mesa-demos: mesa -> libgbm 6b11d6f03f4d4 vimPlugins: fix require failures (#367666) e728c7aca5eb1 vimPlugins.LazyVim: skip ui module 1a9ff008f028f vimPlugins.nvim-tree-lua: skip some modules 4dec804e59686 vimPlugins.snacks-nvim: skip some modules 022ff8023b250 vimPlugins.blink-cmp-copilot: add copilot dependency dd15820cc1de1 magic-wormhole: fix test for twisted 24.10.0 410d84605ac1f satty: 0.14.0 -> 0.15.0 f08e95b16f4ef timeshift: Fix GCC 14 build e09f075b080bb linuxPackages.xpadneo: 0.9.6 -> 0.9.7 05f5f947b4fee nixos/cinnamon: Replace xplayer with celluloid b685ea0654cbd xplayer: Fix GCC 14 build 5c5fab76c211e qbittorrent-enhanced-nox: 5.0.2.10 -> 5.0.3.10 f234581b98554 syft: 1.18.0 -> 1.18.1 (#367499) e3c0800bf9d1a k3s_1_29: 1.29.11+k3s1 -> 1.29.12+k3s1 (#367386) ccf7383e85f97 k3s_1_30: 1.30.7+k3s1 -> 1.30.8+k3s1 (#367174) 2f70db3e94297 clutter-gst: Add missing gstreamer-* 47bf70009b583 k3s: allow overriding go derivations (#365896) 3ce0b979388c8 gnuradio: remove unused swig argument a7f85ab6d6d2b Cinnamon updates 2024-12-22 (#367356) 215b5f958b853 dxvk_2: 2.5.1 -> 2.5.2 57ed908d01145 treesheets: 0-unstable-2024-12-11 -> 0-unstable-2024-12-22 88538e0d8529d caribou: Fix GCC 14 build 52fc4c0e9c909 python312Packages.mlx: upgrade and fix build (#367011) a710670a07198 tiledb: fix libcxx builds (#367289) e9830e9b5a310 muffin: libgbm -> mesa (#367656) 5bf9e8fd840bf newsboat: Only install useful binaries in package 026ea4ed07d10 muffin: libgbm -> mesa 578c5b6583b26 prometheus-frr-exporter: init prometheus exporter module 58cc8ab9c8d13 sgt-puzzles: 20241123.5e74004 -> 20241223.5eea14c dd21e3818667e {folly,fizz,mvfst,wangle,fbthrift,fb303,edencommon,watchman}: 2024.11.18.00 -> 2024.12.09.00 (#362234) 0e2d2f87f0f61 kanidm: discern normal build from provisioning build and fix 1_3 patches (#367230) fc9c33366b982 staging-next 2024-12-04 (#361878) 3f74154fa125e duplicati: 2.0.8.1 -> 2.1.0.2 3c1d71c5b8802 python311Packages.jenkins-job-builder: 6.4.1 -> 6.4.2 585f76290ed66 zenoh: disable all tests (#367608) d158f4ba41d1b python312Packages.pmdarima: fix build af2d9ea5fea7d mollysocket: 1.5.4 -> 1.5.5 bcd858af5aa49 nuclei-templates: 10.1.0 -> 10.1.1 ff181efcdf2a0 natscli: 0.1.5 -> 0.1.6 844e977776939 python3Packages.nanobind: 2.2.0 -> 2.4.0 (#366800) e89912ff3a00e kubectl-cnpg: 1.24.1 -> 1.24.2 042199693264c imewlconverter: 3.1.1 -> 3.2.0 58af658f998b5 home-assistant-custom-components.homematicip_local: 1.73.0 -> 1.75.0 (#365459) 83468daa50fcb microsoft-gsl: don't use -Werror for clang (#367310) d0c1c2885b980 gotrue-supabase: 2.165.1 -> 2.166.0 5cd2444668904 nixosModules.MooseFS: Format (#367327) 22520a207c3d8 fanbox-dl: 0.27.1 -> 0.27.2 1262fc33d7e6f mise: 2024.12.6 -> 2024.12.17 adf98ff545478 freshrss: 1.24.3 -> 1.25.0 16850c4ac5d95 bacon: 3.5.0 -> 3.6.0 83e902bb66f77 dpdk: apply patch for CVE-2024-11614 (#366259) 9264594e44466 ayatana-indicator-sound: 24.5.0 -> 24.5.1 d510f60a4de5c lib.generators.toPlist: escape XML syntax in strings & keys (#356502) 314723e3e882a heptabase: 1.48.1 -> 1.49.0 ceede881941c1 publii: 0.46.2 -> 0.46.3 aa044ad500136 kdePackages.drumstick: 2.9.1 -> 2.10.0 b7c1e20c24f27 bookstack: 24.10.3 -> 24.12 1266459a621ab webdav: 5.6.1 -> 5.7.0 7042c42ea53f7 xfce.xfce4-screensaver: 4.18.3 -> 4.18.4 (#367048) 00a41a8463e13 podman: backport removing incomplete layers fix bd8d7d941b79a weechat: 4.5.0 -> 4.5.1 388a09e8c171e weechat: 4.4.4 -> 4.5.0 890e5f24567d6 build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#367609) 4d40b997d3a62 Merge staging-next into staging 02d93dd7ec796 Merge master into staging-next 1e6869fb0608c factoriolab: 3.8.5 -> 3.8.9 605126dd327c1 GNOME updates 2024-12-19 (#366551) c20c01c319a26 bigquery-emulator: don't reference pname in fetchFromGitHub 672973d6b59d3 renode-dts2repl: 0-unstable-2024-12-12 -> 0-unstable-2024-12-20 0e08612568a02 miracle-wm: 0.3.7 -> 0.4.0 7b48c57238c88 crossplane-cli: 1.18.1 -> 1.18.2 18a943798a474 nixos/networkd: add NetLabel & NFTSet options d1cb670ee6473 lib.generators.toPlist: escape XML syntax in strings & keys fae960f154519 kodiPackages.keymap: 1.2.1 -> 1.3.0 8a32455586c40 build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#367610) c8fcff4a74a9f qgis-ltr: 3.34.13 -> 3.34.14 (#366816) d087ce6d536f6 qgis: 3.40.1 -> 3.40.2 (#366813) 895c5f50b7691 jx: 3.11.3 -> 3.11.4 697c771698676 abracadabra: 2.7.1 -> 2.8.0 (#367361) abd256e12b2ed build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 4c4e9337fa950 build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 613babf6a65d5 copywrite: init at 0.19.0 2ffff15c22148 readarr: 0.4.5.2699 -> 0.4.6.2711 a4def82fcf7b9 zenoh: disable all tests d5e5e7198bf74 redpanda-client: 24.2.13 -> 24.2.14 (#367498) b1c19ac8f98d0 qemu: use apple-sdk_13 0865a89b3260a lazyjournal: 0.4.0 -> 0.5.0 (#366891) ce7f8f04e9e85 nextjs-ollama-llm-ui: add env var control over cache dir (#366977) 854f0111d37e9 rquickshare: fix opening 7acb98dcc9daa python312Packages.types-awscrt: 0.23.4 -> 0.23.6 e9c5bf1c02102 xorg.libICE: 1.1.1 -> 1.1.2 f67483944284a zabbix60: 6.0.26 -> 6.0.36, zabbix64: 6.4.15 -> 6.4.20 (#361882) 638fc37232c78 rubyPackages.rexml: 3.3.6 -> 3.3.9 (#361513) 600bb6055102e rubyPackages.rails-html-sanitizer: 1.6.0 -> 1.6.1 (#361503) 8345b3fb18de5 nano: 8.2 -> 8.3 6f43be1abad0e python312Packages.beanquery: init at 0.1.0 (#325917) 20e0e8885220a wayland-protocols: 1.38 -> 1.39 3dfebe2d26150 limo: 1.0.9 -> 1.0.10 (#367101) 39f0c2cff1297 tesseract: ensure fixupPhase is run (#352788) 870974b0260f9 ack: 3.7.0 -> 3.8.0 8ae7ef7913f00 linux_xanmod, linux_xanmod_latest: 2024-12-20 (#367161) cc029f10ddb93 apftool-rs: init at 0-unstable-2024-01-05 (#354398) 852e3f019e07f schroot: init at 1.6.13-5 (#351765) 9c6d3583ba27d ts_query_ls: 1.0.1 -> 1.4.1 (#361022) c9a9b70b2aee2 flutter: patchShebangs more things 94e324b3937f6 inkscape: fix gobjectptr compile error (#367443) c5503d28b3753 haskell: pick GCC 14 workarounds from haskell-updates (#367364) d774f431439f8 python312Packages.weheat: 2024.11.26 -> 2024.12.22 92e7d4404d621 python312Packages.slack-sdk: 3.33.5 -> 3.34.0 4b816e180111c Merge remote-tracking branch 'origin/master' into staging-next eeb4490d0302b radare2: use system zlib; fix darwin (#367342) cd6c393d34a19 ppp: adopt, cleanups, add systemd sd-notify & PAM support (#366940) 17e8edecd1db0 linux_xanmod: add eljamm as maintainer (#367571) 9fc0e74c2d4cb openscad-unstable: 2024-12-06 -> 2024-12-21 (#367202) 118016b45df95 dbvisualizer: init at 24.2.4 (#344225) 1faac858bf53d python312Packages.pyprobables: refactor 21242dac6f789 python312Packages.pyprobables: 0.6.0 -> 0.6.1 694f4998c9992 nixos/netdata: copy apps_groups.conf instead of symlink (#356313) 9066941bef990 python312Packages.pypck: 0.7.24 -> 0.8.1 403eb366215e3 cpptrace: init at 0.6.2 (#316008) 8b235ad144a9d nixos/dolibarr: change permissions of conf.php to read only 798b9178c35c8 superlu: fix darwin (#367110) b9c37798b673d xpra: fix xpraWithNvenc build (#365793) 23ef03f4b1478 linux_xanmod: add eljamm as maintainer 2dfabce3866aa nixos/dolibarr: format 79ed846045f8b vimPlugins: cleanup (#366898) b9858c3c3cbe0 python312Packages.notifications-python-client: 10.0.0 -> 10.0.1 8865efb2a7b4e ast-grep: 0.31.1 -> 0.32.2 (#367304) 7929c2e14aacd wezterm: make it build with clang 19 (#366840) e98cbf45b5e2a chez: pin to clang-17 on x64 darwin (#367294) 2e5433fa98190 sss_code: init at 0.2.0 (#302495) de59a6148f9d5 mozc: use our protobuf (GCC 14 fix) (#366868) c4db87b6bc109 pfetch: add phanirithvij as maintainer 36e0d114c2dee pfetch: 0.6.0 -> 1.7.0 c64c1c9da3c5d python312Packages.yalexs-ble: 2.5.5 -> 2.5.6 (#367408) e15c32a46238b terragrunt: 0.69.10 -> 0.71.1 (#367422) 9787d984717fa xpra: fix xpraWithNvenc build 440a6ea178a27 sqlitestudio: 3.4.10 -> 3.4.12 58ff6e0dc6d43 codesnap: 0.8.2 -> 0.8.3 (#367480) aa9162f52708f devenv: drop old macOS SDK pattern 5de4a42fd3484 devenv: generate man pages and shell completions f0b2d8daeaa18 devenv: add locale fixes for non-NixOS systems 218901bd4c68d nixos/whisparr: Remove static IDs 55e8064b0b198 Revert "nixis/uinput: use a fixed GID for the uinput group" d8d3c38cebb1b openfortivpn-webview: init at 1.2.0 (#302409) 2c981cb787c10 qbittorrent-enhanced: 4.6.7.10 -> 5.0.2.10; add nox variant (#358112) 39fd969a65596 pods: 2.0.1-unstable-2024-08-11 -> 2.1.2 (#343501) 6653c164257d6 vimPlugins.remote-nvim-nvim: dontPatchShebangs d8adc1e79a885 vimPlugins.vim-xkbswitch: remove unused patch 2e1fcd24f900f vimPlugins.vim-wakatime: fix replace 497f030efb8cb vimPlugins: consolidate non generated plugins 637fb7239d59f vimPlugins: replace -> replace-fail f6cb1284ffa2a jetbrains-runner: init at 3.0.4 (#348382) 247fc0e7e06b8 krunner-vscodeprojects: init at 2.0.1 (#348384) 5112d24232c19 hyprlandPlugins.hy3: 0.45.0 -> 0.46.0 (#367412) c964fbf71167b vimPlugins: cleanup typos 9243f2eb7edee vimPlugins: cleanup unused imports 451114893a28a objfw: add passthru test (#366484) 6a28bdc351907 linuxPackages_latest.prl-tools: 20.1.2-55742 -> 20.1.3-55743 dfc625cd19c79 switchaudio-osx: init at 1.2.2 (#365581) 505ce8ad5425c fastfetch: 2.31.0 -> 2.32.1 (#366494) 8ffaccd276890 bicep: fix update script deps f418dd04f97d4 emacs30: add a patch to fix upstream bug 67916 (#367296) 322ce1ca6b149 lock: 1.3.4 -> 1.3.6 (#367416) cd87669d6f040 inkscape-extensions.inkstitch: simplify fetchFromGitHub e74bd37a8c15f inkscape-extensions.inkstitch: provide version number 3773a1f21685f inkscape-extensions.inkstitch: add implicit dependencies in build 40cd3e0ddca0a inkscape-extensions.inkstitch: add tropf as maintainer 43caf2e0f96e6 amazon-cloudwatch-agent: let users specify configuration file paths 484b35e1c006d tigerbeetle: 0.16.17 -> 0.16.19 7ba25148dc890 prometheus-postfix-exporter: 0.3.0 -> 0.7.0, switch to fork (#365470) 256577c3605c4 qucsator-rf: enable on darwin 0bd44ede0a223 qucs-s: enable on darwin 9468b63e4c012 adms: enable on darwin 62234a6e1f30c microsoft-edge: 131.0.2903.86 -> 131.0.2903.112 9477b6cb827e0 texlive.tlpdb.nix: change hasRunfiles to default true and omit hashes if not required (#365219) ae6dd824001d9 incus-lts: 6.0.2 -> 6.0.3 (#367510) 657edeb991861 globalping-cli: 1.4.3 -> 1.4.4 (#367445) 2a5d78dfd680b quiet: 2.3.2 -> 2.3.3 (#367362) 31ed289d38e05 nixos/hadoop: fix hbase, hbase: 2.5.9 -> 2.5.10, 2.6.0 -> 2.6.1 (#366732) 0c0ce93fe4f20 libmamba: 1.5.8 -> 2.0.4; python312Packages.libmambapy: fix build; python312Packages.conda-libmamba-solver (#359244) c5b4bb5d0fef4 rsonpath: init at 0.9.1 -> 0.9.1-unstable-2024-11-15 (#367013) 54dd034d49f2d rotonda: 0.1.0 -> 0.2.1 (#367010) baaa7a28602c4 python312Packages.senf: 1.5.0 -> 1.5.0-unstable-2024-11-26 (#367006) 9d902f47675c2 python312Packages.python-youtube: 0.9.6 -> 0.9.7 (#367003) fc40bee187d1d python312Packages.autopxd2: init at 2.5.0 (#366993) 35cad5a451634 python312Packages.signify: 0.6.0 -> 0.7.1 (#367000) 79955a2323c3c python3Packages.eval-type-backport: 0.1.3 -> 0.2.2 (#367228) 475cb0f1f56d4 python312Packages.python-didl-lite: 1.4.0 -> 1.4.1 (#367523) 2e3cce26b6291 cli-tips: fix update script (#366603) 02f260424db5d python3Packages.basedtyping: init at 0.1.10 (#364817) e7c2205bbcd51 python3Packages.typeguard: cleanup & 4.3.0 -> 4.4.1 (#364453) 5451afc9fc97a keyguard: 1.7.0 -> 1.7.1 (#367081) b1e76d4f1b4f8 restic-browser: init at 0.3.1 5c10c263009e7 jetbrains-runner: init at 3.0.4 b4c2d79e0db94 krunner-vscodeprojects: init at 2.0.2 74add269f1d34 oneanime: 1.3.6 -> 1.3.7 (#365952) 87d44f0106206 nym: 2024.13-magura-patched -> 2024.14-crunch-patched (#367287) 4bdb74811ea2b nextcloudXXPackages.apps.recognize: add meta.description 4fc0c98feb3af python3Packages.sourmash: 4.8.11 -> 4.8.12 (#366866) d6515e5a37544 python312Packages.opentelemetry-instrumentation-grpc: fix build (#362781) 5e0eaf68ab714 pgmodeler: 1.1.5 -> 1.1.6 8605d6f4eb1ba dinit: 0.19.1 -> 0.19.2 (#367363) 5a04a7ca154f3 roddhjav-apparmor-rules: 0-unstable-2024-11-29 -> 0-unstable-2024-12-13 (#367465) 9d99eae33a848 aquamarine: 0.5.0 -> 0.5.1 (#367355) 2c0b84284157d package-project-cmake: 1.12.0 -> 1.13.0 340e51e1e7cd8 prometheus-nextcloud-exporter: 0.7.0 -> 0.8.0 879921a8a9e64 twelf: Fix Emacs mode syntax for Emacs ≥ 27 (#361310) f8b846f4051de freecad: fix for devshell (#366229) 9212245142b59 py-spy: 0.3.14-unstable-2024-02-27 -> 0.4.0 (#355161) 785632005e51c python312Packages.python-didl-lite: 1.4.0 -> 1.4.1 dba3d6fa15a97 python312Packages.django-i18nfield: 1.9.4 -> 1.10.2 (#367512) 0607a970a9237 python312Packages.clevercsv: 0.8.2 -> 0.8.3 (#367511) cf23c5666f6cc kdlfmt: 0.0.6 -> 0.0.8 52c24be72dc1c greetd.regreet: 0.1.1 -> 0.1.2 7d402f207f326 marwaita-orange: 23 -> 24 (#367321) 1e2d2ac845536 cartridges: 2.10.1 -> 2.11 (#367317) 6815a66cfedbc clerk: fix reference to wrapped binary in wrapper (#367117) 24f0fd5a2a9df mangojuice: fix GTK4 paths (#366578) 3ba44f2124259 sarif-fmt: 0.6.6 -> 0.7.0 (#367192) 43ac760b301cc python312Packages.django-i18nfield: 1.9.4 -> 1.10.2 d90c1909417d9 flyctl: 0.3.49 -> 0.3.53 (#367427) 3eb28e80ce44e python312Packages.clevercsv: 0.8.2 -> 0.8.3 8203c39e4f435 python312Packages.django-js-asset: 2.2 -> 3.0.1 (#367509) b9fe0241846d5 python312Packages.django-tables2: 2.7.0 -> 2.7.1 (#367505) 688ed600ec04b python312Packages.django-js-asset: 2.2 -> 3.0.1 afcc0db199df1 sqlitestudio: 3.4.9 -> 3.4.10 (#366789) f8eb3d78a6014 acpica-tools: 20240827 -> R09_27_24 (#359277) be61fed3ca1d0 redmine: 5.1.4 -> 5.1.5 (#365684) 3221a343604d2 libspatialindex: 2.0.0 -> 2.1.0 ca31e17810480 lgogdownloader: 3.15 -> 3.16 93cba7acf8475 python312Packages.django-tables2: 2.7.0 -> 2.7.1 5fd0c7d23f25c xpra: 6.2.1 -> 6.2.2 9e95bbbc344f6 nixos/tests/incus: fix multi-system support 2dbd092acb8eb python312Packages.async-upnp-client: 0.41.0 -> 0.42.0 (#367488) eb9c60553be7d llvmPackages.llvm: Relax replace-fail in tests (#366358) f8f22218c9b9d Merge staging-next into staging 18b2439284865 dotnet/update.sh: fix error when output path contains spaces (#367425) 4726042dacdd7 Merge master into staging-next 6f50feb417b36 rosa: 1.2.48 -> 1.2.49 (#367338) 2877041a45ba9 Update RoCM substitutions for tinygrad c4719c599053e incus-lts: 6.0.2 -> 6.0.3 eaa55af0dc09e lxc: 6.0.2 -> 6.0.3 (#367431) 9fe47b75ff7dc protoc-gen-go-grpc: adopt (#365488) 31413dbe102ba nixos-containers: add networkNamespace option (#359352) 065452ca8be9e syft: 1.18.0 -> 1.18.1 e38f49aa84f66 redpanda-client: 24.2.13 -> 24.2.14 9ddace0b092fb dotnet/update.sh: fix error when output path contains spaces 350c45d51abcc k3s_1_31: 1.31.2+k3s1 -> 1.31.4+k3s1 (#365873) 26f1667071631 ibus-engines.typing-booster-unwrapped: 2.26.12 -> 2.27.1 6314893899dea clusterctl: 1.9.0 -> 1.9.2 627395043494d maintainers: Remove adisbladis as maintainer from some packages (#367484) 270a843127de7 gst_all_1.gst-plugins-bad: fix aja support 5f1d21054605c linuxPackages.ajantv2: init at 17.1.0 76a8a3623dbe7 libajantv2: 16.2-bugfix5 -> 17.1.0 317967e32f7b8 bngblaster: 0.9.13 -> 0.9.14 7e9f8dc18e560 python312Packages.async-upnp-client: 0.41.0 -> 0.42.0 39a3cf0bab478 weaviate: 1.28.0 -> 1.28.2 29d9fdec8f9e5 gatekeeper: 3.18.0 -> 3.18.1 (#367481) e2680ee340f57 Unbreak tts (#366756) 5e4c8f1007f6d nixosTests.containers-restart_networking: ensure eth1 has no ip addresses e65d6fba75268 nixos-containers: add networkNamespace option 69dcf863ba341 sundials: 7.2.0 -> 7.2.1 2cfb000d91b33 timetagger: 24.12.1 -> 24.12.2 6f1318ca296a1 ibus-cangjie: remove adisbladis as maintainer 97258c2cc1f29 rkdeveloptool-pine64: remove adisbladis as maintainer 4a35f2b7eb8a8 paperlike-go: remove adisbladis as maintainer 00af9c8002bbe rkdeveloptool-pine64: unstable-2021-09-04 -> unstable-2023-06-06 29fbedfaad398 gittuf: 0.8.0 -> 0.8.1 a3b99dc537238 gatekeeper: 3.18.0 -> 3.18.1 1cabfe821dd72 codesnap: 0.8.2 -> 0.8.3 31942f20f4625 nixos/ntpd: fix permissions error when creating drift file 6055456974a31 anki-bin: add missing dependency on libxshmfence (#367407) 3ce506208f8cf pods: 2.0.1-unstable-2024-08-18 -> 2.1.2 473665a52fc0b python312Packages.aiogram: 3.15.0 → 3.16.0 bc2691194778d nixos/nginx-sso: allow using file-based secrets (#325838) e27a36b69fcbc marksman: 2024-12-04 -> 2024-12-18 a3e92c317832e home-assistant-custom-components.daikin_onecta: init at 4.2.2 (#367349) 3871b19f2c95d python312Packages.pytensor: 2.26.3 -> 2.26.4 (#361595) cd9d1ea0101db simple-live-app: init at 1.7.5 (#360620) 484c483d6190b pingvin-share: 1.6.1 -> 1.7.0 (#366607) 838a51854635a gopeed: init at 1.6.4 (#364367) 1262ba2631db1 gomobile: 2022-05-18 -> 0-unstable-2024-12-13 (#359914) 4a8cf2edac349 vikunja: 0.24.5 -> 0.24.6 (#367467) 7ff4b7cdbb6ea svelte-language-server: 0.17.7 -> 0.17.8 (#366727) 584c9d5a44376 quast: 5.0.2 -> 5.3.0 (#367008) 465efc9e20d2a easytier: 2.0.3 -> 2.1.0 (#367097) 23a016caf0f32 exegol: 4.3.8 -> 4.3.9 (#367213) cfd789de5a159 harmony-music: init at 1.10.31 (#360298) 4b6fc85c858c5 vikunja: 0.24.5 -> 0.24.6 fb13bab718ac1 nixos/test/fcitx5: add assertion message (#351646) 6ccb20a6a61dc arpack: add ISO C binding and top arpack-mpi attribute (#357259) fd09608eb2bce roddhjav-apparmor-rules: 0-unstable-2024-11-29 -> 0-unstable-2024-12-13 6c96a50b6046f libvlcpp: init 0.1.0-unstable-2024-02-04 (#348562) 9dce2858ed6ba chirp: 0.4.0-unstable-2024-12-16 -> 0.4.0-unstable-2024-12-17 e130769df50b0 nixos/hostapd: remove unused imports 29b57eacc2bd0 Update NixOS Module evremap (#362661) e94b558c5c775 python3Packages.tinytag: 1.10.4 -> 2.0.0 c620be1207f76 openboard: 1.7.1 -> 1.7.3 (#366878) 38fe36b5232eb eigenmath: 3.35-unstable-2024-12-11 -> 337-unstable-2024-12-20 32ff266fcb349 python312Packages.mlx: 0.18.0 → 0.21.1; unbreak 1d06e7cf72c77 python312Packages.mlx: add Gabriella439 as maintainer eeffd96dbd1fa openmpi: build against external `prrte` on all platforms 5e7d59c864759 treewide: replace pythonImportCheck(s) with pythonImportsCheck (#367120) 708925f2ac4c2 newsboat: 2.37 -> 2.38 19a98106dac69 vimPlugins.nvim-impairative: init at 2024-11-20 (#367442) 69d60cea13b6f trealla: 2.62.1 -> 2.63.10 5f81eeb3e3900 firefox-esr-128-unwrapped: 128.5.1esr -> 128.5.2esr (#367300) 8ebe7c94579e9 tuifimanager: 5.0.0 -> 5.0.5 49fffe9d1f53d oracle-instantclient: support aarch64-darwin (#366184) 088f445bea2d9 pgsrip: init at 0.1.11 (#316209) 1e27420d4e762 prrte: enable for darwin f6f9b2f034ffc eigenlayer: 0.10.8 -> 0.11.0 (#362869) ee774a6ad786b Merge: various: fix hostPlatform.canExecute buildPlatform (#367175) 19f2b56e62d03 sabnzbd: 4.4.0 -> 4.4.1 (#367440) 87387bb46dc67 llvmPackages.tblgen: Fix 12/13/14 build (#366355) 2207ac325852d nixos/tests/nextcloud: fix notify_push test; nixos/nextcloud-notify_push: add nextcloudUrl option (#365442) 70952477bf555 mautrix-signal: 0.7.3 -> 0.7.4 ceaf204633db6 mongosh: 2.3.3 -> 2.3.7 ad10a09e5a782 libsignal-ffi: 0.62.0 -> 0.64.1 52cb3dc4f9e55 inkscape: fix gobjectptr compile error 30dc1708f25a2 vimPlugins.nvim-impairative: init at 2024-11-20 94da9668319d1 globalping-cli: 1.4.3 -> 1.4.4 d67a8468e7dd5 vimPlugins.quicker-nvim: init at 2024-11-14 (#367424) edb4af37d9ea5 home-assistant-custom-components.daikin_onecta: init at 4.2.2 5abe3794ea4b0 houdini: 20.5.370 -> 20.5.445 7bb4a481e044e sabnzbd: 4.4.0 -> 4.4.1 6677684e37469 neovim-unwrapped: fix versionCheckHook by specifing executable (#367435) 81e5073cfab91 mediawiki: 1.42.3 -> 1.42.4 (#367094) e315c967e3c7c open-in-mpv: 2.3.0 -> 2.4.0 (#367267) 45c196e405075 python312Packages.jupytext: 1.16.4 -> 1.16.6 (#367325) 409dd4c58e56a neovim-unwrapped: fix versionCheckHook by specifing executable 8616d6d65ce3e lxd-ui: 0.14 -> 0.15 76e1f75500cae lxc: 6.0.2 -> 6.0.3 03589ed5bf9f8 etesync-dav: 0.33.4 -> 0.33.6 c03fa0c918d4a Merge remote-tracking branch 'origin/master' into staging-next 1dfd78ea8a34f openroad: unstable-2023-08-26 -> 2.0-unstable-2024-12-22 0cafa79e4b231 flyctl: 0.3.49 -> 0.3.53 5f023837c8257 amazon-cloudwatch-agent: 1.300050.0 -> 1.300051.0 (#367272) 114e6b62f5b25 clippy-sarif: 0.6.6 -> 0.7.0 (#367196) 01d1ffba088b4 shellcheck-sarif: 0.6.6 -> 0.7.0 (#367195) 2fb667885e542 hadolint-sarif: 0.6.6 -> 0.7.0 (#367190) d86ba3ccadd3f sosreport: 4.8.1 -> 4.8.2 (#367089) fae93f89f4891 thonny: 4.1.6 -> 4.1.7 (#367024) e02311cab67bb nimble: 0.16.3 -> 0.16.4 (#366752) cafe7942f2208 linkerd_edge: 24.10.4 -> 24.11.8 (#366700) 2cb101ef143af elasticmq-server-bin: 1.6.9 -> 1.6.10 (#366392) ad0c60c88518b rutorrent: 5.1.1 -> 5.1.4 (#366099) 87515e85f03dd sgt-puzzles: add help pages c5b0205dac74f vtm: 0.9.99.55 -> 0.9.99.57 (#366081) bba2be7a2133d gaugePlugins.dotnet: 0.7.3 -> 0.7.4 (#366072) 170cda3562d7f cloud-nuke: 0.37.2 -> 0.38.0 (#366036) 57ba17e60c8f5 git-town: 16.7.0 -> 17.0.0 (#366010) 2b93b906c319d dnsdist: 1.8.3 -> 1.9.7 (#365921) dce9525e586dc netclient: 0.26.0 -> 0.30.0 (#365908) 211d668018891 protoc-gen-go: 1.35.2 -> 1.36.0 (#365757) 35684479dbf8a markdownlint-cli2: 0.14.0 -> 0.16.0 (#365670) cf8136fdeaade mousam: 1.3.2 -> 1.4.0 4b2af9befee0e vimPlugins.quicker-nvim: init at 2024-11-14 d22fd4b9686a9 kddockwidgets: 2.1.0 -> 2.2.0 (#365597) dab0756437c9e lynis: 3.1.2 -> 3.1.3 (#365588) 53433bc485a28 pachyderm: 2.11.5 -> 2.11.6 (#365103) b3557e13ceaf7 starlark-rust: 0.12.0 -> 0.13.0 (#365092) 2cf41595ff64b oathkeeper: 0.40.7 -> 0.40.8 (#365089) 97b30a8b203fd pyradio: 0.9.3.11.1 -> 0.9.3.11.3 (#365013) c5b8b51ee8a62 oatpp: 1.3.0 -> 1.3.1 (#364976) 8f16c8fc389ff jackett: 0.22.1064 -> 0.22.1109 28c30be0fcd27 terragrunt: 0.69.10 -> 0.71.1 38ce7109ae94c jicofo: 1.0-1104 -> 1.0-1117 c1c11568946b9 Merge staging-next into staging 62832634b03ce aws-sam-cli: 1.131.0 -> 1.132.0 (#364880) 1e830c379b7bd buildkite-cli: 3.3.1 -> 3.4.1 (#364847) d6248f4bb1bf8 prometheus-mongodb-exporter: 0.42.0 -> 0.43.0 (#364845) 122ae70c71a2c terraform-providers.alicloud: 1.235.0 -> 1.237.0 (#364605) b10e42649fd8f libnvidia-container: 1.16.2 -> 1.17.2; cleanup (#366855) 3158143c35f5b terraform-providers.tencentcloud: 1.81.142 -> 1.81.147 (#364569) ac2874f6ee528 terraform-providers.rancher2: 5.1.0 -> 6.0.0 (#364555) 38bdaff3eb5d4 xray: 24.11.21 -> 24.12.18 (#364539) 5b7b5433ef8bd libui-ng: 4.1-unstable-2024-05-19 -> 4.1-unstable-2024-12-08 (#364537) 9d6d8ec7d6bc5 siyuan: improve updateScript; add maintainer e3d4f4f608d00 terraform-providers.aws: 5.78.0 -> 5.80.0 (#364511) b3470ac2a6d44 terraform-providers.google: 6.12.0 -> 6.13.0 (#364496) a65145ffcd5d3 siyuan: 3.1.13 -> 3.1.16 143eb2efc7b64 python312Packages.jinja2: 3.1.4 -> 3.1.5 fd79d6d03b524 terraform-providers.snowflake: 0.98.0 -> 0.99.0 (#364387) cbdb835b4676a vscode-js-debug: 1.95.3 -> 1.96.0 (#364386) 6b8de4795d05d terraform-providers.exoscale: 0.62.0 -> 0.62.3 (#364282) 7f7b4c5919cfe terraform-providers.okta: 4.11.1 -> 4.12.0 (#364272) 0fa98d3368317 terraform-providers.scaleway: 2.47.0 -> 2.48.0 (#364271) b12e44ec21dcf terraform-providers.baiducloud: 1.21.9 -> 1.21.10 (#364270) 4601dbe244b23 heisenbridge: 1.14.6 -> 1.15.0 (#364184) c59dafd70ac3c coreth: 0.13.8 -> 0.14.0 (#364080) 91581de071f55 cypress: 13.13.2 -> 13.17.0 (#363865) e6a6f4b2f5a08 hsd: 6.1.1 -> 7.0.0 (#363777) a46c39113c715 protoc-gen-es: 2.2.2 -> 2.2.3 (#363588) 7d5e48d570e31 luigi: 3.5.2 -> 3.6.0 (#363474) 7eb47d1f6eba4 prometheus-junos-czerwonk-exporter: 0.12.5 -> 0.13.0 (#363338) 5564c2422a19c steampipePackages.steampipe-plugin-azure: 1.0.0 -> 1.1.0 (#362964) acd3447f9fc95 python312Packages.pytensor: 2.26.3 -> 2.26.4 71baaa67dd1de openttd-jgrpp: 0.62.0 -> 0.63.2 (#362337) aa32a2b58bb8c python312Packages.cantools: 39.4.13 -> 40.0.0 601af72b5179a m17n_db: 1.8.7 -> 1.8.9 (#362301) e67e08d20ad68 hyprlandPlugins.hy3: 0.45.0 -> 0.46.0 288f34779d66e opam-publish: 2.4.0 -> 2.5.0 (#362082) f14fac3789420 qcad: 3.31.1.2 -> 3.31.2.3 (#362042) d2f185b0b8c14 miniaudicle: 1.5.3.0 -> 1.5.4.2 (#361964) cbba48e7c0196 python312Packages.yalexs-ble: 2.5.5 -> 2.5.6 88f9a28518c67 anki-bin: add missing dependency on libxshmfence 7aeabdc0cbaa5 kodiPackages.jellyfin: 1.0.6 -> 1.0.7 (#367263) a28951b857ba9 python312Packages.aiohttp: 3.11.9 -> 3.11.11 4a0e3ff844702 zsh-prezto: 0-unstable-2024-06-03 -> 0-unstable-2024-12-12 ee0612a9fa086 maintainers: add cything 078b492ba39d8 cnquery: 11.34.0 -> 11.35.0 88cfe2e3cf3dc bup: 0.33.5 -> 0.33.6 (#367377) de836bb411199 neovim-unwrapped: add versionCheckHook and updateScript (#367396) 87970162bf1aa fluent-bit: 3.2.2 -> 3.2.3 (#366830) 3caa20481062b angie: 1.7.0 -> 1.8.0 (#366780) e7e095e675f8f kanidm: discern normal build from provisioning build and fix 1_3 patches 29350f383e1ec neovim-unwrapped: add versionCheckHook and updateScript 9676ba57565a4 llvmPackages.clang: Drop failing substituteInPlace for CompletionModel.cmake c1d35b1be9f43 neovim: 0.10.2 -> 0.10.3 (#367183) 0010ba25b80e2 various: fix hostPlatform.canExecute buildPlatform 885c83f659091 xdg-desktop-portal-hyprland: 1.3.8 -> 1.3.9 (#367337) 578baae41df49 nixos/mailman: Remove unused `extraPythonPackages` 6820193c0e227 supersonic-wayland: 0.13.1 -> 0.13.2 (#367276) aba1241f7fba0 dict: 1.13.1 → 1.13.3 abe2d081c370a datasette: fix failing app on aarch64-darwin 4b6025146a0ee maintainers: remove pyrolagus d0826dd897b0b maintainers: Remove knedlsepp (#367368) 8dd90cf5c6c97 shiori: 1.7.1 -> 1.7.2 304d149f245a2 llvmPackages.libcxx: use hasSharedLibraries instead of isStatic c8cd98ded940d k3s_1_29: 1.29.11+k3s1 -> 1.29.12+k3s1 4fef32cd63ce2 qemu: 9.1.2 -> 9.2.0 4c4079840c73b checkov: 3.2.343 -> 3.2.344 (#367315) cdb7c11efacb4 ecapture: 0.9.0 -> 0.9.1 (#367379) c0f266f52a41f git-machete: 3.31.0 -> 3.31.1 (#367352) 46c74f36fb72d terraform-providers.ibm: 1.72.1 -> 1.73.0 (#367320) 675d53759ff64 python312Packages.bibtexparser: 1.4.1 -> 1.4.3 (#367340) 7b749532cdfb3 git-cola: 4.10.0 -> 4.10.1 (#367345) 601a97f671af9 Merge: Correct password option docs and add related tests (#310484) 8851239b54bbe google-java-format: 1.25.1 -> 1.25.2 (#367299) a733d881b5607 hyprlandPlugins.hyprsplit: 0.46.0 -> 0.46.1 (#367305) 60d0edb5a74a0 rqlite: 8.34.3 -> 8.36.1 (#367313) 9de9dc54faf33 fetchmail: 6.4.39 -> 6.5.1 (#361314) 93576240ea9c3 graphqurl: 1.0.3 -> 2.0.0 (#361205) ae727e1ad62b6 zbus-xmlgen: 4.1.0 -> 5.0.1 (#361200) 68ac2b1d87e4e tinyssh: 20240101 -> 20241201 (#361141) adf2f9473cd8a memtester: 4.6.0 -> 4.7.0 (#361045) da2c826e1afe3 nixos/tests/systemd-sysusers-password-option-override-ordering: clarify SetCredential check 6fdb2bcc6bfcc python312Packages.pywerview: 0.7.1 -> 0.7.2 (#367245) 99aada0d6dca3 python312Packages.arcam-fmj: 1.6.0 -> 1.7.0 (#367246) d8b54e313f331 [staging-next] dev86: unstable-2022-07-19 -> 1.0.1 (#366951) 63f0d53dcd58e iosevka-bin: 31.9.1 -> 32.2.1 (#360735) a7921b09d3034 checkip: 0.47.5 -> 0.47.7 (#367251) cb9b3fd78877f nixos/modules: remove a few whitespaces from the pw override parts 7faea82127aba webdis: 0.1.22 -> 0.1.23 (#361012) 0a569f30b059e sd: use new Darwin SDK pattern (#367254) cb0679c9e7288 conceal: 0.5.4 -> 0.5.5 (#367258) eb4c02906aa97 mubeng: 0.18.0 -> 0.19.0 (#367259) 26a5965366714 gitlab-ci-ls: 0.22.0 -> 0.22.2 (#367260) e984ea2c27646 webkitgtk: 2.46.4 -> 2.46.5 (#367220) f345f38e08288 sarasa-gothic: 1.0.25 -> 1.0.26 (#367266) 7716a21050498 cbfstool: 24.08 -> 24.12 (#367256) ae8de7c578ec3 python312Packages.aemet-opendata: 0.6.3 -> 0.6.4 (#367271) c1ec465b4ae8a renderdoc: 1.35 -> 1.36 (#367154) 44bcb6e2cdd80 _389-ds-base: 3.1.1 -> 3.0.5 (#367069) f4f724dbcc40a python312Packages.boto3-stubs: 1.35.84 -> 1.35.86, python312Packages.botocore-stubs: 1.35.84.post1 -> 1.35.86 (#367203) b337b591dca84 firefox-beta-bin-unwrapped: 134.0b8 -> 134.0b10 (#367034) 518755ecfef13 firefox-devedition-bin-unwrapped: 133.0b1 -> 134.0b10 (#366692) c97d875d350ac python3Packages.eval-type-backport: 0.1.3 -> 0.2.2 6f8ef2021e5bd python312Packages.pygccxml: 2.6.0 -> 2.6.1 (#367216) 880296e7dadcb passt: 2024_11_27.c0fbc7e -> 2024_12_11.09478d5 (#366612) bf77149a759bb touchosc: 1.3.6.216 -> 1.3.7.218 (#366653) 16be5207b9326 k3s_1_31: 1.31.2+k3s1 -> 1.31.4+k3s1 0bae83cbdcdaf libretro.nestopia: 0-unstable-2024-12-10 -> 0-unstable-2024-12-14 (#367222) 4a111d3d961c3 unit: 1.33.0 -> 1.34.0 (#366580) 8b52d808b0eef handheld-daemon: 3.7.0 -> 3.8.1 (#366498) f65ed2bc33869 pgmoneta: 0.14.1 -> 0.15.0 (#366167) 7792c52b6357f sonivox: 3.6.14 -> 3.6.15 (#366091) ec64e921a3388 python312Packages.jupytext: 1.16.4 -> 1.16.6 d053ff4ea3306 flintlock: 0.6.0 -> 0.7.0 (#365899) e57ad1e59a3b0 mendeley: 2.127.1 -> 2.128.0 (#365878) caaeb51c3a324 libretro.genesis-plus-gx: 0-unstable-2024-11-22 -> 0-unstable-2024-12-13 (#367233) ec7e51ce3f0e7 libretro.gambatte: 0-unstable-2024-11-29 -> 0-unstable-2024-12-20 (#367234) 75b3b26405eb6 nomad-driver-podman: 0.6.1 -> 0.6.2 (#365756) 4fb9fe276abf2 bark-server: 2.1.6 -> 2.1.9 (#367373) 563b313ba41a1 laurel: 0.6.3 -> 0.6.4 (#365599) 603439fce01d0 rmg-wayland: 0.6.6 -> 0.6.7 (#365492) e7c8875371825 nodemon: 3.1.7 -> 3.1.9 (#367185) f327cf21a5687 frida-tools: 12.5.0 -> 13.6.0 (#365056) b3acaf19a7dd8 pixelorama: 1.0.3 -> 1.0.5 (#365055) 0d7ee0215ccc2 feishu: 7.22.9 -> 7.28.10 (#365014) e433ce8c0ea0b obs-cmd: 0.18.0 -> 0.18.1 (#367123) 14c07ece41e3c rizin: 0.7.3 -> 0.7.4 (#367128) 732677ca74ec4 dxx-rebirth: 0.60.0-beta2-unstable-2024-11-16 -> 0.60.0-beta2-unstable-2024-12-07 (#364854) 397c592f667ab adguardhome: 0.107.54 -> 0.107.55 (#367144) c23b2974ae0a3 altair: 8.0.4 -> 8.0.5 (#364829) 685ab21407326 obs-studio-plugins.obs-source-record: 0.4.1 -> 0.4.4 (#364815) a0dd97f5226b8 flannel: 0.26.1 -> 0.26.2 (#364785) bd97b2167515b mxt-app: 1.41 -> 1.42 (#364739) 39132664da29a tartube-yt-dlp: 2.5.059 -> 2.5.062 (#364518) e54156b0bb6e9 debootstrap: 1.0.137 -> 1.0.138 (#364506) 5458477b04fc9 ceph-csi: 3.12.3 -> 3.13.0 (#364447) a4ed9884ef6ab littlefs-fuse: 2.7.8 -> 2.7.9 (#364419) 4f334ebd098a4 ibus-engines.table: 1.17.8 -> 1.17.9 (#364417) 0c6b845d6604b gscreenshot: 3.7.0 -> 3.8.0 (#364199) 03d7d04e6f203 ecapture: 0.9.0 -> 0.9.1 17c38c19b71ab spotify-cli-linux: 1.8.2 -> 1.9.0 (#363986) 4323f32e6ce57 nheko: add identicons support (#150487) 26d8eb8eaa1a4 mullvad: 2024.6 -> 2024.8 and mullvad-vpn: 2024.7 -> 2024.8 (#365361) 4f6c1008f3423 ansel: 0-unstable-2024-10-28 -> 0-unstable-2024-12-19 00c896faf2d38 bup: 0.33.5 -> 0.33.6 729a6c72f9e74 libdwarf-lite: 0.11.0 -> 0.11.1 62b6882f568c0 bark-server: 2.1.6 -> 2.1.9 9071e4c43f1ef Merge remote-tracking branch 'origin/master' into staging-next c09c37319f1c9 remnote: 1.18.17 -> 1.18.19 (#367273) 311033a728d5a gepetto-viewer-corba: 5.8.1 -> 6.0.0 (#366978) 90f355b71491c libfabric: 1.22.0 -> 2.0.0 (#365088) 525e4d6dc6720 asak: install man page 3398adcd16162 asak: install shell completions b79f3cd3580c4 protoc-gen-go-grpc: 1.3.0 -> 1.5.1 0648922aafec5 hydra-check: 1.3.5 -> 2.0.1 (#359514) 224730a6a6220 asak: cleanup 16f7997902bad papermc: 1.21.4-12 -> 1.21.4-15 767498fefcd2e maintainers: Remove knedlsepp aa35b51ac3d56 brltty: 6.6 -> 6.7 (#366967) 57debeeb80fb6 Merge libmypaint: fix cross compilation, set strictDeps (#367158) 835bc93724843 haskellPackages: link upstream issues for GCC 14 workarounds 1139a6eeff9ed haskellPackages.libxml-sax: disable gcc14 implicit fun decl -Werror 9edd83fa215db haskellPackages.termbox-bindings-c: disable implicit fun -Werror 1f4a0eb852429 haskellPackages.{hd5-lite,bindings-libcddb}: disable gcc 14 -Werror 3cf4ebd8c224d haskellPackages.HsSyck: implicit function decl may not fail build a5c7788bc39d5 protoc-gen-go-grpc: adopt b3692b3250716 haskellPackages.cabal2nix-unstable: 2024-12-04 -> 2024-12-22 461bcf7be40c2 slint-lsp: 1.8.0 -> 1.9.1 1ad0cb4d35108 haskellPackages: link upstream issues for GCC 14 workarounds f840297222ed1 dinit: 0.19.1 -> 0.19.2 a281782fbbeaa quiet: 2.3.2 -> 2.3.3 90f70a1a48ed1 abracadabra: 2.7.1 -> 2.8.0 25e269c421a64 haskellPackages.libxml-sax: disable gcc14 implicit fun decl -Werror 80c5f88884929 openusd: fix distutils dependency ead1d6b73e398 mint-l-icons: 1.7.3 -> 1.7.4 21ce26e28a48b mint-themes: 2.2.1 -> 2.2.2 af2a13c5ba645 Merge staging-next into staging fb7fe3b3a819b haskellPackages.termbox-bindings-c: disable implicit fun -Werror 4efdc43417503 aquamarine: 0.5.0 -> 0.5.1 f0030485c0675 emacsPackages.voicemacs: 0-unstable-2024-10-11 -> 0-unstable-2024-12-11 3320bdb86bea7 cinnamon-common: 6.4.2 -> 6.4.3 740c83e328bfb haskell.compiler.ghc9121: init at 9.12.1 a03df4033b648 python312Packages.pytorch-lightning: 2.4.0 -> 2.5.0 (#366841) 5dd641fe99836 vimPlugins.blink-cmp: 0.8.0 -> 0.8.1 (#367306) 6f8199c454b02 python312Packages.bambi: 0.14.0 -> 0.15.0 (#367242) 64cc37f227e5c git-machete: 3.31.0 -> 3.31.1 296c5eb9769d5 qogir-kde: 0-unstable-2024-10-30 -> 0-unstable-2024-12-21 (#367163) 641f6187e5f33 bluetui: 0.5.1 -> 0.6 (#367250) 7105681ae2607 numix-icon-theme: 24.09.18 -> 24.12.12 (#367181) ff7a1d95f8018 numix-icon-theme-circle: 24.10.22 -> 24.12.12 (#367184) 8fa4a6c597966 asusd: support multiple aura configs 095aeac5ab955 python312Packages.inform: 1.32 -> 1.33 e89c48ff1715b skrive: init at 0.10.0 (#285894) 3da8a1c2ffca0 glaze: 4.0.2 -> 4.2.2 3f0cff254e5fb segger-jlink: v796 -> v810 (#345776) 42ca9178fb3f5 python312Packages.librouteros: 3.3.1 -> 3.4.1 (#367209) fbb25cf5f37fe python312Packages.fjaraskupan: 2.3.0 -> 2.3.2 (#367210) da8cc9fdccf42 git-cola: 4.10.0 -> 4.10.1 5fcfde5cb59cf python312Packages.publicsuffixlist: 1.0.2.20241218 -> 1.0.2.20241221 (#367316) 2e89a3db79618 python312Packages.mypy-boto3-*: updates (#367214) 7e12a04d90655 edir: 2.29 -> 2.30 (#367314) cb86d7ca83d70 bitrise: 2.24.3 -> 2.25.0 (#367339) 7aea8294a56a0 rocmPackages.rocm-docs-core: 1.11.0 -> 1.12.0 35276f7b352b6 radare2: use system zlib; fix darwin b30678dc7a94c python312Packages.wandb: fix tests b620cf456350f python312Packages.bibtexparser: 1.4.1 -> 1.4.3 487998d73a0e7 libnvidia-container: don't vendor nvidia-modprobe 275c9944f1770 nvidia-modprobe: init at 550.54.14 cf940d5a1ca7d bitrise: 2.24.3 -> 2.25.0 819cebc2b6992 libvlcpp: Init 0.1.0-unstable-2024-02-04 4883236e4a140 rosa: 1.2.48 -> 1.2.49 e2c01893f18b0 libcap: ship the optional 'captree' component (#332399) d56dc917139ef python312Packages.bloodyad: 2.1.2 -> 2.1.5 (#367205) 592c26ccafca7 fwupd: fix cross compilation (#367009) 0412189410b39 python3Packages.radish-bdd: 0.17.1 -> 0.18.1 7d2161b6dc324 libnvidia-container: clean up source 24d9b8a7060b3 libnvidia-container: clean up patches 9aa4c851f49bb hyprcursor: 0.1.10 -> 0.1.11 42fef4a90a296 knxd: 0.14.66 → 0.14.71 8f92f1fc71ceb xdg-desktop-portal-hyprland: 1.3.8 -> 1.3.9 e602d6fd6e2f0 libnvidia-container: use applyPatches c4cb9fc62e744 nheko: Add support for `jdenticon` 14672b9fd1b0f qt6Packages.qt-jdenticon: init at 0.3.0 7ebb6132f4903 nixos/tts: fix handling of extraArgs 4cc13ba7c87dc tts: 0.20.2 -> 0.25.1 and switch to idiap fork 4cab5e034c88c python312Packages.trainer: 0.0.36 -> 0.2.0 and switch to idiap fork 68e6b9411ebcc python312Packages.coqpit: 0.0.17 -> 0.1.2 and switch to idiap fork f34762ee91af3 python312Packages.triton-bin: fix build 8a09298593bc1 python312Packages.monotonic-alignment-search: init at 0.1.1 b1e0f3ed8998a gpodder: package with support for the youtube-dl extension (#331593) b8542b33ddc4a vivaldi: 7.0.3495.23 -> 7.0.3495.27 97728d9f5a276 nixos/fcitx5: handle multi-line string and escape in quickPhrase fedf16bc04d5e nixos/fcitx5: format ae8c150a06453 gitify: 5.16.1 -> 5.17.0 (#367309) 9e1ab011aa783 geary: Clean up dependencies (#367247) 57c9e83452f99 rocmPackages_5.rocm-docs-core: 1.8.2 -> 1.12.0 899306fad9259 pack: 0.36.0 -> 0.36.1 (#367324) 86ec320db08dd gitlab-ci-local: 4.56.0 -> 4.56.2 (#367319) 3fd20a94c0f21 python312Packages.pytorch: just disable -Werror; fix darwin x64 build ef3f103a7a8a0 gitleaks: 8.21.2 -> 8.22.0 (#367066) 7f12e53e88ed2 protonmail-desktop: 1.6.0 -> 1.6.1 10f6382917377 nixosModules.MooseFS: Format 93ff48c9be84a nickel: 1.9.0 -> 1.9.1 (#367180) b3ce3aface3c7 zsh-powerlevel10k: add upstream patch to compile with gcc14 (#366575) a442cdd5ba88a aws-lc: init at 1.39.0 (#356628) 26c2f53157dd2 pulsar: 1.123.0 -> 1.124.0 (#366798) 276094191b0ba python312Packages.dask: 2024.11.2 -> 2024.12.0 (#361602) 928670b4c0fc1 drm_info: fix cross compilation, set strictDeps (#367147) 1a43466c44b18 pack: 0.36.0 -> 0.36.1 2f9ab0414f3e7 bigpemu: init at 1.17 d272641b9baa3 lensfun: fix cross compilation (#367152) 64f2dec7a6e1a marwaita-orange: 23 -> 24 6b53c2fbe6951 terraform-providers.ibm: 1.72.1 -> 1.73.0 1e5e9e7de7c94 gitlab-ci-local: 4.56.0 -> 4.56.2 e7bbc5d654136 checkov: 3.2.343 -> 3.2.344 9e054af7f6380 asak: 0.3.3 -> 0.3.4 (#367249) 5e5c1ce8b49b4 python312Packages.publicsuffixlist: 1.0.2.20241218 -> 1.0.2.20241221 102a836f96fcb libu2f-server: fix cross compilation, set strictDeps (#367162) a422180a2e06e lib2geom: Move gtest back to check inputs (#367171) e2d1e8c08cf70 edir: 2.29 -> 2.30 9e53d1b621cef rqlite: 8.34.3 -> 8.36.1 13f16ea2cf5b3 kodi: fixup build by using older swig e91492a3e4d44 microsoft-gsl: don't use -Werror for clang 8bf3ea7f97510 vimPlugins.blink-cmp: 0.8.0 -> 0.8.1 ce61fe7686bad gitify: 5.16.1 -> 5.17.0 8d2e6511ca280 overturemaps: 0.11.0 -> 0.12.0 20c0c5d8a9275 hyprlandPlugins.hyprsplit: 0.46.0 -> 0.46.1 fabf867cb02fe iwd: 3.2 -> 3.3 ece5fbe58000c ast-grep: 0.31.1 -> 0.32.2 9e9e145f40389 bilibili: 1.15.2-2 -> 1.16.1-1 (#367029) 2dbedfff16cab grpc_cli: 1.67.1 -> 1.68.2 (#366415) 47ad8c0e2ca43 ord: 0.21.3 -> 0.22.0 (#366429) fde464d1c4662 firefox-esr-128-unwrapped: 128.5.1esr -> 128.5.2esr 8ea05975633c7 Merge staging-next into staging 28629071356c7 Merge master into staging-next d49a9f65879d2 google-java-format: 1.25.1 -> 1.25.2 40497479c39f9 Revert "emacs30: add a patch to fix upstream bug 67916" (#367297) 0199c3a3d41ec Revert "emacs30: add a patch to fix upstream bug 67916" bb0565f350814 chez: pin to clang-17 on x64 darwin 189830782f722 emacs30: add a patch to fix upstream bug 67916 3923fc3ef2f79 lxcfs: 6.0.2 -> 6.0.3 (#367236) 26f8cf4ea5b5d tiledb: fix libcxx builds c1443d2ef6581 nym: 2024.13-magura-patched -> 2024.14-crunch-patched 01d55f3469b27 vlc: pin ffmpeg to 4.x to fix VAAPI 7e90bfdbcbcfe davinci-resolve: 19.1 -> 19.1.1 e8b1bb78c5abc davinci-resolve: migrate to by-name da8a31d09dd00 python3Packages.nox: Remove optional dependencies from testing (#363779) 956384823fa22 emacs30: 30.0.92 -> 30.0.93 (#367148) 2ab355a7e4692 emacsPackages.semi: fix build (#367098) 8852d22bbea8a emacsPackages.lspce: 1.1.0-unstable-2024-10-07 -> 1.1.0-unstable-2024-12-15 (#367191) 218f12dfdbec1 emacsPackages.lsp-bridge: 0-unstable-2024-12-16 -> 0-unstable-2024-12-20 (#367150) 1063f1ced4470 emacsPackages.ebuild-mode: 1.76 -> 1.77 (#367264) e48e1c128b64c wingpanel-indicator-namarupa: init at 0.0.0-unstable-2024-12-17 (#366867) 8aaa023d51260 nats-server: 2.10.23 -> 2.10.24 327580e1d5b32 treewide: no 'with lib' (#366969) fbeaa01a077cf supersonic-wayland: 0.13.1 -> 0.13.2 13606fa43e182 remnote: 1.18.17 -> 1.18.19 1eea70a75a5e3 gpodder: package with support for the youtube-dl extension 7c66004f908dc mercurial: 6.8.2 -> 6.9 ac5066c5b09a3 pantheon.switchboard-plug-security-privacy: 8.0.0 -> 8.0.1 (#367165) 096e682da6761 vscodium: 1.96.0.24352 -> 1.96.2.24355 (#367197) 71b40b68cbee8 python312Packages.json-repair: 0.30.3 -> 0.32.0 ee6063b9cc22c amazon-cloudwatch-agent: 1.300050.0 -> 1.300051.0 2edf85d6c1d17 python312Packages.aemet-opendata: 0.6.3 -> 0.6.4 d6f1bf9a8a8e5 open-in-mpv: 2.3.0 -> 2.4.0 4da5c163027d6 sarasa-gothic: 1.0.25 -> 1.0.26 7b20568cd2d63 emacsPackages.ebuild-mode: 1.76 -> 1.77 b80bab4b7dcf3 apftool-rs: init at 0-unstable-2024-01-05 fca71055c3e4c kodiPackages.jellyfin: 1.0.6 -> 1.0.7 4cc59e8205f72 gitlab-ci-ls: 0.22.0 -> 0.22.2 d9f13296df6d1 maintainers: add tombert 83dd3c07877d6 conceal: 0.5.4 -> 0.5.5 eb00355e9b924 mubeng: 0.18.0 -> 0.19.0 07bb1cfc29d91 cbfstool: 24.08 -> 24.12 a1454eb28ccee archivemount: 1 -> 1a 53038c609fd34 sd: use new Darwin SDK pattern 1269ed5abebb8 libcap: ship the optional 'captree' component 26a144722f42c checkip: 0.47.5 -> 0.47.7 a0c6fdf1e92ad bluetui: 0.5.1 -> 0.6 bc70ee7efbd10 asak: 0.3.3 -> 0.3.4 55d3dc18887e5 hareThirdParty.hare-ev: 0-unstable-2024-08-06 -> 0-unstable-2024-12-13 (#367032) 3df96471b59cb geary: Re-add libxml2 build dependency 571c66475d307 geary: Remove appstream-glib 5b031a22a3a20 Merge master into haskell-updates 915adfe15e6d7 Merge staging-next into staging e1b8fbad4caa0 Merge master into staging-next 6c49290887538 geary: Remove outdated comment c781dc915a88e fix: formatting a2534a8ecef7c python312Packages.pywerview: 0.7.1 -> 0.7.2 01273d9e815c1 python312Packages.arcam-fmj: 1.6.0 -> 1.7.0 173de320197ba mkBinaryCache: fix FileHashes 0c23a22ce8d08 esphome: 2024.12.1 -> 2024.12.2 (#367240) fa595fa76d6e8 python312Packages.bambi: 0.14.0 -> 0.15.0 e6e2300b03e13 darktable: 4.8.1 -> 5.0.0 3c2fa2c98f7ec esphome: 2024.12.1 -> 2024.12.2 702a0718e52b0 python312Packages.rpds-py: 0.20.0 -> 0.22.3 (#363289) 1abd6d391e7fa nixos/restic: test that `initialize = false` works correctly (#266132) 2de7b67eec963 lens-desktop: 2024.3.191333 -> 2024.11.261604 da676f2678d44 topiary: 0.3.0 -> 0.5.1 (#359145) cb0f1fafa83dd wrangler: add updateScript 0c9ee0ddaff60 lxcfs: 6.0.2 -> 6.0.3 ff821d94147a5 maintainers: update GitHub name (#367225) e2f871cc5b3b3 topiary: add version check hook 93a799bab4a78 topiary: add maintainer nartsiss c3efe39781770 topiary: refactor meta 496a25492e5f9 libretro.gambatte: 0-unstable-2024-11-29 -> 0-unstable-2024-12-20 18a8d8b4d8fcd ocamlPackages.httpun-ws-lwt: init at 0.2.0 1fc409754e5e5 libretro.genesis-plus-gx: 0-unstable-2024-11-22 -> 0-unstable-2024-12-13 73204a5db52e1 simplex-chat-desktop: 6.2.0 -> 6.2.1 (#367223) 7e4a1594489d4 kazumi: 1.4.6 -> 1.4.7 (#366508) 2711183fd3740 maintainers: update GitHub name 0364fe3fc6fec vimPlugins.blink-cmp: 0.7.6 -> 0.8.0 (#366987) b826d7365d2fd avante-nvim: 0.0.13 -> 0.0.14 (#367211) e3fae94afbbb5 simplex-chat-desktop: 6.2.0 -> 6.2.1 6da7449bc61a1 skypeforlinux: 8.133.0.202 -> 8.134.0.202 (#367071) b58760224130c webkitgtk: 2.46.4 -> 2.46.5 fb88560f38b0e ivyterm: 0-unstable-2024-10-23 > 1.0.0 (#366885) 59535c2895005 libretro.nestopia: 0-unstable-2024-12-10 -> 0-unstable-2024-12-14 9b102bfc6ed31 python313Packages.dnspython: revert duplicate NO_INTERNET=1 (#367208) 9d61fbb6e2656 zsh-autosuggestions: 0.7.0 -> 0.7.1 (#358756) 135b188e31f11 youtrack: 2024.3.52635 -> 2024.3.53776 (#364850) 11aa80794405e gallery-dl: nixfmt 771c19f988f9d mullvad-vpn: 2024.7 -> 2024.8 300016acc686c mullvad: 2024.6 -> 2024.8 85fb5661a3048 gallery-dl: 1.28.1 -> 1.28.2 45d6e148358bf gallery-dl: tweak package, add myself as maintainer 5b4357e3af043 wofi-pass: 24.0.2 -> 24.1.0 (#366582) d3f30499be387 python312Packages.dbt-bigquery: 1.8.3 -> 1.9.0 (#364793) 1551e10bf3a79 gallery-dl: move to by-name 9a72f42594ba3 brltty: 6.6 -> 6.7 c9f0c8fd55ebf python312Packages.dbt-postgres: 1.8.2 -> 1.9.0 (#365456) e03546c4a1e51 Revert "python313Packages.dnspython: don't run tests that connect to internet" 0a2791f6e880c python312Packages.mypy-boto3-workspaces: 1.35.77 -> 1.35.85 1905f952cac9b python312Packages.mypy-boto3-ssm-sap: 1.35.1 -> 1.35.85 e2ab1be3481e8 python312Packages.mypy-boto3-sagemaker: 1.35.75 -> 1.35.86 e5ca1438c71f8 python312Packages.mypy-boto3-outposts: 1.35.63 -> 1.35.86 232a21250351d python312Packages.mypy-boto3-medialive: 1.35.82 -> 1.35.85 d74e9579cb226 python312Packages.mypy-boto3-mediaconvert: 1.35.66 -> 1.35.85 5e0ab2f798b25 python312Packages.mypy-boto3-macie2: 1.35.0 -> 1.35.86 fca6c8567dc83 python312Packages.mypy-boto3-eks: 1.35.81 -> 1.35.86 8721bbca71d4e python312Packages.pygccxml: 2.6.0 -> 2.6.1 cf147cb22a92c python312Packages.mypy-boto3-docdb: 1.35.0 -> 1.35.86 c9a020ba7df4b python312Packages.mypy-boto3-connect: 1.35.84 -> 1.35.86 aca9d789d0841 python312Packages.mypy-boto3-ce: 1.35.68 -> 1.35.86 2081eb0ffe02e python312Packages.mypy-boto3-appstream: 1.35.32 -> 1.35.85 72b0b9b92fd5d avante-nvim: 0.0.13 -> 0.0.14 7885d2dc779fc python312Packages.librouteros: 3.3.1 -> 3.4.1 73feb7813e375 graphite-cli: 1.4.8 -> 1.4.11 4c38c23dd89b4 exegol: 4.3.8 -> 4.3.9 549993c7c5afe python312Packages.fjaraskupan: 2.3.0 -> 2.3.2 eb452887df6f2 python312Packages.fnllm: 0.0.12 -> 0.0.13 e7c9afc3471dd openscad-unstable: 2024-12-06 -> 2024-12-21 9110ccd204ff4 python312Packages.bloodyad: 2.1.2 -> 2.1.5 9afc75c40a21f python312Packages.botocore-stubs: 1.35.84.post1 -> 1.35.86 8cb09a1c4eb0d python312Packages.boto3-stubs: 1.35.84 -> 1.35.86 6afb1689e6c60 prowler: 5.0.2 -> 5.0.4 81629effd3f7e ha-mqtt-discoverable-cli: 0.4.1 -> 0.16.2 (#366935) 2c434586c4a51 malwoverview: 6.0.1 -> 6.1.1 (#367139) 4d4e9f6ae9119 zrok: 0.4.44 -> 0.4.45 fe0501f48683d python312Packages.fakeredis: 2.26.1 -> 2.26.2 080f38599bd74 gitleaks: migrate to versionCheckHook e045b61efa9f3 woodpecker-server: 2.8.0 -> 2.8.2 (#367027) ebb16d0fe0234 gnatPackages: AdaCore 2025 updates (#352856) 1dabc1f584b9d maintainers: rename pacien -> euxane, update details efe29687afdb7 maintainers: add stevestreza 58a470613e3d7 vscodium: 1.96.0.24352 -> 1.96.2.24355 dfea1a6d32b1e clippy-sarif: 0.6.6 -> 0.7.0 4daf7b31d5370 singularity: 4.2.1 -> 4.2.2 (#366871) 9a6ed10630d77 ocamlPackages.mlx: init at 0.9 (#366892) eaab5628d9247 shellcheck-sarif: 0.6.6 -> 0.7.0 dc09700185c66 haskellPackages.{hd5-lite,bindings-libcddb}: disable gcc 14 -Werror dcdf5e3142ba6 emacsPackages.lspce: 1.1.0-unstable-2024-10-07 -> 1.1.0-unstable-2024-12-15 81c6edc05ebf1 haskell.packages.ghc910.http2: build with http-semantics >= 0.3 b728682160834 hadolint-sarif: 0.6.6 -> 0.7.0 226fc8388b008 yourkit-java: 2024.9-b160 -> 2024.9-b161 1ad7b8d1293fa zxtune: 5080 -> 5081 155addf5808dd Merge branch staging-next into haskell-updates 9c577069d9cd2 haskellPackages.HsSyck: implicit function decl may not fail build 1af4af87cb1ed switchaudio-osx: init at 1.2.2 ab94430a32417 kickstart: 0.4.0 -> 0.5.0 752b7f8b3191d python312Packages.dbt-postgres: update Python version, remove env variable c4e2ef9d7a71a python312Packages.dbt-postgres: 1.8.2 -> 1.9.0 494cb37f99710 haskellPackages.relocant: add postgresql db to tests 8119a9b9dcb0a python312Packages.dbt-bigquery: update dependencies 93d9b277f4182 cinny-unwrapped: pin Node 20 (#367182) 8fa73fd6418b6 nodemon: 3.1.7 -> 3.1.9 da1f80d10a338 kodi: fix comment on why Mesa is used 9ec0f27a2656e cwiid: suppress warning to fix build 8dacc3a67685f wakapi: 2.12.2 -> 2.12.3 (#366936) 9861a2a92cf70 numix-icon-theme-circle: 24.10.22 -> 24.12.12 c5663d003272a python312Packages.dbt-redshift: 1.8.1 -> 1.9.0 (#365482) 002c2a741b2d4 zepp-simulator: mesa -> libgbm 96aec0ee9d414 waybox: mesa -> libgbm 6a8959354387b python312Packages.kivy: drop unused mesa dependency d7cb2a19d8a69 pilipalax: mesa -> libgbm 2a00681ff90e4 pantheon.wingpanel: remove unused mesa dependency 6b6ce7ea08364 pantheon.gala: remove unused mesa dependency fa4dd02f7b707 pantheon.elementary-greeter: remove unused mesa dependency 8055341662a0b oneanime: mesa -> libgbm 65019c34b931a nordpass: mesa -> libgbm 301818815450c ninjas2: drop unused mesa dependency b736758fd012b nextcloud-talk-desktop: mesa -> libgbm 8b65c67d9b97c mutter43: propagate mesa 656cab83ce77e mutter43: libgbm -> mesa 35fd0409bf017 mutter: propagate mesa 52b3c7292e7f7 cinny-unwrapped: pin Node 20 cfde5507959d5 neovim: 0.10.2 -> 0.10.3 ad27e26258e6d mutter: add comment on why mesa and not libgbm de3a7908581ee mangayomi: mesa -> libgbm d6e57f3d18b58 kmscube: mesa -> libgbm 5c452021b931f cogl: disable gstreamer by default d645fcf634ce2 cogl: libgbm -> mesa 0a23c29e2de1c bolt-launcher: mesa -> libgbm, fix invocation c8bc1ad9f5774 librenms: 24.11.0 -> 24.12.0 (#366124) 1a8d021ea7052 haskellPackages.espial: allow esqueleto >= 3.5.12 334a9bd0b269b rwalk: init at 0.8.7 25a67472e183b lesspipe: 2.11 -> 2.14 f8e63966be698 pyenv: 2.4.22 -> 2.4.23 (#366462) aa4ddca3c3bfb adguardhome: 0.107.54 -> 0.107.55 fafb447e38792 dbgate: 6.0.0 -> 6.1.0 (#366477) 00855294f2a12 nickel: 1.9.0 -> 1.9.1 5705c90b8a4fe darcs: build with tls < 2.0 again 5a515b2a78054 numix-icon-theme: 24.09.18 -> 24.12.12 9767ad038192c pdfium-binaries: 6886 -> 6899 (#367178) 97908b67e50fe trayscale: 0.14.0 -> 0.14.1 (#366984) 1987668c4b061 cargo-lambda: 1.5.0 -> 1.6.1 48fcb81021138 Merge remote-tracking branch 'origin/master' into staging-next a13f8d8a9cff9 pdfium-binaries: 6886 -> 6899 8c85e2a068078 Merge staging-next into staging 0fbf1c6e64bf8 k3s_1_30: 1.30.7+k3s1 -> 1.30.8+k3s1 afb270bd1883d [staging-next] python313Packages.dnspython: don't run tests that connect to internet (#367142) aeea7ebc57145 lib2geom: Add passthru.tests bbbf7fb942b78 lib2geom: Move gtest back to check inputs 18a46ed9ec43b lib2geom: Explicitly disable `doCheck` when cross-compiling df25565a400ee redmine: 5.1.4 -> 5.1.5 f5abef98e8b8c gomobile: 2022-05-18 -> 0-unstable-2024-12-13 8ddbc4432614e factorio, factorio-experimental: 2.0.23 -> 2.0.28 (#367153) 6b928c1b7eb11 kanidm: 1.4.4 -> 1.4.5 (#367111) 4083d721929d5 itk: 5.4.0 -> 5.4.1 bdefb92ed932e pgsrip: init at 0.1.11 aeb794c29ac84 python3Packages.trakit: init at 0.2.2 df91ddb5d377a python3Packages.cleanit: init at 0.4.8 a412b23486c7e Merge: php83: 8.3.14 -> 8.3.15 (#367151) 68fdae27e5116 Merge: mautrix-whatsapp: 0.11.1 -> 0.11.2 (#366524) b431444b9c3dd python312Packages.sumo: 2.3.9 -> 2.3.10 5f24fead72f59 pantheon.switchboard-plug-security-privacy: 8.0.0 -> 8.0.1 77ad252ba2981 tonelib-noisereducer: 1.2.0 -> 2.0 (#360200) 87251ce42c6e4 lib2geom: Switch to finalAttrs 7977a35c788c7 tonelib-metal: 1.2.6 -> 1.3.0 (#360197) 93307231cacf9 miniflux: 2.2.3 -> 2.2.4 (#367023) 632e1284777e5 libu2f-server: fix cross compilation, set strictDeps 295409d95247c gomobile: format 64bfcb538bf32 qogir-kde: 0-unstable-2024-10-30 -> 0-unstable-2024-12-21 e94db5feff365 linux_xanmod_latest: 6.12.5 -> 6.12.6 eac567d371ca8 linux_xanmod: 6.6.66 -> 6.6.67 ddc3a52625626 libmypaint: fix cross compilation, set strictDeps 0a1d9a8d75f0d gildas: 20240901_a -> 20241201_a 3e4c8d33b5a0d jitsi-videobridge: 2.3-174-gd011ddf7 -> 2.3-187-gc7ef8e66 c7893fcc42d86 jamulus: 3.10.0 -> 3.11.0 (#362464) e57e423549cc5 koboldcpp: 1.80 -> 1.80.1 fe9a0c9375f01 linuxwave: 0.1.5 -> 0.2.0 (#365116) 4bd2716b3a6ee python313Packages.dnspython: don't run tests that connect to internet 07ffad1bef104 v2rayn: 7.3.2 -> 7.4.1 (#365879) d271ae581e647 navicat-premium: 17.1.6 -> 17.1.7 (#365747) 6dd04997f4dee pocketbase: 0.23.9 -> 0.23.11 3210b3874caf8 factorio, factorio-experimental: 2.0.23 -> 2.0.28 701b956e7a081 lensfun: fix cross compilation 5631a611006e6 ivyterm: 0-unstable-2024-10-23 > 1.0.0 1f57576570725 php83: 8.3.14 -> 8.3.15 5ea32c66f0dd5 epsonscan2: fix not showing icons when built with withGui = true 794d4f89bac11 epsonscan2: use pinned patches, add gcc14 patch c560cae490d0b drm_info: fix cross compilation, set strictDeps 48b8a5d743cb5 nextcloud-talk-desktop: 1.0.0 -> 1.0.1 (#366980) 679595318fd81 epsonscan2: 6.7.63.0 -> 6.7.70.0 2d56a18c3ee4f epsonscan2: move to pkgs/by-name ba701bfd21e34 emacsPackages.lsp-bridge: 0-unstable-2024-12-16 -> 0-unstable-2024-12-20 7b96c7d66f342 renderdoc: 1.35 -> 1.36 6c12ec7566d0d dooit-extras: init at 0.2.0 (#367067) 8e8d65e1cae39 nixos/bind: harden systemd service (#349548) 4a80300bc965a emacs30: 30.0.92 -> 30.0.93 6c3ae12a455d2 ipxe: 1.21.1-unstable-2024-12-03 -> 1.21.1-unstable-2024-12-18 362e5f207a348 aja-desktop-software: init at 17.1.3 b01235edfa2d0 hydra-check: init at 2.0.1 de99d3d3e3397 nixos/gitlab: Fix registry port (#351496) d5556349d86bd Improve dafny packaging (#300009) cd477840ef9c3 visp: init at 3.6.0 (#333473) a6c874af13223 pulumi-bin: 3.138.0 -> 3.142.0 (#359551) e33b0d82f1d68 chiaki-ng: 1.9.2 -> 1.9.3 (#366425) 140bce0f47454 nixos/moodle: add missing plugin types (#248696) 3d6128057e668 python3Packages.cyclonedds-python: init at 0.10.5 (#322015) c7d3dcde397bf rescrobbled: init at 0.7.1 (#274553) 70d582e5bb59f opencomposite: 0-unstable-2024-11-11 -> 0-unstable-2024-12-20 (#367033) 302f9d9b6f07d dooit-extras: add package d84078ed5dcbf malwoverview: 6.0.1 -> 6.1.1 3f5c1fc2affdb pnpm: 9.15.0 -> 9.15.1 (#366726) 915abcd61388f librewolf-bin: 131.0.2-1 -> 133.0.3-1 (#366839) c5c3bde2fb304 gnome-pomodoro-watcher: init at 0-unstable-2023-12-20 44f293ffad589 hcl2json: 0.6.4 -> 0.6.5 (#367093) cdeea0c61b57f dysk: 2.9.1 -> 2.10.0 (#367109) 176b3b14f46d9 cargo-flamegraph: 0.6.5 -> 0.6.7 (#367075) 276949f6aba15 nu_scripts: 0-unstable-2024-12-08 -> 0-unstable-2024-12-18 (#367082) 806413e65c03c python312Packages.b2sdk: 2.6.0 -> 2.7.0 (#367084) bae876a6435c5 stevenblack-blocklist: 3.14.139 -> 3.15.0 (#366304) f66bc1ec3c03f rizin: 0.7.3 -> 0.7.4 d832d03b19763 nixos/borgbackup: fix extraArgs shell expansion (#332319) fddba3730e40d python312Packages.aiovodafone: 0.7.1 -> 0.8.1 (#367036) 2b70e2b1ba302 python312Packages.pytorch-metric-learning: 2.7.0 -> 2.8.1 (#367046) e4915f866f3d2 obs-cmd: 0.18.0 -> 0.18.1 777436f200691 python312Packages.signify: 0.6.0 -> 0.7.1 0071cb01e69ac crates-tui: 0.1.23 -> 0.1.24 (#367052) 4a68821f55e89 python312Packages.pyvicare: 2.38.0 -> 2.39.1 (#367054) c35d8bd40a5f4 python312Packages.python-youtube: 0.9.6 -> 0.9.7 6812ba9c8fd40 python312Packages.yfinance: 0.2.50 -> 0.2.51 (#367055) 0f4860c3cc227 treewide: replace pythonImportCheck(s) with pythonImportsCheck 0fb7f1c24b6a0 supabase-cli: 2.1.2 -> 2.1.3 (#366998) f37bb1cd86ed5 reindeer: 2024.12.09.00 -> 2024.12.16.00 (#367001) 2ebe2892d4b77 python312Packages.python-docs-theme: 2024.10 -> 2024.12 (#367012) f18c45bb9809a pur: 7.3.2 -> 7.3.3 (#367014) 4e180d268f607 goat-cli: init at 1.1.0 (#275801) d1d6f795e398f restman: init at 0.3 (#275812) b0895690fa30b wasmtime: 27.0.0 -> 28.0.0 (#366954) d61966e38106a nixos/clash-verge: enable serviceModule by default (#363005) e2baa0d29b292 cpm-cmake: 0.40.2 -> 0.40.3 (#366970) 949ec0791d950 nova: 3.11 -> 3.11.1 (#366974) bbbc0304c4f97 gepetto-viewer: 5.2.0 -> 6.0.0 (#366976) 7bd671dba5027 faas-cli: 0.16.37 -> 0.16.38 (#366972) 9e283df636594 mpvScripts.mpvacious: 0.36 -> 0.37 (#360907) 0666911bf2d9a nixos/jackett: add Systemd sandboxing configuration (#211096) 5d6cefd671f18 python312Packages.simsimd: 6.2.1 -> 6.2.2 (#366921) b59477329f5e8 nixos/mullvad-vpn: remove unneeded hacks (#341992) 469684e2eb19f zoom-us: 6.2.11.5069 -> 6.3.0.5527 (#366947) e5faa4fb5178c imapdedup: init at 1.1 (#355169) 13e8efc52b155 virtualboxKvm: 20240828 -> 20241220 (#366924) 2ee37efe20d8e fscan: 1.8.4 -> 2.0.0-build1 (#366686) 109023baa3288 git-repo: 2.49.3 -> 2.50.1 (#366925) ba2435befc33f clash-verge-rev: 1.7.7 -> 2.0.2 (#358877) f396f048d2a63 uiua-unstable: 0.14.0-rc.2 -> 0.14.0-rc.3 (#366680) 30bf93bdc08f5 intentrace: 0.2.6 -> 0.4.1 (#366561) 1d0e661d15db6 rtmpdump: unstable-2021-02-19 -> 2.6 (#350867) ae7e00fff9b31 firebase-tools: 13.28.0 -> 13.29.1 (#366082) d9b70d7a45391 rofi-screenshot: 2023-07-02 -> 2024-09-27 (#366720) fd52537029700 docker-compose: 2.31.0 -> 2.32.1 (#366292) 4041419f5166c python3Packages.hebg: init at 0.2.4 (#335566) 920abb37d5d84 osv-scanner: 1.9.1 -> 1.9.2 (#366522) 56ca9c94490bf wasm-tools: 1.221.2 -> 1.222.0 (#366536) 30e9043e58403 fmtoy: 0-unstable-2024-11-13 -> 0-unstable-2024-12-15 (#366948) b34669137d26b soft-serve: 0.8.0 -> 0.8.1 (#366884) 142e69795d783 sd-local: 1.0.56 -> 1.0.57 (#366890) e3271d31042fe tinty: 0.23.0 -> 0.24.0 (#366900) 7fa8c3ea0feb1 qownnotes: 24.12.1 -> 24.12.4 (#366907) 8f7199857248a code-cursor: 0.43.6 -> 0.44.5 (#366914) 5b03e19605e3d rymdport: 3.6.0 -> 3.7.0 (#366847) ec3a30f349ffd sing-box 1.10.3 -> 1.10.5 (#366817) 71c88442560c5 speedtest-go: 1.7.9 -> 1.7.10 (#366873) 5b70ed34b52c8 inputplumber: 0.39.2 -> 0.40.0 (#366823) d7ac030cb7d37 python312Packages.opentelemetry-instrumentation-grpc: fix build 869a99720db9d gatus: 5.13.1 -> 5.14.0 (#366828) 51d16f9270dfa terraform-providers.harbor: 3.10.15 -> 3.10.17 (#366836) b6af8eeb42dd2 rerun: 0.20.2 -> 0.21.0 (#366515) c4f91f848f040 clerk: fix reference to wrapped binary in wrapper 0211f137fba09 textidote: init at 0.8.3 (#321054) a68b0ab8fd4f8 foliate: 3.2.0 -> 3.2.1 (#366818) 6e276fd5e3881 superlu: fix darwin 74e3e225b0494 littlegptracker: 0-unstable-2020-11-26 -> 1.4.2 (#352617) 8f744ef29c8b8 kanidm: 1.4.4 -> 1.4.5 0302423dadfa5 plasma5Packages.qtmultimedia: drop already applied patch 3c6867e2f20b8 workflows/eval: evaluate all systems to completion on failure (#367108) 5eb695cc21c03 mrkd: drop (#367096) d9534956e2216 xpipe: 13.4.3 -> 13.4.4 (#366470) 719384b3364eb opencommit: 3.2.1 -> 3.2.5 (#366445) cdddc34d58b8c dysk: 2.9.1 -> 2.10.0 e89120237043e exo: 0-unstable-2024-12-07 -> 0-unstable-2024-12-15 (#367058) 6669fe6e9bda7 sublime4: 4186 -> 4189 (#367090) ef1796b54ccf3 python312Packages.conda-libmamba-solver: 24.9.0 -> 24.11.1 5cc0adf8ef8b2 python312Packages.libmambapy: fix build d1543c4cb9934 libmamba: 1.5.8 -> 2.0.4 059d94c566e2d clash-verge-rev: 1.7.7 -> 2.0.2 cc78d2a1d931d v8: drop a9dbb26f48d00 workflows/eval: evaluate all systems to completion on failure 7e6ea0dbc0c77 ipopt: 3.14.16 -> 3.14.17 (#365281) c339f5b090b4e limo: 1.0.9 -> 1.0.10 41fe8d27061c9 peergos: 0.21.0 -> 0.22.0 cc7c9e53ada53 python312Packages.debianbts: fix build (#365905) 8d20c94a09201 python312Packages.pallets-sphinx-themes: 2.1.3 -> 2.3.0 (#362785) 150145b500bf5 emacsPackages.semi: fix build 1af1272d05ff1 mrkd: drop 6d63b94c57c7a beszel: 0.6.2 -> 0.9.0 (#360715) eb9f44b6778ee xmake: 2.9.6 -> 2.9.7 (#367021) 516bce6628476 easytier: 2.0.3 -> 2.1.0 541f47ca64d86 sing-box: 1.10.4 -> 1.10.5 3a50c5b767491 [staging-next] csdr: fix build with GCC 14 for ARM (#366762) dabaf0aec5224 python312Packages.pycatch22: fix build (#365332) b12d5b79cb278 sublime4-dev: 4187 -> 4188 198f792808a99 sublime4: 4186 -> 4189 393cafb0a32b9 mediawiki: 1.42.3 -> 1.42.4 535dd6c4561a0 hcl2json: 0.6.4 -> 0.6.5 91fa1ae9f21d8 gnuplot: 6.0.1 -> 6.0.2 ba84d7fb52e51 docker: cleanup derivation of old versionOlder 7e9020dab454f docker_24: drop ff102bf4155ee sosreport: 4.8.1 -> 4.8.2 f311b2493888d pkgsite: 0-unstable-2024-12-09 -> 0-unstable-2024-12-16 (#366894) 33ca23f6f5ad3 dev86: reformat c203a46e62f7c dev86: unstable-2022-07-19 -> 1.0.1 2eedeb30d4241 shaka-packager: 3.4.0 -> 3.4.1 (#367068) 5c216a9781ec2 vcmi: 1.5.7 -> 1.6.0 (#366852) c1ebe6dccd49b Merge staging-next into staging 97fef6811e532 python312Packages.b2sdk: 2.6.0 -> 2.7.0 76fae765755b4 Merge master into staging-next 5330b2a6c54d7 glab: 1.50.0 -> 1.51.0; add nix-update-script (#366874) d47a3d497bb06 nu_scripts: 0-unstable-2024-12-08 -> 0-unstable-2024-12-18 7d0c25dca2b4d nixos/sane: ensure saned can access usb scanners 4bf5883bbbf49 welle-io: enable FLAC support (#366832) 7503c09dba9f3 nextcloud-talk-desktop: add desktop item 18587d60c47d9 bun: 1.1.38 -> 1.1.42 e5f0c210c2c6d keyguard: 1.7.0 -> 1.7.1 7039ae304d3d5 tt-rss: 0-unstable-2024-11-04 -> 0-unstable-2024-12-20 (#366795) 6a44323c7baf6 Git: re-enable test t1700 (#314258) 178429a71b397 fcitx5-mozc: use our protobuf 5266096a2ed8f python3Packages.nanobind: 2.2.0 -> 2.4.0 73888229b960e kak-tree-sitter-unwrapped: 1.1.2 -> 1.1.3 65778e040c293 hugin: move to openexr_3 10f6d55b84ecd signal-export: 3.2.0 -> 3.2.2 b5fce003f4f16 s7: 11.2-unstable-2024-12-10 -> 11.2-unstable-2024-12-19 (#367037) 236542f608581 cargo-flamegraph: 0.6.5 -> 0.6.7 3add6c84dba50 voicevox: init at 0.20.0 (#319403) 115df1c2cf0f7 glab: use nix-update-script 38da424991d2b skypeforlinux: 8.133.0.202 -> 8.134.0.202 844db7de26730 _389-ds-base: 3.1.1 -> 3.0.5 47d39de5a3b17 texlive.tlpdb.nix: change hasRunfiles to default true and omit hashes if not required a29f0c9330af8 texlive.tlpdb.nix: avoid branching when processing hasCatalogue 3c8d6a24ed71a shaka-packager: 3.4.0 -> 3.4.1 4ca8c943ac24e dpdk: apply patch for CVE-2024-11614 2daf4d1bcd969 gh-dash: 4.7.3 -> 4.8.0 (#366981) 9f0cda47b591a firecracker: 1.9.0 -> 1.9.1, build from source (#352329) 34fb736d75221 gitleaks: 8.21.2 -> 8.22.0 f14218fa9056e kaidan: 0.9.2 -> 0.10.1 a415f886525a9 exo: 0-unstable-2024-12-07 -> 0-unstable-2024-12-15 7edf000fe7fea gh-gei: 1.9.0 -> 1.11.0 (#366482) 51c13e7353943 darwin: expose `requireXcode` 303123ab22c12 python312Packages.yfinance: 0.2.50 -> 0.2.51 cb5e5e3ca3abb ppp: add PAM support 899053142435b ppp: add systemd sd-notify support 6a03ad39361bb ppp: remove 'with lib' usage 82ddcd88fb946 ppp: adopt 66a38d66006e7 kanboard: 1.2.42 -> 1.2.43 (#366899) 96f75775a5551 opentelemetry-collector-builder: 0.115.0 -> 0.116.0 (#366086) 71f46a72c95fb python312Packages.pyvicare: 2.38.0 -> 2.39.1 800a9900d7f8f crates-tui: 0.1.23 -> 0.1.24 08fee6f1b698e wireguard-vanity-keygen: 0.1.0 -> 0.1.1 (#366853) 1e359c03f07e5 python312Packages.rpds-py: 0.20.0 -> 0.22.3 4debaffa6b061 xfce.xfce4-screensaver: 4.18.3 -> 4.18.4 d54502b882576 typstyle: 0.12.12 -> 0.12.13 (#367039) 44bccf4ca9477 opener: init at 0.1.5 (#364141) 65504019c258b raider: 3.0.1 -> 3.0.2 (#366995) 72b219d8eacae update to 18.8.2 ae4cee8adda6a dolibarr: 20.0.0 -> 20.0.2 (#366926) 63d59f32e7ead warp-terminal: 0.2024.12.10.15.55.stable_04 -> 0.2024.12.18.08.02.stable_03 (#366843) b658d41a22b8b hdf4: 4.2.15 -> 4.2.16-2 17a3028c12b53 typstyle: 0.12.12 -> 0.12.13 2f349d607546d circt: 1.98.0 -> 1.99.1 (#367002) e443609d45438 opener: init at 0.1.5 722aee8855ce5 python312Packages.pytorch-metric-learning: 2.7.0 -> 2.8.1 a693796eb0c2b python312Packages.meshtastic: 2.5.5 -> 2.5.6post1 c6f03b62ff842 s7: 11.2-unstable-2024-12-10 -> 11.2-unstable-2024-12-19 dba71e4c2d195 golem: 1.0.27 -> 1.1.0 (#364767) e8931b3526585 python312Packages.finetuning-scheduler: 2.4.0 -> 2.5.0 6cd4937bf5bb0 python312Packages.pytorch-lightning: 2.4.0 -> 2.5.0.post0 f751123598664 process-compose: 1.40.1 -> 1.46.0 (#366985) d0e76edfcabe3 python312Packages.aiovodafone: 0.7.1 -> 0.8.1 a02745cd79040 Merge staging-next into staging 5d8de5b048021 Merge master into staging-next fe1376b0a47dd kdePackages.drkonqi: fix overzealous replacement (#367035) 6a590ecb44a59 kdePackages.drkonqi: fix overzealous replacement 3b9c113540bef python312Packages.pygit2: fix build with GCC 14 (#366327) 41e65e710da88 firefox-beta-bin-unwrapped: 134.0b8 -> 134.0b10 1d279ae07dffc opencomposite: 0-unstable-2024-11-11 -> 0-unstable-2024-12-20 620b8fb2c7889 hareThirdParty.hare-ev: 0-unstable-2024-08-06 -> 0-unstable-2024-12-13 fed5dc774e6c1 maintainers/team-list: remove ncfavier from haskell (#367030) 99fa438dbffa5 maintainers/team-list: remove ncfavier from haskell 0d0f0be9478a4 bilibili: 1.15.2-2: 1.16.1-1 4343c98599559 xorg.libSM: 1.2.4 -> 1.2.5 b8002946ce17c woodpecker-server: 2.8.0 -> 2.8.2 6fc545e5f588e xtreemfs: unpin Boost (#359747) a67dc118ed6f0 thonny: 4.1.6 -> 4.1.7 46dfd6a016380 cypress: 13.13.2 -> 13.17.0 ce561f6133032 processing: 4.3 -> 4.3.1 7e465fb4fcdca miniflux: 2.2.3 -> 2.2.4 1e60d267ed5e9 plexamp: 4.11.2 -> 4.11.5 2841932b385de Merge staging-next into staging efd5870e23c1b Merge master into staging-next b14adc3f276c6 rsonpath: 0.9.1 -> 0.9.1-unstable-2024-11-15 a3afc68de5982 xmake: 2.9.6 -> 2.9.7 57c0e8a65c3c2 pur: 7.3.2 -> 7.3.3 7f5bc3efdeb2d python312Packages.python-docs-theme: 2024.10 -> 2024.12 e88c19c65ac4c rotonda: 0.1.0 -> 0.2.1 3714bac22fd3a quast: 5.0.2 -> 5.3.0 965c7b08d1a33 python312Packages.senf: 1.5.0 -> 1.5.0-unstable-2024-11-26 8cdcfb40a6a43 fwupd: fix cross compilation dba9da8beb30d element-desktop: 1.11.87 -> 1.11.89, element-{web,desktop}: move to pkgs/by-name, format (#365951) 61238765017dd mieru: 3.7.0 -> 3.9.0 (#366532) 0ff97fc16f62f circt: 1.98.0 -> 1.99.1 f35b9d1e5484e reindeer: 2024.12.09.00 -> 2024.12.16.00 c3a2bcbdc8661 numbat: unbreak on darwin 3f0036916daca meteor-git: 0.24.2 -> 0.25.0 (#366877) e35acddfb6f43 supabase-cli: 2.1.2 -> 2.1.3 ff298f2016230 sing-box: 1.10.3 -> 1.10.4 c358956633a3c textidote: init at 0.8.3 4d2013ad4660d maintainers: add magneticflux- e5230bdd2f1fa python312Packages.autopxd2: init at 2.5.0 42df0b494b2e4 {itk_5_2, python312Packages.itk}: unbreak by disabling RTK cmake module ecade5a731193 gh: 2.63.2 -> 2.64.0 df4ac83df16ac raider: 3.0.1 -> 3.0.2 7a84c154c93f2 git-annex: update sha256 for 10.20241031 c61c0e171852c stack: fix build by providing pantry >= 0.10 a9340be6d7235 vimPlugins.blink-cmp: 0.7.6 -> 0.8.0 26896ed13ac93 jacinda: fix build by providing happy >= 2.1 62f33524eb6a3 Merge branch staging-next into haskell-updates d4e982fe8be56 highs: 1.8.1 -> 1.9.0 e21fc45383414 yazi-unwrapped: 0.4.1 -> 0.4.2 (#366835) 02e0722c208a3 ostree-full: 2024.8 -> 2024.10 5d40d05b10072 process-compose: 1.40.1 -> 1.46.0 325cfa7fdec8f trayscale: 0.14.0 -> 0.14.1 43eed30b66bee gh-dash: 4.7.3 -> 4.8.0 860e3b71c0c4f nextcloud-talk-desktop: 1.0.0 -> 1.0.1 7a3b49910593c gepetto-viewer-corba: 5.8.1 -> 6.0.0 792c4b5677e8c nextjs-ollama-llm-ui: add env var control over cache dir b8f2d672d2de2 gepetto-viewer: 5.2.0 -> 6.0.0 7e80b7355b869 noseyparker: 0.21.0 -> 0.22.0 4b4a997e1ea53 ocamlPackages.mlx: init at 0.9 d715d3166cfed maintainers: add Denommus 2a12f77edb135 nova: 3.11 -> 3.11.1 e344f839716f0 tinygo: 0.34.0 -> 0.35.0 1033078b1ab92 faas-cli: 0.16.37 -> 0.16.38 b97bd9db788a6 libcef: install more of the prebuilt binaries into the output 41f7c189aa39f golem: 1.0.27 -> 1.1.0 f8c46320449e9 treewide: no 'with lib' 6e60452beb0d2 liburcu: 0.14.1 -> 0.15.0 6d766c1636b65 cpm-cmake: 0.40.2 -> 0.40.3 8480747d28e48 softmaker-office-nx: init at 1222 (#366490) e6be7e1cae45e python312Packages.psutil: 6.0.0 -> 6.1.1 (#363274) 8fd2957402c50 mjolnir: 1.8.3 -> 1.9.1 (#366017) 85f776b7a3711 solanum: unstable-2022-07-12 -> 0-unstable-2024-07-24 (#366637) 2700d6f68394b Merge staging-next into staging 36d6a1bccd7b2 Merge master into staging-next 3f3682d4737c7 uv: 0.5.10 -> 0.5.11 (#366792) 9ee3f5042b867 python313Packages.pytest-benchmark: allow local networking on darwin (#366961) 8f85b83ec497f perlPackages.MailDKIM: add missing CryptX dependency (#366744) f5391431e87b0 python313Packages.pytest-benchmark: allow local networking on darwin b5e504cc4069c cc-wrapper: Move cc-wrapper-hook above NIX_DEBUG 3fc1a00773dc8 bintools-wrapper: introduce ld-wrapper-hook e9e1d145f6e6d nixos/fontdir: fix X11-fonts cross compilation 7872dc1dada5c python312Packages.psutil: 6.0.0 -> 6.1.1 d184f19874380 buf: 1.47.2 -> 1.48.0 (#366743) e7c57451534ac wasmtime: 27.0.0 -> 28.0.0 93280b98d1028 [staging-next] arrow-cpp: fix build with clang-19 (#366718) 53451cb7e07a6 [staging-next] python313Packages.twisted: fix aarch64-darwin (#366737) 62659a8ca7bba jdt-language-server: 1.42.0 -> 1.43.0 77dbed26c6919 [staging-next] python313Packages.astropy: fix clang build (#366757) b970654b23ac2 [staging-next] python313Packages.pillow-heif: remove -Werror (#366771) fda3d087aeaaf vscode-extensions.geequlim.godot-tools: init at 2.3.0 (#366674) 1be47e349c7ee php84: 8.4.1 -> 8.4.2 (#366736) 583ab51d5bf7a php82: 8.2.26 -> 8.2.27 (#366717) 8f504488ee91c evdi: 1.14.7 -> 1.14.8 (#366775) 85c724f396652 [staging-next] lcevcdec: fix build with GCC 14 (#366100) 99dd39bd64410 terraform-providers.btp: init at 1.8.0 (#366796) 0b361ce34d8d5 fmtoy: 0-unstable-2024-11-13 -> 0-unstable-2024-12-15 27782647ac626 grow-partition test fixes (#366933) ee290a042118f osmo-*: add markuskowa as maintainer 1a7f2a633b1ea omso-*: remove dead code 613cfb8beefaa libosmo-sigtran: init at 2.0.1 b0c9262a26c0e zoom-us: 6.2.11.5069 -> 6.3.0.5527 d3fd500848750 jcli: 0.0.42 -> 0.0.44 (#366801) bd13a0f173b77 osmo-bsc: 1.12.2 -> 1.12.4 cc63b30856073 osmo-msc: 1.12.0 -> 1.12.2 052067c306b13 ocamlPackages.gluten-async: init at 0.5.2 316d2c8257027 fflogs: 8.14.49 -> 8.15.4 (#366113) 18508b6a6a7ff ocamlPackages.gluten-mirage: init at 0.5.2 93912e68c5fcb python312Packages.craft-platforms: 0.4.0 -> 0.5.0 (#366930) 7a7702aa647e3 perlPackages.NetDNS: 1.44 -> 1.48 3e0016526bae1 maestro: 1.39.2 -> 1.39.7 5cdedde5a307d wakapi: 2.12.2 -> 2.12.3 9d2bf746f64d0 ha-mqtt-discoverable-cli: 0.4.1 -> 0.16.2 a21e4fa9e0773 restic: fixed handling of arguments with spaces in restic wrappers 831ccafadf3c1 nixosTests.grow-partition: fix test bae7a7ac67989 nixos/make-disk-image: fix hybrid and legacy+gpt image generation e7d1fdf16a397 fcgi: 2.4.2 -> 2.4.3 (#365118) 15eafd036bae7 Fixed the Monica email configuration bug cf37a496573ba zoekt: 3.7.2-2-unstable-2024-12-09 -> 3.7.2-2-unstable-2024-12-18 af37213ffd0c6 python312Packages.craft-platforms: 0.4.0 -> 0.5.0 822fbb592e16d dolibarr: add GaetanLepage as maintainer 33286b8dca4b9 dolibarr: 20.0.0 -> 20.0.2 78398b00bffc3 dftd4: 3.6.0 -> 3.7.0 (#366827) 004c6a077aa6a polarity: latest-unstable-2024-12-09 -> latest-unstable-2024-12-20 (#366893) 85c505e26d521 git-repo: 2.49.3 -> 2.50.1 1ccd253accfb1 koboldcpp: disable vulkan for darwin 93884e9469867 virtualboxKvm: 20240828 -> 20241220 13e90ca602f04 python312Packages.azure-mgmt-reservations: remove msrestazure dependency (#362150) 4a2d41a4797ec code-cursor: 0.43.6 -> 0.44.5 dbbaf900fa3ce python312Packages.hcs-utils: fix build (#359237) 81eb5420da475 python312Packages.pins: 0.8.6 -> 0.8.7 (#366666) abe985ccc9bd6 librewolf-bin: 131.0.2-1 -> 133.0.3-1 120d181dbe1cd librewolf-bin: add dwrege as maintainer e62a47c0c8c1f koboldcpp: add `(darwinMinVersionHook "10.15")` 06a68d871f507 vaultwarden: 1.32.6 -> 1.32.7 (#366779) ce615a8d8c1d9 nixos/incus: seabios is x86_64 only (#366906) 19123f4015811 tomcat9: 9.0.97 -> 9.0.98, tomcat10: 10.1.33 -> 10.1.34 (#366253) a8d72224c0cd8 moodle: 4.4.4 -> 4.4.5 (#364144) d41000a5d05f4 jcli: 0.0.43 → 0.0.44 774c5c70ab2fc tomcat: 11.0.0 -> 11.0.2 (#366176) 093daf148a87a structorizer: 3.32-23 -> 3.32-24 6eb4436794f35 lib.customisation: format and cleanup (#366879) bb6e2bfc3826e qownnotes: 24.12.1 -> 24.12.4 cbe221c56ab96 nixos/incus: seabios is x86_64 only a79a0be7a8d02 sd-switch: 0.5.2 -> 0.5.3 (#366860) 37add730102eb tracy: split the package into `tracy-wayland` and `tracy-glfw` 263212ac6d367 tracy: 0.10 -> 0.11.1 6494c1d470c6c tracy: reformat 08891ddca4c53 dnsdbq: init at 2.6.7 (#352135) 8b6b84750fc04 steamguard-cli: 0.14.2 -> 0.15.0 (#366572) 9a1da01275a91 dnsdbq: init at 2.6.7 8308e4fa982e9 python312Packages.simsimd: 6.2.1 -> 6.2.2 84ce5041e7d62 percona: several package updates (#366579) 976ec244339e3 matomo: 5.2.0 -> 5.2.1 8b36eecab2ee7 tinty: 0.23.0 -> 0.24.0 cee4574451bb0 kanboard: 1.2.42 -> 1.2.43 81932cf82a195 Merge remote-tracking branch 'origin/staging-next' into staging 522470aea5b18 Merge remote-tracking branch 'origin/master' into staging-next 29a3cc58b710b pkgsite: 0-unstable-2024-12-09 -> 0-unstable-2024-12-16 5f0d21d9e7ed7 firefox: extend compile flag "--enable-lto=cross" with parameter "full" bee553b5367b1 polarity: latest-unstable-2024-12-09 -> latest-unstable-2024-12-20 c57e953dcf376 opentabletdriver: 0.6.4.0-unstable-2024-11-25 -> 0.6.5.0 (#366791) de0a5d8fe7319 scarlett2: init at 0-unstable-2024-04-06 (#329588) 19ce742397713 lazyjournal: 0.4.0 -> 0.5.0 687eaa3b99dba cpp-redis: init at 4.3.1 (#275738) aac7b0adea7a7 Merge remote-tracking branch 'origin/master' into staging-next e4e994e3fc1aa nixos/luksroot: Exit if EOF detected in `cryptsetup-askpass` (#298592) 4ff852554d866 nixos/akkoma: include ImageMagick by default (#353164) 9b71c642e9ccb kitty: 0.37.0 -> 0.38.0 (#366562) dab5c03aa4d68 firefly-iii: 6.1.24 -> 6.1.25, nixos/firefly-iii: Improved cache clearing (#366564) db08c9d459a6f coqPackages.compcert: 3.14 → 3.15 (#364936) 58c1d02328a71 sd-local: 1.0.56 -> 1.0.57 41a47228cff8b stackql: 0.6.7 -> 0.6.32 b5283b1682e20 Merge staging-next into staging f244d65634edb matomo: default to 5.x, drop 4.x, 5.1.2 -> 5.2.0 (#364627) b1660ddf91c22 maintainers: add atinba 3a11a08dbc085 soft-serve: 0.8.0 -> 0.8.1 a5077889b8cdb rain-bittorrent: 1.13.0 -> 2.0.0 (#366845) 37626be7ee534 bottles: 51.15 -> 51.17 (#365397) 6399d48321076 vimPlugins: remove unnecessary dependency (#366722) 94200398f9e74 nixos/actual: init at 24.10.1 (#347825) a7b23c8dc4efa subtitlecomposer: ffmpeg_6 as dependency 0360d59d0f459 healthchecks: 3.8 -> 3.9 830b83c2aeba5 nanovna-saver: 0.6.5 -> 0.6.8 18f0ad91dd4e2 cudaPackages.nccl-tests: 2.13.9 -> 2.13.11 (#332667) aa1f7b0b0a0a1 python312Packages.flake8-bugbear: 24.10.31 -> 24.12.12 (#366406) acf7823aea9f3 fedimint: 0.4.4 -> 0.5.0 (#366699) f0e461458e47f python312Packages.ome-zarr: 0.9.0 -> 0.10.2 (#366142) f599b634d21fb erlang-language-platform: 2024-11-07 -> 2024-12-09 (#366433) c67e17d41123d omnictl: 0.38.3 -> 0.44.1 (#365182) 629b1a17291fb prettierd: remove mkYarnPackage usage (#341902) 3d04b77064d7b python3Packages.torch: enable vulkan support (#350091) 20c23743620a6 nixos/frigate: add rtmp nginx module (#341918) 786c52bbccd39 vimPlugins.cord-nvim: move to separate folder; vimPlugins.cord-nvim: 0-unstable-2024-09-26 -> 0-unstable-2024-12-17 (#366715) eef8487c6d90f vimPlugins.vim-markdown-composer: move out of vim generated (#366721) 3642cf2b1cbb3 vimPlugins: remove unnecessary dependency 30b024f726241 vimPlugins.LanguageClient-neovim: move out of vim generated (#366714) d02e0f5e4b8cb openboard: 1.7.1 -> 1.7.3 d6dbab2caca1e meteor-git: 0.24.2 -> 0.25.0 0a5de06f6ff57 gfold: 4.5.1 -> 4.6.0 a86ccc9299e4e vimPlugins: update on 2024-12-20 (#366698) a597f4ffe151a glab: 1.50.0 -> 1.51.0 620e2b8dc15a0 tmuxPlugins.sensible: unstable-2017-09-05 -> unstable-2022-08-14 (#191517) ae0bec4dcd4c4 speedtest-go: 1.7.9 -> 1.7.10 056000897aeac vimPlugins: cleanup unused inputs 48d7517fc95d4 vimPlugins.sg-nvim: move out of vim generated 6c0016d2e61ab vimPlugins.nvim-treesitter: update grammars eab1ab601578b vimPlugins: resolve github repository redirects 1d1775804d4bc vimPlugins: update on 2024-12-20 61026a1ad035c nixos/dbus: add package options (#347923) 75269f6e77613 nixos/akkoma: Provide cache directory via environment (#352706) 36bf778fa12a0 vimPlugins.codesnap-nvim: move out of vim generated (#366716) 46b5ab5b33206 lvm2: fix libdevmapper SONAME when onlyLib is on (#243578) 089c3957d828a misc-gitology: init at unstable-2023-06-22 (#252010) 86d0b44683758 webrtc-audio-processing: Fetch patch for big-endian support, enable parallel building (#255148) 1de0f269e9f9f fetch-npm-deps: handle all git+ urls the same during fixup (#280647) dc5b30fe50db7 siketyan-ghr: init at 0.4.4 (#356529) d37eedef4c371 prometheus-smartctl-exporter: 0.12.0 -> 0.13.0 (#366807) fd52af0d6f723 singularity: 4.2.1 -> 4.2.2 3e3c0ae23d4a5 whisper-ctranslate2: 0.4.6 -> 0.5.1 (#366443) 8896d11605efe voicevox: init at 0.20.0 281176b9bf0b9 voicevox-engine: init at 0.20.0 5b1351619c4fc vimPlugins.sniprun: move to separate folder (#366711) 24c0b63244d1e luarocks-packages-updater: errors don't crash script (#366629) 2b4f91db5936e ocamlPackages.lwt: 5.8.0 -> 5.9.0 (#361430) 8de04b30a93ba pyright: 1.1.382 -> 1.1.391 (#350940) e83f1d29d714e vimPlugins.moveline-nvim: move to separate folder (#366713) 019d66fef1416 zed-editor: 0.165.4 -> 0.166.1 (#356757) 7bbe2c85d3314 Revert "bmake: 20240921 -> 20241124" (#366865) 87dba28e72f59 mozc: devendor protobuf 534c3e67c1f87 voicevox-core: init at 0.15.4 21e85783e0732 louvre: 2.9.0-1 -> 2.13.0-1 dc742cb2e604e Revert "bmake: 20240921 -> 20241124" 20b81de5aad13 ldb: 2.9.1 -> 2.9.2 (#361329) c287fd18fa3b1 lib2geom: fix cross compilation (#366690) 32a0baebc65cc luarocks-packages-updater: add log colors dad11d4c3e8bf libdeltachat: fix cross compilation (#366694) 40086fb0ea36c nixos/networkd: add RequestAddress to network sectionDHCPv4 47d1502e8f124 clprover: move to by-name, windows and aarch compatability (#345647) f72ee0686dfa3 libtiff: fix static builds 8b724434c37a1 libtiff: switch back to CMake 7122d57917441 sd-switch: 0.5.2 -> 0.5.3 4a84ef10162ee sv-lang: 3.0 -> 7.0 (#355401) abab77f99363b home-assistant-custom-components.solis-sensor: 3.7.2 -> 3.8.0 f46af671f1780 home-assistant-custom-components.solis-sensor: add update script to package f5e8250165e89 uptime-kuma: 1.23.15 -> 1.23.16 (#366850) 26713f779299c pyright: 1.1.382 -> 1.1.391 d5d221542a398 vimPlugins.moveline-nvim: update and vendor cargo.lock 750a978e091a0 vimPlugins.moveline-nvim: move to separate folder 8e4a4a9cb40e7 libnvidia-container: add msanft as maintainer 286056cdc5e9f libnvidia-container: 1.16.2 -> 1.17.2 0e4e4814dbf75 lxcfs: fix cross compilation (#366693) b365ab88d2498 zpaqfranz: 60.9 -> 60.10 6c736be0a1b37 wireguard-vanity-keygen: 0.1.0 -> 0.1.1 0a08293a2756f vcmi: 1.5.7 -> 1.6.0 33c2378340508 liblogging: -Wno-error fixups for gcc-14 8f7e9281c8c48 bootc: add composefs support (#354498) 5f5782b415690 uptime-kuma: 1.23.15 -> 1.23.16 1a6af999371b9 vimPlugins.vim-markdown-composer: move out of vim generated 5333bfa1c3e33 vimPlugins.codesnap-nvim: move out of vim generated 2c640658308ed taproot-assets: 0.4.1 -> 0.5.0 3f573a1b5d82f vimPlugins.cord-nvim: 0-unstable-2024-09-26 -> 0-unstable-2024-12-17 bf85431c4826e vimPlugins.cord-nvim: move to separate folder fbba3cb434a50 vimPlugins.LanguageClient-neovim: move out of vim generated e1a0224e346b8 zed-editor: 0.165.4 -> 0.166.1 38a486b842eea zed-editor: fix update script 50631d89b97c7 livekit-libwebrtc: init at m114 12ff4db9f4249 rymdport: 3.6.0 -> 3.7.0 2cdc73f21b5bb delve: 1.23.1 -> 1.24.0 (#366388) b85f58f0b5014 oxide-rs: init at 0.9.0+20241204.0.0 (#366077) 81c7a8a85da3c nomad_1_9: 1.9.3 -> 1.9.4 (#366349) 4aca8bf29445b bmake: 20240921 -> 20241124 (#362339) 09a3af9956c1e rain-bittorrent: 1.13.0 -> 2.0.0 3aba35bfd923e vimPlugins.sniprun: move to separate folder 0f78970f80057 python3Packages.tblite: add setuptools for python 3.11 793f4348fa04e dftd4: 3.6.0 -> 3.7.0 b34038394e39f checkov: 3.2.342 -> 3.2.343 (#366735) 34d1e1f006d2b kubedb-cli: 0.49.0 -> 0.50.0 (#366824) 222cca4aeb261 go-camo: 2.6.0 -> 2.6.1 (#366808) e821c9649857c python312Packages.pixel-font-knife: 0.0.7 -> 0.0.10 (#366797) d31d1a9b315f4 whisper-ctranslate2: 0.4.6 -> 0.5.1 5959aba763046 libretro.stella: 7.0-unstable-2024-12-09 -> 7.0-unstable-2024-12-18 (#366749) d064fbc2d90d8 wezterm: clean up old Darwin SDK pattern b1ce176cd1fc3 Merge nixos/networkmanager: add options to supply secrets to connection profiles based on secret files (#352960) 4db7f1df863dc doppler: 3.70.0 -> 3.71.0 (#366750) f252c582ef91f wezterm: patch vendored deps for clang 19 55cf92978bba5 terraform-providers.project: 1.9.1 -> 1.9.3 (#366719) a77f60dbd0ed0 terraform-providers.pagerduty: 3.18.1 -> 3.18.2 (#366723) e049b451b9e27 hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-12-14 -> 0-unstable-2024-12-19 (#366725) e020cfece97b9 python312Packages.tencentcloud-sdk-python: 3.0.1285 -> 3.0.1286 (#366731) 0dae157805a94 koboldcpp: 1.79.1 -> 1.80 00a6bd80df34e ginkgo: 2.22.0 -> 2.22.1 (#366734) c41a19e6f3566 amdgpu_top: 0.10.0 -> 0.10.1 (#366671) 5367ba2292d45 terraform-providers.auth0: 1.8.0 -> 1.9.1 (#366673) 415fe80741e2b koboldcpp: drop `openblas` 44aa8b1e5793a prometheus-pve-exporter: 3.4.6 -> 3.4.7 (#366677) dedd02ffd7ff0 terraform-providers.harbor: 3.10.15 -> 3.10.17 b4adbfd274f7b okteto: 3.2.1 -> 3.2.2 (#366678) 4bd5e1da37c50 koboldcpp: remove `gitUpdater` 39869c845971f cadical: 2.1.0 -> 2.1.1 (#366683) eb0189224b963 koboldcpp: update `cudaArches` example 20ff3ba711e07 go-secdump: 0.3.0 -> 0.4.0 (#366688) d6891a3d6cbb5 python312Packages.faster-whisper: unstable-2024-07-26 -> 1.1.0 f773cad6fed89 k6: 0.55.0 -> 0.55.1 (#366703) 60a741e81e983 lightworks: 2023.2 -> 2025.1 (#355576) 3992df26705f1 obs-studio-plugins.obs-3d-effect: 0.1.2 -> 0.1.3 (#366627) 3f379a8e87ad6 yazi-unwrapped: 0.4.1 -> 0.4.2 d022adf94c5ca typos: 1.28.2 -> 1.28.4 (#366634) 3e53782235427 dwarfs: 0.9.10 -> 0.10.2 (#366161) 74c8fc3273b78 files-cli: 2.13.202 -> 2.13.209 (#366640) 9a48098ff8a55 pulsarctl: 4.0.0.8 -> 4.0.0.10 (#366644) 61cf8bac45ca5 terraform-providers.ovh: 1.1.0 -> 1.2.0 (#366646) 2876487506920 python312Packages.pymodbus: 3.8.0 -> 3.8.1 (#366664) 26810b6318b62 terraform-providers.kubernetes: 2.34.0 -> 2.35.0 (#366657) f5eaa3e58b407 matrix-hookshot: 5.4.1 -> 6.0.1 (#366121) 4ac17f51fa26e tdb: 1.4.11 -> 1.4.12 (#362254) efa956110abb3 vaults: 0.7.1 -> 0.8.0 (#366273) 2dce263bb13ce beszel: 0.6.2 -> 0.9.0 62501808a721f microfetch: 0.4.2 -> 0.4.4; use `tag` in fetcher (#366591) 50b4f0c7666fe odafileconverter: 21.11.0.0 -> 25.11.0.0 (#366159) f2c2962321b0d adolc: add --enable-sparse to configureFlags (#365886) a7f2884a21d71 polypane: 22.0.0 -> 22.1.0 (#366548) 93af2d0523f4b nixos/actual: init module and tests 3bbabb4932e2a actual-server: init at 24.12.0 a642e29e95f8f terraform-providers.temporalcloud: 0.0.15 -> 0.5.0 (#366552) 13ebcf7e731f4 kubeshark: 52.3.91 -> 52.3.92 (#366565) 48f13c3771bd4 terraform-providers.akamai: 6.6.0 -> 6.6.1 (#366573) 3ae59676611dc nixos/nix-remote-build: correct comment (#366772) cab605c4c2d83 fluent-bit: 3.2.2 -> 3.2.3 f66310e0a1c0c grpc-gateway: 2.24.0 -> 2.25.1 8c76584a4cb0e skia: enable fontconfig, freetype, and metal on darwin (#361299) 05cf769b6d2b7 gatus: 5.13.1 -> 5.14.0 95b03b028c1fd home-assistant: 2024.12.4 -> 2024.12.5 (#366805) 02682d285eb70 kubedb-cli: 0.49.0 -> 0.50.0 8d33e453a11c2 inputplumber: 0.39.2 -> 0.40.0 5f735946bebfc clprover: move to by-name, windows and aarch compatability aa23326173553 dotnet: Avoid double escaping of path (#365941) 812e37f5ae2e4 qgis-ltr: 3.34.13 -> 3.34.14 44cdb6bca76de welle-io: enable FLAC support 4fbf4bc70a488 ci/eval/compare: truncate step summary to 1024k (#365366) 6c2e8251ab132 qgis: 3.40.1 -> 3.40.2 247e9b2903ddc ungoogled-chromium: 131.0.6778.139-1 -> 131.0.6778.204-1 (#366806) f2a92b40588fe foliate: 3.2.0 -> 3.2.1 fed1704c9746f esp-generate: 0.1.0 -> 0.2.1 56db576efe8cf python312Packages.homeassistant-stubs: 2024.12.4 -> 2024.12.5 e5a9567c3ad7b lib.customisation: remove dead code a1e6b47118309 opentabletdriver: add version checking e849f765d6dd6 opentabletdriver: move to finalAttrs 212370d755310 opentabletdriver: add changelog 34e0981ede3ea opentabletdriver: 0.6.4.0-unstable-2024-11-25 -> 0.6.5.0 b1f3b76f521e0 opentabletdriver: update disabledTests a040d1d122558 opentabletdriver: simpler update script e62425e1e33b5 python312Packages.whenever: 0.6.13 -> 0.6.15 (#366407) 1efb60481406c bottles: follow upstream deps in propagatedBuildIn puts 3bb81bf81259a bottles: re-order `propagatedBuildInputs` d528192e74107 bottles: redirect bugtracker to nixpkgs 89e894e71452a bottles: remove "Core" tab 6b60271a1d7f2 ungoogled-chromium: 131.0.6778.139-1 -> 131.0.6778.204-1 f6c5f22e4b859 go-camo: 2.6.0 -> 2.6.1 8788c4bff9280 lib/customisation.nix: format with nixfmt-rfc-style 118957967b299 prometheus-smartctl-exporter: 0.12.0 -> 0.13.0 f3171334c4c9e flexget: 3.12.1 -> 3.13.2 (#366074) 7071342c52102 pagefind: 1.2.0 -> 1.3.0 (#366166) f68400f3daf45 ocamlPackages.higlo: 0.9 -> 0.10.0 78e52d7addf3f ruff: 0.8.3 -> 0.8.4 (#366555) 185aeeb44101f jcli: 0.0.42 -> 0.0.43 5283dce3957d9 solana-validator: drop (#366672) 585d1760a4230 home-assistant: 2024.12.4 -> 2024.12.5 84536d36a04fd python312Packages.python-roborock: 2.8.3 -> 2.8.3 a9d90bdaad131 python312Packages.pyoverkiz: 1.15.2 -> 1.15.3 9ced8d9ffbdb3 python312Packages.nice-go: 0.3.10 -> 1.0.0 05f7ed5a2e6bd python312Packages.gardena-bluetooth: 1.4.4 -> 1.5.0 5db09b6f6c186 python312Packages.freebox-api: 1.1.0 -> 1.2.1 9e60f6457de5f python312Packages.amaranth: 0.5.3 -> 0.5.4 (#365945) eb63b780914a1 Kernel updates for 2024-12-20 (#366739) 4875d4f2cf296 uv: 0.5.10 -> 0.5.11 5e8cef0ba4ccb python312Packages.pixel-font-knife: 0.0.7 -> 0.0.10 5df9852ab27d4 tt-rss: 0-unstable-2024-11-04 -> 0-unstable-2024-12-20 ae97e9612f8fa famistudio: move to finalAttrs 820e5a800bf06 python312Packages.fjaraskupan: 2.3.0 -> 2.3.2 cad2b1ce46611 rustus: 0.7.6-unstable-2024-05-10 -> 1.0.0 (#363619) 49fbcc0956cfe simplotask: 1.16.1 -> 1.16.2 (#366730) b2381d52b2f2c angle-grinder: add updateScript (#336952) ae7ccb336e8b2 chars: add updateScript (#336954) 152e207f574a6 waagent: 2.12.0.2 -> 2.12.0.4 (#366782) fab0c3fd4c23c jedit: 5.6.0-unstable-2023-11-19 -> 5.7.0 (#332195) d00c8984dcced sqlitestudio: 3.4.9 -> 3.4.10 a064ed01ffdde coroot-node-agent: init at 1.22.2 (#346845) fb59636ac4f8a swig: fix cross-compilation (#353232) f970ef5718c24 Merge staging-next into staging 668abaeafa4d7 Merge master into staging-next db3e62b1f2f35 python312Packages.num2words: 0.5.13 -> 0.5.14 e84636c9d8331 gzip: use makeShellWrapper instead of makeWrapper (#351097) 9de99ed5360a0 nanovna-qt: init at 20200403 (#253368) 255bca1a8ee65 linuxPackages.iio-utils: init (#280523) 512f6dd3d215c deviceTree: Allow applying dtoverlays for DT with no compatible string (#348094) 77a7607b43208 python3Packages.nifty8: init at 8.5.2 (#331151) 1bea45e135368 angie: 1.7.0 -> 1.8.0 66dec8cb1edfd polkadot: build only main node binary (#366617) db0a6c2ccc0b4 mqttx-cli: init at 1.11.0 (#337730) 241e468fe6534 ocis: init at 5.0.9 (#340706) ead76b7acdddc openfortivpn-webview-qt: init at 1.1.2 (#283560) 7f57cfed98eb2 maintainer: add tropf 7c9c25edc1aaa python312Packages.strawberry-graphql: 0.253.1 -> 0.254.0 45eee8dd68a7f libwebp: 1.4.0 -> 1.5.0 397f354d373cc waagent: 2.12.0.2 -> 2.12.0.4 94cddaa48121c hosts-bl: init at 0-unstable-2024-11-17 (#245669) 253a78627102a vaultwarden: 1.32.6 -> 1.32.7 80c84a428597d calibre-web: Add LDAP dependency (#293018) f6c73e5121316 solana-validator: drop ef6ba810f2cd4 renode-unstable: 1.15.3+20241112git6e850cb52 -> 1.15.3+20241217git398e80b6e (#366706) 3131a1c8dd430 python313Packages.twisted: enable tls for aarch64-darwin in checkPhase bba74a96d1d8e python313Packages.astropy: fix tests in darwin sandbox a01b0bf2fe47f nixos/networkmanager: split modemmanager into a separate module (#316824) 4040c3b415d68 pulsar: 1.123.0 -> 1.124.0 0882c5d0764aa snac2: 2.65 -> 2.66 (#366649) 70145b71c3a25 Update TT-RSS, add simple test and updater flag customization (#356592) 3ae9a84595cf4 evdi: 1.14.7 -> 1.14.8 d3a91c2eb02dc {yoda,lhapdf,fastnlo-toolkit}: fix and enable strictDeps (#366449) 3275a6b3613c3 nixos/nix-remote-build: correct comment ece849cc77210 python313Packages.pillow-heif: remove -Werror 7db241fb141ee rust-analyzer-unwrapped: 2024-12-02 -> 2024-12-16 (#366560) b275d225b8cb9 hyprsunset: fix and enable strictDeps (#366614) ec10f50f7c4b5 flamegraph: fix and enable strictDeps (#366615) 63ebd12652817 glpi-agent: init at 1.11 (#361746) 23f98b65be1f0 autoenv: init at 0-unstable-2024-10-16 (#349058) 930c4ea2d7a9f equicord: add `passthru.updateScript` 7cd8111802d98 equicord: 1.10.6 -> 1.10.8 b0f2335e6215e goperf: 0-unstable-2024-11-18 -> 0-unstable-2024-12-04 (#364934) 216070e3b5a07 emacsPackages.el-easydraw: 1.2.0-unstable-2024-10-04 -> 1.2.0-unstable-2024-12-18 (#365998) 0fc370504fd21 python312Packages.panel: 1.5.1 -> 1.5.5 0cf1b130260d7 glpi-agent: init at 1.11 74f646b5b3b2b nixos/bonsaid: init (#347818) 26f169d321c0e nsd: 4.10.2 -> 4.11.0 (#366569) 8b03f6fce652c labelle: 1.2.3 --> 1.3.2 (#358571) 44ae9bf8c3d96 esp-generate: init at 0.1.0 (#356173) e1632ab9e1b49 webdav: 5.4.4 -> 5.6.1 d4c92480c5634 python312Packages.pixel-font-knife: init at 0.0.7 (#354122) dd32ac7669545 nixos-rebuild-ng: re-exec in the current version if re-exec to a new one fails (#366271) 26553428ce61f nixos/bonsaid: init f85d15ca1519f aiken: 1.1.7 -> 1.1.9 (#366420) 4cd5165675f97 inputplumber: init at 0.39.2 (#344346) efc3208be2c7e nixos/networkmanager: add a `package` option 9d4d21b587dd2 nixos/modemmanager: add a `package` option ce33a954a9517 cargo-nextest: 0.9.82 -> 0.9.87 (#363460) 913935d3577d0 csdr: fix build with GCC 14 for ARM a07e0e87bad14 cargo-binstall: 1.10.16 -> 1.10.17 c951613d3cb3d jjui: 0-unstable-2024-12-10 -> 0.1 37582d6019911 python313Packages.astropy: fix clang build 59ce48c98b479 delta: add missing zlib dependency on Darwin (#366745) 226587381bac0 jjui: Add update script using nix-update 315e82e182048 delta: add missing zlib dependency on Darwin cf5b58a253dbf geary: fix cross compilation (#366636) 8f38d1235560f calls: fix cross compilation (#366638) 014b7c5cbce78 nimble: 0.16.3 -> 0.16.4 d52f5eee80878 doppler: 3.70.0 -> 3.71.0 c8b457564aee5 lua-language-server: 3.13.4 -> 3.13.5 685d98a18809a libretro.stella: 7.0-unstable-2024-12-09 -> 7.0-unstable-2024-12-18 33412178db6ba openjfx{17,21,23}: fix build with GCC 14 (#365724) 8d9c885a454b1 cli-tips: fix update script a7de226c5264e oboete: 0.1.6 -> 0.1.7 (#366733) abdd8a2842a4b rustus: 0.7.6-unstable-2024-05-10 -> 1.0.0 fea626d2983c1 Merge staging-next into staging f0fa98d05969f Merge master into staging-next 77aad94eb6039 kdePackages.dolphin: 24.12.0 -> 24.12.0.1 (#366742) 3432acf62f088 kdePackages.dolphin: 24.12.0 -> 24.12.0.1 731990cd53a43 cagebreak: replace mesa with libdrm 6aec54931baab cage: remove unused mesa dependency 7851c3cc94b89 tatl: init at 1.0 (#345648) d10eec31b940b webkitgtk: use libgbm e63683d14cdac mesa: source Darwin patches from upstream 9404e825650e3 vimPlugins.nvim-spectre: move out of vim generated (#366712) 0d83cbce808e8 tanka: 0.30.2 -> 0.31.0 e864bcec29b21 mesa: 24.3.1 -> 24.3.2 1296f29788eac luaPackages.datafile: init at 0.10-1; luaPackages: update on 2024-12-19 (#366630) d1f97900eb606 linux_5_4: 5.4.287 -> 5.4.288 a8ce8341dd386 linux_5_10: 5.10.231 -> 5.10.232 c41d83bd8f954 linux_5_15: 5.15.174 -> 5.15.175 2d84ed11e9018 linux_6_1: 6.1.120 -> 6.1.121 61a720f53e16b linux_6_6: 6.6.66 -> 6.6.67 992b3ae6bfddd linux_6_12: 6.12.5 -> 6.12.6 212fbf24f4fb4 python312Packages.aiortm: 0.9.43 -> 0.9.44 (#366662) 151f86fa4a8b4 python312Packages.bc-detect-secrets: 1.5.32 -> 1.5.33 (#366660) b583f03b4d08b rerun: 0.20.2 -> 0.21.0 b06db0f4aed74 python312Packages.pypalazzetti: 0.1.14 -> 0.1.15 (#366669) 9a492b71da76b python312Packages.pylamarzocco: 1.4.0 -> 1.4.1 (#366665) e52aef226593b python312Packages.aioopenexchangerates: 0.6.18 -> 0.6.19 (#366661) 7190b523e2bef checkov: 3.2.342 -> 3.2.343 03356fcd8a959 rerun: 0.18.2 -> 0.20.2 (#358093) 704cf6892578c Systemd 257 (#356818) ac0da457b49e3 jitsi-meet-prosody: 1.0.8242 -> 1.0.8302 5b93a4e3759db fastnlo-toolkit: fix and enable strictDeps 2198eca7d8723 buf: 1.47.2 -> 1.48.0 0a9e59f6a4094 HBase: 2.5.9 -> 2.5.10, 2.6.0 -> 2.6.1 814015be43ead nixos/hadoop: fix HBase 6af74085f744e oboete: 0.1.6 -> 0.1.7 c10932abcf4b0 php84: 8.4.1 -> 8.4.2 83c0baf7ebd03 ginkgo: 2.22.0 -> 2.22.1 ff769c2c790e6 secrets-extractor: 1.0.1 -> 1.0.2 (#366570) 0529551e13d5a python312Packages.tencentcloud-sdk-python: 3.0.1285 -> 3.0.1286 d3d647d18281d python312Packages.tencentcloud-sdk-python: 3.0.1284 -> 3.0.1285 (#366670) 3709ad621bb60 python312Packages.boto3-stubs: 1.35.82 -> 1.35.84, python312Packages.botocore-stubs: 1.35.82 -> 1.35.84.post1 (#366540) fe04f46e880d1 metasploit: 6.4.39 -> 6.4.41 (#366652) fb1d1357701db python311Packages.angr: 9.2.132 -> 9.2.133 (#366655) 69ec68030b6a6 burpsuite: 2024.11.1 -> 2024.11.2 (#366658) 1dd3a4966ddaa simplotask: 1.16.1 -> 1.16.2 0948c420b60b1 xorg.libXau: 1.0.11 -> 1.0.12 c75a629345d90 Merge staging-next into staging 1e18a09717fea Merge master into staging-next c5b1a6c167129 pnpm: 9.15.0 -> 9.15.1 ff2faa439409a hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-12-14 -> 0-unstable-2024-12-19 cf442a04fa97b svelte-language-server: 0.17.7 -> 0.17.8 e6c5ed302a0e5 terraform-providers.pagerduty: 3.18.1 -> 3.18.2 643dfd4db3bcd arrow-cpp: fix build with clang-19 94fe0f5305b37 rofi-screenshot: 2023-07-02 -> 2024-09-27 c89fcd0e45ffc maintainers: add l1npengtul aa0d4a80e8bbf terraform-providers.project: 1.9.1 -> 1.9.3 f5d457fc3aed7 vimPlugins.nvim-spectre: move out of vim generated 213d47367cf09 php82: 8.2.26 -> 8.2.27 099934f3d7ec8 wails: 2.9.1 -> 2.9.2 (#366608) e9b1c813e3a78 lilypond-unstable: 2.25.21 -> 2.25.22 b60f3913b001a androidStudioPackages.beta: 2024.2.1.8 -> 2024.2.2.12 (#366708) 4a3a9cbabd73e androidStudioPackages.canary: 2024.3.1.2 -> 2024.3.1.6 (#366707) ef05003afbc76 powertabeditor: init at 2.0.21 (#363611) 5aae389acb3f7 androidStudioPackages.beta: 2024.2.1.8 -> 2024.2.2.12 8993bb48cd9f0 androidStudioPackages.canary: 2024.3.1.2 -> 2024.3.1.6 324189bc828d5 nixos/make-disk-image: ensure partitions are aligned to sector size 95587053f7b87 nixos/make-disk-image: nixfmt 97c9cb713b681 nixosTests.systemd-repart.create-root: fix node filesystem config 14add2bd69ecd nixosTests.systemd-repart: don't access attributes from deprecated module argument 798aa80b7d5e3 nixos-enter: inherit parent PID namespace 46add74525ed6 nixosTests.systemd-journal-gateway: fix permissions on files under /run/secrets ee3031a01faf0 nixosTests.systemd: modify test to use new error output from systemd 257 9f2a4d0f8efd2 systemd: 256.9 -> 257.1 b1c5cd3e794cd systemd: nixfmt 4ba0f10e1b9c2 lean4: 4.11.0 -> 4.12.0 505e18de237c2 openvino: 2024.5.0 -> 2024.6.0 (#366702) 1f6b08c2f4e72 renode-unstable: 1.15.3+20241112git6e850cb52 -> 1.15.3+20241217git398e80b6e 34eefd783b63b k6: 0.55.0 -> 0.55.1 97fb63f23f3dd nixos/tabby: module updates (#364586) e8c67e70a0cb7 bottles: 51.15 -> 51.17 c3dc4ac989c32 openvino: 2024.5.0 -> 2024.6.0 6ae428ac13c6d llvmPackages_19.libclc: fix cross compilation 41aa486293a33 [staging-next] sunshine: use boost-186 (fix eval) (#366696) 95310874e75bc linkerd_edge: 24.10.4 -> 24.11.8 4a7b4fe211af9 fedimint: 0.4.4 -> 0.5.0 2bd9ba9c29569 [staging-next] ntp: fix build with gcc-14 (#366685) e2118dbf11d89 misskey: 2024.10.0 -> 2024.11.0 (#366588) 620e80e7400b1 sunshine: use boost-186 135e26f4e4d60 [staging-next] testdisk: fix gcc-14 build (#366687) 0315d183b8e21 libdeltachat: fix cross compilation 3ad5810cd2c52 lxcfs: fix cross compilation 1a5b4445d9ef3 firefox-devedition-bin-unwrapped: 133.0b1 -> 134.0b10 1973e2a627a76 lib2geom: fix cross compilation 6b521a4afe4cf yamlscript: 0.1.86 -> 0.1.87 (#366526) 03d440cc8e8de testdisk: fix gcc-14 build 7423c8a2b93bb go-secdump: 0.3.0 -> 0.4.0 5cabb9a955261 ntp: fix build with gcc-14 748bb47e4eded watchman: 2024.11.18.00 -> 2024.12.09.00 2d19c9d3280ef edencommon: 2024.11.18.00 -> 2024.12.09.00 5959b9f6c9400 fb303: 2024.11.18.00 -> 2024.12.09.00 73b6872ab66e8 fbthrift: 2024.11.18.00 -> 2024.12.09.00 a2f78fb7dd706 wangle: 2024.11.18.00 -> 2024.12.09.00 f924da6bd9a52 mvfst: 2024.11.18.00 -> 2024.12.09.00 0deb5cdffda7d fizz: 2024.11.18.00 -> 2024.12.09.00 7ba4f73152a55 folly: 2024.11.18.00 -> 2024.12.09.00 c382a27bf484e fscan: 1.8.4 -> 2.0.0-build1 4acd290bdcd1c kicad-small: 8.0.6 -> 8.0.7 d441bda39240d incus: refactor tests and fix VM CSM support (#365778) 400e0053fdf7a marwaita-red: 23 -> 24 (#366451) dcc89e6e1085f cadical: 2.1.0 -> 2.1.1 a79e449d58fe1 eslint_d: 14.2.2 -> 14.3.0 099cca9d2dc55 remmina: 1.4.36 -> 1.4.37 effaa4b3b8f0e uiua-unstable: 0.14.0-rc.2 -> 0.14.0-rc.3 dcc663abb8585 supabase-cli: 2.0.6 → 2.1.2 (#366335) 7c98986b090bc Merge staging-next into staging 2312c397a82b6 Merge master into staging-next 9657a49d5d561 libsoup_2_4: Fix updateScript after rename (#366676) bee7e06394fd9 python312Packages.pycoin: 0.92.20230326 -> 0.92.20241201 (#361083) 1c554f83acae5 Reapply "netpbm: 11.8.1 -> 11.8.2" (#366656) 6f9ae1bb3df24 python3Packages.sourmash: 4.8.11 -> 4.8.12 543e5ec928964 okteto: 3.2.1 -> 3.2.2 3a880ca6ada38 opencolorio: 2.4.0 -> 2.4.1 (#364779) 3e8d3eba574e4 kine: 0.13.6 -> 0.13.7 (#366473) fc0c88834a412 prometheus-pve-exporter: 3.4.6 -> 3.4.7 990cf2730cab8 python3Packages.zephyr-test-management: init at 0.2.1 (#363689) dc24bbfc13a09 Merge remote-tracking branch 'origin/staging-next' into staging cb94570270f63 libtool: 2.4.7 -> 2.5.4 (#363684) edde55453f3aa rednotebook: 2.36 -> 2.37 45e4bbb3b8158 halloy: 2024.12 -> 2024.14 5272a9b87570a halloy: refactor use upstream Cargo.lock 8d08b3a8432cf mago: init at 0.0.9 (#363602) 7e26745abfc31 vscode-extensions.geequlim.godot-tools: init at 2.3.0 b777b6b53ef32 Merge remote-tracking branch 'origin/master' into staging-next 8df845ea39eb1 terraform-providers.auth0: 1.8.0 -> 1.9.1 c5225afd68899 llama-cpp: 4293 -> 4367 (#366641) edc03a24a7286 python312Packages.tencentcloud-sdk-python: 3.0.1284 -> 3.0.1285 fc0ccd99304f3 python312Packages.pypalazzetti: 0.1.14 -> 0.1.15 01a0b3de3128c python312Packages.pins: 0.8.6 -> 0.8.7 c2226f380d369 python312Packages.pylamarzocco: 1.4.0 -> 1.4.1 037233e2971ad python312Packages.pymodbus: 3.8.0 -> 3.8.1 e92787d61a276 amdgpu_top: 0.10.0 -> 0.10.1 12e574cee585c python312Packages.aiortm: 0.9.43 -> 0.9.44 3804c5851cb23 python312Packages.bc-detect-secrets: 1.5.32 -> 1.5.33 bcbab617e4e76 python312Packages.aioopenexchangerates: 0.6.18 -> 0.6.19 38fef435867b3 burpsuite: 2024.11.1 -> 2024.11.2 1c6904eaadeea Merge staging-next into staging d70bd19e0a38a Revert "netpbm: 11.8.1 -> 11.8.2" (#366656) e1ef3bae5c74c python311Packages.angr: 9.2.132 -> 9.2.133 d7ff1fca60cfc python312Packages.claripy: 9.2.132 -> 9.2.133 5736cebc5c14b prowlarr: 1.26.1.4844 -> 1.28.2.4885 e9496136db2a4 python312Packages.cle: 9.2.132 -> 9.2.133 a1e39c0cc45af terraform-providers.kubernetes: 2.34.0 -> 2.35.0 774825f836186 python312Packages.pyvex: 9.2.132 -> 9.2.133 fe8c6bdfcb343 python312Packages.ailment: 9.2.132 -> 9.2.133 faa339f60b24f python312Packages.archinfo: 9.2.132 -> 9.2.133 bfff4591d9108 eclipses: 2024-09 -> 2024-12 ca15eff45e3cc secrets-extractor: refactor d8dc0128336ef metasploit: 6.4.39 -> 6.4.41 1935cd0438211 openvas-scanner: 23.13.1 -> 23.14.0 (#366286) 573d316c84a11 prowler: 5.0.1 -> 5.0.2 (#366497) 78bfef8ddaa9b go_1_24: init at 1.24rc1 5a04fc7e7d9f8 nixos/networkmanager: format with nixfmt 0deadd5baf64c nixos/networkmanager: split ModemManager bits into own module 9a9937fa94298 touchosc: 1.3.6.216 -> 1.3.7.218 f596aed59407f python312Packages.msgraph-sdk: 1.14.0 -> 1.15.0 (#366465) b79ca2d164ee6 snac2: 2.65 -> 2.66 697c667818b26 python312Packages.pickpack: init at 2.0.0 79ef99a0db9c4 calculix-ccx: 2.19 -> 2.22 (#366221) a37e7edc6e503 qtractor: 1.4.0 -> 1.5.0 (#366246) 4ed6fcf43231c taskwarrior3: 3.2.0-unstable-2024-12-18 -> 3.3.0 (#366602) 336503b33250b pcaudiolib: 1.2 -> 1.3 (#364766) deaccc8547382 terraform-providers.ovh: 1.1.0 -> 1.2.0 d67b9508569d8 msbuild-structured-log-viewer: 2.2.383 -> 2.2.392 (#366519) 85d9455c15c33 sundials: 7.1.1 -> 7.2.0 (#364454) 507e022383b98 clockify: 2.1.17.1354 -> 2.2.9.2224 (#366126) 6d61b192905e6 tippecanoe: 2.72.0 -> 2.73.0 (#366633) 1cd936a4161df pulsarctl: 4.0.0.8 -> 4.0.0.10 45bb312310a6d calls: fix cross compilation e8f64bb836929 files-cli: 2.13.202 -> 2.13.209 814c8e613688c llama-cpp: 4293 -> 4367 9345a2da9ed5d tidb: 8.4.0 -> 8.5.0 (#366577) c5aa34f7ae28b geary: fix cross compilation 40a5876ff7a06 tana: 1.0.18 -> 1.0.20 (#366616) 49dc2357b8389 dotnet: Avoid double escaping of path ee1ce400e1dee typos: 1.28.2 -> 1.28.4 2d68818e29d98 bio-gappa: 0.8.4 -> 0.8.5 (#365738) a4e52be6d970d tippecanoe: 2.72.0 -> 2.73.0 5d4e2e5d2c864 jbang: 0.121.0 -> 0.122.0 d6a2401852b64 storj-uplink: 1.118.8 -> 1.119.3 (#366466) 7214ce1a1cc77 local-ai: 2.22.1 -> 2.23.0 (#356452) 7c49266bb4c64 tbs: 20241026 -> 20241213 (#365367) 213f4d95bf5f5 luarocks-packages-updater: handle errors better 8369379c1bdc5 sunshine: resolve tray icon issues (#364438) 1bc7a71a812f3 osu-lazer{,-bin}: 2024.1208.0 -> 2024.1219.2 (#366600) 31b25d3f37e8f solanum: unstable-2022-07-12 -> 0-unstable-2024-07-24 54d0eb383b8d0 python312Packages.awscrt: 0.23.0 -> 0.23.6 4676d057b9735 upbound: 0.34.0 -> 0.35.3 (#356864) 601d2a11f4dec openxr-loader: 1.1.42 -> 1.1.43 (#363373) f77055238d8e9 chromium,chromedriver: 131.0.6778.139 -> 131.0.6778.204, fix cross-"building" of recompressed FODs (#366589) 7dae87b2384dc plexRaw: 1.41.2.9200-c6bbc1b53 -> 1.41.3.9292-bc7397402 0f7174cdc91c3 obs-studio-plugins.obs-3d-effect: 0.1.2 -> 0.1.3 dc95f0356bbd8 cloudflared: 2024.11.1 -> 2024.12.2 98f72de59f601 luaPackages: update on 2024-12-19 7319e39b0d88f luaPackages.datafile: init at 0.10-1 10ad08d077227 docker: 27.4.0 -> 27.4.1 a70494e788f21 docker-buildx: 0.18.0 -> 0.19.3 (#363027) e19ce2cf9555c wsjtx: fix and enable strictDeps d5d9895bff446 nuget-to-json: fix tools not being added to the lockfile (#366574) d68f0d8ebd6a6 polkadot: build only main node binary 56d8e7be1928f addNugetDeps.fetch-deps: remove `set -u` (#366556) a07222588d069 myEnvFun: fix build 2cfb049f6800b tana: 1.0.18 -> 1.0.20 e7e64b5141e94 libcpuid: 0.7.0 -> 0.7.1 (#360502) c8cb25e25c728 topiary: 0.3.0 -> 0.5.1 40c216814180e coccinelle: 1.2 -> 1.3.0 (#361275) d53df0a8f92d9 nixpkgs-review: 2.12.0 -> 3.0.0 (#366587) 159385c1aec83 opencascade-occt: fix compilation on darwin (#365409) cc46eef84e17b blender: 4.3.1 -> 4.3.2 (#366295) 2e0b7d58094be barman: add distutils to dependencies (#366597) 5ade7d9022409 pvs-studio: disable automatic updates 637e90acf50ab passt: 2024_11_27.c0fbc7e -> 2024_12_11.09478d5 7629ef7fb6fe6 rubberband: 3.3.0 -> 4.0.0 (#361169) 003b59904e48a yggdrasil: 0.5.11 -> 0.5.12 (#366423) 9a8a90602df8d wails: 2.9.1 -> 2.9.2 0c278e29ea9e8 pingvin-share: 1.6.1 -> 1.7.0 f36388e25a5da inkscape-extensions.inkstitch: fix editor opening cf63529fc55b4 nixos/minidlna: refactor f8de10462f579 cargo-nextest: 0.9.82 -> 0.9.87 77c6c51674b94 xray: 24.11.21 -> 24.12.18 2dc1546db073d bolt: 0.9.7 -> 0.9.8 (#366006) fc37c2ff33ca6 Merge remote-tracking branch 'origin/master' into staging-next cd47d5624e0ec aws-signing-helper: 1.3.0 -> 1.4.0 6aac2ea11faa4 aws-signing-helper: init at 1.3.0 a20685f5a12dd maintainers: add pandanz f1d219d74d0b8 percona-xtrabackup_8_4: 8.4.0-1 -> 8.4.0-2 78075270c4029 percona-server_8_4: 8.4.2-2 -> 8.4.3-3 df2de39f1d55a cubical-mini: init at nightly-20241214 (#365340) 602677cb48ff4 cubical-mini: init at nightly-20241214 203bd5972e9a1 dunst: 1.12.0 -> 1.12.1 (#366584) 45c4bca8e43c1 osu-lazer-bin: 2024.1208.0 -> 2024.1219.2 d133ab9d3262a osu-lazer: 2024.1208.0 -> 2024.1219.2 11d10df01add4 inputplumber: init at 0.39.2 08c85965551ea maintainers: add shadowapex 8f44ef090d3cd python312Packages.sphinx-intl: 2.3.0 -> 2.3.1 (#363332) 0142f5e983d68 fastddsgen: 4.0.2 -> 4.0.3 (#366391) 162561d4763c7 jnv: 0.4.0 -> 0.4.2 (#344432) ffcf6b781e9bb addNugetDeps.fetch-deps: remove `set -u` 6e74e7e4fe890 c3c: 0.6.4 -> 0.6.5 (#366455) 8821e2ea93786 evolution-data-server: enable cross compilation (#366487) 9e59c661dc1c7 xorg.libxcvt: 0.1.2 -> 0.1.3 (#366435) 956c40423c170 barman: add distutils to dependencies af008b3fa5d95 taskwarrior3: 3.2.0-unstable-2024-12-18 -> 3.3.0 98dd0ae04cf30 cloud-hypervisor: 42.0 -> 43.0 5903a6ccf3893 ngtcp2-gnutls: 1.9.1 -> 1.10.0 372c51107c46b ngtcp2: 1.9.1 -> 1.10.0 438969f9eed4e nixos/nvidia: add nvidia_dc_565 drivers 51fabd133e56b nixos/nvidia: run nixfmt on nvidia related files ba556d1a3afee ocamlPackages.conduit: 7.0.0 -> 7.1.0 (#366374) 170a250e10d47 nixpkgs-review: 2.12.0 -> 3.0.0 11294e50b5c8a python312Packages.craft-application: 4.5.0 -> 4.6.0 (#366590) 6f0f5f43f33cb hyprland: fix cross compilation (#366491) 1d5dcb8bed58e element-desktop: remove darwin frameworks, already part 7be8603fab3b4 microfetch: 0.4.2 -> 0.4.4; use `tag` in fetcher 7a25e3878f8ea chromium,chromedriver: 131.0.6778.139 -> 131.0.6778.204 6a711c3e8f0c6 chromium: fix cross-"building" of recompressed FODs 055e87add1bae python312Packages.craft-application: 4.5.0 -> 4.6.0 cf643314163d1 misskey: 2024.10.0 -> 2024.11.0 2941267bd2be3 sile: 0.15.7 → 0.15.8 (#364873) e416c02138af1 hyprlock: 0.5.0 -> 0.6.0 (#366379) 7d43d69341688 dunst: 1.12.0 -> 1.12.1 8af52ff6ba2ed aws-codeartifact-proxy: 0.5.1 -> 0.6.0 (#366518) 0ee0187678d0d okms-cli: 0.1.2 -> 0.1.4 (#366520) f332b90fa1f35 fabric-ai: 1.4.119 -> 1.4.122 (#366531) b5ba0d5f61f71 python312Packages.tencentcloud-sdk-python: 3.0.1283 -> 3.0.1284 (#366541) c735856bcf3e1 oras: 1.2.1 -> 1.2.2 (#366544) ccb7e355798ab phrase-cli: 2.34.1 -> 2.35.2 (#366547) f20dd10d5916f tui-journal: 0.13.0 -> 0.13.1 (#366486) 0b644f2d25a4b anydesk: remove myself from maintainers (#366493) 3839e50818137 cloudflare-dynamic-dns: 4.3.11 -> 4.3.12 (#366495) 4a5dda06e1cab testkube: 2.1.72 -> 2.1.79 (#366502) e0cb3bc21563d ansible-navigator: 24.10.0 -> 24.12.0 (#366507) 65d0417b29f92 percona-server: add updateScript 1cc33f96a0d4b automatic-timezoned: 2.0.40 -> 2.0.42 (#366509) 400713b6b575f cargo-leptos: 0.2.22 -> 0.2.24 (#366444) 77027c2333dd2 credhub-cli: 2.9.39 -> 2.9.40 (#366448) 4d24a933a6735 railway: 3.19.1 -> 3.20.0 (#366450) a37def28fc26a python312Packages.weblate-language-data: 2024.14 -> 2024.15 (#366457) 7f17618458095 vuls: 0.28.0 -> 0.28.1 (#366459) 042dc8cf9875d wofi-pass: 24.0.2 -> 24.1.0 aa8d8dfc55156 sile: 0.15.7 → 0.15.8 7d907cf58a3a5 ctlptl: 0.8.36 -> 0.8.37 (#366424) 3f15f88ff98d9 proto: 0.43.1 -> 0.43.2 (#366422) bc1fd88ca84e0 bazelisk: 1.24.1 -> 1.25.0 (#366414) 0ab2e68d25b3c pscale: 0.216.0 -> 0.218.0 (#366413) 53de018eb393d signalbackup-tools: 20241216 -> 20241218 (#366411) c7de47ed56754 unit: 1.33.0 -> 1.34.0 434bed5e15909 python312Packages.eliot: disable failing tests 4cf88dea4af38 atlas: 0.29.0 -> 0.29.1 (#366398) 73c4a20bcb1c5 ignite-cli: 28.6.0 -> 28.6.1 (#366397) 603f344acc916 softmaker-office-nx: init at 1222 3244ed7803206 kubernetes-helmPlugins.helm-diff: 3.9.12 -> 3.9.13 (#366395) 5bd59e4dd745f cue: 0.11.0 -> 0.11.1 (#366393) 7af519165a262 indi-3rdparty: fix udev rules (#366371) 26964e0655ef8 zsh-powerlevel10k: add upstream patch to compile with gcc14 2f56118be07cf tidb: 8.4.0 -> 8.5.0 93173ab721da0 vrcadvert: .NET 6 -> .NET 8 (#365007) ff555632e30bd terraform-providers.akamai: 6.6.0 -> 6.6.1 040cc793574fa steamguard-cli: 0.14.2 -> 0.15.0 313f7061052d1 nuget-to-json: fix tools not being added to the lockfile e555133a23969 secrets-extractor: 1.0.1 -> 1.0.2 87616b4cef88f libsolv: 0.7.30 -> 0.7.31 (#361318) d4abb6ca07d0e srm-cuarzo: 0.10.0-1 -> 0.11.0-1 (#366370) b19a278bf748b dart-sass: 1.82.0 -> 1.83.0 (#366275) c55b0ed088cc0 vault: 1.18.2 -> 1.18.3, vault-bin: 1.18.2 -> 1.18.3 (#366285) 1c976f5ed9952 nsd: 4.10.2 -> 4.11.0 f1262d559522a carapace: 1.1.0 -> 1.1.1 21789e5defb80 python312Packages.dask-histogram: 2024.9.1 -> 2024.12.0 da674c6fe0ecc libgpiod: 2.1.3 -> 2.2 (#361361) 1040b139eef8b python312Packages.dask-awkward: 2024.9.0 -> 2024.12.2 d415f31d80b14 python312Packages.dask: 2024.11.2 -> 2024.12.1 ca78c3e4d9fe4 python312Packages.dask-expr: 1.1.19 -> 1.1.21 ce2f008742574 python312Packages.distributed: 2024.11.2 -> 2024.12.1 51bed7030fea8 nixos/firefly-iii: Improved cache clearing 5c3b9ec008a75 firefly-iii: 6.1.24 -> 6.1.25 a20c40fad0db8 catppuccin-discord: init at 0-unstable-2024-12-08 (#365773) 4bcc573c29dbe metals: 1.4.1 -> 1.4.2 (#366131) d3ec16047d35e kubeshark: 52.3.91 -> 52.3.92 e0b47f9c7f197 kitty: 0.37.0 -> 0.38.0 061c431f7dae7 mint-y-icons: 1.7.9 -> 1.8.0 (#366404) b3f7abb653a01 basedpyright: 1.22.1 -> 1.23.1 (#366517) 7d908a042e908 sfcgal: add geospatial team to the maintainers f18dac9f95a7e checkov: 3.2.336 -> 3.2.342 (#366305) a56195a1b5371 aegisub: 3.3.3 -> 3.4.0 (#359027) 9e66d6ce58563 tests.overriding: restructure and categorise by test targets 1e23b095f9ea7 sfcgal: update patch to build process 6ae600ff67481 galaxy-buds-client: 5.1.0 -> 5.1.1 (#365231) f5615310257b1 gat: 0.19.2 -> 0.19.3 (#366338) aa2ffd2468e02 intentrace: 0.2.6 -> 0.4.1 0e4e4c0b73c7f minio-client: 2024-11-17T19-35-25Z -> 2024-11-21T17-21-54Z 662cf493f0bbb tests.overriding: format with nixfmt-rfc-style a7371abce648e xcp: 0.22.0 -> 0.23.0 (#366203) 33bc2aacb19ca kubefirst: 2.7.7 -> 2.7.9 (#366206) 0613ace654bd1 rust-analyzer-unwrapped: 2024-12-02 -> 2024-12-16 4e11f75158c05 terraform-providers.migadu: 2024.11.28 -> 2024.12.12 (#366208) 6689dc140bdde terraform-providers.opentelekomcloud: 1.36.26 -> 1.36.27 (#366209) 2be7ba76d8291 prometheus-rasdaemon-exporter: init at unstable-2023-03-15 (#366417) fad76b102a8c8 basedpyright: 1.22.1 -> 1.23.1 63caf94a50e56 jbrowse: 2.17.0 -> 2.18.0 (#366226) 126cd75466677 melange: 0.17.3 -> 0.18.1 (#366227) d2ee8c28662c5 ruff: 0.8.3 -> 0.8.4 0f8c545c9455b go-ios: 1.0.162 -> 1.0.166 (#366228) 82ae18650d200 google-cloud-sql-proxy: 2.14.1 -> 2.14.2 (#366239) 5740050c0ccb6 ytdl-sub: 2024.12.4 -> 2024.12.14 (#366158) d8285f30f2174 nautilus: 47.0 → 47.1 a24b92a9b3457 localsearch: 3.8.1 → 3.8.2 2ed7474c5c8f3 gucharmap: 16.0.1 → 16.0.2 1f427b5427a7d gnome-terminal: 3.54.1 → 3.54.2 f890fead3291f gnome-contacts: 47.0 → 47.1.1 bd5b5231e1366 gnome-calculator: 47.0 → 47.1 c2f447fe52006 aisleriot: 3.22.33 → 3.22.34 6bb0391df8966 libsoup_2_4: Fix updateScript after rename 8733daf3725bb terraform-providers.sentry: 0.14.1 -> 0.14.2 (#366172) 470366f7c5ff7 python312Packages.publicsuffixlist: 1.0.2.20241217 -> 1.0.2.20241218 (#366189) 1f4d319db8737 dae: 0.8.0 -> 0.9.0 (#366174) 6bf2205fab8d2 terraform-providers.huaweicloud: 1.71.0 -> 1.71.2 (#366186) 37cc55e1bdaf1 python312Packages.async-modbus: 0.2.1 -> 0.2.2 (#366187) 9888e9ad680ac python312Packages.evohome-async: 0.4.20 -> 0.4.21 (#366188) 616917025ad17 terraform-providers.temporalcloud: 0.0.15 -> 0.5.0 9e22edb95e486 terraform-providers.artifactory: 12.5.1 -> 12.7.0 (#366138) afaf590667439 evcc: 0.131.11 -> 0.131.12 (#366538) 6f2595bb72f6a python312Packages.ome-zarr: 0.9.0 -> 0.10.2 b0e015a74d0b9 esphome: 2024.12.0 -> 2024.12.1 (#366535) 30bd8a9a45465 polypane: 22.0.0 -> 22.1.0 cd5d16e2e9d0f phrase-cli: 2.34.1 -> 2.35.2 b7f6166b74fd0 python312Packages.botocore-stubs: 1.35.82 -> 1.35.84.post1 da7e621850665 python312Packages.boto3-stubs: 1.35.82 -> 1.35.84 cfd3cc19fb47c python312Packages.tencentcloud-sdk-python: 3.0.1283 -> 3.0.1284 b3f8f2ce9d64a wasmer: 5.0.3 -> 5.0.4 (#366337) b5b161c24be60 oras: 1.2.1 -> 1.2.2 8d85a3c35837f evcc: 0.131.11 -> 0.131.12 597310d63f998 nghttp3: 1.6.0 -> 1.7.0 e33db7b357465 esphome: 2024.12.0 -> 2024.12.1 a8b6ce9e7332a wasm-tools: 1.221.2 -> 1.222.0 10642df08a2b7 esphome: 2024.11.3 -> 2024.12.0 (#366409) 9067d72efde7e kitsas: 5.7 -> 5.8 959d1d71954f6 Merge sublime4: 4180 -> 4186 (#366128) dd44a7a1ab6b1 mieru: 3.7.0 -> 3.9.0 ba774098453aa fabric-ai: 1.4.119 -> 1.4.122 9747612b3ddff polkadot: stable2409-2 -> 2412 (#365913) f6f1febc43645 nixos/prometheux-exporters/rasdaemon: init c00d15e9108bc realcugan-ncnn-vulkan: init at 20220728 (#295212) 92c9cba6897fe aegisub: feature_12 -> 3.4.0 6f59954dd8e7a nixos/ollama: add allowed device for WSL compatibility (#364507) 7a20af0d7de57 yamlscript: 0.1.86 -> 0.1.87 b2e62b9f5f6bd mautrix-whatsapp: 0.11.1 -> 0.11.2 75a9c0daaec9d python3Packages.rioxarray: fix tests with rasterio 1.4.3 3d0bc79b383e2 trezor-suite: 24.11.3 -> 24.12.3 cee4fb1d82b38 osv-scanner: 1.9.1 -> 1.9.2 4d696c4b5cbe6 aegisub: switch to arch1t3cht’s fork 92f30b653481d vapoursynth-bestsource: broaden `meta.platforms` c6cf289696567 okms-cli: 0.1.2 -> 0.1.4 10ddebe5cee51 msbuild-structured-log-viewer: 2.2.383 -> 2.2.392 487c9bd445710 aws-codeartifact-proxy: 0.5.1 -> 0.6.0 4d982ceff3335 rpcs3: 0.0.33-17070-8b8396b94 -> 0.0.34-17206-9d4ff13c2 (#366266) 7b1c813b38525 coder: 2.16.1 -> 2.17.3 32fa0d6dd95ab kazumi: 1.4.6 -> 1.4.7 3505d1484aaba upbound: 0.34.0 -> 0.36.1, upbound-main: init at 0.37.0-0.rc.0.38.g797e121 afa8621568ab7 Merge staging-next into staging 64254c379bbf7 Merge master into staging-next 41edc75130d21 asciinema-agg: 1.4.3 -> 1.5.0 (#356055) 10fa4d5157ce8 timoni: 0.22.1 -> 0.23.0 (#366137) 19f71c6b389cf venera: 1.1.1 -> 1.1.2 (#366133) 82299b86c7fca nginxModules.njs: 0.8.4 -> 0.8.7 (#358923) 0bcf3d7e2f98d argc: 1.21.1 -> 1.22.0 a0bcfbe4a1e0c temporal-cli: 1.1.1 -> 1.1.2 (#366149) 211aac5eb9dd8 automatic-timezoned: 2.0.40 -> 2.0.42 92d4651044360 timewall: 1.2.0 -> 1.3.0 (#366272) 94715ec86c12d debootstrap: 1.0.137 -> 1.0.138 85ddc5dc0b46a xorg.xorgserver: fix darwin build c6e6fda816415 mediamtx: 1.9.3 -> 1.10.0 (#364389) d8bd5d3e0d2e0 ansible-navigator: 24.10.0 -> 24.12.0 81ab584796760 mediamtx: fix build on non-linux platforms 9228e03b1fc1e mediamtx: 1.9.3 -> 1.10.0 98d87be30f688 libetonyek: 0.1.10 -> 0.1.12 (#361066) fdc86d67de321 v2rayn: 7.3.2 -> 7.4.1 63106e17f6758 testkube: 2.1.72 -> 2.1.79 2ab54fcb48c04 marimo: 0.9.27 -> 0.10.5 8ef0f798a6fa8 handheld-daemon: 3.7.0 -> 3.8.1 c0125794c47fa prowler: 5.0.1 -> 5.0.2 1da8cde7e757a harmony-music: init at 1.10.31 06677d51061fe nixosModules.MooseFS: Improve (#360140) 9896cf5b2a925 dart.audiotags: init d9dfc6f3b02ba fastfetch: 2.31.0 -> 2.32.1 a5e1bbfc203ca anydesk: remove myself from maintainers 7c746b4ab0e3b cloudflare-dynamic-dns: 4.3.11 -> 4.3.12 6045109e5167b fido2-manage: 0-unstable-2024-09-24 -> 0-unstable-2024-11-22 (#358980) 12cb9a84b69d5 hyprland: fix cross compilation de842fb7f0dcf vencord: 1.10.8 -> 1.10.9 (#366257) 5cc5a0037431b databricks-cli: 0.236.0 -> 0.237.0 f36346a79eeaf bigquery-emulator: init at 0.6.6 (#366144) ef391f5781e4c etesync-dav: 0.32.1-unstable-2024-09-02 -> 0.33.4 (#361272) 7cc84308cfa94 python312Packages.dnspython: disable network (#357254) 6bcba527a9dae bloomeetunes: init at 2.10.9 (#360306) 8b08f6a1022f1 objfw: add a passthru test f1de359239b7a python312Packages.freud: disable test_docstring for all platforms 9187ff26f6a0a home-assistant-custom-lovelace-modules.universal-remote-card: 4.2.1 -> 4.3.1 (#366485) b89f69d180e76 zathura: 0.5.8 -> 0.5.11 (#365255) 5b68fa0d6801a freeoffice: 2021.1054 -> 2024.1220; softmaker-office: 2021.1032 -> 2024.1222 (#366478) 142f211cc7987 tui-journal: 0.13.0 -> 0.13.1 0f87d1cdd34ae home-assistant-custom-lovelace-modules.universal-remote-card: 4.2.1 -> 4.3.1 d1b63e603c1b2 gh-gei: 1.9.0 -> 1.11.0 c6e048dde03a6 libcdr: 0.1.7 -> 0.1.8 (#361000) 9f2653059124f terramate: 0.10.8 -> 0.11.4 (#366216) eb56336cede57 nixos/repart-verity-store: small cleanup (#365935) 572141a3f44d5 windterm: init at 2.6.1 (#359920) 3b444db677b88 anytype: 0.43.4 -> 0.43.8 (#358206) 51feeeaf41472 evolution-data-server: enable cross compilation 2aee84c66b9c3 dbgate: 6.0.0 -> 6.1.0 53953bbde55d5 softmaker-office: 2021.1032 -> 2024.1222 a165f0aa38e04 freeoffice: 2021.1054 -> 2024.1220 654b19ace381f softmaker: format 7661b4ac55ab1 Merge remote-tracking branch 'origin/staging-next' into staging 2c752187ffd79 prometheus-junos-czerwonk-exporter: 0.12.5 -> 0.13.0 e04876879c374 Merge remote-tracking branch 'origin/master' into staging-next 5e0d4f31a0c81 linux/common-config: remove duplicate conditional for ChromeOS support (#366474) 8cb4f5b7020d6 wrapQemuBinfmtP: don't use pkgsStatic 02b6bf874d296 linux/common-config: remove duplicate conditional for ChromeOS support f98953dec5195 kine: 0.13.6 -> 0.13.7 98772690ea1f6 zizmor: 0.9.1 -> 0.9.2 (#366436) cfa55e5ed573a objfw: 1.2.2 -> 1.2.3 (#366334) b532e12ca155d mympd: 18.2.2 -> 19.0.1 (#366418) 20cf89b1dfc7b autoenv: init at 2024-10-16 86612e3e95258 xpipe: 13.4.3 -> 13.4.4 abc7216934288 cppcheck: 2.16.0 -> 2.16.1 (#362867) 9f33fab93e379 cosmic-launcher: 1.0.0-alpha.1 -> 1.0.0-alpha.4 (#365877) 667e57cfcf2a2 storj-uplink: 1.118.8 -> 1.119.3 4410ed3e80d45 python312Packages.msgraph-sdk: 1.14.0 -> 1.15.0 33724f48ad995 clever-tools: 3.10.1 -> 3.11.0 (#366405) 170be39980e49 pyenv: 2.4.22 -> 2.4.23 dcb74af369810 mmg: init at 5.7.3-unstable-2024-05-31; parmmg: init at 1.4.0-unstable-2024-04-22 (#326074) af49eb212c183 coqPackages.vscoq-language-server: 2.1.7 -> 2.2.1 (#350287) 97389b02b05cc vuls: 0.28.0 -> 0.28.1 c64af83ee0480 parmmg: init at 1.4.0-unstable-2024-04-22 749a30e19a157 vscode-extensions.sourcery.sourcery: 1.25.0 -> 1.27.0 3a33ce7bce7de graalvm-oracle: init at 22 (#321026) 1858008588339 python312Packages.mygene: init at 3.2.2 (#347629) 752e74fd935f2 python312Packages.weblate-language-data: 2024.14 -> 2024.15 e50ca9f3f2f51 vscode-extensions.visualstudiotoolsforunity.vstuc: init at 1.0.4 (#354214) 4f527fde79cf5 dropbox: add missing libXmu to targetPkgs (#353796) 04539d8ba9180 temporal: 1.25.1 → 1.25.2 (#355780) 6781216819bd0 imagemagick: include configure.xml (#353169) (#353842) dfdf1d4a4ddb3 python312Packages.narwhals: 1.12.1 -> 1.18.4 (#363035) 0f307b1a787a7 octoscan: 0.1.3 -> 0.1.4 (#366163) 3c0f3b211d875 nosql-booster: init at 8.1.9 (#354798) e23572ce08578 matrix-commander-rs: 0.4.1 -> 0.10.0 (#366181) dd6b8298c8123 python312Packages.llama-index: 0.12.5 -> 0.12.6 (#366235) 2b2315a590d81 aws-codeartifact-proxy: init at 0.5.1 (#228654) f502f8e9800e7 discordchatexporter-desktop: init at 2.44 (#353864) 338ad1632d41b python312Packages.bson: enable tests (#355730) a118bf06d4ba8 sgxs-tools: init at version 0.8.6 (#338282) 60a34da87b2a0 fortanix-sgx-tools: init at 0.5.1 (#338280) 67d1c98c12dde restman: init at 0.3 aa0bca57243d9 okms-cli: init at 0.1.2 (#355475) f45ee9917f0a7 goat-cli: init at 1.1.0 f6013ee891a05 python312Packages.linuxpy: init at 0.20.0 (#353823) 8a7e15044d8f1 kind: 0.25.0 -> 0.26.0 d312358898ebb elasticsearchPlugins.analysis-smartcn: init at 7.17.16 (#343320) b05a52c0539c1 material-maker: init at 1.3 (#315483) 244d9ebfef5b2 c3c: 0.6.4 -> 0.6.5 b737b28ee0c24 dumpifs: init at 0-unstable-2020-05-07 (#348768) 1b316082fb471 marwaita-red: 23 -> 24 0fda7ce38dca0 railway: 3.19.1 -> 3.20.0 b9893cde3505e vscode-extensions.mongodb.mongodb-vscode: 1.10.0 -> 1.11.0 (#366430) 92fbd14ccb174 credhub-cli: 2.9.39 -> 2.9.40 6cfaba0991bde odin: refactor (#365355) 2566617407ce9 kotlin: 2.0.21 -> 2.1.0 (#365991) f413dfe0d8549 pocketbase: 0.23.4 -> 0.23.9 (#366117) 9c30e7a738f56 aw-qt: fix build (#366195) 969d35045cf41 openapi-python-client: 0.21.7 -> 0.22.0 (#366105) 5576a3a45ad4b opencommit: 3.2.1 -> 3.2.5 3bd4110ea2e3f cargo-leptos: 0.2.22 -> 0.2.24 5ad9d6d19e231 Merge remote-tracking branch 'origin/master' into staging-next cc547dd199034 go-blueprint: 0.10.1 -> 0.10.3 (#366432) 880ce64860235 python312Packages.inkex: fix build (#365140) 422fc9148137f colima: 0.8.0 -> 0.8.1 (#366322) 9cc80fe1f6286 xorg.libxcvt: 0.1.2 -> 0.1.3 0852807b55d11 lhapdf: fix and enable strictDeps eabe3789b6770 yoda: fix and enable strictDeps 7c1444dd001fb perlPackages.Apppapersway: 1.001 -> 1.004 (#358672) ed1fdb4c90a30 zizmor: 0.9.1 -> 0.9.2 6cfe2c38ad58f udpt: 3.1.1 -> 3.1.2 (#351982) ed7a9c3c68f09 exodus: 24.41.3 -> 24.41.6 (#355934) 6292c8c1628eb msbuild-structured-log-viewer: init at 2.2.356 (#348353) 125f80b2238fb erlang-language-platform: 2024-11-07 -> 2024-12-09 ebf85c7df2364 buckets: init at 0.75.0 (#346573) 1ebb5dece3e40 go-blueprint: 0.10.1 -> 0.10.3 881f1806d5ec8 rustls-libssl: init at 0.2.1 (#363932) 76b5d1a447578 vinegar: init at 1.7.8 (#347630) d4254c2a492b9 vscode-extensions.mongodb.mongodb-vscode: 1.10.0 -> 1.11.0 b625dd9328a29 ord: 0.21.3 -> 0.22.0 35fffcd62a642 root: propagate nlohmann_json (#366357) 3aa17d16b9b30 telepresence2: 2.20.3 -> 2.21.1 50eaaa1caa387 yggdrasil: 0.5.11 -> 0.5.12 6cd3dd3c64ac3 incus: fix CSM support d7552b8a2d04c incus: refactor tests fea51825c478d chiaki-ng: 1.9.2 -> 1.9.3 c9f43a6a7f227 ctlptl: 0.8.36 -> 0.8.37 dcf68b3b5d936 flirt: Add update script using nix-update 751b02210f4e9 flirt: 0.2 -> 0.2.1 (#366383) acbd526581d5a galaxy-buds-client: 5.1.0 -> 5.1.1 1351f1f58740a prometheus-rasdaemon-exporter: init at unstable-2023-03-15 ef50fac134270 proto: 0.43.1 -> 0.43.2 44da5de2c128c aiken: 1.1.7 -> 1.1.9 c345c3de3cd45 mympd: 18.2.2 -> 19.0.1 1b5f3af7041f8 SDL2_image: 2.8.2 -> 2.8.3 (#366222) bb784131223e5 kakoune-lsp: 18.1.0 -> 18.1.1 (#366400) 06b75e6d36046 slack: move to pkgs/by-name (#366252) b96192a0448b3 tabby-agent: 0.21.1 -> 0.21.2 (#366249) eb6aeebe06097 grpc_cli: 1.67.1 -> 1.68.2 623eb1abb8af2 bazelisk: 1.24.1 -> 1.25.0 75179402ee8f1 pscale: 0.216.0 -> 0.218.0 47d9ae4261396 signalbackup-tools: 20241216 -> 20241218 aa0f2e0802a80 Update aider (#363275) e009ea757ee2f python312Packages.weaviate-client: 4.9.6 -> 4.10.2 (#366075) 401ef786b6222 tremor-rs: fix errors caused by new warning (#366089) 2e4403bd4627f root: 6.34.00 -> 6.34.02 6a68717d1a3b4 esphome: 2024.11.3 -> 2024.12.0 b482edaa51b97 s5cmd: 2.2.2 -> 2.3.0 (#365741) 1259856bac889 llvmPackages.lldbPlugins: drop llvm/clang rebuild 6dc58c7d9d819 slack: move to pkgs/by-name 48098a761ff35 python312Packages.whenever: 0.6.13 -> 0.6.15 2839c08b1a0c3 python312Packages.flake8-bugbear: 24.10.31 -> 24.12.12 837dea8de51a2 python311Packages.pygame: 2.6.0 -> 2.6.1 75904c55333fb clever-tools: 3.10.1 -> 3.11.0 f29570d3f9233 mint-y-icons: 1.7.9 -> 1.8.0 39cbcb05d4071 kakoune-lsp: 18.1.0 -> 18.1.1 7e6e8f7c001f6 atlas: 0.29.0 -> 0.29.1 bbe1fe8b9c607 ignite-cli: 28.6.0 -> 28.6.1 df0de40c260a1 flarectl: 0.111.0 -> 0.112.0 (#366153) 679f7b7eaf176 kubernetes-helmPlugins.helm-diff: 3.9.12 -> 3.9.13 6f0c935c105e0 neocmakelsp: 0.8.12 -> 0.8.13 (#366323) 941c3b20ba257 imgproxy: 3.26.1 -> 3.27.0 25836ec6d3e89 cue: 0.11.0 -> 0.11.1 65af3e509e377 elasticmq-server-bin: 1.6.9 -> 1.6.10 bfc026848f8ea fastddsgen: 4.0.2 -> 4.0.3 494cb55b70886 legba: 0.9.0 -> 0.10.0 31666700b5545 flowblade: 2.16.3 -> 2.18 c0449da545ea9 delve: 1.23.1 -> 1.24.0 03feaccae82ae soapui: 5.7.2 -> 5.8.0 09f0e9226890f gnu-efi: fix hash 36024175a89db hyprlock: 0.5.0 -> 0.6.0 35cb8a2c18ffe flirt: 0.2 -> 0.2.1 4680d11d112fb clightning: 24.11 -> 24.11.1 f3ffbef1da7bc asdf-vm: 0.14.1 -> 0.15.0 6a83ff87ac296 Merge master into staging-next 087408a407440 couchdb3: 3.4.1 -> 3.4.2 (#361961) 94e346da9f096 uv: 0.5.9 -> 0.5.10 (#366141) 6eb64074b53b7 nixos/tests/installer: Add chroot-realpath for systemd-stage-1 (#366311) 890561db7fcd0 ocamlPackages.conduit: 7.0.0 -> 7.1.0 95c37d4dd2712 indi-3rdparty: fix udev rules ced5e669c5ccc libffcall: 2.4 -> 2.5 (#361990) 64ec887ba8ae8 python312Packages.narwhals: 1.12.1 -> 1.18.4 ad246af01eb1e srm-cuarzo: 0.10.0-1 -> 0.11.0-1 9e2f27689a02e libphonenumber: 8.13.48 -> 8.13.52 (#362803) 8953f29a2d35b teams-for-linux: 1.12.3 -> 1.12.5 (#366361) 2b462f179eb54 wallabag: 2.6.9 -> 2.6.10 (#363172) 94c65ec5e7308 ft2-clone: 1.88 -> 1.89 (#363229) b20ab0c38e043 gi-crystal: 0.22.2 -> 0.24.0 213d2a1a0722c yandex-cloud: 0.140.0 -> 0.141.0 (#366120) 818caf0fd70d6 stalwart-mail.webadmin: 0.1.19 -> 0.1.20 (#366347) 07e53381ed9a2 argo: 3.5.12 -> 3.6.2 (#362989) 8f33c0d0da826 oracle-instantclient: support aarch64-darwin e0b9930d9868c python312Packages.tencentcloud-sdk-python: 3.0.1282 -> 3.0.1283 (#366191) 6526bdae3f016 python312Packages.mypy-boto3-*: updates (#366352) 9208d2c78c203 maintainers: add WeetHet bf2b5c745b0cc python312Packages.azure-mgmt-reservations: modernize 5247d2280ab56 python312Packages.azure-mgmt-reservations: fix dependencies 4674410ccdead vrcadvert: .NET 6 -> .NET 8 710876224bdd2 linuxPackages.nvidiaPackages.production.persistenced: fix hash (#366360) ba73a02639efe chirpstack: smaller cleanups and harmonization (#366031) 077d1d154d458 keymapp: 1.3.3 -> 1.3.4 (#366146) a3df311ccdb48 linuxPackages.nvidiaPackages.production.persistenced: fix hash 3fdf224de26f5 llvmPackages.tblgen: Fix 12/13/14 build 002b5ce885c6a llvmPackages.llvm: Relax replace-fail in tests 3b307f77be6f8 root: propagate nlohmann_json cfe0ca029a22d stalwart-mail.passthru.webadmin: 0.1.19 -> 0.1.20 69872ff1041ab freetds: 1.4.23 -> 1.4.24 (#364082) 06c775fc68b3e xorg.libXrender: 0.9.11 -> 0.9.12 (#366233) f1e82b17b3294 teams-for-linux: 1.12.3 -> 1.12.5 7c233392dd7d9 python312Packages.mypy-boto3-transfer: 1.35.72 -> 1.35.84 a8a4d15b29832 python312Packages.mypy-boto3-synthetics: 1.35.56 -> 1.35.83 b2b0dc2067525 python312Packages.mypy-boto3-servicediscovery: 1.35.0 -> 1.35.81 b803db903f522 python312Packages.mypy-boto3-s3: 1.35.76.post1 -> 1.35.81 a7789ab8d6d93 python312Packages.mypy-boto3-resiliencehub: 1.35.67 -> 1.35.84 8af229f063656 python312Packages.mypy-boto3-rds: 1.35.72 -> 1.35.82 1663a7bb9a855 python312Packages.mypy-boto3-quicksight: 1.35.74 -> 1.35.84 6cd58a17c1140 python312Packages.mypy-boto3-networkmanager: 1.35.69 -> 1.35.81 eaf8ae4ff4186 python312Packages.mypy-boto3-mwaa: 1.35.65 -> 1.35.84 2caa31a289284 python312Packages.mypy-boto3-medialive: 1.35.77 -> 1.35.82 e98dfc814f029 python312Packages.mypy-boto3-mediaconnect: 1.35.11 -> 1.35.81 c95f1c67bc09d python312Packages.mypy-boto3-m2: 1.35.46 -> 1.35.83 1128bf9c0fcd8 python312Packages.mypy-boto3-logs: 1.35.72 -> 1.35.81 18addad00104f python312Packages.mypy-boto3-iot: 1.35.67 -> 1.35.84 e36e5511c617b python312Packages.mypy-boto3-greengrassv2: 1.35.0 -> 1.35.82 a16e1ff5e78cc python312Packages.mypy-boto3-eks: 1.35.72 -> 1.35.81 e013ba90b8845 python312Packages.mypy-boto3-ecs: 1.35.77 -> 1.35.83 0587933424f5a python312Packages.mypy-boto3-ec2: 1.35.77 -> 1.35.82 1b6eb002dc175 python312Packages.mypy-boto3-dlm: 1.35.0 -> 1.35.82 d94a5f2a93d8b python312Packages.mypy-boto3-datasync: 1.35.63 -> 1.35.84 cb6162755b500 python312Packages.mypy-boto3-connectparticipant: 1.35.0 -> 1.35.84 3031e209df596 python312Packages.mypy-boto3-connect: 1.35.80 -> 1.35.84 0873da20893eb python312Packages.mypy-boto3-codepipeline: 1.35.68 -> 1.35.83 ae1fbef97af13 python312Packages.mypy-boto3-cloudhsmv2: 1.35.0 -> 1.35.81 09752ef493c28 python312Packages.mypy-boto3-cloudfront: 1.35.67 -> 1.35.83 dabcb165f241c python312Packages.mypy-boto3-cloud9: 1.35.0 -> 1.35.82 ab78ab87756e9 python312Packages.mypy-boto3-budgets: 1.35.26 -> 1.35.84 7f9989a4bb739 python312Packages.mypy-boto3-batch: 1.35.57 -> 1.35.83 a86af79d54c00 python312Packages.mypy-boto3-backup: 1.35.10 -> 1.35.83 74c232dc539e8 python312Packages.mypy-boto3-amplify: 1.35.41 -> 1.35.84 63b43f9be14eb python312Packages.mypy-boto3-account: 1.35.0 -> 1.35.83 4e158818ca6f4 terraform: 1.10.2 -> 1.10.3 2160e723a0eb5 nomad_1_9: 1.9.3 -> 1.9.4 0ff62ae974a23 docker-buildx: 0.18.0 -> 0.19.3 3763f57806b89 SDL2_image: 2.8.2 -> 2.8.3 9289b2b9ffc44 dune_3: 3.17.0 -> 3.17.1 c8a3778c74899 tryton: 7.4.0 -> 7.4.2 (#363451) 6ac5496c4fa72 box64: 0.3.0 -> 0.3.2 (#364190) 8b05f14f9e3ba discord: bump all versions (#366340) fd995ca910195 slack: 4.41.98 -> 4.41.105 (#366102) 03762a9e71dc1 inv-sig-helper: 0-unstable-2024-12-16 -> 0-unstable-2024-12-17 (#366339) 3df608c2788c0 enigma: cleanup; use `finalAttrs` pattern (#274873) 34becd6c12796 r2mod_cli: 1.3.3 -> 1.3.3.1 (#363273) 82479ecded27b ckbcomp: 1.231 -> 1.232 (#362389) e9993c597c6f6 xmrig: 6.22.0 -> 6.22.2 (#362415) 4405840db7ad9 libastyle: 3.6.5 -> 3.6.6 (#366336) d31f219c4e91d heroku: 9.5.0 -> 10.0.0 (#364283) 5f886729731aa nixos/podman: add systemd to extraPackages (#362372) c7bc599154859 [staging-next] bat: unvendor zlib; fix darwin (#365729) 1af8300a2de70 eza: 0.20.12 -> 0.20.13 (#366243) cd3cc40880c30 linuxPackages.cryptodev: 1.13 -> 1.14 (#359871) 532a90f16174f plex-desktop: add libdrm to buildFHSEnv, update sqlite write permissions (#357108) 2a671ce53dfb9 inv-sig-helper: 0-unstable-2024-12-16 -> 0-unstable-2024-12-17 13fe27f19a703 regbot: 0.7.2 -> 0.8.0 (#364226) f8fc738563c6c marksman: 2024-11-20 -> 2024-12-04 (#364396) 60c646306806a papermc: 1.21.3-53 -> 1.21.4-12 (#364211) 8592569c80648 nixos/borgbackup: add Scrumplex as maintainer 29aa091dbee4c nixos/borgbackup: fix extraArgs shell expansion 58f9c89c34b81 supabase-cli: 2.0.6 → 2.1.2 74f4f2797eab4 discord-development: 0.0.54 -> 0.0.56 d85cbebbebb46 discord-canary: 0.0.541 -> 0.0.549 d9c37ce201943 Virtualbox: 7.0.22 -> 7.1.4 (Qt6 support) (#353857) c3c983eb7df66 discord-ptb: 0.0.121 -> 0.0.124 50a952eef5c2b dotenvx: 1.22.0 -> 1.28.0 (#363299) 37cbe4560d53a discord: 0.0.77 -> 0.0.78 92cbf1c4bc77e mold: 2.35.0 -> 2.35.1 (#366223) d5b9607b4c333 xorg.libxshmfence: 1.3.2 -> 1.3.3 (#366230) e12ef96876754 radarr: 5.14.0.9383 -> 5.16.3.9541 (#362816) 2877f020a8762 kokkos: 4.4.01 -> 4.5.00 (#364202) 2c4b62d5500a2 gat: 0.19.2 -> 0.19.3 470956763783e cairo-lang: 2.8.5 -> 2.9.2 1d1c9d87aa9e9 clojure: 1.12.0.1479 -> 1.12.0.1488 (#360913) 786b55e8dde91 putty: 0.81 -> 0.82 (#361015) 0d4ce14f44422 librepo: 1.18.1 -> 1.19.0 (#362625) f22ddc57056f0 grml-zsh-config: 0.19.7 -> 0.19.8 (#361144) b844cba4e6fca workflows/eval: Use maintainer GitHub IDs for review requests of changed packages b9d800d46814e workflows/eval: Request reviews from changed package maintainers 7e8be1a7ec313 geomyidae: 0.69 -> 0.96 (#361046) d53603646d869 cargo-zigbuild: 0.19.4 -> 0.19.7 (#362876) e204bce3ce0c2 cdogs-sdl: 2.1.0 -> 2.2.0 (#362800) c9c4b9f0a96f2 wasmer: 5.0.3 -> 5.0.4 77b429ccfb1b2 darkradiant: init at 3.9.0 (#358833) 785c70e4b4fa1 ahk_x11: init at 1.0.4 (#298173) d07057a9df01c thanos: 0.36.1 -> 0.37.2 (#364196) 20f65d98add7e beekeeper-studio: 4.6.8 -> 5.0.6 (#364081) 855bb7e2f8997 optifine: 1.21.1_HD_U_J1 -> 1.21.3_HD_U_J2 (#363862) fa196cbf65733 objfw: 1.2.2 -> 1.2.3 69ee13a8aea4b libastyle: 3.6.5 -> 3.6.6 84fabf86dee68 global: 6.6.13 -> 6.6.14 (#364215) 30463d9064d97 juce 8.0.3 → 8.0.4 10c85db504224 pdf-parser: 0.7.9 -> 0.7.10 (#362916) 4de56433fcec3 python312Packages.pygit2: fix build with GCC 14 21ba17953295e skypilot: 0.6.1 -> 0.7.0 (#362920) 4c5206234865a babashka-unwrapped: 1.12.194 -> 1.12.195 (#362904) 40d4fd01fc7b8 k3s: allow overriding go derivations bfb5f1df0941e coturn: 4.6.2 -> 4.6.3 (#364410) 159dddfffc8a9 coreth: 0.13.8 -> 0.14.0 d99f70a2d499c twilio-cli: 5.22.6 -> 5.22.7 (#364491) 17cfee758b28c ovito: 3.11.0 -> 3.11.1 (#359535) 5b76b6f4b7c7b neocmakelsp: 0.8.12 -> 0.8.13 991b0672477ff colima: 0.8.0 -> 0.8.1 51c976d5e4a13 zap-chip-gui: actually provide a gui (#355263) b3f70d42bc529 schemacrawler: 16.22.3 -> 16.23.2 (#363208) f1babe97a1d2f lidarr: 2.6.4.4402 -> 2.8.2.4493 (#362435) 19137c274c521 fastcdr: 2.2.5 -> 2.2.6 (#366150) 99b2007cbfac0 tcsh: 6.24.13 -> 6.24.14 (#359458) 52434c8e8348b flyway: 10.20.1 -> 11.0.1 (#362335) fb9ff5684ddee convfont: 1.0 -> 1.2 (#359462) dd1a79b6a9478 libtorrent-rasterbar-1_2_x: 1.2.11 -> 1.2.19 (#351401) 2e57ac63adc5f wasmtime: 26.0.1 -> 27.0.0 (#359626) 622a2d25d5122 buildkit: 0.17.0 -> 0.18.1 (#363025) 092ad22f21a4c antlr4_13: 4.13.0 -> 4.13.2 (#354371) 08780ef0aad21 nixos/tests/installer: Add chroot-realpath for systemd-stage-1 b7066a186e6bf checkov: 3.2.336 -> 3.2.342 cd6beda0af9b5 librealsense-gui: 2.56.2 -> 2.56.3 (#362358) ccdeeff7fdf2c vals: 0.37.8 -> 0.38.0 (#364832) 8cb0cc12a9c7f argc: 1.21.0 -> 1.21.1 (#362986) d02e5cc0489ae lief: 0.15.1 -> 0.16.0 (#363924) 7461d3d025a53 stevenblack-blocklist: 3.14.139 -> 3.15.0 1f9f603c0b0a7 trytond: 7.2.9 -> 7.4.2 (#365752) 08d5b9a2cca24 tryton: 7.4.0 -> 7.4.2 2a3b7f44417e2 tpnote: 1.24.10 -> 1.24.11 (#366284) 2070ee7489a3c zx: 8.2.2 -> 8.2.4 (#359863) bda6fcabe2653 python312Packages.pynrrd: 1.0.0 -> 1.1.1 (#360003) 934cc07427df2 cdxgen: 10.10.4 -> 11.0.3 (#360060) 7fe89a853a170 jetbrains.plugins: lint fixes e3302302ca069 onetun: 0.3.7 -> 0.3.10 (#360935) d5b1c924bbd20 grizzly: 0.5.0 -> 0.6.1 (#362926) 6e916a423a5ca shaarli: 0.13.0 -> 0.14.0 (#363276) e4248ffb0a5dc dl-librescore: 0.35.17 -> 0.35.20 (#363450) 4713be3a83e6d vault-bin: 1.18.2 -> 1.18.3 f75d1446d5f5f buildGoModule: Use the `env` attribute to pass environment variables (#359641) 07bc712b0f138 jetbrains.plugins: update 63e9826972d09 jetbrains.plugins: extend update script for source builds 8ba5f70e08921 stackql: 0.5.748 -> 0.6.7 (#363804) e4a247a84844e ansible-navigator: 24.9.0 -> 24.10.0 (#363382) 335f4a65b60b0 nitrokey-app2: 2.3.2 -> 2.3.3 (#365211) 03942a424b511 docker-compose: 2.31.0 -> 2.32.1 ddc2e2d918011 hashlink: 1.13 -> 1.14 (#363394) a36ae47a1b6b4 openvas-scanner: 23.13.1 -> 23.14.0 c1d49d899cf2d minio: 2024-11-07T00-52-20Z -> 2024-12-13T22-19-12Z 520ecf9e4efc8 tpnote: 1.24.10 -> 1.24.11 d4156948506f8 nu_scripts: 0-unstable-2024-11-10 -> 0-unstable-2024-12-08 (#363942) e5be0a47a9245 weaviate: 1.27.5 -> 1.28.0 (#364471) d5ac4c9788dbf vault: 1.18.2 -> 1.18.3 b81fd13fde584 soft-serve: 0.7.6 -> 0.8.0 (#363801) 7f4daa97d11eb vaults: 0.7.1 -> 0.8.0 367a8595e1828 timewall: 1.2.0 -> 1.3.0 0bcffe70b7d7b apk-tools: 2.14.5 -> 2.14.7 5613d83ba6753 regripper: 0-unstable-2024-11-02 -> 0-unstable-2024-12-12 802a0aca8d7fd regripper: fix perl libs not in path 73d3b5a7cbb6c mmctl: 9.11.5 -> 9.11.6 (#364002) 4c40a631b62ab openfga: 1.8.0 -> 1.8.1 (#363285) bb8556fc558f4 nixos-rebuild-ng: re-exec in the current version if re-exec to a new one fails 5017f60172b87 rshell: 0.0.33 -> 0.0.36 (#363937) 163b1982f56c6 ab-av1: 0.7.19 -> 0.8.0 (#363262) 49fe76b7290f9 rpcs3: 0.0.33-17070-8b8396b94 -> 0.0.34-17206-9d4ff13c2 d7573dafcd68b auth0-cli: 1.5.1 -> 1.6.1 (#363261) 59011feb17986 kops_1_30: 1.30.2 -> 1.30.3 (#364510) ccdd02bf6c05e pkgsCross.x86_64-darwin.discord-canary: 0.0.653 -> 0.0.661 f0da066eb1580 pkgsCross.x86_64-darwin.discord-ptb: 0.0.151 -> 0.0.153 f5987ef170420 calculix-ccx: 2.19 -> 2.22 47f5decc4caa8 calculix: rename to calculix-ccx 9dcaaff1a9665 pkgsCross.x86_64-darwin.discord: 0.0.329 -> 0.0.330 64b85b80e49d9 element-web: add back conf override option de74239c7ce15 workflows/eval: Catch empty conclusion (#366049) 7760f6fbca95d vencord: 1.10.8 -> 1.10.9 b9345ca5aeb50 rvz: init at 1.0.3 (#269541) 8c4fbc5de0fb7 element-web: format with `nixfmt-rfc-style` 773b01fb272f7 element-{web,desktop}: move to pkgs/by-name, a70782ddb4a9b element-desktop: 1.11.87 -> 1.11.89 fa60a43a418a8 spotify-cli-linux: 1.8.2 -> 1.9.0 9f09f453ad646 cryptpad: 2024.9.1 -> 2024.12.0 (#366054) fb911fa0a52bc graalvm-oracle_17: init at 17.0.11 02959c41b1c12 graalvm-oracle: init at 22.0.1 be5fe0370efd7 tlock: init at 1.0.0 (#344896) a15441672e691 tomcat10: 10.1.33 -> 10.1.34 998dfeb467bbc tomcat9: 9.0.97 -> 9.0.98 4810dbe7ec3b1 Merge remote-tracking branch 'origin/master' into staging-next be365b4e4879f kyverno-chainsaw: 0.2.11 -> 0.2.12 (#364158) 222f73ddbe39a nixos/tftpd: remove with lib, format with nixmft-rfc-style (#353658) e7c6859fb98f2 cilium-cli: 0.16.21 -> 0.16.22 (#364535) 48266dec13f03 v4l2-to-ndi: init at 0-unstable-2022-09-14 (#279586) 0dd035321ff5a kluctl: 2.25.1 -> 2.26.0 (#366155) 94b8b5b653c1d dart-sass: 1.82.0 -> 1.83.0 361a9f0f94b59 cli11: 2.3.2 -> 2.4.2 46ca5fbf76fe9 qtractor: 1.4.0 -> 1.5.0 b90125adfa2ac tabby-agent: 0.21.1 -> 0.21.2 b3429b3ed3dc4 nixosModules.MooseFS: Improve afa10e04615ff s2n-tls: 1.5.9 -> 1.5.10 (#365940) 28765958d2d4a nextcloudXXPackages.apps.recognize: use lib.{getExe,getDev}, aaddf62ef3cc7 xorg.xorgserver: 21.1.14 -> 21.1.15 (#366084) 9989ed9501ab8 mpg123: 1.32.9 -> 1.32.10 (#365304) 17325ed8f38c0 eza: 0.20.12 -> 0.20.13 dd1d7cff2b7c6 Merge master into staging-next c664495348839 matrix-hookshot: 5.4.1 -> 6.0.1 17f32f37425f7 pinentry-rofi: add rofi and coreutils to runtime PATH f84cd48f0b115 freetube: build from source (#365997) 4402376dbd5e6 python312Packages.coinmetrics-api-client: 2024.11.21.20 -> 2024.12.11.19 (#365467) f610b7204c795 whoogle-search: init at 0.9.0, add module (#350730) 06534987f4512 gnucash: 5.9 -> 5.10 (#365689) 3944aa2ea2fe9 duckstation: 0.1-6759 -> 0.1-7465, build with clang (#365429) ee890d61217e3 mill: 0.12.3 -> 0.12.4 (#366050) 11bbe4b15329d mpvScripts.modernz: 0.2.1 -> 0.2.2 (#365558) 7490cc68a873b simdjson: 3.11.0 -> 3.11.3 (#365968) 97ec9446a75fc google-cloud-sql-proxy: 2.14.1 -> 2.14.2 1bd185825b65d pgroll: 0.7.0 -> 0.8.0 (#365668) 01a842066eef5 python312Packages.mdformat-mkdocs: 3.0.1 -> 3.1.1 (#362968) 18143abd314a4 redocly: 1.25.11 -> 1.26.0 (#365672) 7e9178e842622 phpExtensions.blackfire: 1.92.29 -> 1.92.30 (#365823) 34883cda19a4b emulationstation-de: 3.1.0 -> 3.1.1 (#365405) 942b2e8bd70ca uftrace: 0.16 -> 0.17 (#365893) 1fa9724bb8fb8 python312Packages.folium: 0.18.0 -> 0.19.2 (#365970) 57f64aab63136 linuxPackages.yt6801: init at 1.0.29 (#349513) 03ed65c58212f buildGoModule: access `ldflags` and `tags` `__structuredAttrs`-agnostically (#360037) 1284d3b057897 sportstracker: check for correct JDK (#366234) 4307dc7b46a9e python312Packages.llama-index: 0.12.5 -> 0.12.6 df1a09d3f8c05 src-cli: 5.5.0 -> 5.10.0 (#364759) 6a51a743e3bbe sportstracker: check for correct JDK 95f0b0a468a13 qtractor: remove with lib 19988ff6f5afb xorg.libXrender: 0.9.11 -> 0.9.12 b17ef307b341c pinniped: 0.35.0 -> 0.36.0 (#364799) 4cb5a03cbcccd protobuf: 29.1 -> 29.2 (#366217) a7bee5911ccdb jellyseerr: migrate to by-name 6c47e128a3808 xorg.libxshmfence: 1.3.2 -> 1.3.3 fa509ecc7a239 rust: adjust env definition order (#358989) c9f841f44da25 zathura: 0.5.10 -> 0.5.11 12e3af0008337 rancher: 2.9.0 -> 2.10.0 (#364490) 1434a7ae4fe3a rust-bindgen-unwrapped: 0.70.1 -> 0.71.1 (#362660) e67df1adf3fe0 yourkit-java: 2024.9-b159 -> 2024.9-b160 (#364007) e518d5cf9774c freecad: fix for devshell 821d7c094275d fission: 1.20.4 -> 1.20.5 (#363270) b1bebb0a30f89 liberasurecode: 1.6.4 -> 1.6.5 (#361007) 9205bceaf4378 go-ios: 1.0.162 -> 1.0.166 f123fa04d9382 decker: 1.50 -> 1.52 (#362206) 212404d6ec114 function-runner: 6.3.0 -> 6.4.0 (#363346) c83d8d031e556 rage: 0.11.0 -> 0.11.1 (#366220) f4119740d8f2e coroot: 1.6.3 -> 1.6.7 (#364755) 94942b996d61e spire: 1.11.0 -> 1.11.1 (#364786) 5103564448d2f melange: 0.17.3 -> 0.18.1 1b8c8537e4b31 jbrowse: 2.17.0 -> 2.18.0 e05bb5616685f mold: 2.35.0 -> 2.35.1 295003424e88e opengist: 1.8.3 -> 1.8.4 (#365507) d152a71090cc8 zathura: wrap zathura-sandbox 123ff530c3b8e zathura: 0.5.8 -> 0.5.10 ad3fc738de5f4 girara: 0.4.3 -> 0.4.5 a2e80ea57dacb kapp: 0.63.3 -> 0.64.0 (#364222) 63554bbb7f0dd mu: 1.12.7 -> 1.12.8 (#366051) d13af1fd9a231 python3Packages.flake8-quotes: init at 3.4.0 (#365983) a0c8eae02c584 rage: 0.11.0 -> 0.11.1 3592150b99c65 glooctl: 1.17.16 -> 1.18.0 (#364774) c6907398e3e5b python3Packages.types-jinja2: init at 2.11.9 (#365989) a60011a27c3c8 ssh-to-pgp: 1.1.3 -> 1.1.4 (#364255) 1f31aa1e5698b apk-tools: drop maintainership (#366198) 935de0fac13e6 typeshare: 1.11.0 -> 1.13.2 (#363279) 8f48be20e9aff enigma: clean up derivation c5b5d7cd44f73 enigma: use `finalAttrs` pattern 0346a093cdb02 kbld: 0.44.1 -> 0.45.0 (#363778) eb6fac738f50f mitra: 3.9.0 -> 3.11.0 (#363426) 0f62cb07925c7 odafileconverter: move to by-name 39b8111bfd243 libmysqlconnectorcpp: 9.0.0 -> 9.1.0 (#361367) 1b9d87f015d9a tanka: 0.29.0 -> 0.30.2 (#363600) 870bd95d2b126 protobuf: 29.1 -> 29.2 e3d311bcb915a chawan: 0-unstable-2024-10-25 -> 0-unstable-2024-12-17 (#362617) 5e443b83d9479 age: 1.2.0 -> 1.2.1 (#366207) 5624d1b969731 terramate: 0.10.8 -> 0.11.4 7f1ba22204d67 llvmPackages_19: 19.1.5 -> 19.1.6 (#366057) e61005513a4d4 httplib: 0.18.1 -> 0.18.3 (#365994) 94a0056e2e2dd iroh: 0.26.0 -> 0.29.0 (#363105) c76e6f01d82a1 quiet: init at 2.3.2 (#254839) 0aeb618c36acf storm: 2.6.4 -> 2.7.1 (#360444) a7f7ae4f0d926 lxi-tools: 2.7 -> 2.8 (#360769) 8d2c1621eb557 apache-modules.mod_dnssd: fix path link (#350409) db199a05c9819 probe-rs-tools: 0.24.0 -> 0.25.0 (#365742) 96533f9dd5b23 bee: 2.2.0 -> 2.3.1 (#361935) fb1f38c1944e1 subgit: 3.3.17 -> 3.3.18 (#361073) 923e00d5df2d7 quiet: init at 2.3.2 eef3f57d42aa8 vttest: 20240708 -> 20241204 (#361297) 053ff9373d172 nest-cli: 10.4.7 -> 10.4.8 (#363246) bd7653595757c doctl: 1.116.0 -> 1.120.0 (#362424) 409fd1b141b24 sentry-cli: 2.38.2 -> 2.39.1 (#363463) 1b3ab2b081aba age: 1.2.0 -> 1.2.1 7ee5eee1e00a1 sublime4-dev: 4178 -> 4187 06874c3a0028f container-structure-test: 1.19.1 -> 1.19.3 and build from source (#351265) 4cd2b1aec9a8c decker: fix build with clang 0b6a86dad904d scx.full: 1.0.7 -> 1.0.8 (#365884) c00430852877b terraform-providers.opentelekomcloud: 1.36.26 -> 1.36.27 83a5427a5e316 dotnet: migrate nuget lockfiles to JSON (#362278) 75ab26d5d0a7c terraform-providers.migadu: 2024.11.28 -> 2024.12.12 0f40303097696 scx.full: remove aarch64-linux from badPlatforms ec2db32cfd789 kubefirst: 2.7.7 -> 2.7.9 9c40bef08a5bd llvmPackages_git: 20.0.0-git-2024-10-07 -> 20.0.0-git-2024-11-25 e8280854761f5 decker: 1.50 -> 1.52 31c3ca4fa43d7 shadowsocks-rust: 1.21.1 -> 1.21.2 (#362461) 6040a7d2bde7b crowdin-cli: 4.4.1 -> 4.5.0 (#366180) 6ee952a3063e3 vitess: 21.0.0 -> 21.0.1 (#362944) dac886831c831 buildLinux: kernel.configEnv: comply with overrideAttrs dcda45f9b467e xcp: 0.22.0 -> 0.23.0 70cc251554d88 linux: simplify toolchain selection 48a0850c15b81 linux: allow building with ld.lld 822e728ac3205 bintools-wrapper: wrap LLVM strip as well 580ce6a19fdcd linuxPackages.xone: 0.3-unstable-2024-03-16 -> 0.3-unstable-2024-04-25 2678c44ae8fc1 xmlsec: 1.3.5 -> 1.3.6 (#361327) f0a9193b1af7a Linux Kernel Updates for 2024-12-18 (#366179) b29400d5996a3 apk-tools: drop maintainership 017403673630b opengist: 1.8.3 -> 1.8.4 fa5ec47b7411a dblab: 0.26.0 -> 0.29.0 (#362842) a385e28ce199f gap: 4.13.1 -> 4.14.0 (#362533) 036d1c7480e57 tblite: 0.3.0 -> 0.4.0 (#366173) b575c4b6ca812 aw-qt: fix build af99530831a08 rl-2505.section.md: add release note entry about the buildGoModule env.CGO_ENABLED changes 3b1ec755ca887 buildGoModule: instruct users to specify CGO_ENABLED as env.CGO_ENABLED cf563cf103fb9 hello-go: fix longDescription (GOOS and GOARCH specification) 44defef51ca66 tailscale-gitops-pusher: fix CGO_ENABLED inheritance 6906681493a57 promtail: fix implementation (env overriding) 7a2eff46a55c6 etcd_3_5: fix env.CGO_ENABLED 905dc8d978b38 treewide: specify CGO_ENABLED with env.CGO_ENABLED 44876c60042bf buildGoModule: pass environment variables with the env attribute 9e13482d9fa55 treewide: remove dead code (shadowed GOOS and GOARCH specification) d9abdb3bb0e9c sentry-native: 0.7.16 -> 0.7.17 2718b24d904ce polyglot: 3.5.1 -> 3.6 (#366001) a27cb2ecdbe6e greybird: 3.23.3 -> 3.23.4 (#366177) c271d679c5dc1 cunicu: 0.5.68 -> 0.5.72 (#366040) 2a1d75ca45bec python312Packages.evohome-async: 0.4.20 -> 0.4.21 73a00c26dd1e4 python312Packages.async-modbus: 0.2.1 -> 0.2.2 e2b136b45a1d2 terraform-providers.huaweicloud: 1.71.0 -> 1.71.2 69dd998de1bf4 libuv: remove redundant conditionally disabled tests c08ee11f8db83 libuv: enable x64 darwin tests c247ef1ff5204 libuv: disable flaky darwin test 70a791a430f2b greybird: 3.23.3 -> 3.23.4 a3d4f17058e09 python3Packages.falconpy: init at v1.4.6 (#365455) 145a5266840da linux/hardened/patches/6.6: v6.6.64-hardened1 -> v6.6.66-hardened1 9eae2f774da97 linux/hardened/patches/6.12: v6.12.4-hardened1 -> v6.12.5-hardened1 c0b5a814a15d3 linux/hardened/patches/6.1: v6.1.119-hardened1 -> v6.1.120-hardened1 a31198c2e349d linux/hardened/patches/5.4: v5.4.286-hardened1 -> v5.4.287-hardened1 22a7e8a9a1432 linux/hardened/patches/5.15: v5.15.173-hardened1 -> v5.15.174-hardened1 f0ca22e88ccce linux/hardened/patches/5.10: v5.10.230-hardened1 -> v5.10.231-hardened1 c9cde201c929f linux_latest-libre: 19675 -> 19683 06527f1cb047d linux-rt_6_6: 6.6.63-rt46 -> 6.6.65-rt47 e8cb79f4da2dc linux-rt_6_1: 6.1.119-rt45 -> 6.1.120-rt46 2a7bfb143955d linux-rt_5_15: 5.15.170-rt81 -> 5.15.173-rt82 1a756583ca8b2 linux-rt_5_10: 5.10.229-rt121 -> 5.10.231-rt123 eefc9e46723e4 linux_testing: 6.13-rc2 -> 6.13-rc3 ba274cf3b95b6 meson: 1.6.0 -> 1.6.1 (#365763) 4cc536d4fb230 crowdin-cli: 4.4.1 -> 4.5.0 9cec8740e6f63 gigalixir: 1.12.1 -> 1.13.1 (#362813) b6dc676f2a6c8 cargo-zigbuild: 0.19.4 -> 0.19.7 9f72e4af51e32 fortune: 3.22.0 -> 3.24.0 (#366139) ca721fd526ca3 gqlgenc: 0.27.3 -> 0.27.4 (#366078) 16a2c56e51dda vault-unseal: 0.6.0 -> 0.7.0 (#366044) e16fd00386aab lefthook: 1.9.0 -> 1.9.2 (#366079) e19e9347c5b9d tblite: 0.3.0 -> 0.4.0 226bb67eaff62 wechat-uos: 4.0.0.23 -> 4.0.1.7 (#366087) 0f294077bbb88 tomcat: 11.0.0 -> 11.0.2 78b947749c3a9 python311Packages.pytmx: 3.31 -> 3.32 (#288668) d0b935c75b497 multicharge: 0.2.0 -> 0.3.0 b84ad79512057 python312Packages.albumentations: 1.4.22 -> 1.4.23 (#366094) 2e85d22d74c75 dae: 0.8.0 -> 0.9.0 79378b33e0ad6 uboot: add an attribute for the Radxa Rock Pi E board (#366027) f746f2d173a7a namespace-cli: 0.0.396 -> 0.0.397 (#366106) 1bcf4050cf788 moodle-dl: 2.3.12 -> 2.3.13 (#362814) 5c9acc66fadd2 python3Packages.compiledb: move to pkgs/by-name (#365250) 2f8ff03e641db terraform-providers.sentry: 0.14.1 -> 0.14.2 6a484c252c2c5 obs-do: 0.1.1 -> 0.1.5 (#366165) 1cf796812aaa8 nixos/whoogle-seach: add module f4af571346861 gpxsee: 13.32 -> 13.33 (#366064) 9101a1eeb49d3 eigenlayer: 0.10.8 -> 0.11.0 7a8cc7dbf4080 e1s: 1.0.42 -> 1.0.43 (#366052) 558351c34721b buildpack: 0.36.0 -> 0.36.1 (#366053) 6df8768c515ba terraform-providers.ns1: 2.4.5 -> 2.5.0 (#366056) d9434769daf66 pt2-clone: 1.71 -> 1.72 87a47eea8ce97 cnspec: 11.34.0 -> 11.35.0 (#366058) c9c595dadc5ab liblxi: 1.21 -> 1.22 (#363263) b9bb491bcc480 sportstracker: init at 8.0.1 (#300075) a60e326975024 orbiton: 2.68.4 -> 2.68.5 (#366059) 397cb65e87914 openjph: 0.18.1 -> 0.18.2 (#366061) 54e649f4c57ce glasgow: 0-unstable-2024-12-02 -> 0-unstable-2024-12-17 (#366063) c51ed954bf657 ananicy-rules-cachyos: 0-unstable-2024-11-22 -> 0-unstable-2024-12-17 (#366016) 7e7c24e9aa353 matrix-commander-rs: 0.4.1 -> 0.10.0 b000915157ad5 python312Packages.ydata-profiling: fix meta.changelog (#366070) 94bc454edfc04 python312Packages.ydata-profiling: 4.12.0 -> 4.12.1 (#365946) ce6cca2cced4d python312Packages.pyaml: 24.9.0 -> 24.12.1 (#365949) 4751c70ba5635 python312Packages.bayesian-optimization: 2.0.0 -> 2.0.1 (#365969) 748fdb32026ea obs-do: 0.1.1 -> 0.1.5 bb934f49060a2 dwarfs: use versionCheckHook a1b39dc769985 dwarfs: 0.9.10 -> 0.10.2 c0e13ae95eac0 dopamine: 3.0.0-preview.35 -> 3.0.0-preview.37 (#365977) fbc6f008b20ae dnscontrol: 4.15.1 -> 4.15.2 (#365978) a01b34ef2561c opnborg: 0.1.44 -> 0.1.49 (#365984) d2cffb433b22f pgmoneta: 0.14.1 -> 0.15.0 04d9bd647a196 tym: 3.5.1 -> 3.5.2 (#365892) da413772e0aea pagefind: 1.2.0 -> 1.3.0 aa49f1acd1af4 matrix-commander-rs: format ae0d3c6c0490a odafileconverter: 21.11.0.0 -> 25.11.0.0 36c9ea631f4cc genemichaels: 0.5.7 -> 0.5.13 (#365966) 2048afba39e17 revive: 1.4.0 -> 1.5.1 (#363235) 87c11898517aa kyverno: 1.13.1 -> 1.13.2 (#363963) bc5eccc34f76f octoscan: 0.1.3 -> 0.1.4 98a080e6e11ea fastnetmon-advanced: 2.0.367 -> 2.0.370 (#365923) 63c1ea97a19f1 ndpi: 4.10 -> 4.12 638e6c7567714 scraper: 0.21.0 -> 0.22.0 (#363948) e9971de2170a4 bigquery-emulator: init at 0.6.6 40e97b47127eb ytdl-sub: 2024.12.4 -> 2024.12.14 793c4d6c24f68 yara-x: 0.11.1 -> 0.12.0 (#366060) fb94efb32ad6a silice: 0-unstable-2024-07-22 -> 0-unstable-2024-12-02 (#364013) ac77cf7e6aae9 kclvm_cli: 0.10.8 -> 0.11.0 7f7d07b78cc1d kluctl: 2.25.1 -> 2.26.0 b51b5a7d359b7 beekeeper-studio: 4.6.8 -> 5.0.6 d42eb0e024161 xh: use new Darwin SDK pattern 3b74ae165f2bf pgbackrest: drop custom installPhase (#365451) f012545dcaa10 carbon-now-cli: 2.0.0 -> 2.1.0 (#364583) bc1cfec92030d Address review feedback: It's "configuration switch" 6c14d2af37c93 trillian: 1.6.1 -> 1.7.0 (#364440) 878be9c20b287 Address review feedback: Attempt to fix wonky indentation ec42e38dbeb24 vmlinux-to-elf: init at 0-unstable-2024-07-20 (#355647) 45ef6bc6a76b2 quarto: 1.6.37 -> 1.6.39 (#364445) 9e67e8aeeed7b flarectl: 0.111.0 -> 0.112.0 f2d2d4eeba973 temporal-cli: 1.1.1 -> 1.1.2 e2071b8890290 qbec: 0.16.2 -> 0.16.3 (#364517) 88e1af4227431 partclone: 0.3.32 -> 0.3.33 (#364602) 108cfd7924702 dolt: 1.43.15 -> 1.44.0 (#363598) 3eaa574d80009 circt: 1.87.0 -> 1.98.0 (#365849) 3c376ee3bd81c fastcdr: 2.2.5 -> 2.2.6 712bb5b97575c scite: 5.5.3 -> 5.5.4 28fd8da2ef0e8 tflint-plugins.tflint-ruleset-aws: 0.34.0 -> 0.36.0 (#360801) 377141226a50b ad-miner: 1.7.0 -> 1.8.0 (#366032) 5953361ee6bcd python312Packages.appthreat-vulnerability-db: 6.2.1 -> 6.2.2 (#365960) b50e3db898693 rt-tests: 2.7 -> 2.8 (#364589) 2d834f34c4e44 keymapp: 1.3.3 -> 1.3.4 0256e419d7286 polkadot: stable2409-2 -> 2412 ceb55e34ea3a2 vscodium: 1.95.3.24321 -> 1.96.0.24352 (#365954) 96086b3cba86d python312Packages.publicsuffixlist: 1.0.2.20241217 -> 1.0.2.20241218 a0f55b7cbc5e1 go-mockery: 2.46.3 -> 2.50.0 (#363304) 694b61133a6b0 python312Packages.tencentcloud-sdk-python: 3.0.1282 -> 3.0.1283 fff17d28768d9 trufflehog: wrapProgram to ignore updater (#365996) d142e81404455 uv: 0.5.9 -> 0.5.10 536ef884e05b6 testkube: 2.1.61 -> 2.1.72 (#363377) 47f4cee01c07a murex: 6.3.4225 -> 6.4.1005 (#364169) a36cf20fbcc30 lemmy: 0.19.7 -> 0.19.8 (#365888) 2f5561d4b2cb3 dbmate: 2.22.0 -> 2.23.0 (#363329) 6ef9d658639bc erg: 0.6.47 -> 0.6.48 (#363297) 5c01cb9732409 sioyek: fix typo in darwin build steps (#348045) ea47143037be3 grafana-loki: 3.2.1 -> 3.3.1 (#360603) 6e486b4dc9445 fortune: 3.22.0 -> 3.24.0 e8cf4d17e628a lhapdf: 6.5.4 -> 6.5.5 1b5533a6371eb vscodium: 1.96.0.24347 -> 1.96.0.24352 5d3e05491e189 timoni: 0.22.1 -> 0.23.0 ea08036fbc17c container2wasm: 0.7.0 -> 0.7.1 (#363337) 00d16f93d0d20 cargo-mutants: 24.11.0 -> 24.11.2 (#363350) 26df69a7bc74d terraform-providers.artifactory: 12.5.1 -> 12.7.0 0a2eabc25b25a leo-editor: 6.8.2 -> 6.8.3 (#363241) 5e4e76c2922fc hwatch: 0.3.16 -> 0.3.18 (#363334) 123664ef07e79 python312Packages.llama-index-readers-file: 0.4.0 -> 0.4.1 (#365731) 97e2917fe657e wingpanel-indicator-namarupa: init at 0.0.0-unstable-2024-12-17 30319f5d111b9 trufflehog: 3.85.0 -> 3.87.0 (#366111) dbf1e4c95d8c3 dendrite: 0.13.8 -> 0.14.0 89a944050dec5 venera: 1.1.1 -> 1.1.2 68f52126537f1 metals: 1.4.1 -> 1.4.2 73b7d3bf3e697 nixos/doc: update the status of Intel Graphics (#365448) d01921a0108e6 sublime4: 4180 -> 4186 f73d66273e668 tests/loki: temporarily patch broken upstream conf 3529967f0f8f8 Merge staging-next into staging f2833102677d3 Merge master into staging-next e4c638d2f6a99 xarray: fix tests failing with numpy_2 and pandas main (#365853) 0cb24b8232fa6 clockify: 2.1.17.1354 -> 2.2.9.2224 8be60e856dd3e gnuradio: fix tests with an upstream patch for numpy_2 (#365839) aed5169ad4c42 clockify: fomat c7e87c141e961 librenms: 24.11.0 -> 24.12.0 a98c720fb6ea7 openmoji-color: 15.0.0 -> 15.1.0 11115486857e4 gnuradio: fix tests with an upstream patch for numpy_2 af5a5c982ae2d c2000-cgt: init at 22.6.1.LTS (#359673) 526e858b7221d gridtracker: 1.24.0104 -> 1.24.0922 086a88a1afd46 sqlboiler: 4.17.0 -> 4.17.1 (#363333) c1b72399a8d63 weaver: 0.11.0 -> 0.12.0 (#365955) e22f5d9e395fd relic: 8.1.0 -> 8.1.1 (#362967) 5405b91619d1d yandex-cloud: 0.140.0 -> 0.141.0 84edf38706ea9 re-flex: 5.0.1 -> 5.1.0 (#362966) 24e57130dc400 patchelfUnstable: 0.18.0-unstable-2024-06-15 -> 0.18.0-unstable-2024-11-18 (#362708) 08fa5f110bb9b radarr: 5.14.0.9383 -> 5.16.3.9541 d6913ed09cb17 home-assistant: 2024.12.3 -> 2024.12.4 (#366024) 648849fd3bb05 python312Packages.homeassistant-stubs: 2024.12.3 -> 2024.12.4 c9d4c71e8b142 k0sctl: 0.19.4 -> 0.20.0 (#365974) cd0baca4e2f12 flix: 0.54.0 -> 0.55.0 (#365593) 0fbb475388fcb git-spice: 0.8.1 -> 0.9.0 (#366093) 6d8f343f8de0e cargo-show-asm: 0.2.42 -> 0.2.43 (#366071) 7141bba62c75e libphonenumber: 8.13.48 -> 8.13.52 b1254f1a6c5ad jnv: 0.4.0 -> 0.4.2 10087c840556d glasgow: 0-unstable-2024-12-02 -> 0-unstable-2024-12-17 15004f08caee7 keyboard-layout-editor: fix dependencies for all platforms (#366098) b14b5cda03500 nixos/alice-lg: fix invalid test name (#366028) 46349552034dc guile-gnutls: 4.0.0 -> 4.0.1 (#361088) 3cc15074b4bd3 gretl: 2024b -> 2024d (#361237) 523192725ae2c pocketbase: 0.23.4 -> 0.23.9 d06f61e8aaf37 victoriametrics: 1.107.0 -> 1.108.0 (#366108) 4a5c560836868 jgmenu: 4.4.1 -> 4.5.0 (#365979) 63f2d160a6ad1 pkgs/xorg: remove xf86-video-intel b15bda29660c5 fflogs: 8.14.49 -> 8.15.4 e692059d778e3 dump: 0.4b47 -> 0.4b48 (#361118) 8e936ddad1cfd guile-zlib: 0.1.0 -> 0.2.1 (#361974) 7d7cbd9a28911 nixos-rebuild-ng: add --add-root in nix.remote_build (#365592) d6dab46878f50 trufflehog: 3.85.0 -> 3.87.0 8fd1cde4da179 dump: restrict platforms 56939a73da50f dump: 0.4b47 -> 0.4b48 75ea341c842f4 victoriametrics: 1.107.0 -> 1.108.0 aa2e03effa0f1 guile-git: 0.8.0 -> 0.9.0 (#362149) 72906b6ae7274 namespace-cli: 0.0.396 -> 0.0.397 5773c4974e6d3 rtorrent: 0.10.0-unstable-2024-12-06 -> 0.10.0-unstable-2024-12-15 (#365972) fd374b65e21fe openapi-python-client: 0.21.7 -> 0.22.0 4ee74eef6ae5c nelua: 0-unstable-2024-12-05 -> 0-unstable-2024-12-14 (#366101) 212a268bc14be maintainers: add jinser 304aca53888f4 python312Packages.linode-api: 5.22.0 -> 5.25.0 8984250b401f4 slack: 4.41.98 -> 4.41.105 84f1dd259e41c phpunit: 11.5.0 -> 11.5.1 (#366073) 0e9974a5c316c python311Packages.google-cloud-securitycenter: 1.35.1 -> 1.36.0 (#365841) 3d78c6eaba2e6 python312Packages.google-cloud-texttospeech: 2.21.1 -> 2.22.0 (#365837) ed4066817c721 python312Packages.markitdown: init at 0-unstable-2024-12-15 (#365681) 4dd047f77d9b3 python311Packages.google-cloud-speech: 2.28.1 -> 2.29.0 (#365842) 0965d178b0c50 python311Packages.google-cloud-tasks: 2.17.1 -> 2.18.0 (#365844) 07fb81ebf2bfe python311Packages.google-cloud-resource-manager: 1.13.1 -> 1.14.0 (#365848) fdde18ad9bb1f python312Packages.boto3-stubs: 1.35.81 -> 1.35.82, python312Packages.botocore-stubs: 1.35.81 -> 1.35.82 (#365801) e403352d10fb2 twig-language-server: 0.6.0 -> 0.7.0 (#365829) cae68da9eb633 python311Packages.google-cloud-os-config: 1.18.1 -> 1.19.0 (#365850) 853cef8a9e52b python311Packages.google-cloud-language: 2.15.1 -> 2.16.0 (#365855) 20e29115bdfec python311Packages.google-cloud-container: 2.54.0 -> 2.55.0 (#365857) ba6d18a84b28f python311Packages.google-cloud-automl: 2.14.1 -> 2.15.0 (#365865) 90e3f064363c0 python311Packages.google-cloud-asset: 3.27.1 -> 3.28.0 (#365868) 7200d3ceed0d7 python311Packages.google-cloud-compute: 1.22.0 -> 1.23.0 (#365867) e65aebe62af60 python311Packages.google-cloud-bigquery-datatransfer: 3.17.1 -> 3.18.0 (#365866) 5b16f53248943 python311Packages.google-cloud-monitoring: 2.23.1 -> 2.24.0 (#365856) 0475a65004fad python311Packages.google-cloud-redis: 2.16.1 -> 2.17.0 (#365846) a0ecdef827736 python311Packages.graphrag: 0.9.0 -> 1.0.0 (#365845) 334f6a5393d3d python312Packages.google-cloud-videointelligence: 2.14.1 -> 2.15.0 (#365835) bfb68b5555278 python312Packages.google-cloud-translate: 3.18.0 -> 3.19.0 (#365834) b0899c7032cc9 python312Packages.google-cloud-websecurityscanner: 1.15.1 -> 1.16.0 (#365826) 677c7ee3c6b3d nelua: 0-unstable-2024-12-05 -> 0-unstable-2024-12-14 05ded0475121a python312Packages.google-cloud-vision: 3.8.1 -> 3.9.0 (#365825) 31d9e14ea3037 python312Packages.webexpythonsdk: 2.0.1 -> 2.0.2 (#365808) 5dac4a4a3eab5 lcevcdec: fix build with GCC 14 8caab63f6ab88 python312Packages.markitdown: 0-unstable-2024-12-18 62c61b3721437 oxide-rs: init at 0.9.0+20241204.0.0 d516148b3cea2 python312Packages.transformers: 4.47.0 -> 4.47.1 (#365939) 641e2ec076591 keyboard-layout-editor: fix dependencies for all platforms e966ecdc1c7fd Orphan most of my packages (#365789) 40811ec4da8fc rutorrent: 5.1.1 -> 5.1.4 9fcd9936d0a4c crun: 1.19 -> 1.19.1 (#366066) 244c811bf0c34 akkoma: make it even more nox (#366012) b640d38736b77 devilutionx: fix incorrect license (#366076) fab89f87738d1 talosctl: 1.8.3 -> 1.9.0 (#365930) b2e99477cd7f6 nixos/systemd: don't require network-online.target for multi-user.taget v2 (#365809) 764be6334829f nixos/acme: fix cert ownership assert message (#362271) 64a141fb63a1d python312Packages.albumentations: 1.4.22 -> 1.4.23 515594e26089f python312Packages.transformers: 4.47.0 -> 4.47.1 bdd57e2a9502f git-spice: 0.8.1 -> 0.9.0 3e11f17d3378c [staging-next] mutter: revert "treewide: mesa -> libgbm (where appropriate)" (#366034) a8e93c7ed85ec spicedb: 1.38.1 -> 1.39.1 6c1f0c1fba02c sonivox: 3.6.14 -> 3.6.15 12613eac4041b tremor-rs: fix errors caused by new warning 43001f1cdf2f9 immich: 1.122.3 -> 1.123.0 (#365957) 43e8e7494045d vdrPlugins.markad: 4.2.5 -> 4.2.7 (#366039) f3a620571c27a wechat-uos: 4.0.0.23 -> 4.0.1.7 3dad767d55230 balena-cli: 20.0.9 -> 20.1.2 (#366009) a7f1d676df27f taskwarrior3: 3.2.0-unstable-2024-12-1{7-8} (#366026) fa5d09824b718 opentelemetry-collector-builder: 0.115.0 -> 0.116.0 f1ce22458dd39 xorg.xorgserver: 21.1.14 -> 21.1.15 8373763e1cf4e firebase-tools: 13.28.0 -> 13.29.1 c15f05f8c2b70 vtm: 0.9.99.55 -> 0.9.99.57 af7ec7d2b645c gitlab-timelogs: 0.4.0 -> 0.5.0 (#366047) 74b55d7c5be2e Merge staging-next into staging f10a1b8011459 Merge master into staging-next 7dfecaaf1cf76 devilutionx: fix incorrect license 73e87ff43249e lefthook: 1.9.0 -> 1.9.2 e81559119a01c gqlgenc: 0.27.3 -> 0.27.4 cd4b019b3ff12 jq-lsp: 0.1.10 -> 0.1.11 (#366035) d8feda3bc1d54 python312Packages.weaviate-client: 4.9.6 -> 4.10.2 d184fdbcb9f45 flit: repo moved (#366025) 12ee821574df5 flexget: 3.12.1 -> 3.13.2 375e4efc29718 re2c: 4.0.1 -> 4.0.2 (#364269) 3fa96e61d7185 nixos/networkd: expose RapidCommit in DHCPv4 network unit section (#366038) 81bf89d5e881c llvmPackages_19: 19.1.5 -> 19.1.6 d8a61d2b79444 phpunit: 11.5.0 -> 11.5.1 71d262c2e00fa llvmPackages_{12-19}.llvm: fix darwin build 157cc76638dea typos-lsp: 0.1.30 -> 0.1.31 (#363312) 53703d75ae865 gaugePlugins.dotnet: 0.7.3 -> 0.7.4 e57f77409ae32 python312Packages.ydata-profiling: fix meta.changelog 82bd5667d425e cargo-show-asm: 0.2.42 -> 0.2.43 6c324710e391a nixos/networkd: expose RapidCommit in DHCPv4 network unit section 493a01fd1e2a4 uiua{,-unstable}: use lib.fix to reference self, rename unstable flag to uiua_versionType (#365712) 0ec3e987882f5 stress-ng: 0.18.06 -> 0.18.07 (#363144) 98b12ee1f4333 rust-bindgen-unwrapped: 0.70.1 -> 0.71.1 e001379b54ee4 sioyek: fix typo in darwin build steps 1a4ab108d6338 libui-ng: 4.1-unstable-2024-05-19 -> 4.1-unstable-2024-12-08 b51e7b6d2e19a cilium-cli: 0.16.21 -> 0.16.22 9f0860ed635fb halo: 2.20.10 -> 2.20.11 (#364835) 02415d0c9e555 crun: 1.19 -> 1.19.1 05fede2d4ac19 credhub-cli: 2.9.38 -> 2.9.39 (#363238) 0209ee5ce111f moq: 0.5.0 -> 0.5.1 (#362928) f94912c87c7df lazysql: 0.3.0 -> 0.3.2 (#362861) 14d423dbeac47 go-ios: 1.0.155 -> 1.0.162 (#362913) 993a8f8932e51 melange: 0.14.10 -> 0.17.3 (#362908) f5384f55a7861 yandex-cloud: 0.136.0 -> 0.140.0 (#362821) 9d9b6fd77bb9a katana: 1.1.1 -> 1.1.2 (#362882) 69cd3d79e6dc0 git-mit: 5.13.30 -> 5.14.2 (#362413) 1905cec8cba85 SDL2: 2.30.6 -> 2.30.10 (#363835) d6f805f28579f auth0-cli: 1.5.1 -> 1.6.1 d6ba258686b5a fission: 1.20.4 -> 1.20.5 38aedadf16384 terraform-providers.exoscale: 0.62.0 -> 0.62.3 b36be1409e214 terraform-providers.okta: 4.11.1 -> 4.12.0 3d0b3c376bfd5 terraform-providers.scaleway: 2.47.0 -> 2.48.0 466c9d933012f terraform-providers.baiducloud: 1.21.9 -> 1.21.10 f6717deb0fb52 heroku: 9.5.0 -> 10.0.0 57ae50c8184e4 ssh-to-pgp: 1.1.3 -> 1.1.4 adca74995b0d4 mutagen-compose: 0.18.0 -> 0.18.0-1 (#362470) 5c9658957f8dd ddev: 1.23.5 -> 1.24.1 (#362345) da728850c49ee glances: 4.2.0 -> 4.2.1 (#362586) 075cc47a76a45 glasgow: 0-unstable-2024-10-24 -> 0-unstable-2024-12-02 (#362626) 71ba8d4c489bd instaloader: 4.13.2 -> 4.14 (#362754) e1a323aaf8472 plex-desktop: update sqlite write permissions cf17a819b49e0 gpxsee: 13.32 -> 13.33 79dca9a646194 workflows/eval: Catch empty conclusion 6f983bcfb7842 oha: 1.4.7 -> 1.5.0 (#362807) 6bf2cfa496ca2 snipe-it: 7.0.13 -> 7.1.15 (#362571) 56fff9fa14615 libdatachannel: 0.22.2 -> 0.22.3 (#362410) dfc8eaa1552a7 nagios: 4.5.4 -> 4.5.8 (#362547) 114504e097eb4 aichat: 0.23.0 -> 0.25.0 (#362487) c0f882a32b37e grandorgue: 3.15.2-1 -> 3.15.3-1 (#362659) 9611077499027 openjph: 0.18.1 -> 0.18.2 66035f03b3371 yara-x: 0.11.1 -> 0.12.0 a939f777d5478 nelua: 0-unstable-2024-10-18 -> 0-unstable-2024-12-05 (#362738) e728ff5a8452c orbiton: 2.68.4 -> 2.68.5 1f7ee5b3afbcd libcifpp: 7.0.7 -> 7.0.8 (#362573) 3ad2764f62ead cnspec: 11.34.0 -> 11.35.0 97c3ce095db48 benthos: 4.40.0 -> 4.42.0 (#362584) cf703186ce7f9 cloudfoundry-cli: 8.8.2 -> 8.9.0 (#362691) ff3114b1b558c linux_xanmod, linux_xanmod_latest: 2024-12-15 (#365420) 334ebd708b1e3 brev-cli: 0.6.295 -> 0.6.302 (#362710) a1d9cfe460925 ryujinx: drop update script (#365614) 47e2a14c374a3 terraform-providers.ns1: 2.4.5 -> 2.5.0 fca2f1c915909 ipset: 7.22 -> 7.23 (#365746) ae079663c5a4f llvmPackages: remove `_IMPORT_PREFIX` replacements for `clang` (#366029) 23e1908bfec07 yaydl: 0.15.5 -> 0.17.1 (#362205) 0082779f06a63 cryptpad: 2024.9.1 -> 2024.12.0 c1dae19aeefbf buildpack: 0.36.0 -> 0.36.1 5bc62b298e5bc e1s: 1.0.42 -> 1.0.43 a7e1e4751456e bwbasic: 3.20 -> 3.30 (#362333) 0d1de6e545355 libation: 11.4.1 -> 11.5.5 (#362215) 16a968e8f2ab5 mu: 1.12.7 -> 1.12.8 a35206781ed62 magic-vlsi: 8.3.501 -> 8.3.505 (#362035) 4a73451003144 groovy: 4.0.23 -> 4.0.24 (#362038) 2e33d743b59bf mill: 0.12.3 -> 0.12.4 92fdef153234d objconv: 2.54 -> 2.54.1 (#362309) 1a781926ced4f snd: 24.8 -> 24.9 (#362039) bda3820d84333 whistle: 2.9.86 -> 2.9.90 (#362217) e37bd5b56ebfe jmol: 16.3.1 -> 16.3.5 (#362329) ad391c53eda01 terser: 5.34.1 -> 5.36.0 (#362207) 76fc1e8dcfd62 metabase: 0.50.30 -> 0.52.3 (#362311) dc181bd2dafbb oxlint: 0.9.10 -> 0.15.2 (#362166) ad2c9c9ff9f8e neo4j: 5.24.2 -> 5.26.0 (#362135) f8f3bf2bdc4ee trippy: 0.11.0 -> 0.12.0 (#361899) bce20fbf37dd2 gitlab-timelogs: 0.4.0 -> 0.5.0 31034ed66c28a inferno: 0.11.21 -> 0.12.0 (#361962) efcca8d543ec9 gretl: fix build with clang 6bcfe279eb7fd gretl: format with nixfmt 37b249487e913 vault-unseal: 0.6.0 -> 0.7.0 eb42899397e01 gretl: 2024b -> 2024d 9e39e0b106363 subgit: 3.3.17 -> 3.3.18 802a564c3a2bc libetonyek: 0.1.10 -> 0.1.12 669f77b1976cc geomyidae: 0.69 -> 0.96 c629664554bb3 memtester: 4.6.0 -> 4.7.0 c21e098869a55 putty: 0.81 -> 0.82 bde0d334df3c3 webdis: 0.1.22 -> 0.1.23 a288bb9c3e60c python312Packages.bandit: 1.7.10 -> 1.8.0 7512c886a1b67 xml-tooling-c: 3.2.4 -> 3.3.0 18df25f754e6f python312Packages.yark: 1.2.10 -> 1.2.12 dc192ddb5bb0d guile-gnutls: 4.0.0 -> 4.0.1 d0d73944e3f41 python312Packages.pycoin: 0.92.20230326 -> 0.92.20241201 2a2527f59b6e3 python312Packages.cloudsmith-api: 2.0.13 -> 2.0.16 aa45d8c4a51c7 liberasurecode: 1.6.4 -> 1.6.5 35cd8af5d9978 libcdr: 0.1.7 -> 0.1.8 bda27514741ad python312Packages.types-s3transfer: 0.10.2 -> 0.10.4 dd7d5a8ee41d0 onetun: 0.3.7 -> 0.3.10 54efcc173dda8 clojure: 1.12.0.1479 -> 1.12.0.1488 d05d12c3b1beb python312Packages.jianpu-ly: 1.801 -> 1.826 d575a12678bb7 tinyssh: 20240101 -> 20241201 318ea39aeb267 grml-zsh-config: 0.19.7 -> 0.19.8 97764fb8ebfcf cunicu: add passthru.updateScript 851d03934bead cunicu: add versionCheckHook 1295fd8c430b9 cunicu: 0.5.68 -> 0.5.72 40805f17b405c pdns: 4.9.2 -> 4.9.3 46894a4cf2c31 maizzle: 1.5.9 -> 2.0.0 (#365755) 141596ca84612 tailwindcss-language-server: Give main $out/bin +x permission (#365788) 4d44df490da7a ovn: fix missing ovs-lib (#365779) 70a17ea8cbbaa vdrPlugins.markad: 4.2.5 -> 4.2.7 eb0630f4e24a8 python312Packages.python-box: 7.2.0 -> 7.3.0 (#365431) 060fabd30f756 linuxPackages.nvidiaPackages.production: 550.135 -> 550.142 (#365981) 72840e1be7aec jq-lsp: 0.1.10 -> 0.1.11 d1cc1d52f8563 chawan: 0-unstable-2024-10-25 -> 0-unstable-2024-12-17 0226d0997ea24 cloud-nuke: 0.37.2 -> 0.38.0 6083c9e1ff258 sabnzbd: 4.3.3 -> 4.4.0 (#364365) 9fea9f4fb782b pgbackrest: 2.54.0 -> 2.54.1 (#365759) af3579de5af18 mutter: revert "treewide: mesa -> libgbm (where appropriate)" 44533cbec72f1 tailwindcss: 3.4.16 -> 3.4.17 (#366022) 5015201caf56c chromium: fix read out of range on aarch64 16k pages builds (#365364) 14189e62a7eb9 chirpstack: smaller cleanups and harmonization bbbe3d4ddc67f llvmPackages: remove _IMPORT_PREFIX replacements a2a2275e3eca5 ad-miner: 1.7.0 -> 1.8.0 35ebffc79305c nixos/alice-lg: fix invalid test name a8d76db13501f taskwarrior3: 3.2.0-unstable-2024-12-1{7-8} 645d0d8c82619 taskwarrior3: simplify tests patchShebangs eb65114f5fc36 Merge staging-next into staging 12c211c64e320 Merge master into staging-next 3e8ad285ed054 heroic: patch Desktop Entry `StartupWMClass` (#365460) 5e9c663b9978c zsh-autosuggestions-abbreviations-strategy: init at 1.1.1 (#365976) dd3f953ba42fe Update default.nix 9823506886515 uboot: add an attribute for the Radxa Rock Pi E board 5bd03fcebd41e home-assistant: 2024.12.3 -> 2024.12.4 0276873930473 home-assistant: autoformat component-packages.nix 0c40b33a4a5b9 zsh-autosuggestions-abbreviations-strategy: init at 1.1.1 959dee9912977 nzbget: 24.3 -> 24.5 (#360130) c67f1afb504fa lib tests: Add system parameter (#291936) cd4dff895ef36 python312Packages.mammoth: init at 1.8.0 edd2d72667cb7 tailwindcss: 3.4.16 -> 3.4.17 17f2a91fef2b8 zapret: 69.5 -> 69.8 (#366018) 1303c15a50a34 git-secret: 0.5.0 -> 0.5.0-unstable-09-12-2024 (#365629) f3db3ff7e6373 linux-wallpaperengine: refactor (#365202) 0e86ced999aeb saber: 0.25.2 -> 0.25.3 (#365112) 12c53e4e68a19 nixos/hadoop: fix, hadoop: 3.4.0 -> 3.4.1 (#364992) 2b4190a2c20a7 docs: add buildDotnetModule changes to release notes. 1cd9516969553 treewide: migrate nix-based dotnet lockfiles to JSON 318b37a8d6d19 update-dotnet-lockfiles: update comment to mention nuget-to-json 8ea76507abb96 dotnetCorePackages.mkNugetDeps: support loading JSON lockfiles c94c5087cc19c buildDotnetModule.fetch-deps: use json lockfiles by default bccae9e7c0f23 addNuGetDeps: support loading JSON lockfiles 3cc4563eb2f43 nuget-to-nix: refactor on top of nuget-to-json and deprecate 1726304559622 nuget-to-json: init 57b4df0925a41 dns-over-https: init at 2.3.7 (#365313) 9e1c76b562eb7 clojure-lsp: 2024.08.05-18.16.00 -> 2024.11.08-17.49.29 (#364549) 2ea22a2039af8 bolt: 0.9.7 -> 0.9.8 a611fbf66a987 pmtiles: 1.22.2 -> 1.22.3 (#365990) ba6a17e0ced43 zapret: 69.5 -> 69.8 86dd3715b2838 build-pecl: fix strictDeps (#361855) 11ab4cb660ad8 mjolnir: 1.8.3 -> 1.9.1 792b24aafeaef hanko: init at 0.5.2 https://github.com/SRv6d/hanko/blob/main/CHANGELOG.md 9e93d7fb4f887 rapidfuzz-cpp: 3.1.1 -> 3.2.0 (#365925) d42f6b6ae52ff ananicy-rules-cachyos: 0-unstable-2024-11-22 -> 0-unstable-2024-12-17 c91d5881387fe ecmel.vscode-html-css: 2.0.9 -> 2.0.11 (#365582) 8da4155fbb712 unison-fsmonitor: 0.3.4 -> 0.3.8, modernize (#354907) 97f74649feeb9 python312Packages.folium: update meta.changelog 6329a3a86e43b akkoma: make it even more nox e315b2e7af362 zenoh: fix build (#366000) 7b3f547610b97 pdi: 1.7.1 -> 1.8.0; disable on darwin (#365680) 41e44039adad2 libdrm: 2.4.123 -> 2.4.124 (#362320) 0a364816ee7c5 python312Packages.openai: 1.57.4 -> 1.58.1 3b0c7abecd53a xterm: 395 -> 396 (#361672) ee604a361ff45 trufflehog: add sarcasticadmin as maintainer aeb7e0b7a3b4a polyglot: 3.5.1 -> 3.6 abf8f54487688 git-town: 16.7.0 -> 17.0.0 55036ed40e8b0 balena-cli: 20.0.9 -> 20.1.2 ab27e24a78b47 lug-helper: fix missing dependencies 13faeaf22ecfe freetube: build from source 9b75a82c468a1 bstone: 1.2.12 -> 1.2.13 (#365232) 4088ad3f61f48 zenoh: fix build 720a4d8effe3b biliass: 2.1.1 -> 2.2.0; yutto: 2.0.0-rc.5 -> 2.0.0-rc.6 (#365380) cea1bb3e6a7b9 libgpg-error: 1.50 -> 1.51 (#361339) c9f16ca412ab1 lvm2: 2.03.28 -> 2.03.29 (#365510) bcf21645d2a72 trufflehog: wrapProgram to ignore updater fafbfe8c82660 libimagequant: 4.3.1 -> 4.3.3 (#360682) 12122de466e0e vpl-gpu-rt: 24.4.3 -> 24.4.4 (#365663) 1952fe9a223b2 emacsPackages.el-easydraw: 1.2.0-unstable-2024-10-04 -> 1.2.0-unstable-2024-12-18 ec6862e9dc46f sqlite, sqlite-analyzer: 3.47.1 -> 3.47.2 (#365944) 7feb7c6d06a17 git: 2.47.0 -> 2.47.1 (#359506) b1a3374533d22 c2000-cgt: init at 22.6.1.LTS c4435d0b4d8da garnet: 1.0.46 -> 1.0.48 (#365548) d9db18e4ef969 dante: 1.4.3 -> 1.4.4 (#365562) 3502f5a78f023 httplib: 0.18.1 -> 0.18.3 104c5a6283c8d nixos/release-notes: warn multi-user no longer wants network-online 51878280bc270 python3Packages.types-xxhash: init at 3.0.5.2 bee11dcf28a92 vuetorrent: 2.18.0 -> 2.19.0 (#365891) ff8adf0dd2989 vscode-extensions.visualjj.visualjj: 0.13.3 -> 0.13.4 (#365988) 3adb286e07d97 python3Packages.types-jinja2: init at 2.11.9 b63d839856bfa python3Packages.types-markupsafe: init at 1.1.10 b79bf68c0f5ef aichat: 0.23.0 -> 0.25.0 592adf3dafce4 kotlin: 2.0.21 -> 2.1.0 6bf34768e50c8 hoppscotch: 24.10.2-0 -> 24.11.0-0 (#365573) b767804c720f8 vscode-extensions.visualjj.visualjj: 0.13.3 -> 0.13.4 cda813a8b0208 insomnia: 10.0.0 -> 10.2.0 (#365579) 1817dd6390cdc pmtiles: 1.22.2 -> 1.22.3 197794787ca3c nixos/mailhog: add setSendmail option (#339283) 08de518f841de php84Extensions.swoole: remove broken (#365973) e736564cdf3a6 nixos-rebuild-ng: improve test for test_remote_build fc764161cd7fe python3Packages.flake8-quotes: init at 3.4.0 ab5b976a1820c opnborg: 0.1.44 -> 0.1.49 96ec91155148c nixos/gancio: add gancio to nginx extraGroups only if nginx enabled (#352143) fc1f9fe694724 linuxPackages.nvidiaPackages.production: 550.135 -> 550.142 7af555c957716 uiua{,-unstable}: rename unstable flag to uiua_versionType f8b8916a59395 uiua{,-unstable}: use lib.fix to reference self d2c749a0785b3 rtorrent: remove unused `libsigcxx` (#365971) 06ede18864cf7 lidarr: 2.6.4.4402 -> 2.8.2.4493 10105cb4b4a07 abcmidi: 2024.12.06 -> 2024.12.16 (#365967) fb379f1a45d8d dnscontrol: 4.15.1 -> 4.15.2 72a6ab7dfc629 jgmenu: 4.4.1 -> 4.5.0 fbe18c6716b69 dopamine: 3.0.0-preview.35 -> 3.0.0-preview.37 39951445c27b1 doctl: 1.116.0 -> 1.120.0 b06d0d3d90200 komga: 1.14.1 -> 1.15.0 (#365590) e9a4448adb5f3 php84Extensions.swoole: remove broken b383b9babdf39 php84Extensions.yaml: fix build inputs after strictDeps = true 7f10d140f9cf1 k0sctl: 0.19.4 -> 0.20.0 41e54e13accba vinegar: init at 1.7.8 8bcae4821d89c rtorrent: 0.10.0-unstable-2024-12-06 -> 0.10.0-unstable-2024-12-15 a30ad45fb31a3 rtorrent: remove unused libsigcxx-a 67b522adcf804 netpbm: 11.8.1 -> 11.8.2 (#359504) f40d6ff8c1b93 nexusmods-app: 0.7.0 -> 0.7.1 (#365942) 7ba9f505d8177 wangle: skip memory hungry test fcdd04c4bfa03 docker-compose: 2.30.3 -> 2.31.0 (#362974) aa99ab9c3c28a docker: 27.3.1 -> 27.4.0 (#364247) cc910e2bc7421 genemichaels: add comment about cargoTestFlags 6b5ac8dc42fb1 stunnel: 5.73 -> 5.74 (#365078) bd0c0d0db6b23 atlauncher: 3.4.38.0 -> 3.4.38.1 (#365071) b23378beaa884 python312Packages.google-cloud-secret-manager: 2.21.1 -> 2.22.0 (#365515) a645fe73d3e4c abcmidi: 2024.12.06 -> 2024.12.16 32a0215fce5d8 k3s_1_29: 1.29.10+k3s1 -> 1.29.11+k3s1 (#364689) 9b8e531d54de2 simdjson: 3.11.0 -> 3.11.3 fbd8e3e405efc genemichaels: 0.5.7 -> 0.5.13 5ae32439cd06a kstars: 3.7.2 -> 3.7.4 03040e06fb01e nixos/apparmor: policy activation tristate and policy path support (#356796) 14b3423010bc9 descent3-unwrapped: 1.5.0-beta-unstable-2024-10-29 -> 1.5.0-beta-unstable-2024-12-14 (#365737) b3151eff6372e python312Packages.bayesian-optimization: 2.0.0 -> 2.0.1 7898b22eb6f8a deltachat-desktop: 1.48.0 -> 1.50.0 15b41de208025 libdeltachat: 1.151.6 -> 1.152.0 e357c86dad473 python312Packages.folium: 0.18.0 -> 0.19.2 53bcab7eb37fe python312Packages.pydata-sphinx-theme: 0.16.0 -> 0.16.1 624df15fb3ff5 phpExtensions.swoole: 5.1.2 -> 6.0.0 (#365813) be098bdef6b31 phpPackages.grumphp: 2.9.0 -> 2.10.0 (#365811) 866f069a0025e release-plz: 0.3.110 -> 0.3.111 (#365725) fcbc12f31ade6 saga: 9.6.0 -> 9.6.2 (#361316) 6db187ba60ee2 pv: 1.9.7 -> 1.9.15 (#365683) c1558ce56c7cc python312Packages.appthreat-vulnerability-db: 6.2.1 -> 6.2.2 2c61f5ddc26f8 tone: 0.1.5 -> 0.2.3 (#364325) 921a1e5956bfc taskwarrior3: 3.1.0 -> 3.2.0 (#359893) d2debf171a470 python312Packages.twisted: skip flaky test ceaedafdcb9cb immich: 1.122.3 -> 1.123.0 0862032e19fe0 google-alloydb-auth-proxy: 1.11.3 -> 1.12.0 (#365822) a459c552cd074 snapcraft: 8.5.0 -> 8.5.1 (#365862) 8e083c99cef89 Merge staging-next into staging 5b61d758b50f2 Merge master into staging-next e082d0c41666c weaver: 0.11.0 -> 0.12.0 e20247b0ecb14 nixos-rebuild-ng: do not ignore target_host in reexec 1c82171927b51 vscodium: 1.95.3.24321 -> 1.96.0.24347 c3181352c0eb0 oneanime: 1.3.6 -> 1.3.7 c0f4824633664 python312Packages.cobble: init at 0.1.4 60a5a610fdee1 python312Packages.tempman: init at 0.1.3 eb0f6a6d7e9c0 python312Packages.funk: init at 0.5.0 a78b932d8a0a8 python312Packages.precisely: init at 0.1.9 ee90e6bd40118 centrifugo: 5.4.7 -> 5.4.8 (#363389) a33ea1ad5c6cb hyprland: 0.45.2 -> 0.46.1; hyprland-plugins.*: version bumps and update script tweaks (#365776) c2dc57aec4151 nixos-rebuild-ng: tweak reexec warning message 4097e5e726774 git-secret: 0.5.0 -> 0.5.0-unstable-09-12-2024 9720d2715daa8 ekho: use new Darwin SDK pattern (#365902) f9613d4118251 python312Packages.pyaml: 24.9.0 -> 24.12.1 a047c632be7c7 lvm2: 2.03.28 -> 2.03.29 4e019c1689e1d sqlite, sqlite-analyzer: 3.47.1 -> 3.47.2 9b82ae9c5c21f txr: 296 -> 297 (#365750) c48af16c0973b s2n-tls: 1.5.9 -> 1.5.10 20877aa2ad413 decktape: init at 3.14.0 (#357118) bcab2f96b6681 python312Packages.ydata-profiling: 4.12.0 -> 4.12.1 81ef793133bd6 hyprlandPlugins: use hyprlands stdenv 6f63618bd6bac python312Packages.amaranth: 0.5.3 -> 0.5.4 2d56a4c4cedd0 uiua: link libffi dynamically (#365693) 10a7a76d970bf gumbo: 0.12.1 -> 0.12.2 (#358338) 4a0fadb3d42ad ddev: 1.23.5 -> 1.24.1 2a1cf4c683486 nexusmods-app: 0.7.0 -> 0.7.1 ed085951e9f6c yt-dlp: 2024.12.6 -> 2024.12.13 (#364939) 54809e5ff531d hyprlandPlugins.hyprsplit: 0.45.2 -> 0.46.0 6e0b46aa9d3e5 hyprland: 0.46.0 -> 0.46.1 24e0db1ba99d9 nixos/networkmanager: add nm-file-secret-agent options 275baaeee3b73 nixos/matomo: Fix typo in assertion message (#365931) 0a18d86b9a228 folly: skip overlay precise timing tests a0076d98cfaab taskwarrior3: 3.1.0 -> 3.2.0-unstable-2024-12-17 569e4dc9b9a87 akkoma: build with headless elixir (#365901) 1fcbb94d58a7b hyprlandPlugins: 0.45.0 -> 0.46.0 90607ad948615 music-assistant: dependency fixes (#365751) a520c40131162 hyprgraphics: add fufexan maintainer c044c57069ad1 talosctl: 1.8.3 -> 1.9.0 685d9fe348f00 nixos/repart-verity-store: use mkDefault for partition types 840474435272a nixos/repart-verity-store: set supportedFilesystems, drop fileSystems entry from test 6cbb162ec8085 dtc: backport fix for SWIG 4.3 d39d69e211eaf jellyfin-web: pin nodejs_20 bd485fc80609c paperless-ngx: pin nodejs_20 de559d8ee4601 openttd-jgrpp: 0.62.0 -> 0.63.2 f63689c57f653 gnome-online-accounts: fix cross compilation (#365814) f015fca77876a gosmee: 0.22.1 -> 0.22.3 (#365894) b3d48503cb8b8 bigloo: 4.4b -> 4.5b 1e72e051df13e comrak: 0.31.0 -> 0.32.0 (#365897) e445c289a8424 hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-11-19 -> 0-unstable-2024-12-14 18fa54e5be3a3 espup: 0.13.0 -> 0.14.0 (#365898) 7b9db1b834baf hyprlandPlugins.hypr-dynamic-cursors: unstableGitUpdater -> nix-update-script 7dc44d6fc8b5f gnome-user-share: fix cross compilation (#365810) 69aa1bdbab978 hyprlandPlugins.hyprfocus: add nix-update-script b5654e326145a hyprlandPlugins.hyprgrass: 0.8.2-unstable-2024-10-30 -> 0.8.2-unstable-2024-12-13 2f80751886f10 python311Packages.google-cloud-netapp: 0.3.16 -> 0.3.17 (#365858) f998a0c08fd80 hyprlandPlugins.hyprsplit: 0.45.0 -> 0.45.2 821381bc56995 hyprlandPlugins.hyprsplit: add nix-update-script 0febd82902504 hyprlandPlugins.hyprspace: 0-unstable-2024-11-02 -> 0-unstable-2024-12-08 c832a89c651f1 hyprlandPlugins.hyprspace: unstableGitUpdater -> nix-update-script 31b7e46d6b1e7 hyprlandPlugins.hyprscroller: 0-unstable-2024-11-29 -> 0-unstable-2024-12-17 513ed2b46ba6e hyprlandPlugins.hyprscroller: unstableGitUpdater -> nix-update-script 7f870c05d0f4a python312Packages.bloodyad: 2.1.1 -> 2.1.2 (#365802) 7f3f53fca7860 python312Packages.holidays: 0.62 -> 0.63 (#365803) c9859258582ca python312Packages.pynordpool: 0.2.2 -> 0.2.3 (#365806) f09023f39f571 python312Packages.publicsuffixlist: 1.0.2.20241216 -> 1.0.2.20241217 (#365807) 57488532aab19 python312Packages.aiolifx-themes: 0.5.7 -> 0.5.8 (#365812) a0f91251ba7f0 raycast: 1.87.4 -> 1.88.3 (#365816) a997bf843ec1e alt-tab-macos: 7.7.0 -> 7.12.0 (#365817) 771f3d424e36b gnomeExtensions.gsconnect: patch also gsconnect-preferences executable script (#365869) fada432e9586c arc-browser: 1.70.0-56062 -> 1.73.0-56815 (#365818) f0a73f090ad3d warp-terminal: 0.2024.12.10.15.55.stable_02 -> 0.2024.12.10.15.55.stable_04 (#365821) e5e97d9d816d2 python312Packages.google-cloud-trace: 1.14.1 -> 1.15.0 (#365833) f3292c2ee74e5 catalyst-browser 3.9.4 -> 3.9.5 (#365758) e605ba563d072 kcl: 0.10.9 -> 0.10.10 (#361641) b47e118c38f00 pulumictl: 0.0.46 -> 0.0.47 (#365761) b7a075ec84e47 rke: 1.7.0 -> 1.7.1 (#365771) 5d6219c83cede buckets: init at 0.75.0 Adds initial package for the financial application buckets (https://www.budgetwithbuckets.com/) c184a4b5bee66 whatsapp-for-mac: 2.24.11.85 -> 2.24.23.82 (#365792) e1b78b0f2ebb2 python312Packages.awsiotsdk: 1.22.0 -> 1.22.1 (#365800) 64a098b11650e hyprland-plugins: gcc13 -> gcc14 352ef9d067a62 cargo-deb: 2.9.1 -> 2.9.3 (#365720) b384b209ca6f8 air: 1.61.1 -> 1.61.4 (#365736) fb6fc4b8b68b2 kubernetes-helm: 3.16.3 -> 3.16.4 (#365748) 024104229af25 go-md2man: 2.0.5 -> 2.0.6 (#365749) e62daa85809af python312Packages.httpie: disable failing test (#365692) e224ab442a96c flake-checker: 0.2.1 -> 0.2.3 (#365682) 57a7f9a4442cf python312Packages.aiohomeconnect: 0.7.0 -> 0.7.2 (#365704) 99bccae2dd200 python312Packages.pyngrok: 7.2.1 -> 7.2.2 (#365719) 959b9b6032761 xorg.libXv: 1.0.12 -> 1.0.13 (#365715) 0254a0c0c547d terraform-providers.ccloud: 1.6.6 -> 1.6.7 (#365631) 7223864283f0d vault-medusa: 0.7.2 -> 0.7.3 (#365632) ee9edb6a2c23c python312Packages.accelerate: 1.2.0 -> 1.2.1 (#365612) f4ba3418dc560 python312Packages.nitransforms: 24.0.2 -> 24.1.0 (#365637) 51eb0523d50d2 jq-lsp: 0.1.9 -> 0.1.10 (#365659) ef361265eb85a dnsdist: 1.8.3 -> 1.9.7 c1df01265a357 rapidfuzz-cpp: 3.1.1 -> 3.2.0 503cafe8b1116 python312Packages.pygsl: 2.4.1 -> 2.5.0 (#365669) 4c0e591fd28a4 csharpier: 0.30.2 -> 0.30.3 (#365677) aec6e2b490130 bootstrap-studio: 7.0.0 -> 7.0.2 (#365678) 684969c81f9f8 mainsail: 2.13.0 -> 2.13.1 (#365572) 61eb3e64d6ad7 ntpd-rs: 1.3.1 -> 1.4.0 (#365556) 06c1b1f62103d emacsPackages.lsp-bridge: 0-unstable-2024-12-09 -> 0-unstable-2024-12-16 (#365777) 698fd49a19aa1 skim: 0.15.0 -> 0.15.5 (#365563) b7d8cee1de48a inv-sig-helper: 0-unstable-2024-12-10 -> 0-unstable-2024-12-16 (#365791) 9e232f215c8a6 kittycad-kcl-lsp: 0.1.61 -> 0.1.65 (#365688) 702481d7d9347 chirp: 0.4.0-unstable-2024-11-22 -> 0.4.0-unstable-2024-12-16 (#365743) 0e33fa278fff7 nix-ld: fix build with Rust 1.83 f75a3631e493f faust2: pin LLVM 18 ae7f592c19dec manifest-tool: 2.1.8 -> 2.1.9 (#364768) 328a3ec1cae31 ledger-live-desktop: 2.92.1 -> 2.94.0 (#365904) 16152c7848aaa netmaker-full: 0.26.0 -> 0.30.0 2b3bcc2bbae37 netmaker: 0.26.0 -> 0.30.0 64372b2717f69 dns-over-https: init at 2.3.7 c028986acb833 netclient: 0.26.0 -> 0.30.0 38c70b3fcab81 python312Packages.debianbts: fix build 11c826d556b98 python312Packages.google-cloud-dlp: 3.25.1 -> 3.26.0 956c52bd47c2b pcsc-safenet: 10.8.28 -> 10.8.1050 (#355186) a1d03eda97692 kubetui: 1.5.3 -> 1.5.4 (#365471) 4f6ed7ed35a3a ekho: use new Darwin SDK pattern bbc3d88974b5a last: 1592 -> 1607 2c17228d33dfe ledger-live-desktop: 2.92.1 -> 2.94.0 8a364eb1499ef mirrord: 3.125.0 -> 3.127.0 (#365676) 1d182c404ee47 akkoma: build with headless elixir 6762d4209fd96 binaryen: 119 -> 120_b 4cef82da6ad80 stylelint: 16.11.0 -> 16.12.0 (#365479) e113bd62ca7b8 flintlock: 0.6.0 -> 0.7.0 ac08241dbd1e9 espup: 0.13.0 -> 0.14.0 7db5bd3f5b606 metabase: 0.50.30 -> 0.52.3 3284305eb31c8 allow the ability to skip the database a7e3b6a1ae356 nixos/biboumi: update docs version 6900d0cf3eae2 nixos/biboumi: expose package for overriding 68ecdb334cee7 comrak: 0.31.0 -> 0.32.0 64be18585641e taskwarrior3: reorder inputs 96f64d381dff9 taskwarrior3: remove unneeded nativeBuildInputs 8ef11d09edb82 taskwarrior3: put libuuid in buildInputs 82785b7c6001e taskwarrior3: put preConfigure near postPatch 55ccaea3ee9ef taskwarrior3: use substituteInPlace --replace-fail ee188a0e1c2f4 taskwarrior3: put cargoDeps attribute including hash close to src 7cf231bfc5ecd taskwarrior3: use finalAttrs: pattern bf0ea0709a6a7 taskwarrior3: don't add darwin.apple_sdk deps (SDK reform) 2307b8f76f194 {,python31{1,2}Packages}.hydra-check: remove 5f8a25819e36d gosmee: 0.22.1 -> 0.22.3 27d9dde373a5b uftrace: 0.16 -> 0.17 e6d812ca58524 tym: 3.5.1 -> 3.5.2 7322145b03415 matio: avoid ac_cv_av_copy check to fix cross building 609295981c297 vuetorrent: 2.18.0 -> 2.19.0 4329adeac6f27 adolc: add --enable-sparse to configureFlags 982377a5c0519 forgejo-cli: 0.1.1 -> 0.2.0 (#365356) 17dc04d068a19 Merge staging-next into staging 1e2a1b291f3ad Merge master into staging-next 3982d1a49bebc scx.full: 1.0.7 -> 1.0.8 0970fc9675d61 Merge remote-tracking branch 'origin/nixos-unstable' into update-armv56_bootstrap_tools ae906d5d3e480 lemmy: 0.19.7 -> 0.19.8 4989a246d7a39 Update unstructured (#365635) c6edee2e0eb5a subfinder: Disable version check on startup (#365710) caffc476f3201 python312Packages.django-types: 0.19.1 -> 0.20.0 (#365263) 242b66f578c77 mpris-timer: 1.5 -> 1.6.2 (#365555) 97f19179d0637 rabbitmq-c: remove unused inputs, split outputs (#365805) a01cab513a005 liblo: 0.31 -> 0.32 05f8558117d28 marp-cli: 3.4.0 -> 4.0.3 (#363897) 9a7ec669b2e44 v2rayn: 7.3.1 -> 7.3.2 (#365384) e10085521b50b cosmic-launcher: substituteInPlace prefer --replace-fail e724d9fd928d6 cosmic-launcher: inline pname repo e54c1b70b63d3 edgedb: 6.0.2 -> 6.1.0; migrate to pkgs/by-name 69d25cd7746fa mendeley: 2.127.1 -> 2.128.0 d120c2881421c overturemaps: 0.10.0 -> 0.11.0 (#364112) 34def00657d7c lua-language-server: 3.13.3 -> 3.13.4 (#364882) 670ae1243cc5d ocamlPackages.cppo: 1.6.9 → 1.8.0 4f86994b739c3 matrix-commander: 7.6.2 -> 8.0.4 5df5b6d354b8d binary: 5.1 -> 5.2 (#365542) 6652379a6df2c kaldi: 0-unstable-2024-10-04 -> 0-unstable-2024-11-29 (#364045) 7ebf496482426 gnomeExtensions.gsconnect: patch also gsconnect-preferences executable script 3e568187ce499 python311Packages.google-cloud-asset: 3.27.1 -> 3.28.0 a012e681284f1 kcl: 0.10.9 -> 0.10.10 8f8c3a6d8b915 python311Packages.google-cloud-automl: 2.14.1 -> 2.15.0 5a3bc287229d4 python311Packages.google-cloud-bigquery-datatransfer: 3.17.1 -> 3.18.0 fda14c3dc025a pstoedit: 4.01 -> 4.02 7dd7251bcb56b elastic: 0.1.5 -> 0.1.6 (#365545) 7440572f0b5e0 snapcraft: 8.5.0 -> 8.5.1 edac816c54306 python311Packages.google-cloud-compute: 1.22.0 -> 1.23.0 ed5141d497287 python312Packages.ansitable: 0.11.3 -> 0.11.4 f569fef531032 gnome-online-accounts: fix cross compilation 3687326766a5f stats: 2.11.19 -> 2.11.21 (#365820) a3286ae1b14a0 python311Packages.google-cloud-container: 2.54.0 -> 2.55.0 246a45f5ab425 python311Packages.google-cloud-language: 2.15.1 -> 2.16.0 524cabcf21b5f xarray: fix tests failing with numpy_2 and pandas main 03a5acb9844ea python311Packages.google-cloud-monitoring: 2.23.1 -> 2.24.0 fef8069c9c9a9 python311Packages.google-cloud-netapp: 0.3.16 -> 0.3.17 f49cab22afd63 circt: 1.87.0 -> 1.98.0 61ee7b519474b python311Packages.google-cloud-os-config: 1.18.1 -> 1.19.0 68948266bb306 python311Packages.google-cloud-redis: 2.16.1 -> 2.17.0 2b3ff6acbcf7f python311Packages.google-cloud-resource-manager: 1.13.1 -> 1.14.0 c7cecb027bf1a python311Packages.google-cloud-securitycenter: 1.35.1 -> 1.36.0 436a458fa7eba vim.section.md: fix typo (#365762) 3e12a20ac2673 python311Packages.google-cloud-speech: 2.28.1 -> 2.29.0 a300450d07445 python311Packages.google-cloud-tasks: 2.17.1 -> 2.18.0 d9930314d2674 python311Packages.graphrag: 0.9.0 -> 1.0.0 9612fba27c659 eartag: 0.6.1 -> 0.6.3 (#365546) b75e8d6a80b63 vimPlugins.blink-compat: init at 2024-12-03 (#365782) 89657862b0cce checkov: 3.2.334 -> 3.2.336 (#365649) 21eb57d82110c python312Packages.fastcore: 1.7.26 -> 1.7.27 (#365644) da4aa636ca6e3 citations: 0.6.2 -> 0.7.0 (#365549) 94215bda30f98 python312Packages.google-cloud-texttospeech: 2.21.1 -> 2.22.0 580fbdc012042 python312Packages.google-cloud-trace: 1.14.1 -> 1.15.0 a0df2234c1124 python312Packages.google-cloud-translate: 3.18.0 -> 3.19.0 76a034ce9c5ff python312Packages.google-cloud-videointelligence: 2.14.1 -> 2.15.0 51aa9a3c85164 pdal: 2.8.1 -> 2.8.2 (#361010) ec990849ade77 rspamd: 3.10.2 -> 3.11.0 (#365626) 50d0bb75bb897 gamescope: 3.15.15 -> 3.16.1 (#365703) df6369a235a7a textpieces: 4.1.0 -> 4.1.1-1 (#365559) 96426917f2354 vuetorrent: init at 2.18.0 (#358030) e0c6baa3cd371 uplosi: 0.3.1 -> 0.4.0 (#365610) 0ab43db68d602 twig-language-server: 0.6.0 -> 0.7.0 c297586d7cc32 python312Packages.pynitrokey: 0.6.0 -> 0.7.1 0d94385b63e7c python312Packages.google-cloud-vision: 3.8.1 -> 3.9.0 69dd3b37052c8 python312Packages.google-cloud-websecurityscanner: 1.15.1 -> 1.16.0 d3c42f187194c python312Packages.llama-index-core: 0.12.4 -> 0.12.5 (#364487) 4350adaf989db warp-terminal: 0.2024.12.10.15.55.stable_02 -> 0.2024.12.10.15.55.stable_04 54c220ee4250c vimPlugins.blink-compat: init at 2024-12-03 6582194bb1cee vimPlugins.blink-cmp-copilot: init at 2024-12-16 (#365783) beaebc0e1f418 stats: 2.11.19 -> 2.11.21 1a1bc69e41f41 phpExtensions.blackfire: 1.92.29 -> 1.92.30 a6ec89823ad2e google-alloydb-auth-proxy: 1.11.3 -> 1.12.0 643e8898d4a0f geos: fetch source code from GitHub (#255970) 073958ff94811 arc-browser: 1.70.0-56062 -> 1.73.0-56815 4f4251e6dd8e8 alt-tab-macos: 7.7.0 -> 7.12.0 19c27de218b0c raycast: 1.87.4 -> 1.88.3 7136bb1158dfa gnome-user-share: fix cross compilation 5a1d9ce990f2a nixos/prometheus: add nvidia-gpu exporter (#365522) 1aa97d34f2d8c python312Packages.aiolifx-themes: 0.5.7 -> 0.5.8 77306ff547b51 chore(mergify): remove not relevant Tag check (#365804) 49e34c8925d8e python312Packages.webexpythonsdk: 2.0.1 -> 2.0.2 cd0b463c97881 parca-agent: 0.35.0 -> 0.35.1 (#365760) d30ee5a8efed1 phpExtensions.swoole: 5.1.2 -> 6.0.0 a156555f535fd lib2geom: Disable tests on i686 bc1192c8285e8 phpPackages.grumphp: 2.9.0 -> 2.10.0 4bf5aed68fce7 rabbitmq-c: remove unused inputs, split outputs ccba97620d53e python312Packages.pynordpool: 0.2.2 -> 0.2.3 ec13ecb53c379 python312Packages.publicsuffixlist: 1.0.2.20241216 -> 1.0.2.20241217 4c90bb551c13f nodejs_18: fix test-os failure (#365184) f376d0de71204 uwimap: gcc-14 fixes (#364738) 0785ac61dd652 python312Packages.holidays: 0.62 -> 0.63 c1a735baf70aa aider-chat: 0.66.0 -> 0.69.0 0ea096d0c8a20 librist: fix darwin build (#365036) e5d90d92ae07e python312Packages.llama-index-multi-modal-llms-openai: 0.3.0 -> 0.4.0 707ac83fba79c python312Packages.llama-index-embeddings-openai: 0.3.0 -> 0.3.1 74e5cd8f9962c python312Packages.llama-index-graph-stores-neo4j: 0.4.0 -> 0.4.2 7165f2198a788 python312Packages.llama-index-llms-openai-like: 0.3.0 -> 0.3.3 35e92667389dd python312Packages.llama-index-llms-openai: 0.3.2 -> 0.3.10 1751fb4348c91 python3Packages.litellm: 1.52.16 -> 1.53.9 158a738f13872 python312Packages.llama-index-core: 0.12.4 -> 0.12.5 9f7fd83b8ced5 python312Packages.botocore-stubs: 1.35.81 -> 1.35.82 7bfc87921bffa python312Packages.boto3-stubs: 1.35.81 -> 1.35.82 43b64463f701b python312Packages.bloodyad: 2.1.1 -> 2.1.2 20fc7ff950377 python312Packages.awsiotsdk: 1.22.0 -> 1.22.1 746b3fd40a394 metasploit: 6.4.39 -> 6.4.40 (#364881) f6f318bea594c python312Packages.google-cloud-dataproc: 5.12.0 -> 5.16.0 0ac299d1a4b2a python312Packages.twilio: 9.3.8 -> 9.4.1 (#365653) 2e08570f2d36e python312Packages.axis: 63 -> 64 (#365706) 6f65b389e9756 prowler: 5.0.0 -> 5.0.1 (#365662) c77ddb3c6ca37 python312Packages.ha-mqtt-discoverable: 0.16.0 -> 0.16.2 (#365646) a6696c85d4142 python312Packages.jsonargparse: 4.34.1 -> 4.35.0 (#365650) 914dd2add1aaf python312Packages.pyexploitdb: 0.2.58 -> 0.2.59 (#365651) b6c2532e3758d python312Packages.tesla-fleet-api: 0.8.5 -> 0.9.0 (#365652) 13d7777bf205a python312Packages.tencentcloud-sdk-python: 3.0.1280 -> 3.0.1281 (#365645) 743cca71e35f1 inv-sig-helper: 0-unstable-2024-12-10 -> 0-unstable-2024-12-16 47a1b400d5536 python312Packages.deepdiff: 8.0.1 -> 8.1.1 (#365764) 293d08b05fbfa Merge remote-tracking branch 'origin/master' into staging-next e566ccdfbf298 monkeysAudio: 10.83 -> 10.85 (#365667) 9ec259c0e01c7 sequoia-sq: 0.40.0 -> 1.0.0 (#365660) e4aacf43da984 tailwindcss-language-server: Give main $out/bin +x permission 16edc2a07bd55 linuxPackages.system76: drop khumba from maintainers 5b5b2561f0d6f linuxPackages.system76-io: drop khumba from maintainers 2e3a199b85fc4 linuxPackages.system76-acpi: drop khumba from maintainers 0258251acb282 squirrel-sql: drop khumba from maintainers a828e5ed42b88 dirdiff: drop khumba from maintainers 444e4e5d97651 gkrellm: drop khumba from maintainers f07587106df3e viper4linux-gui,libviperfx,viper4linux,gst_all_1.gst-plugins-viperfx: drop (#365561) 75299a638b82f usbredir: 0.13.0 -> 0.14.0 2bb1689c8152e vimPlugins.blink-cmp-copilot: init at 2024-12-16 af3a9bcd2c1a1 treewide: zeromq4 -> zeromq 82d4f699252a5 zeromq: fix static, pkgConfigModules, move to by-name 3aaedf933304b python312Packages.openai: 1.56.1 -> 1.57.4 (#364674) c6b67ff6b9456 ovn: fix missing ovs-lib 1ea74e68c8024 tor-browser: fix desktop icon d7bed6ff2c454 viper4linux-gui,libviperfx,viper4linux,gst_all_1.gst-plugins-viperfx: drop 7f7f1b40cbcde music-assistant: prevent interactive dependency resolution 2e18c42f96ce8 emacsPackages.lsp-bridge: 0-unstable-2024-12-09 -> 0-unstable-2024-12-16 6c7c078917d2e hyprland: 0.45.2 -> 0.46.0 948a31b4b765c python312Packages.oddsprout: fix test on darwin (#358547) ba1deff5ad03d llvmPackages.*: Expose git rev through pkg.src.rev (#354792) a5a26075230eb llvmPackages: Fix update-git.py (#354472) df8af496f7930 llvmPackages: sed -i 's/--replace /--replace-fail /g' (#356120) 8af049df02d1c oxlint: 0.9.10 -> 0.15.2 aa8a2577f1da3 nixos/prometheus: add nvidia-gpu exporter db285865f73b3 catppuccin-discord: init at 0-unstable-2024-12-08 15f54c7b69366 rke: 1.7.0 -> 1.7.1 804ccca48befd wike: 3.0.0 -> 3.1.0 (#365568) e6429a42375b9 tuba: 0.8.4 -> 0.9.0 (#365567) 5cb3a67038e22 decktape: init at 3.14.0 3ec3a7f6bc0f8 wealthfolio: 1.0.21 -> 1.0.22 (#365604) 8e232a8dd1163 neo4j: 5.24.2 -> 5.26.0 678d7d43082e9 vim.section.md: fix typo eff980c4daedb sqlite, sqlite-analyzer: 3.47.0 -> 3.47.1 (#359343) 1ed35a17de21c python312Packages.deepdiff: 8.0.1 -> 8.1.1 f8c86c048911e pulumictl: 0.0.46 -> 0.0.47 2cc10741b1a9c catalyst-browser 3.9.4 -> 3.9.5 25850545b759d parca-agent: 0.35.0 -> 0.35.1 22edfc7ca6c5a pgbackrest: 2.54.0 -> 2.54.1 be633fd2152e3 intel-gmmlib: 22.5.4 -> 22.5.5 (#365665) 3c7f679ed62e9 protoc-gen-go: 1.35.2 -> 1.36.0 9e1aa232a3d62 nomad-driver-podman: 0.6.1 -> 0.6.2 9623e83836f01 maizzle: 1.5.9 -> 2.0.0 89e97140712d0 dbgate: 5.3.4 -> 6.0.0 and add support for aarch64-darwin (#359649) a33a17e7134bd music-assistant: check dependency versions in provider updater 549ce3168a370 asterisk: 20.9.3 -> 20.11.0 (#364368) 6fdae75a38e0b music-assistant: autoformat provider file 1f89ab6a33804 trytond: 7.2.9 -> 7.4.2 68d4902b01d8d txr: 296 -> 297 02b2ca60cf6e8 bitcomet: 2.11.0 -> 2.12.0 (#365744) 05ea5502b5b74 navicat-premium: 17.1.6 -> 17.1.7 5faee4b5f3420 kubernetes-helm: 3.16.3 -> 3.16.4 a2c18fd65030f go-md2man: 2.0.5 -> 2.0.6 e1dd919c61ca3 ipset: 7.22 -> 7.23 fc7be6746c2f6 bitcomet: 2.11.0 -> 2.12.0 2787abbd0a3a3 python312Packages.debugpy: 1.8.9 -> 1.8.11 c05c71c80128c mtools: 4.0.45 -> 4.0.46 (#358075) 46abca2b83640 nixos/tests/sunshine: fix test f6262762b2bda sunshine: fix tray icon and menu links 5ea49cf9d76c4 probe-rs-tools: 0.24.0 -> 0.25.0 1944bbe23b3b1 chirp: 0.4.0-unstable-2024-11-22 -> 0.4.0-unstable-2024-12-16 94d1c1a66844f s5cmd: 2.2.2 -> 2.3.0 d8890db1356c7 Xfce 4.20 (#353048) 6086df8d4d348 bio-gappa: 0.8.4 -> 0.8.5 518c9960399bf descent3-unwrapped: 1.5.0-beta-unstable-2024-10-29 -> 1.5.0-beta-unstable-2024-12-14 28b4ffa230761 golden-cheetah-bin: 3.6 -> 3.7DEV2410, add darwin (#363290) 8ae2d3fa433ff air: 1.61.1 -> 1.61.4 a2472aa8c9e84 karp: init at 0-unstable-2024-11-20 (#357773) 5021abb7ecd3e vuetorrent: init at 2.18.0 39a6dd50f4b03 yesplaymusic: drop (#364839) 54b3ceda260df python312Packages.pystache: 0.6.5 -> 0.6.6 (#365266) 55ad89082d589 skim: update meta.homepage 873b5ff14545e Merge master into haskell-updates 969a164c41e0b Merge staging-next into staging 79b879a7b00ee Merge master into staging-next 69e1e8ba04e7d television: 0.6.2 -> 0.7.1 (#365566) 11da4f30a0813 ntpd-rs: migrate to new darwin sdk pattern 3c1475040b88b python312Packages.hass-client: fix package version (#365730) 17c5317daff3c nodePackages.copy-webpack-plugin: drop (#364321) aaa65e08c4932 python312Packages.hass-client: fix package version c16f43f97c059 neovim: add 'autowrapRuntimeDeps' to append (#358587) fc8fb1321abc6 python312Packages.llama-index-readers-file: 0.4.0 -> 0.4.1 8999c8edd855b darkradiant: init at 3.9.0 df7c405f32012 nixos/etc-overlay: always create the metadata mountpoints in /run 2187d1970e627 nixos/etc-overlay: make the etc overlay compatible with nixos-enter and nixos-install d18fae80ef757 containerlab: 0.60.0 -> 0.60.1 (#365605) 2ae4f94054dd1 bat: unvendor zlib; fix darwin 78a8d7a179145 .github/labeler.yml: add openjfx to Java 5a6d5199416d9 okteto: 3.2.0 -> 3.2.1 (#365601) ed7136fee403f nixos-rebuild-ng: add Final annotations for some constants d1d0c4de1242a openjfx{17,21,23}: fix build with GCC 14 3d9abebfc765e container-structure-test: 1.19.1 -> 1.19.3 and build from source b29f7ed6cb490 findup: 1.1.1 -> 1.1.2 (#365109) 4158e3135848c python312Packages.pyngrok: 7.2.1 -> 7.2.2 904cc2b803346 python312Packages.pyngrok: refactor ccc0c2c6cbb28 geant4: 11.2.2 -> 11.3.0 (#364998) 3a6abce1b14b8 release-plz: 0.3.110 -> 0.3.111 d9524995ba07c ell: 0.70 -> 0.71 (#359310) 1b1d2f45bdd9d json-glib: 1.10.0 -> 1.10.6 (#364910) efd4a649fe39a lib/tests/release.nix: Expose system parameter 6ea67fde4864c diffoscope: 283 -> 284 (#362567) 848f98042dd7e cargo-deb: 2.9.1 -> 2.9.3 8248382fdd6a4 sm64ex: migrate to pkgs/by-name 41d526828f23c sm64ex-coop: drop 739cd63aa626d sm64ex: enable 60fps patch by default ddde8c0f6887d sm64ex: unstable-2022-12-19 -> 0-unstable-2024-07-04 2df237671008f rabbitmq-server: 4.0.4 -> 4.0.5 (#365591) 0994918b4cd1d xorg.libXv: 1.0.12 -> 1.0.13 5758e5bf2d022 php84Extensions.rrd: fix build inputs after strictDeps = true d7ba1edfb5598 build-pecl: fix strictDeps 2efaa5cbe4399 luarocks-packages-updater: fix keyword argument name (#364834) b442653216479 zon2nix: fix build on Darwin (#365113) 2755c16153363 metasploit: 6.4.39 -> 6.4.40 b91be5b0e07ab nixos-rebuild-ng: exit with the error code of the process when CalledProcessError 7223745e2a373 traefik: 3.2.1 -> 3.2.2 (#365216) 807e5bcbe3fe2 winbox4: 4.0beta12 -> 4.0beta14 (#365223) 382254059011d vscode-extensions.eamodio.gitlens: 15.6.0 -> 16.0.5 (#365408) 41d7aef0f22e4 mongodb-7_0: 7.0.15 -> 7.0.16 (#365423) 9a3f64ef95342 lmstudio: 0.3.4 -> 0.3.5 (#365437) e4c99d3850462 containerd: 2.0.0 -> 2.0.1 (#365544) b3a4361a94b82 python312Packages.axis: 63 -> 64 01f24f710ca23 python312Packages.aiohomeconnect: 0.7.0 -> 0.7.2 459a729de6b2c subfinder: Disable version check on startup df8f977f5b323 gamescope: update shader source The owner (`Joshua-Ashton`) has migrated to `misyltoad` fbfc522cb84cc gamescope: add myself as maintainer f8fa46d73d7b9 python312Packages.go2rtc-client: 0.1.1 -> 0.1.2 (#362623) 9d243b6e7bbec treewide: handle *Phases variables __structuredAttrs-agnostically (round 2) (#352709) e3e029982374e gamescope: avoid `with lib` 7f846d5934ad5 gamescope: use `--replace-fail` 08daba9d2f132 gamescope: 3.15.15 -> 3.16.1 a46ae72feefdb granian: 1.6.1 -> 1.7.0 1f805c029ef3a Linux Hardened Kernel Updates 2024-12-14 (#365214) 169063d02f71e python312Packages.rns: 0.8.6 -> 0.8.7, python312Packages.nomadnet: 0.5.4 -> 0.5.5 (#363954) 8d844e0da3507 cardinal: 24.09 -> 24.12 (#365477) 68392e0cdab6e python312Packages.boto3-stubs: 1.35.80 -> 1.35.81, python312Packages.botocore-stubs: 1.35.80 -> 1.35.81 (#365634) 9715ea314dae1 python312Packages.publicsuffixlist: 1.0.2.20241213 -> 1.0.2.20241216 (#365639) 5749331c3aa54 azurehound: init at 2.2.1 (#365421) 23beb5ad0a1b4 python312Packages.schema-salad: 8.7.20241021092521 -> 8.8.20241206093842, python312Packages.cwl-utils: 0.35 -> 0.36 (#365363) 8815ab569a7e6 python312Packages.reverse-geocode: init at 1.6.5, python312Packages.geocachingapi: 0.2.3 -> 0.3.0 (#365383) 53b1fcfb0999a python3Packages.nidaqmx: 0.5.7 -> 1.0.2 (#362292) 60e0279c804b5 remind: ignore beta versions in updateScript (#365538) 492b9ddcce457 remind: ignore beta versions in updateScript 65aef642261d1 nextcloud: add recognize app (#333545) 7527e5b8bff3a pdi: 1.7.1 -> 1.8.0 3ca572976704b ipmitool: fix hash (#361541) 885a0cc82c6e0 uiua: link libffi dynamically f6bb4417aa9b8 megasync: Wrap xorg.xrdb 370c8389fcf53 python312Packages.httpie: disable failing test 1bfb0960119f6 gnucash: 5.9 -> 5.10 87c4b26efaf6c codebuff: 1.0.99 -> 1.0.119 and rename from manicode (#364018) 471b8621ebcc1 kittycad-kcl-lsp: 0.1.61 -> 0.1.65 a48620415ab9f signalbackup-tools: 20241205 -> 20241216 (#363682) b99ec6e019126 skrooge: 2.31.0 -> 2.33.0 d9c41db7e554d squawk: 1.0.0 -> 1.4.0 dce2ead662cda squawk: format 410303fe7d080 hyprprop: init at 0.1-unstable-2024-12-01 (#365293) bc93387c1aff3 Merge branch staging-next into haskell-updates f4eadb6d746ed tinymist: 0.12.10 -> 0.12.12 (#365674) 8c835bfe2183a nixos-rebuild-ng: add help for --verbose 7b1e5e8b6ed74 flake-checker: 0.2.1 -> 0.2.3 e83abe23cb195 nixos/wireguard-networkd: fix systemd credentials not working with multiple keys per interface (#365407) 78af804dd08aa bootstrap-studio: 7.0.0 -> 7.0.2 6a6d1d12845ba linux: enable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE Makes hotplugged memory online by default like on other distros c88076d957928 csharpier: 0.30.2 -> 0.30.3 9b67b79b6e993 nixos/tests/rustls-libssl: init 95897d2b15c56 rustls-libssl: init at 0.2.1 fa24aa68b98c7 open-vm-tools: add missing license fb04895bee114 open-vm-tools: remove with lib 6794054b69c92 signalbackup-tools: 20241205 -> 20241216 00442d00176c3 uiua-unstable: 0.14.0-dev.6 -> 0.14.0-rc.2 (#365067) d3486a11dae5e mirrord: 3.125.0 -> 3.127.0 ae2a2497fe5b6 tinymist: 0.12.10 -> 0.12.12 07dc01034812d pv: 1.9.7 -> 1.9.15 0ef1b4172ae75 redocly: 1.25.11 -> 1.26.0 e5432e08d0c6d markdownlint-cli2: 0.14.0 -> 0.16.0 e27aff1f7ada6 fzf-make: 0.37.0 -> 0.47.0 (#362936) a7292e0037b9e pgroll: 0.7.0 -> 0.8.0 dcb9589644e79 pgroll: format e32d6c0b5cba9 libpg_query: 16-5.1.0 -> 17-6.0.0 ed9b7d3d9e9b3 libpg_query: format 1ae13fe68533c kavita: 0.8.3.2 -> 0.8.4.2 (#364200) 99c3d4d9a9476 git-quick-stats: 2.5.7 -> 2.5.8 (#364718) 37380018ecddb python312Packages.pygsl: 2.4.1 -> 2.5.0 54df153bb6f81 yo: 5.0.0 -> 5.1.0 (#365098) 29dd2ae34a8a2 monkeysAudio: 10.83 -> 10.85 cf6ac4f8ac9da responsively-app: init at 1.15.0 (#307444) e5988ce17bbaa python312Packages.magicgui: 0.9.1 -> 0.10.0 3d8b0daa1ae49 nixos-rebuild-ng: move atexit.register(cleanup_ssh) to process 32c4c14a88f9f intel-gmmlib: 22.5.4 -> 22.5.5 524f641acc6e2 goreleaser: 2.4.8 -> 2.5.0 (#365589) c4e2bb1237af5 monsoon: 0.9.2 -> 0.10.0 (#365603) 623299a79b04b python312Packages.python-box: refactor 12b005ba4c30f python312Packages.llama-index-embeddings-ollama: 0.4.0 -> 0.5.0 (#365504) ce8c8a89795dd python312Packages.google-ai-generativelanguage: 0.6.12 -> 0.6.14 (#365502) 2c4568e017898 python312Packages.llama-index-vector-stores-postgres: 0.3.2 -> 0.4.0 (#365159) e01fab0a2d2d4 python312Packages.llama-index-vector-stores-chroma: 0.4.0 -> 0.4.1 (#365145) af880dcff0770 magic-vlsi: 8.3.501 -> 8.3.505 c058ccc044dd7 vpl-gpu-rt: 24.4.3 -> 24.4.4 c90a4afdf8542 prowler: 5.0.0 -> 5.0.1 525c37a96016b sequoia-sq: 0.40.0 -> 1.0.0 b5673d9e623d0 Reapply "prefetch-npm-deps: check response status..." (#365658) 5dfaa2c39af72 Merge staging-next into staging f80693af91993 Merge master into staging-next a31f38ad20f13 Revert "prefetch-npm-deps: check response status..." (#365658) 59c5ef5569be5 Revert "prefetch-npm-deps: check response status and fail on error (#297863)" 8a876bf1e3f40 jq-lsp: 0.1.9 -> 0.1.10 01dc95c6d28b9 desktop-file-utils: setup-hook.sh: add to *Phases __structuredAttrs-agnostically fd54a5636e57a drop-icon-theme-cache.sh: add to *Phases with appendToVar 8bd6a7839902f qt6.wrapQtAppsHook: append *Phases with appendToVar 3e7009dee38cc qt5.wrapQtAppsHook: append *Phases with appendToVar b8d4a65cb17eb dotnetFixupHook: append *Phases with appendToVar 6f8448a10c9ea gpr-project-darwin-rpath-hook.sh: append *Phases with appendToVar 9e4756b6869d4 wrapGAppsHook: append *Phases with appendToVar c7dcafcc23303 matio: 1.5.27 -> 1.5.28 (#365141) 35d9c05d4a588 python312Packages.twilio: 9.3.8 -> 9.4.1 6e32c67255ba5 python312Packages.tesla-fleet-api: 0.8.5 -> 0.9.0 a910c32e142aa python312Packages.pyexploitdb: 0.2.58 -> 0.2.59 5a15c1a1aaf12 immich: update geodata (#365307) 2370696dff552 nixos/systemd: don't require network-online.target for multi-user.target v2 c9bd8da9d2bd6 python312Packages.nomadnet: 0.5.5 -> 0.5.6 b82072b552767 python312Packages.rns: 0.8.7 -> 0.8.8 323cbfdf60ad7 affine: add affine building from source (#358160) 49231056f93f9 responsively-app: init at 1.15.0 77b9339c6cd00 apache-modules.mod_dnssd: fix path link 463adcffd4d40 nicotine-plus: 3.3.6 -> 3.3.7 aae4abe6c1da5 nixos-rebuild-ng: convert side_effects mocks to function 4d5b774edcbeb python312Packages.pdoc: 15.0.0 -> 15.0.1 (#365453) 100a5e4fe8266 compiledb: remove multun from maintainers following their request 8578e5155e255 compiledb: modernize, add sigmanificient to maintainers 9c74e4a62eaee checkov: 3.2.334 -> 3.2.336 edb0803ade8da [staging-next] haskellPackages.HsOpenSSL: work around -Werror failures with gcc 14 (#365458) 7e69170b075f8 python312Packages.jsonargparse: 4.34.1 -> 4.35.0 f7b32f28fba69 python312Packages.ha-mqtt-discoverable: 0.16.0 -> 0.16.2 7d275ae0ad6a3 python312Packages.fastcore: 1.7.26 -> 1.7.27 23ddc7b6e5e19 python312Packages.django-soft-delete: 1.0.14 -> 1.0.16 5b3caa64a8d41 python312Packages.imgw-pib: 1.0.6 -> 1.0.7 (#365611) 7c81e1d58761b open-vm-tools: substituteInPlace use --replace-fail 0b3c2fa237960 typstyle: 0.12.10 -> 0.12.12 (#365636) 9fb8d9cbfcaa7 python312Packages.tencentcloud-sdk-python: 3.0.1281 -> 3.0.1282 5d7c1789a1750 python312Packages.tencentcloud-sdk-python: 3.0.1280 -> 3.0.1281 fc639d33b2b29 python312Packages.publicsuffixlist: 1.0.2.20241213 -> 1.0.2.20241216 8d7fd76479151 typstyle: 0.12.10 -> 0.12.12 9876b50f6200e unstructured-api: 0.0.61 -> 0.0.82 aac881aaeb314 python3Packages.unstructured-inference: disabled tests to unblock 0f5732df00050 python3Packages.unstructured: add all-docs optional dep dea1ccd1f8c1e python312Packages.botocore-stubs: 1.35.80 -> 1.35.81 236f9a227d860 python312Packages.boto3-stubs: 1.35.80 -> 1.35.81 2a8a3965fefb3 python312Packages.nitransforms: 24.0.2 -> 24.1.0 b7fb92bff767e python3Packages.falconpy: init at v1.4.6 3875bfb5b111c vault-medusa: 0.7.2 -> 0.7.3 58583e85d17ae python312Packages.plotnine: 0.14.3 -> 0.14.4 (#365615) 08af5aa6862cc terraform-providers.ccloud: 1.6.6 -> 1.6.7 1c8a5ba3b5b90 python312Packages.django-q2: init at 1.7.4; mailmanPackages.hyperkitty: 1.3.9 -> 1.3.12; mailmanPackages: use python 3.12; python3Packages.django-q: drop (#363754) 8f6601b93ec36 pylyzer: 0.0.73 -> 0.0.74 (#365621) c9cc2b415a1b5 python312Packages.ollama: 0.3.3 -> 0.4.4 1d4b512e20c9e nova-password: 0.5.7 -> 0.5.8 (#365606) d8c1679a63706 litmusctl: 1.12.0 -> 1.13.0 (#365600) 7eeb17d3eeeb1 sympa: 6.2.72 -> 6.2.74 13aa7c2585f3a infrastructure-agent: 1.58.0 -> 1.58.1 (#365596) 1dc5f7d6b69bc hyprprop: init at 0.1-unstable-2024-12-01 ba989bc6add70 python312Packages.pyquil: 4.14.3 -> 4.15.0 (#365570) 2f746b4ef2e74 prrte: 3.0.7 -> 3.0.8 (#365490) 8cededeb37d49 home-assistant-custom-components.moonraker: 1.5.0 -> 1.5.1 (#365619) b2403dec88b2f python312Packages.rocketchat-api: 1.33.0 -> 1.34.0 (#365574) 65870e0cfe35e python312Packages.cytoolz: 1.0.0 -> 1.0.1 (#365580) 58da38dba652d nom: 2.6.1 -> 2.6.2 (#365608) ec81b1db533d2 arcticons-sans: 0.590 -> 0.591 (#365586) 3a42cc0d77773 frp: 0.61.0 -> 0.61.1 (#365594) 1aa7d04078d3b Merge branch staging-next into haskell-updates 7f5eb8f6b573d python312Packages.galois: 0.4.2 -> 0.4.3 (#365541) 89e0538d78b9b rspamd: 3.10.2 -> 3.11.0 53fb54f4f0c9a python312Packages.pytest-ansible: 24.9.0 -> 24.12.0 (#365551) 152ca0510ef9b tone: add myself as maintainer 0fbb854d9b109 tageditor: 3.9.3 -> 3.9.4 (#365553) 64ec0abc4a529 tone: update meta.platforms to be correct c5217143e8169 pylyzer: 0.0.73 -> 0.0.74 f4acd809bb197 redli: 0.13.0 -> 0.14.0 7c9c5797f825e haskellPackages.yi-language: drop obsolete patch 6359ef189ccfe python312Packages.incomfort-client: 0.6.3-1 -> 0.6.4 (#365530) ec448271acf4c python312Packages.okta: 2.9.8 -> 2.9.9 (#365531) 3e4d46844db79 python312Packages.proxmoxer: 2.1.0 -> 2.2.0 (#365534) 443817a260709 python312Packages.google-cloud-datastore: 2.20.1 -> 2.20.2 (#365535) 92eef9938729f python312Packages.craft-cli: 2.10.1 -> 2.12.0 (#365620) 686d8795b1238 python312Packages.pontos: 24.12.0 -> 24.12.3 (#365537) 20ef0163427e1 cosmic-wallpapers: 1.0.0-alpha.3 -> 1.0.0-alpha.4 (#365474) 301a939328730 prometheus-redis-exporter: 1.66.0 -> 1.67.0 (#365478) 973b8299b1d04 libdeflate: 1.22 -> 1.23 (#365481) fdf444e923e0a kubernetes-helmPlugins.helm-dt: 0.4.1 -> 0.4.3 (#365483) f69faf270a50a stylance-cli: 0.5.2 -> 0.5.3 (#365495) 5ca0de3d84225 watchexec: 2.2.0 -> 2.2.1 (#365496) 7c1a4391c2223 python312Packages.xarray-dataclasses: 1.8.0 -> 1.9.1 (#365432) 754324aeec43d boxes: drop gccStdenv (#365444) f9883d977a910 python312Packages.pdoc: 15.0.0 -> 15.0.1 eb53c6fec61ea python312Packages.types-awscrt: 0.23.3 -> 0.23.4 (#365457) a75df86d7894f python312Packages.oauthenticator: 17.2.0 -> 17.3.0 (#365398) 93c4a3e5597d7 vscode-extensions.moshfeu.compare-folders: 0.24.3 -> 0.25.1 (#365406) 41524a9a66364 python312Packages.mailchecker: 6.0.13 -> 6.0.14 (#365412) e3347c19b376a image/images: Add remaining image modules 48ec455ae83f6 virtualisation/disk-image: init 63d0a4ea61bc6 modules/netboot: add system.build.image for new kexecTarball 53e68e04f2718 openstack-image-zfs: use system.build.image e04d4cc0ea3b9 openstack-image: use system.build.image fdb144fb411b3 ec2/amazon-image: use system.build.image a582fba754216 installer/iso-image: use system.build.image 15f3b16c7d99c bant: 0.1.8 -> 0.1.9 (#365413) 22255ddec41b4 installer/sd-image: use system.build.image... 891c3be903d16 virtualisation/lxc: use system.build.image 4351975e9ab66 python312Packages.modbus-tk: 1.1.3 -> 1.1.4 (#365254) b27f064b5418e nixos/tests/apparmor: move to folder, refactor, improve coverage e87b9b1f3e4c5 nixos/apparmor: profile activation tristate and profile path support 76abc4faf6a35 vscode-extensions.vscode-icons-team.vscode-icons: 12.9.0 -> 12.10.0 (#365316) 6ac3a1dc46494 cloud-hypervisor: skip more tests that rely on KVM (#365319) 1f750cfa3de8e nixos/tests/apparmor.nix: fix expected.rules db05ce5ef75ef nixos/tests/apparmor.nix: Format 4d07e306ade6e nixos/apparmor: Format 7c06ddfe668f5 python312Packages.craft-cli: 2.10.1 -> 2.12.0 3175ce85131b1 python312Packages.*-ble: migrate to pytest-cov-stub (#365338) 3faf0171a036a nixos/doc: update the status of Intel Graphics 39a6fb37ff77f beeper-bridge-manager: 0.12.2 -> 0.13.0 (#365352) 3ee96dbd19fe1 python312Packages.pdftotext: 2.2.2 -> 3.0.0 (#365365) defc8e70fe32f home-assistant-custom-components.moonraker: 1.5.0 -> 1.5.1 2c2902a25d9ac v2raya: 2.2.5.8 -> 2.2.6.3 (#365252) d5470c17e432c python312Packages.plotnine: 0.14.3 -> 0.14.4 b348a66ba79d3 python312Packages.django-types: 0.19.1 -> 0.20.0 f1c84c20f7f3b ryujinx: drop update script 2c257615e1a79 python312Packages.pystache: 0.6.5 -> 0.6.6 af4c15c636059 handheld-daemon-ui: 3.3.0 -> 3.3.5 (#365299) 309581861f7c2 xorg.libXxf86vm: 1.1.5 -> 1.1.6 (#365306) 8758992d5e231 python312Packages.bitsandbytes: 0.44.1 -> 0.45.0 33439cc4a03a0 python312Packages.accelerate: 1.2.0 -> 1.2.1 f39b3ecd2387d uplosi: 0.3.1 -> 0.4.0 16b20bf3de0d0 python312Packages.imgw-pib: 1.0.6 -> 1.0.7 05095b6052f21 python312Packages.pycrdt: 0.10.8 -> 0.10.9 (#365441) 848a66b3e0cc2 python312Packages.treescope: 0.1.6 -> 0.1.7 (#365552) 498b311b695d8 python3Packages.unstructured: 0.16.10 -> 0.16.11; fix deps 57e44b1a6b171 containerlab: 0.60.0 -> 0.60.1 e29672356238e nom: 2.6.1 -> 2.6.2 df6fb983d2ffb dune_3: 3.16.1 -> 3.17.0 fd44bf735bd1a wealthfolio: 1.0.21 -> 1.0.22 3c6acbe080d9f nixos-rebuild-ng: add --add-root in nix.remote_build 12a27848a1cea nova-password: 0.5.7 -> 0.5.8 2d24b2ab86e81 wealthfolio: add passthru.updateScript f531caccd880a okteto: 3.2.0 -> 3.2.1 a1b67c6cd13c4 monsoon: 0.9.2 -> 0.10.0 632dc994a0531 vulnix: 1.10.1-unstable-2024-04-02 -> 1.10.2 (#364877) c65684b73a6c8 litmusctl: 1.12.0 -> 1.13.0 bf0f40f4828c8 laurel: 0.6.3 -> 0.6.4 986057eb11199 kddockwidgets: 2.1.0 -> 2.2.0 2b58e775e5c39 qutebrowser: 3.3.1 -> 3.4.0 (#365247) ad1a3d2b3ab21 autosubst2: init at 0-unstable-2022-07-04 (#355211) b43dc8c2650eb infrastructure-agent: 1.58.0 -> 1.58.1 c8110db2e1c82 descent3: init at 1.5.0-beta-unstable-2024-10-29 (#355710) c1fd42dad37d4 coolercontrol.*: 1.4.4 -> 1.4.5 (#365358) 5535024a5320a pdal: 2.8.1 -> 2.8.2 1bfd4c6a3da70 frp: 0.61.0 -> 0.61.1 a918ad2bbd41f flix: 0.54.0 -> 0.55.0 927d182d908ee nixos-rebuild-ng: move TMPDIR to its own file 866488e445ecd geos: fetch source code from GitHub a92c91b46bd74 bio-gappa: init at 0.8.4 (#295944) 0164b2b29315e rabbitmq-server: 4.0.4 -> 4.0.5 2a25e48ffcb93 komga: 1.14.1 -> 1.15.0 6e8589694fd2e goreleaser: 2.4.8 -> 2.5.0 3339dff63dd41 lynis: 3.1.2 -> 3.1.3 072d46285d8d7 linuxKernels.linux_lqx: fix build by removing SCHED_CLASS_EXT option (#365166) 11f0fc5467b0e arcticons-sans: 0.590 -> 0.591 49cd840a173c6 python312Packages.nodriver: 0.37 -> 0.38.post1 (#365119) 53c361bd7a3f5 vulnix: Make henrirosten a maintainer e6103bcff1a68 logisim-evolution: 3.8.0 -> 3.9.0 (#343534) 608b73b8be016 chromium: fix read out of range on aarch64 16k pages builds 2075b1dd03168 Merge remote-tracking branch 'origin/master' into staging-next bf17cda7a49ed xed-editor: 3.6.9 -> 3.8.1 (#365498) 1c95e129b0e98 ecmel.vscode-html-css: 2.0.9 -> 2.0.11 54f369fab9768 maintainers: add dopplerian f507643f36a39 python312Packages.httpx-ws: 0.6.2 -> 0.7.0 3cf4242c051a7 penguin-subtitle-player: init at 1.6.0 (#331312) 98add0bebd984 lilex: init at 2.530 (#330307) 10e0f414526d7 insomnia: 10.0.0 -> 10.2.0 f5669db31e28a hoppscotch: 24.10.2-0 -> 24.11.0-0 145f9beebdc6d envision: autopatchelf after build (#359156) af44a5aff062c python312Packages.cytoolz: 1.0.0 -> 1.0.1 bc49601256b5b python312Packages.fpdf2: 2.8.1 -> 2.8.2 34d7324bcd66d pkgs/tools/text/gnugrep: Disabled tests for Aarch32 Some tests fail on qemu making it impossible to build on other architectures 7b9726f12c6f4 pkgs/tools/text/diffutils: Disabled test-c-stack2 test-sigsegv-catch-stackoverflow1 and 2 on Aarch32 Those tests fail on qemu making it impossible to build on other architectures 35f52c9d8a7db python312Packages.rocketchat-api: 1.33.0 -> 1.34.0 17d8eae878a9c bee: 2.2.0 -> 2.3.1 f831bafd73134 obs-studio-plugins.obs-color-monitor: init at 0.8.2 d2d7c27ae8f77 maintainers: add hlad 4d18c7b950250 mainsail: 2.13.0 -> 2.13.1 21d7df2cae8e1 oscavmgr: use fetchCargoVendor (#365400) 4df997e541959 wike: 3.0.0 -> 3.1.0 8885b3ba1756a python312Packages.pyquil: 4.14.3 -> 4.15.0 69a6eed6aa516 tuba: 0.8.4 -> 0.9.0 abf19a89ea908 nfs-ganesha: 6.3 -> 6.4 (#365485) d6772756e4417 skim: 0.15.0 -> 0.15.5 7483bbf900fba textpieces: 4.1.0 -> 4.1.1-1 03c1267b2548c textpieces: importCargoLock -> fetchCargoVendor 82bbde99be4ec mpvScripts.modernz: 0.2.1 -> 0.2.2 881bd134b60cf ntpd-rs: 1.3.1 -> 1.4.0 7a8261d47e8ed python312Packages.pywikibot: 9.5.0 -> 9.6.1 90aec3749071b mpris-timer: 1.5 -> 1.6.2 28a18f2e787ac python312Packages.treescope: 0.1.6 -> 0.1.7 eb6df4eaed8af dante: 1.4.3 -> 1.4.4 bcb940447c6ad cosmic-launcher: 1.0.0-alpha.1 -> 1.0.0-alpha.4 d290f478a9965 tageditor: 3.9.3 -> 3.9.4 ba2c345b3d8c6 citations: 0.6.2 -> 0.7.0 ea18a1034c69a garnet: 1.0.46 -> 1.0.48 86eba958d5424 eartag: 0.6.1 -> 0.6.3 62fcd4bd81ebb elastic: 0.1.5 -> 0.1.6 b7c656421e362 python312Packages.pytest-ansible: 24.9.0 -> 24.12.0 762bd5254795c python312Packages.djangorestframework-stubs: 3.15.1 -> 3.15.2 aad4a0e68577d pmix: 5.0.4 -> 5.0.5 (#365489) ba334d758a904 containerd: 2.0.0 -> 2.0.1 93f212d5ddd87 cryptpad: verify that we've installed the correct versions of OnlyOffice (#365514) afc44253eec79 nixos-rebuild: init build-image subcommand (#347275) 859b78e545aab binary: 5.1 -> 5.2 a4262db8289d3 dita-ot: 4.2.3 -> 4.2.4 (#365469) bdd90d3316686 python312Packages.galois: 0.4.2 -> 0.4.3 3303ee196ec06 python312Packages.universal-pathlib: 0.2.5 -> 0.2.6 60fd99bdf82b7 uiua-unstable: 0.14.0-dev.6 -> 0.14.0-rc.2 62c70656de9d7 python312Packages.diff-cover: 9.2.0 -> 9.2.1 ca965ec64f5c4 cryptpad: verify that we've installed the correct versions of OnlyOffice 0c198f86eece1 python312Packages.pontos: 24.12.0 -> 24.12.3 79629762357f9 python312Packages.google-cloud-datastore: 2.20.1 -> 2.20.2 a9a3e341c6bc3 libftdi1: remove unneeded postFixup e6ee08f9996f3 libftdi1: apply patch for swig 4.3.0 b046eab687f7a rtorrent: fix updateScript args (#364230) d337b780d0469 nixos/firmware: fix default condition (#365532) ace2b4c26060a nixos/firmware: fix compression condition 72768f674f7e0 python312Packages.proxmoxer: 2.1.0 -> 2.2.0 3348c124967b3 lirc: fix build on ubuntu c3478c0c31615 python312Packages.okta: 2.9.8 -> 2.9.9 d6a39b5a29156 htslib: 1.19.1 -> 1.21 (#364188) a5731428c0515 python312Packages.incomfort-client: 0.6.3-1 -> 0.6.4 aaa46e39ae100 nordzy-cursor-theme: 0.6.0 -> 2.3.0 (#354971) 2c8e6aef5b03d ocamlPackages.melange: disable checks & disable for OCaml 5.0 fdbfc8232d795 biboumi: add optional libraries (including PostgreSQL) a4e3ba822748b awk-language-server: init at 0.10.6 (#269164) 4bda7a6e17636 tangara-companion: init at 0.4.3 65a7676477605 papilo: init at 2.3.0 (#273295) 13e9de0674b56 tcptrace: init at 6.6.7 (#285606) 56dcfe36a63ad eask-cli: 0.10.1 -> 0.10.2 (#365480) 6c5c3ce0d2232 k3s_1_28: remove (#365391) 91396bdc27768 hexapdf: init at 1.0.2 (#313917) 3ebb6191e8435 python312Packages.google-cloud-secret-manager: 2.21.1 -> 2.22.0 613302db1f80b python3Packages.presenterm-export: init at 0.2.5 (#350458) 2eece2f7e06b9 rubberband: 3.3.0 -> 4.0.0 500a181e79cc5 jellyfin-ffmpeg: 7.0.2-7 -> 7.0.2-8 (#365288) 509652f8dbdcd matio: refactor a36414b569020 Merge staging-next into staging c9e934a620ad0 Merge master into staging-next 83b0c9fd14114 readsb: init at 3.14.1641 (#314706) 80122f1de6301 synlig: 2024-08-07 -> 2024-11-29 476460bfc7470 python312Packages.imageio: remove useless disabled tests (#365393) 4f269addd8ffb python312Packages.llama-index-embeddings-ollama: 0.4.0 -> 0.5.0 0f73b76606867 python3Packages.piqp: init at 0.4.2 (#333273) fb250e43739a3 symcc: init at 1.0-unstable-2024-07-16 (#351654) f63be4879b134 coqPackages.coq-tactical: init at unstable-2022-02-15 (#349179) 357b746ade905 aliases: add deprecation warning to buildFHSUserEnv* (#365499) 971225ec58cb2 aliases: add deprecation warning to buildFHSUserEnv* 6558b79ff1205 grpc-gateway: 2.22.0 -> 2.24.0 (#353276) 74e9258a0b4fc cryptpad: add missing `x2t.js` (#365126) 7e0dce86c06ff python312Packages.google-ai-generativelanguage: 0.6.12 -> 0.6.14 930ee4ad5805f caddy: add support for compiling Caddy with plugins d667d349bb5ef cryptpad: add missing `x2t.js` d1f3fafc1d084 xed-editor: 3.6.9 -> 3.8.1 cfa7244d00797 ts-warp: 1.5.4 -> 1.5.7 (#365494) 9abf89372cdc9 watchexec: 2.2.0 -> 2.2.1 7520d4f150974 stylance-cli: 0.5.2 -> 0.5.3 d3dc7a43cfb36 ts-warp: 1.5.4 -> 1.5.7 4ed90bcd410bf rmg-wayland: 0.6.6 -> 0.6.7 8e56405630b43 python312Packages.wrf-python: mark broken (#365463) 66cb398f8a7d1 python311Packages.approvaltests: 14.0.0 -> 14.3.0 (#365260) 8f78cb0e669c5 replaceVarsWith: fix checkPhase with dir set (#365347) 66cdf593c0041 treewide: replace substituteAll with replaceVars (#1) (#365440) 06a16e1bf0591 video-downloader: init at 0.12.20 (#264447) 763d3a16e5242 prrte: 3.0.7 -> 3.0.8 0f0d337d57b5c pmix: 5.0.4 -> 5.0.5 612df350a86d4 nfs-ganesha: 6.3 -> 6.4 ca840832cb5e1 libdeflate: 1.22 -> 1.23 86f3ef440bf88 kubernetes-helmPlugins.helm-dt: 0.4.1 -> 0.4.3 2e46f9e2b2549 python312Packages.dbt-redshift: 1.8.1 -> 1.9.0 d3a9ef00e24db eask-cli: 0.10.1 -> 0.10.2 838a9fd7f87b3 whoogle-search: init at 0.9.0 bb2e2ce3bbce4 stylelint: 16.11.0 -> 16.12.0 ee97bfa67158f prometheus-redis-exporter: 1.66.0 -> 1.67.0 1ad57afe9f74b cardinal: 24.09 -> 24.12 0a937c61ca6ce cosmic-wallpapers: 1.0.0-alpha.3 -> 1.0.0-alpha.4 286f801f1d922 kubetui: 1.5.3 -> 1.5.4 e069168756a57 dita-ot: 4.2.3 -> 4.2.4 a363b089eba51 prometheus-postfix-exporter: 0.3.0 -> 0.7.0, switch to fork d35906e1646a3 python312Packages.coinmetrics-api-client: 2024.11.21.20 -> 2024.12.11.19 1455b3a82eb3e Merge master into haskell-updates ebb8123845b8c Merge staging-next into staging 15210e5a9eb08 Merge master into staging-next 9b8198350ad1e python312Packages.wrf-python: mark broken b79f1c3c99ff1 manual: add nixos-rebuild build-image section 1d0a29c2797a9 manual: Add nixos-rebuild build image release note entry 4bbb4e5db12d9 manual/installation: fix installer iso filename 44520c1a05763 amazon-image: update nixos-generators reference in README.md 453c8f73490c4 nixos-rebuild: add build-image... 920913107a139 home-assistant-custom-components.homematicip_local: 1.73.0 -> 1.75.0 c384c71a1c421 python312Packages.hahomematic: 2024.12.0 -> 2024.12.5 e47c3d1a025fd heroic: patch Desktop Entry `StartupWMClass` f1fb86cc6f9ce haskellPackages.HsOpenSSL: work around -Werror failures 639295b1f6dc1 fzf: 0.56.3 -> 0.57.0 fdf348e8857a2 Merge staging-next into staging af17642ca2dc8 Merge master into staging-next 5bae96d2c54df home-assistant-custom-lovelace-modules.plotly-graph-card: init at 2.34.0 (#364629) 2f5626a46b8d7 python312Packages.types-awscrt: 0.23.3 -> 0.23.4 c2d6cd0b43c82 saw-tools: 0.1.1-20150731 -> 1.2 (#352477) 28a8727a35a53 Revert "home-assistant-custom-components.homematicip_local: 1.73.0 -> 1.74.0" (#365404) 3ee5d9df60c2d arma3-unix-launcher: replace curlpp.src with srcOnly curlpp to resolve build failure / remove unused dependencies (#354414) ab935537ea197 librist: avoid rebuild on Linux for now c516d10f95d38 librist: fix darwin ac51587c0f5a6 fopnu: init at 1.67 (#254533) 765d4461f70d5 pvs-studio: init at 7.33.85330.89 (#258817) b853a407cbc60 pgbackrest: drop custom installPhase 1f46ad69d410d python312Packages.google-cloud-network-connectivity: 2.5.1 -> 2.6.0 (#365248) 03a7738f91393 python312Packages.nitransforms: 23.0.1 -> 24.0.2 (#346033) 4115132dfe71e nvidia-settings: add libraries to runpath (#318131) acb1fb7b03acd nixos-rebuild-ng: change copy closure logic when copying from_host -> to_host (#364698) 9f1c5f18b8565 shoreline: init at 0-unstable-2021-08-21 (#316938) 4d263e0599944 treewide: String escape fixes (#365186) e89a8d56def04 whisparr: init at 2.0.0.548 + nixos/whisparr: initial commit (#244172) 99065afd6975d isync: add post-1.5.0 commits (#345713) 37ae8d6b10168 leddy: Init at 0.1.0-unstable-2024-04-05 (#348613) 2fd1b9ec7026e python3Packages.pre-commit-po-hooks: init at 1.7.3 (#295568) d70e297ef7ad3 home-assistant-custom-components.homematicip_local: fail if Home Assistant is too old 7211564ef7285 Revert "python312Packages.hahomematic: 2024.12.0 -> 2024.12.2" 391a61633b244 Revert "home-assistant-custom-components.homematicip_local: 1.73.0 -> 1.74.0" 7690522998850 boxes: drop gccStdenv f6b7e8f6258df nixos/tests/nextcloud: fix notify_push test a81d5824e8718 nixos/nextcloud-notify_push: add nextcloudUrl option d2fdb4818da7e python3Packages.pymanopt: 2.2.0-unstable-2024-07-10 -> 2.2.1 (#358232) 88e6208a0cc6e python312Packages.commoncode: 32.0.0 -> 32.1.0 8893464d45794 cratedb: init at 5.9.5 (#359693) b54931ad4be71 oksh: 7.5 -> 7.6 (#365246) 3c35db0b39250 lmstudio: 0.3.4 -> 0.3.5 ebd18cf115cc2 treewide: replace substituteAll with replaceVars (#1) 153abc87a2768 cplex: meta.mainProgram, desktop entry, fix oplide GUI, misc fixes (#361105) 9f4fa04169fa2 linuxPackages.virtio_vmmci: 0.6.0 -> 0.6.2 (#362447) e9841daca23a4 mstflint: 4.29.0-1 -> 4.30.0-1 (#354407) 710e54a9bfd67 python3Packages.splunk-sdk: init at 2.1.0 (#364328) 3fce2feebedd7 python312Packages.superqt: 0.6.7 -> 0.7.0 ce47474d72cf8 rclone: use tag in version output to match upstream pre build binaries (#365264) ad6ab5dc3151c python312Packages.branca: 0.8.0 -> 0.8.1 f709c6b913715 python312Packages.xarray-dataclasses: 1.8.0 -> 1.9.1 3aee9334d557c python312Packages.python-box: 7.2.0 -> 7.3.0 50cc943a6c78b blivet-gui: 2.5.0 -> 2.6.0 (#363222) a2a9fea9657e9 python312Packages.blivet: 3.10.1 -> 3.11.0 (#354711) eac25f8faa4fe winbox4: add platform dd0af4fc6ae72 python3Packages.{jaeger-client,opentracing}: drop (#363656) 5f90538853120 python3Packages.{pydantic-core,watchfiles}: fix aarch64-linux cross compilation (#365422) 045a51c1d25f1 python3Packages.opentracing: drop a1a493d0b7e56 python3Packages.jaeger-client: drop 3ba1e3d83a31f duckstation: build with clang f88567b666161 duckstation: 0.1-6759 -> 0.1-7465 046d26e57898e llvmPackages.bintuils: Hack ranlib to ignore `-t` (#359387) a27ac5717035e azure-artifacts-credprovider: init at 1.0.9 (#275285) 30435859c33ea juicefs: move to by-name (#365297) a52223e50f105 azurehound: init at 2.2.1 8ed2a63e0a033 linux_xanmod_latest: 6.11.11 -> 6.12.5 2bdbe4c988cd4 python312Packages.torch: unroll recursive git retrieval (#277789) b6373a59c82fb linux_xanmod: 6.6.63 -> 6.6.66 da5449bc0a602 vpl-gpu-rt: Set platforms to x86_64-linux only (#359968) 5d3e6fd125ee1 cloudpan189-go: init at 0.1.3 (#312964) 7141ec7735d16 niimath: init at 1.0.20240905 (#342822) 38fdaea1505a8 lkrg: 0.9.5 -> 0.9.9 (#361465) 81e3963cc97a9 pied: init at 0.3.0 (#357976) e19c233a58c4a fzf: add fish support (#363415) df929235eed76 steam-devices-udev-rules: init at 1.0.0.61-unstable-2024-05-22; nixos/hardware.steam-hardware: use steam-devices-udev-rules (#363563) 3fde6f91dbd54 bant: 0.1.8 -> 0.1.9 e028379cfb9d9 xdg-desktop-portal-cosmic: 1.0.0-alpha.3 -> 1.0.0-alpha.4 (#364353) 2cf4166d7c394 openrct2: 0.4.15 -> 0.4.17 (#364385) d726ac5f97a71 freebsd.libsysdecode: mark that it only produces a static library (#364409) b557ff7846588 python312Packages.mailchecker: 6.0.13 -> 6.0.14 5e36208963bb8 gobatmon: init at 0.4.0 (#364726) dbce882fed340 texlive.tlpdb.nix: escape special characters in short description (#365181) 1db9ef24c0eb8 siege: 4.1.6 -> 4.1.7 (#361111) b9d9e1bd185c7 monit: 5.34.2 -> 5.34.3 (#364074) f4c5084d22d18 grimblast: add passthru.updateScript, add khaneliman maintainer, unstable-2024-01-11 -> 0.1-unstable-2024-12-01 (#365291) 71485e2648ff1 sbcl: 2.4.10 -> 2.4.11 (#360320) 6977af326fc7d bitwarden-desktop: 2024.11.1 -> 2024.12.0 (#365238) 5dd91eb045707 remind: use gitUpdater (#360976) c092787e88d94 linuxPackages.facetimehd: 0.6.8.1 -> 0.6.8.2 (#365300) 0cd0e80a487fc tuxguitar: 1.6.4 -> 1.6.5 (#365205) 1d8baea8d3939 suricata: 7.0.7 -> 7.0.8 (#364777) 4ddc0e733cf39 apt: 2.9.16 -> 2.9.17 (#364754) fadbff067f34d alfaview: 9.18.1 -> 9.19.0 (#364748) 2d51a9b3e3fe4 tutanota-desktop: 253.241126.2 -> 253.241203.1 (#364743) f57cdf1278955 osmo-bsc: 1.12.1 -> 1.12.2 (#364588) 4619c644afd14 python312Packages.cantools: 39.4.11 -> 39.4.13 (#364291) ed1d53975210b xlights: 2024.18 -> 2024.19 (#364111) 72fff6542aa27 hubstaff: 1.6.28-fafb0aba -> 1.6.29-7f771670 (#363720) 65150a9659ebd termius: 9.8.5 -> 9.9.0 (#363686) fa9c7a6abc5aa python312Packages.torchio: 0.19.6 -> 0.20.0 (#346031) a1d9624f36ee7 quisk: 4.2.39 -> 4.2.40 (#363476) 068dd963ba77a passt: 2024_10_30.ee7d0b6 -> 2024_11_27.c0fbc7e (#363470) 45c7a57f8cf2b sleek-todo: init at 2.0.14 (#347525) 0567d2e33af2a flat-remix-gnome: 20240922 -> 20241208 (#363203) 2cb2f676e8d63 srm-cuarzo: 0.8.0-1 -> 0.10.0-1 (#363043) 55c7a6b727102 calicoctl: 3.29.0 -> 3.29.1 (#362975) d70b5812e8b32 alvr: 20.11.0 -> 20.11.1 (#362742) 97c297854f051 factorio: 2.0.22 -> 2.0.23 (#361212) f4040c904d249 rubyPackages.pandocomatic: 1.1.2 -> 2.0.1 (#347745) e2e70a0f515ca tpm2-tss: enable darwin builds (#365010) fd1ef6dd4f6f4 datovka: 4.24.1 -> 4.24.2 (#362230) a1837ce85cb1c bzip3: 1.4.0 -> 1.5.0 (#365353) c1dc7f0b57f06 opera: 114.0.5282.102 -> 115.0.5322.77 (#362198) 1fc937818d291 nixos/wireguard-networkd: fix systemd credentials not working with multiple keys per interface b16d938c40b1c virtiofsd: 1.12.0 -> 1.13.0 (#362145) b198051456b9a python312Packages.imageio: remove useless disabled tests 2e9fac96a72a2 ts-warp: init 1.5.4 (#334469) c70792a02f262 linuxPackages.corefreq: 1.98.4 -> 1.98.7 (#361630) bfe50da6e53d6 ios-safari-remote-debug: init at unstable-2024-09-09 (#326885) 7966fc96e1b32 hugin: 2023.0.0 -> 2024.0.1 (#361177) e84ca6928c903 vscode-extensions.moshfeu.compare-folders: 0.24.3 -> 0.25.1 97fc98159bc99 swaysome: 2.1.1 -> 2.1.2 (#361176) f315532a7666f valentina: 0.7.52 -> 0.7.53 (#361123) 58ca8d6864799 corosync: 3.1.8 -> 3.1.9 (#361101) 4587a23406634 throttled: 0.10.0 -> 0.11 (#361100) e31a357f7e988 kaffeine: 2.0.18 -> 2.0.19 (#361099) 8502821282b9b davfs2: 1.7.0 -> 1.7.1 (#361089) 7a95adc132f59 booster: 0.11 -> 0.12 (#361043) 58d62863d8b6e rclone: use tag in version output to match upstream pre build binaries 3d7cb5b180aca likwid: 5.3.0 -> 5.4.0 (#361023) d7d5f21ce04d9 libowfat: 0.33 -> 0.34 (#361018) 0467ca080c30c cadaver: 0.24 -> 0.26 (#360989) 38257469f0a8a openrefine: 3.8.5 -> 3.8.7 (#360937) a17ed415fbeb6 unar: 1.10.7 -> 1.10.8 (#325790) 23946970e182c calamares: 3.3.10 -> 3.3.12 (#360871) 384afc9dbe8bc persepolis: 4.0.1 -> 5.0.1 (#347117) a035e9093c6b3 calamares-nixos: 3.3.10 -> 3.3.12 (#360870) b3a2798fbbe44 dqlite: 1.16.7 -> 1.18.0 (#360863) 8652a51a97d9f qxmpp: 1.8.2 -> 1.9.2 (#360843) c2faa65bbe820 gearlever: 2.1.0 -> 2.3.2 (#360661) 0feac87dda89d Merge staging-next into staging 095d892127885 Merge master into staging-next df586b9252769 rclone-python: init at 0.1.12 (#288952) 41a204fe0f42f appimage-env: remove xorg.libxshmfence (#194230) 05441f3b6c9fe dpdk: 23.11 -> 24.07 (#349587) a8582d8b90bd0 prism-model-checker: init at 4.8.1 (#237540) 5d77e1c7add74 kubernetes-helmPlugins.helm-dt: init at 0.4.1 (#328979) c5a8588291413 octavePackages.statistics: 1.6.7 -> 1.7.0 (#282190) b21d7dc32d212 ocamlPackages.ocsigen-toolkit: 3.3.4 -> 4.1.0 (#348379) 61dca80a58b7e vdrPlugins.softhddevice: 2.3.8 -> 2.4.0 (#365387) e3d7f6b91e096 cgt-calc: init at 1.13.0 (#344471) 37802302da9b3 python312Packages.nskeyedunarchiver: 1.2 -> 1.5 (#361709) 373268121c122 eudic: fix desktop item (#364811) 74e24a96dcd29 prefetch-npm-deps: check response status and fail on error (#297863) b82824f5bdb1c emulationstation-de: 3.1.0 -> 3.1.1 612838e8a8643 rocmPackages.rocm-docs-core: 0.34.0 -> 1.11.0 (#277582) f14c946931a67 pied: init at 0.3.0 72855b751a4b3 limo: 1.0.8.2 -> 1.0.9 (#365283) 3e5a7870c17c2 SDL_mixer: Fix mod support 7a2b44a1e8df3 gegl: 0.4.48 → 0.4.50 a3a4e82a76d44 gegl: Format expression 09308da5f891f oscavmgr: use fetchCargoVendor f0a6a2ce0dbed taterclient-ddnet: fix tests, enable strictDeps, cleanup (#365390) ccaa9c46d4a6a nezha-theme-admin: init at 1.1.3 (#364131) 43bc41c37e7c1 tinysparql: 3.8.1 -> 3.8.2 (#365122) f756f8e22f2a4 proton-ge-bin: GE-Proton9-20 -> GE-Proton9-21 (#364756) 9c88ac4c0b3b4 nordpass: init at 5.23.12 (#353552) 2b03ea0381bea plan9port: 2023-03-31 -> 2024-10-22 (#364770) 99d0b95e66701 google-lighthouse: init at 12.3.0 ee9eb08f8d7d2 plasma-plugin-blurredwallpaper: 3.2.0 -> 3.2.1 (#363945) c0f3fbe55615e plymouth-vortex-ubuntu-theme: 0-unstable-2024-05-05 -> 0-unstable-2024-11-20 (#363951) 02eef510470d2 ente-auth: 4.0.2 -> 4.1.6 (#357503) 35f71bb03c753 mitra: update description for test disable 06eba69511e8b python312Packages.oauthenticator: 17.2.0 -> 17.3.0 6f2e223865495 pkgsLLVM: Fix unwanted target offset (#363852) 9f1bd52d3764c bash-env-json: fix path issue (#358950) f64bdf49f2e7a hyprlang: 0.5.2 -> 0.6.0; hyprgraphics: init at 0.1.1; hyprpaper: 0.7.1 -> 0.7.2; xdg-desktop-portal: 1.3.6 -> 1.3.8 (#365295) b279df5dfe134 v2rayn: 7.3.1 -> 7.3.2 8c0fc0fb58956 pyenv: 2.4.14 -> 2.4.22 (#363286) 5b25d012c8af3 libnss_nis: init at 3.2 (#341870) 269fdda927b46 llvmPackages: sed -i 's/--replace /--replace-fail /g' cddc1135626fd python312Packages.dbt-core: 1.8.8 -> 1.8.9 (#362421) 913d8cf7342af sdrangel: 7.22.4 -> 7.22.5 (#363746) 3e5e7ef331b54 python312Packages.pyre-extensions: 0.0.31 -> 0.0.32 (#365134) 326f3e27afc14 oauth2l: 1.3.1 -> 1.3.2 (#365301) 0e9a28402c7b4 anyrun: 0-unstable-2023-12-01 -> 0-unstable-2024-11-08 (#365298) cc9658d1b5fc2 python312Packages.fake-useragent: 1.5.1 -> 2.0.3 074e802f39d99 k3s_1_28: remove 7b710d3e799cf taterclient-ddnet: fix tests, enable strictDeps, cleanup 40010ee594a26 mpsolve: switch to GitHub repository as source (#347159) 390bad7e66a15 juce: 7.0.11 → 8.0.3 52af6223520a4 taterclient-ddnet: 9.0.1 -> 9.0.2 (#364258) b5defed50748e fyne: 2.5.2 -> 2.5.3 (#365368) 7fa8b2e012e02 jackett: 0.22.998 -> 0.22.1064 (#364316) e5bd9bd5d8b40 meshlab: set QT_QPA_PLATFORM xcb (#306524) 88ae1fb28e8af lowdown: 1.3.1 -> 1.3.2 (#364567) f036dd39afa8c postgresqlPackages.pgroonga: 3.2.4 -> 3.2.5 (#365378) 69f274cee5fee copier: 9.2.0 -> 9.4.1 (#364648) 5bc48130650d4 vdrPlugins.softhddevice: 2.3.8 -> 2.4.0 df7c514ac6956 vscode-extensions.ms-python.vscode-pylance: 2024.11.3 -> 2024.12.1 (#364492) c2e48b5fc0b99 vscode-extensions.sourcery.sourcery: 1.24.0 -> 1.25.0 (#363283) cbbabd80cfb52 vscode-extensions.wakatime.vscode-wakatime: 24.2.0 -> 24.7.2 (#361960) 3c0994c8aa159 montserrat: 7.222 -> 9.000 (#364603) 1ae9b98c8a3e4 python312Packages.pyqt6: 6.8.0.dev2410141303 -> 6.8.0 (#364735) 539eaf79a5abc python312Packages.garth: 0.4.47 -> 0.5.1 (#364473) 21ba68c292d99 wstunnel: 10.1.7 -> 10.1.8 (#365360) 05f9d5f6af54c python312Packages.django-pattern-library: 1.2.0 -> 1.3.0 (#365348) 97b864cbe4996 python312Packages.yalexs-ble: 2.5.4 -> 2.5.5 (#365323) 5fe5c22a20e83 python312Packages.geocachingapi: 0.2.3 -> 0.3.0 05ae54ee9905b python312Packages.reverse-geocode: init at 1.6.5 41bcd2274279f python312Packages.rawpy: 0.23.2 -> 0.24.0 (#365354) b42224fbbf424 video-downloader: init at 0.12.20 17f74f9de97d8 totp-cli: 1.8.7 -> 1.8.8 (#365290) bc2bca44c6b9c yutto: 2.0.0-rc.5 -> 2.0.0-rc.6 c363a1fb4d9c6 biliass: 2.1.1 -> 2.2.0 1862db4f06ae3 libthreadar: fix build on Darwin (#365379) 9859761ab8e51 eudic: fix desktop item 7a6360aa2522f rclip: relax rawpy dependency ac5f743036bd2 sqlcmd: 1.8.1 -> 1.8.2 (#365272) 0e12f1894ae21 stgit: 2.4.12 -> 2.4.13 (#365274) 9f0cec04a4a2d easyjson: 0.7.7 -> 0.9 (#365278) c05f501922d34 enzyme: 0.0.165 -> 0.0.168 (#365280) 4575d8792feef go-dnscollector: 1.2.0 -> 1.3.0 (#365284) 51791d4fe91ce libthreadar: fix build on Darwin 3e1fd6ea65db5 go2tv: 1.17.0 -> 1.17.1 (#365285) 0b27621ef2e1c python312Packages.safety: 3.2.11 -> 3.12.13 (#365258) 6096cd5965558 mcpelauncher-{client,ui-qt}: init at 1.1.2 (#365142) 006fe92973790 python312Packages.modbus-tk: 1.1.3 -> 1.1.4 45f735bb79fad dar: 2.7.15 -> 2.7.16 (#363766) 3e2af6bff03f0 awsume: propagate setuptools build input (#364972) 83310039d43be fsarchiver: 0.8.7 -> 0.8.8 (#365183) 78a8da9ca3b6e ocamlPackages.elpi: 2.0.5 -> 2.0.6 (#364946) 0e0772e71c382 buildkite-agent-metrics: 5.9.10 -> 5.9.11 (#365190) cf322f2fe1353 tenv: 3.2.10 -> 3.2.11 (#364783) 27ce97bbb01fb python312Packages.plyara: 2.1.1 -> 2.2.2 (#364908) 429427d47eddf python312Packages.micawber: 0.5.5 -> 0.5.6 (#365206) 3c07255d99ebb postgresqlPackages.pgroonga: 3.2.4 -> 3.2.5 2b485e2739ebc keyboard-layout-editor: init at 0-unstable-2019-05-14 (#353165) 378ea519dc764 protonvpn-gui: 4.8.0 -> 4.8.1 (#363658) bc0397f2c6376 cosmic-settings-daemon: 1.0.0-alpha.2 -> 1.0.0-alpha.4 (#364334) b4b7bd566e0b7 moon: 1.29.4 -> 1.30.5 (#364395) aefad20559791 raffi: 0.6.0 -> 0.8.2 (#364741) 3f5973f543789 clusterctl: 1.8.5 -> 1.9.0 (#364477) a891024e230f3 pik: 0.10.0 -> 0.12.0 (#363318) 8dcb1a613f1ac keyboard-layout-editor: init at 0-unstable-2019-05-14 bc4f212df673d rewatch: init at 1.0.9 (#364886) 4a99b7a296c17 caido: 0.43.1 -> 0.44.1 (#365227) aa3c81e540e0f ntfs2btrfs: set updateScript (#365081) 8be9da58d2ea0 sla2pdf: init at 0.0.1 (#364909) dc49d7ebce74a cargo-modules: 0.20.2 -> 0.21.1 (#365077) edb997d86dd47 Merge: postgresqlPackages.tsearch_extras: remove (#365369) 33074bcfeebce python3Packages.drawille: 0.1.0 -> 0.2.0 (#360449) 972a936b6fc5e proton-pass: 1.25.0 -> 1.26.0 (#365212) ab633cfc15c9a mcpelauncher-ui-qt: init at 1.1.2-qt6 90267ec8ee7b6 mcpelauncher-client: init at 1.1.2-qt6 404329d2c6fb5 vmlinux-to-elf: init at unstable-2024-07-20 f5e01f2e47900 postgresqlPackages.tsearch_extras: remove ea772f118f0ed opencv: restore sfm module (#349383) f03cbc4e787cb eww: generate shell completions (#365144) e82c32bc69ab5 wlock: init at 0-unstable-2024-09-13 (#347893) 6b59b8ed53403 renovate: 39.42.4 -> 39.65.2 (#365032) 6d26f98353ec9 tbs: 20241026 -> 20241213 b595820ad72e5 zeno-backends-*/plugins-*: init at 1.1.0 (#364855) 44dc31e676311 ci/eval/compare: truncate step summary to 1024k 6b0e1b6275195 fyne: 2.5.2 -> 2.5.3 f6370c1456554 pyfa: 2.61.0 -> 2.61.3 (#364987) bea69380ddf9b rman: fix build with GCC 14 (#359353) c4bbe2e5da9f7 python312Packages.cwl-utils: 0.35 -> 0.36 5c2cff7f136f9 python312Packages.schema-salad: 8.7.20241021092521 -> 8.8.20241206093842 d56c2fbb042bf python312Packages.pdftotext: 2.2.2 -> 3.0.0 c2dae3e32c812 python312Packages.hypothesis: disable flaky test (#357601) 9c8ec561aaa4e python312Packages.watchdog: disable flaky test everywhere (#357692) 436b2295ee438 python312Packages.uvloop: disable flaky test (#358435) c3414af677030 wstunnel: 10.1.7 -> 10.1.8 a6bb29a4b5258 nezha-theme-admin: 1.1.3 -> 1.2.0 3e3e6afbad5a0 labwc: 0.8.1 -> 0.8.2 (#365079) 1e4e6fda97a96 nixos/conduwuit: init (#353651) 81806e544faca coolercontrol.*: 1.4.4 -> 1.4.5 1ec7c81e31a91 mlton: fix and enable strictDeps (#362408) b9d27b89a2eb1 forgejo-cli: 0.1.1 -> 0.2.0 e3e9e32a0e530 stripe-cli: 1.21.10 -> 1.22.0 (#361049) ae8fefd9f12f9 odin: refactor 0212452e27161 nixos-rebuild-ng: split get_generations in 2 functions d3b759476123e fzf-make: 0.42.0 -> 0.47.0 7d56f84a07306 python312Packages.airthings-ble: migrate to pytest-cov-stub 343304f3d49db python312Packages.mopeka-iot-ble: migrate to pytest-cov-stub 99cced93d289d python312Packages.mopeka-iot-ble: refactor fcd66de405720 python312Packages.moat-ble: migrate to pytest-cov-stub 61f4b49af31f5 python312Packages.moat-ble: refactor 162eb6d3af4b5 python312Packages.ld2410-ble: migrate to pytest-cov-stub 9650c6720641a python312Packages.ld2410-ble: refactor 06bb2b8cd243b python312Packages.rapt-ble: migrate to pytest-cov-stub f528b8473a1ad postgresqlPackages.pg_partman: 5.2.1 -> 5.2.2 (#365339) 38669143a7428 postgresqlPackages.pg-gvm: 22.6.5 -> 22.6.6 (#365324) e58e0c158ec57 various: replace substituteAll with replaceVarsWith eb2c93bdcb7fe beeper-bridge-manager: 0.12.2 -> 0.13.0 30b867b00f4c1 ecapture: 0.8.10 -> 0.9.0 (#361082) 333a6d3d8804b bzip3: 1.4.0 -> 1.5.0 93302e0bd5095 wush: 0.3.0 -> 0.4.0 (#365099) 6ceab9cfae26c python312Packages.django-pattern-library: 1.2.0 -> 1.3.0 c282dc3fc858f ecapture: 0.8.10 -> 0.9.0 82c97b0e9a7a5 nixos/doc/rl-2505: Mention Xfce 4.20 d49df3170c312 nixos/tests/xfce-wayland: init d9b6a4eb7b041 nixos/xfce: Add Wayland session 3c20ab171f688 nixos/xfce: Use upstream name for X11 session 270c3f105867a lightdm-gtk-greeter: Backport xfce-wayland_badge-symbolic icon 8c0b93b5146b5 budgie-desktop: Fix build with latest libxfce4windowing 36ecc88a08f29 greybird: Fix label styles for xfdesktop 4.19 63eeb8a47c3ff Merge staging-next into staging 53de9d53cb20a python312Packages.rapt-ble: refactor c99cd2bc2dc78 Merge master into staging-next 5b0089f101253 python312Packages.rawpy: 0.23.2 -> 0.24.0 9af4e2056a81e python312Packages.qingping-ble: migrate to pytest-cov-stub 461b8a40abb5f python312Packages.prosemirror: 0.5.0 -> 0.5.1 (#365256) d96d78a2966ce postgresqlPackages.pg_net: 0.13.0 -> 0.14.0 (#365253) 491ab28d9b794 grpc-gateway: 2.22.0 -> 2.24.0 0144cdc1b4ff5 stackit-cli: 0.17.0 -> 0.19.0 (#364789) a20970d8a2c6e python312Packages.qingping-ble: refactor ada42a81feba0 python312Packages.kegtron-ble: migrate to pytest-cov-stub a31d031e4ca16 xfce.xfce4-docklike-plugin: Backport wayland support 1e40e0106a695 xfce.xfce4-pulseaudio-plugin: 0.4.8 -> 0.4.9 4fbf014be0b56 xfce.xfwm4: 4.18.0 -> 4.20.0 71069ccf1a82a xfce.xfconf: 4.18.3 -> 4.20.0 5dfe2259dc4bb xfce.xfdesktop: 4.18.1 -> 4.20.0 51c57ba743374 xfce.xfce4-settings: 4.18.6 -> 4.20.0 bf47d78e4ceb0 xfce.xfce4-session: 4.18.4 -> 4.20.0 16b6193730fef xfce.xfce4-power-manager: 4.18.4 -> 4.20.0 e57a1d1bd7bd8 xfce.xfce4-panel: 4.18.6 -> 4.20.0 1671de743d4f9 xfce.libxfce4windowing: 4.19.3 -> 4.20.0 f4b88df89df98 xfce.xfce4-dev-tools: 4.18.1 -> 4.20.0 27cfd31dfbda6 python312Packages.kegtron-ble: refactor 6207343004adf python312Packages.inkbird-ble: migrate to pytest-cov-stub 9e88cfa7a1cd5 indilib, indi-3rdparty: 2.0.9 -> 2.1.1 (#363398) 8470e21e092bf mfcl5750dw: init at 3.5.1-1 (#277781) 26abce3be0e29 docbook2x: fix strictDeps (#358347) 885986d3b969d python312Packages.socid-extractor: 0.0.26 -> 0.0.27 (#365289) 5e274e4de2a06 Merge branch staging-next into haskell-updates b14431bdb746a xfce.xfce4-appfinder: 4.18.1 -> 4.20.0 6ba618f66e4fb xfce.tumbler: 4.18.2 -> 4.20.0 2ccc78c598aa0 python3Packages.ttfautohint-py: fix Darwin build (#365327) 894df7b8aa780 xfce.thunar-volman: 4.18.0 -> 4.20.0 b957fc96b4301 xfce.thunar: 4.18.11 -> 4.20.0 c81b372ed3cf2 xfce.libxfce4util: 4.18.2 -> 4.20.0 dab5aedbc6ce6 xfce.libxfce4ui: 4.18.6 -> 4.20.0 801228d75e0e2 xfce.garcon: 4.18.2 -> 4.20.0 317b0d1dbb343 xfce.exo: 4.18.0 -> 4.20.0 823bcb4b3fd97 python312Packages.inkbird-ble: refactor 50276b6b5421b python312Packages.ibeacon-ble: migrate to pytest-cov-stub 80a2776b84807 python312Packages.ibeacon-ble: refactor fa0c52f825ab1 python312Packages.bthome-ble: migrate to pytest-cov-stub dd89086e67137 networkmanager-iodine: fix cross builds (#365330) 74bd4b9fe610b python312Packages.govee-ble: migrate to pytest-cov-stub c26cef1d8debe networkmanager-fortisslvpn: fix cross builds (#365329) 321bd31b60641 replaceVarsWith: fix checkPhase with dir set bcb8ca139a5d9 python312Packages.oralb-ble: migrate to pytest-cov-stub e63d48968fd1a python312Packages.oralb-ble: refactor dc40205a4d670 python312Packages.rpds-py: specify the interpreter version to maturin (#365220) 54beae6be3071 python312Packages.tilt-ble: migrate to pytest-cov-stub 7ba86f50b53a9 sunvox: 2.1.2 -> 2.1.2b f79b3ad0b7e0a python312Packages.tilt-ble: refactor 66fd6878e3606 python312Packages.bluemaestro-ble: migrate to pytest-cov-stub bf171199a0743 postgresqlPackages.pg_partman: 5.2.1 -> 5.2.2 c1c8c32b22d0e networkmanager-fortisslvpn: fix cross builds f5a372cf95ae1 nixVersions.nix_2_25: 2.25.2 -> 2.25.3 (#364175) 2eee557cb4b2b python312Packages.pycatch22: fix build b8c017f4c25a1 openfortivpn: fix cross builds (#365328) e11fe5a933c21 python312Packages.bluemaestro-ble: refactor f8b6887e5003c python312Packages.ruuvitag-ble: migrate to pytest-cov-stub 25d88c50b6be9 nixVersions.nix_2_24: 2.24.10 -> 2.24.11 (#364176) bf389406c821c python312Packages.ruuvitag-ble: refactor bc826287eff59 python312Packages.sensirion-ble: migrate to pytest-cov-stub 589fe5cdc1d4d python312Packages.sensorpro-ble: refactor dbf39d72a92af python312Packages.sensirion-ble: enable tests e3065e63cefac python312Pacakges.sensirion-ble: refactor a824d1389b7c6 maintainers: add thelissimus 82b2ac13af050 python312Packages.thermopro-ble: migrate to pytest-cov-stub 4e55aa19b9a56 networkmanager-iodine: fix cross builds e104c2fc1a29e python312Packages.thermopro-ble: refactor 02abbe5c34fee nextcloud-talk-desktop: init at 1.0.0 (#302781) d8518a7700672 nixos/less: set default lessopen preprocessor to null (#316979) 5788aba073660 python312Packages.thermobeacon-ble: migrate to pytest-cov-stub ebcac5c0e6503 python312Packages.thermobeacon-ble: refactor 875fe12766328 libmediainfo: 24.11 -> 24.12 (#365149) 11aba0ca47b2c mediainfo: 24.11.1 -> 24.12 (#365148) 647a87e4b1bad openfortivpn: fix cross builds bc171f3d68c53 python3Packages.ttfautohint-py: fix Darwin build 34984a40e0bed socat: 1.8.0.1 -> 1.8.0.2 (#364407) c239bf471c5cb smc-manjari: init at 2.200 (#264540) 1879ba3ffdc79 python312Packages.nox: apply backport for wntrblm/nox#903 (#365251) c03a1781b1ffa postgresqlPackages.pg-gvm: 22.6.5 -> 22.6.6 d388ee0ec8c62 nixos/label: fix typo: loosing=>losing (#365294) 93fd885a66d8c python312Packages.garth: update diabled 501ce259366cf google-chrome: 131.0.6778.108/109 -> 131.0.6778.139/140 (#365240) 184f005c9b102 cloud-hypervisor: skip more tests that rely on KVM 007af78414162 python312Packages.socid-extractor: refactor 8d9ed1e31c86d python312Packages.yalexs-ble: 2.5.4 -> 2.5.5 a2e35fd6c6bf9 python312Packages.openwebifpy: 4.2.7 -> 4.3.0 (#365197) 497a93b67b04e python312Packages.inkex: fix build using numpy 2 support patch 8e293569c3e55 Kernel updates for 2024-12-15 (#365310) 4568afbd9cd26 vscode-extensions.vscode-icons-team.vscode-icons: 12.9.0 -> 12.10.0 02fe25ca0dbf0 gnutls: fixup tpm support (#363705) 29066c02380ea linux_5_4: 5.4.286 -> 5.4.287 f7a2da7fbf79e linux_5_10: 5.10.230 -> 5.10.231 c14274064e5aa nixos-install: clear executable cache after entering chroot (#355269) aa482da8e2b70 linux_5_15: 5.15.173 -> 5.15.174 784070fa3e133 linux_6_1: 6.1.119 -> 6.1.120 2a56fe1008377 linux_6_6: 6.6.64 -> 6.6.66 c67ea06a6906a linux_6_12: 6.12.4 -> 6.12.5 bdbcc39e80562 python312Packages.relatorio: 0.10.2 -> 0.11.1 f910ead97e12b kdePackages.koi: 0.3.1 -> 0.4 (#365277) c1ca89f709e15 erofs-utils: 1.8.2 -> 1.8.3 (#365180) 31da557c1c836 immich: update geodata eab2c5a2ae820 xorg.libXxf86vm: 1.1.5 -> 1.1.6 67f5b45298d2c ffpb: init at 0.4.1 (#288955) ac9bd5100ed58 jsonld-cli: init at 2.0.0 (#305378) a4667d9375230 mpg123: 1.32.9 -> 1.32.10 009c39c92b429 Merge staging-next into staging 5995859e1c5f0 Merge master into staging-next f4a388c36780e iro: init at 0-unstable-2024-10-24 (#354947) 89bb0a25de1b4 oauth2l: 1.3.1 -> 1.3.2 fb69f66d0c961 nixos-rebuild-ng: WITH_NIX_2_18 should default to true 101966f098aa0 linuxPackages.facetimehd: 0.6.8.1 -> 0.6.8.2 ca72baca85875 handheld-daemon-ui: 3.3.0 -> 3.3.5 db6973f9752ff kubernetes: 1.31.2 -> 1.32.0 (#364848) 4f8e075ba1624 anyrun: 0-unstable-2023-12-01 -> 0-unstable-2024-11-08 e0c4eabfc19c4 anyrun: change passthru.updateScript eff9efed9b838 juicefs: move to by-name ea3c70b39af0f xdg-desktop-portal: use gcc14Stdenv 53b38747982bc xdg-desktop-portal: 1.3.6 -> 1.3.8 05912ba925436 hyprcursor: use gcc14Stdenv and patch d7a4feeef06bf hypridle: use gcc14Stdenv a237e2cf3278c hyprlock: use gcc14Stdenv b84fb1e5cdc27 nixos/tests: Add two new tests for password option override ordering 52ce5caf36698 nixos/users-groups: Correct and refactor password override documentation f76e06cbdc633 hyprpaper: 0.7.1 -> 0.7.2 c9d5661658e67 hyprgraphics: init at 0.1.1 13c0d4c59e67b python312Packages.pyaprilaire: 0.7.4 -> 0.7.6 (#365292) 47c0835add11c hyprlang: 0.5.2 -> 0.6.0 b659e7c78d822 staruml: 6.3.0 -> 6.3.1 (#365170) e0360b4881389 grimblast: add khaneliman maintainer f75eb9192021c grimblast: unstable-2024-01-11 -> 0.1-unstable-2024-12-01 c6776ca354202 grimblast: add passthru.updateScript 2e1c01a2a2ba1 python312Packages.pyaprilaire: 0.7.4 -> 0.7.6 cb45ad8681f07 envision: autopatchelf after build 62b63369425bd auto-patchelf: Fix missing defaults and add --no-add-existing option 504c876ec6e15 doc/interoperability: add OpenXR doc ffc38505c3e1d source-han-serif: 2.001 -> 2.003, source-han-serif-vf-{otf,ttf}: 2.002 -> 2.003 (#365130) 1a268d3aa045a totp-cli: 1.8.7 -> 1.8.8 5be46b778e738 maintainers: add morxemplum 9053a71c5acb6 python312Packages.socid-extractor: 0.0.26 -> 0.0.27 761be8832bf8d git-nomad: 0.7.1 -> 0.8.0 (#365279) 11aee8ec57a96 jellyfin-ffmpeg: 7.0.2-7 -> 7.0.2-8 67605d59a035c python312Packages.datalad: 1.1.4 -> 1.1.5 5239cd0510bf8 go2tv: 1.17.0 -> 1.17.1 820c7df99273e go-dnscollector: 1.2.0 -> 1.3.0 b3cc4e48b2ffd limo: 1.0.8.2 -> 1.0.9 2f9f802cee94c tone: 0.1.5 -> 0.2.3 0acb5f0924d1c ci/eval: allow precisely choosing which systems to evaluate for (evalSystem -> evalSystems) (#365244) 31b71b015566b enzyme: 0.0.165 -> 0.0.168 b929399352189 git-nomad: 0.7.1 -> 0.8.0 d10186ee7a231 easyjson: 0.7.7 -> 0.9 c3d1e1582c29e kdePackages.koi: 0.3.1 -> 0.4 e4cef11b7889c iproute2mac: use finalAttrs (#365157) f1d0eb957fc76 pixi: 0.34.0 -> 0.38.0 (#358901) 7c966a13b63f8 stgit: 2.4.12 -> 2.4.13 f65f5db023597 sqlcmd: 1.8.1 -> 1.8.2 690c39991994c ipopt: 3.14.16 -> 3.14.17 2ca1561034663 minizign: unstable-2023-08-13 -> 0.1.4 (#363054) 1a7c5b285793a ztags: unstable-2023-09-07 -> 1.0.1 (#363058) 37422786020d0 nixos-rebuild-ng: capture output of `git rev-parse` be98e776256cf pinocchio: 3.3.0 -> 3.3.1 (#365101) d97909c3f6558 Merge master into haskell-updates ec74525d2c6ac phpExtensions.redis: 6.0.2 -> 6.1.0 (#365053) 6426a889a5080 Merge staging-next into staging 8c5656aa896bc Merge master into staging-next 7e7591b86b6cb uv: 0.5.8 -> 0.5.9 (#365146) f7648a757b6e4 avante-nvim: 0.0.12 -> 0.0.13 (#365261) da3da9b12f2d6 python312Packages.aiolifx: 1.1.1 -> 1.1.2 (#365203) 356b54de2c983 python312Packages.yalexs-ble: 2.5.2 -> 2.5.4 (#365198) 51f97c56c7a37 python312Packages.py-machineid: 0.6.0 -> 0.7.0 (#365259) 5f74a1adcadd9 avante-nvim: fix pname bug 74bb95eb37f8b iamb: cleaning (#365160) b07befddc3348 python312Packages.mrjob: unbreak 7777453ecb608 avante-nvim: 0.0.12 -> 0.0.13 197d613ff8340 python311Packages.approvaltests: 14.0.0 -> 14.3.0 cf7a5af378f5f iamb: cleaning 0c576cc210f7a python312Packages.safety: 3.2.11 -> 3.12.13 52e22b9320805 python312Packages.py-machineid: 0.6.0 -> 0.7.0 1cadc60c59659 remind: Add afh as another maintainer 1d423154ab199 python312Packages.nox: apply backport for wntrblm/nox#903 f10de2cccd65d python312Packages.prosemirror: 0.5.0 -> 0.5.1 d6921048d6d6e hugin: enable strictDeps, update homepage c742cdf8335c6 python3Packages.compiledb: move to pkgs/by-name fbcc3353b8d5c slimevr, slimevr-server: init at 0.13.2 (#356873) 338322d15ee57 postgresqlPackages.pg_net: 0.13.0 -> 0.14.0 98946d4714d26 v2raya: 2.2.5.8 -> 2.2.6.3 e99418b6ce15e v2raya: remove with lib 5e28b3fe1a979 syncthingtray: 1.6.3 -> 1.6.4 (#364825) 66ee521b92e25 oksh: 7.5 -> 7.6 6bbb7f091ae7f pycdc: init at 0-unstable-2024-10-13 (#364760) 781e0b8b79c58 python312Packages.equinox: 0.11.9 -> 0.11.10 (#363128) e1cddb191be9d buildMozillaMach: elf-hack is only available on elf platforms (#365233) 5a424e8acb1b5 ruff: 0.8.2 -> 0.8.3 (#364672) dc34232b0042a qutebrowser: 3.3.1 -> 3.4.0 a0a35b6c240fc Fix cross eval issues (#362546) d6b7f32361fd8 repomix: init at 0.2.6 (#365006) dd22676dc21c3 python312Packages.google-cloud-network-connectivity: 2.5.1 -> 2.6.0 42ea6796bf053 stumpwm: pin to sbcl 2.4.10 80cc159a7d5fa sbcl: 2.4.10 -> 2.4.11 de0eb4cfbf261 sbcl: git versions of SBCL use ps in checkPhase e440dcfa56d8a jsonld-cli: init at 2.0.0 e0fa4d8cfec9f libpostal: Use real 1.1 release, add data files and enable tests (#362841) 6eadbf9c9788c ci/eval: allow precisely choosing which systems to evaluate for (evalSystem -> evalSystems) a8f9a8d18febe python312Packages.netcdf4: 1.7.1.post2 -> 1.7.2 537c222c7eba8 google-chrome: 131.0.6778.108/109 -> 131.0.6778.139/140 ee2ab5b1d5410 orchard: 0.25.2 -> 0.26.2 (#364844) 26e66c536c5b2 Remove with lib from minimal profile; group config 98ebce0ced1f3 python312Packages.aioftp: 0.23.1 -> 0.24.1 (#365224) a3fece4553aa9 bitwarden-desktop: 2024.11.1 -> 2024.12.0 94456604c1db5 python312Packages.httpx-oauth: 0.15.1 -> 0.16.0 (#365236) 5d27de1716842 various: simplify handling of some *Phases in setup hooks (#360450) c8a9b0f7d6c29 python312Packages.httpx-oauth: 0.15.1 -> 0.16.0 b3fb9afdb01d3 replaceVarsWith: init (#360771) a7188bb64eeac python312Packages.rmscene: 0.6.0 -> 0.6.1 (#364388) c40006756e240 python312Packages.imap-tools: 1.7.4 -> 1.8.0 (#364304) f0d048402899d python312Packages.type-infer: unpin py3langid and run tests (#364403) f9b18fc94a8ff bitwarden-cli: 2024.11.1 -> 2024.12.0 (#365000) a0535fa463752 cvs: fetch up to date version of the debian patchset (#364035) 54466447e00c3 immich: 1.122.2 -> 1.122.3 (#365039) 44c06fcc9fbaa buildMozillaMach: elf-hack is only available on elf platforms 4ce241c88276a replaceVarsWith: init aeaec7cba9979 python312Packages.argcomplete: 3.5.1 -> 3.5.2 (#362545) 847c4e1028a27 buildMozillaMach: re-enable elf-hack with LTO/LLD, disable with musl (#365185) 93a5aeb5ade89 ffpb: init at 0.4.1 185f87f5403f1 bstone: 1.2.12 -> 1.2.13 209185b1aeb66 rewatch: init at 1.0.9 73621525b649d gst_all_1.*: 1.24.7 -> 1.24.10 (#365154) 210bae96257e1 jet-pilot: init at 1.31.0 (#334500) c1cd21303681e caido: 0.43.1 -> 0.44.1 d4f1f4e8499f3 Merge staging-next into staging 3f0c889154afe Merge master into staging-next 600b0e250aa10 bloop: 2.0.5 -> 2.0.6 (#364956) 6c72a4ac12dd8 jet-pilot: init at 1.31.0 0b53eb4076889 gnomeExtensions.gsconnect: fix typelibPath substitution (#363911) 343a6c4a8a1c5 python312Packages.imageio: 2.36.0 -> 2.36.1 (#359832) 7ac2854b1a4ba octave: 9.2.0 -> 9.3.0 (#365188) fdfa26f53bbe0 winbox4: 4.0beta12 -> 4.0beta14 a7c4b3120c986 python312Packages.aioftp: 0.23.1 -> 0.24.1 3d9b0a86d74e9 golds: 0.7.1 -> 0.7.2, gocovsh: minor refactor (#365107) 890829e256a36 tpm2-tss: enable darwin builds 57d5ec011560e kotlin: 2.0.0 -> 2.0.21, jetbrains.idea-community-src: 2024.1 -> 2024.3.1, jetbrains.pycharm-community-src: 2024.1 -> 2024.3 (#360031) 1ad609120ca00 Merge branch staging-next into haskell-updates c0ce5813c64a2 python312Packages.rpds-py: specify the interpreter version to maturin 923df37b88191 gocovsh: minor refactor d71a756f38a1d nixos/librenms: use db socket when set and add package option (#359182) 76263e3bc951c traefik: 3.2.1 -> 3.2.2 e27e6904fe8c0 golds: 0.7.1 -> 0.7.2 184ee259cb3a8 vmware-horizon-client: 2312.1 -> 2406 (#363762) 7f49814ebdec5 tacentview: init at 1.0.46 (#341239) 47bdb26b653ed maintainers: add baongoc124 2af5b057aa232 units: 2.23 -> 2.24 (#365125) 85eaae21d83a9 proton-pass: 1.25.0 -> 1.26.0 c9d3bcdad35e4 linux/hardened/patches/6.6: v6.6.63-hardened1 -> v6.6.64-hardened1 d539a4a7e4239 linux/hardened/patches/6.12: init at v6.12.4-hardened1 2da12d7e2fa77 nitrokey-app2: 2.3.2 -> 2.3.3 5a04e36349386 sla2pdf: init at 0.0.1 f4ee239a9878c python3Packages.watchfiles: fix aarch64-linux cross compilation aa788a5f1fc89 python3Packages.pydantic-core: fix aarch64-linux cross compilation 57c2e0af131c1 linux/hardened/patches/6.11: v6.11.10-hardened1 -> v6.11.11-hardened1 14974d2add025 rops: init at 0.1.4 (#364869) 6ce2a3445a326 nixos-firewall-tool: cleanup script 12a3e6857683a python312Packages.micawber: 0.5.5 -> 0.5.6 c937a5c697481 nixos/zfs: fix not auto-importing pools without any `fileSystems` (#365058) a9accfaadb5d2 tuxguitar: 1.6.4 -> 1.6.5 746c82624413a aliases: remove linux_wallpaperengine 025bfef13bb1e linux-wallpaperengine: refactor 8409ac0f68974 python312Packages.lineax: temporarily skip failing tests 6358b5e6ebdb5 python312Packages.publicsuffixlist: 1.0.2.20241207 -> 1.0.2.20241213 (#365192) 0442a9b214207 python312Packages.imageio: 2.36.0 -> 2.36.1 a1e236a4098bd nats-top: 0.6.2 -> 0.6.3 (#365090) 5a61831f152b8 python312Packages.aiolifx: 1.1.1 -> 1.1.2 f0388f0aa522d python312Packages.openwebifpy: 4.2.7 -> 4.3.0 119bb2941c87b qq: 3.2.13-2024.11.12 -> 3.2.15-2024.12.10 (#362758) ce51a69e19190 python312Packages.yalexs-ble: 2.5.2 -> 2.5.4 1fdf59c3db6cf python312Packages.srsly: 2.4.8 -> 2.5.0 5e4f0137a840b python312Packages.jupyter-server-ydoc: 1.0.1 -> 1.1.0 (#365108) 573060ad1143c ligolo-ng: 0.6.2 -> 0.7.3 (#363923) d3127708af5ce python312Packages.jupyter-collaboration-ui: 1.0.1 -> 1.1.0 (#365065) ffde3ffade3d9 repomix: init at 0.2.6 f3b4ae748dca4 maintainers: add thinnerthinker 60ea6128cf4f1 gearlever: 2.1.0 -> 2.3.2 ecdcbe6feeb0c vimPluginsUpdater: run using @r-ryantm (#364758) 47f8c3052d0c1 hishtory: 0.318 -> 0.320 (#365187) bf411906042c1 catatonit: 0.2.0 -> 0.2.1 (#365178) 41eff08cfdac1 cargo-cyclonedx: 0.5.6 -> 0.5.7 (#365169) 19c474565047b libgbinder: 1.1.41 -> 1.1.42 (#365163) 122fea015fa1d qq: 3.2.13-2024.11.12 -> 3.2.15-2024.12.10 833fe8bec2622 python312Packages.mido: 1.3.2 -> 1.3.3 (#365132) 8a3b55456678f catppuccin-cursors: 1.0.1 -> 1.0.2 (#361713) b3a2284728767 kubelogin: 0.1.5 -> 0.1.6 (#365150) ab21f5521bc7a kubeseal: 0.27.2 -> 0.27.3 (#365158) 3d8b49c393396 dunst: 1.11.0 -> 1.12.0 (#360503) d17057ff7eb4a fcitx5-pinyin-moegirl: 20241109 -> 20241211 (#365093) cdf956be42b84 zsh-abbr: 5.8.3 -> 6.0.1 (#364640) d434ea5c947e8 nsc: 2.10.0 -> 2.10.1 (#365096) 591861f2b10f4 treewide: Fix invalid string escapes 515a6a3386fe4 treewide: Fix wrong string indentations 160f865b6bc4b vscode-js-debug: Fix invalid string escape e044fed9a9023 pkcs11-provider: Fix invalid string escape 6d815298c97fc duplicity: Fix invalid string escape bd2962950d2ba av1an-unwrapped: Fix invalid string escape 70e7ca4c3dd99 uuu: Fix invalid string escape f9698477df776 teams: Fix invalid string escape 0bf6262391092 turbo-unwrapped: Fix invalid string escape dfc3657f0f813 paperjam: Fix invalid string escape 8b344a79c9722 mattermost: Fix invalid string escape 50a57d5773aee circt: Fix invalid string escape 4d367e3991157 micronaut: 4.7.1 -> 4.7.2 (#365100) 1769baa012951 bant: fix fixed derivation hash. (#364432) 8f34efc81a634 artalk: build frontend from source (#357762) 8ca9dda1f3bfc nkeys: 0.4.8 -> 0.4.9 (#365105) 8ceee9ceb5bed terraform-providers.acme: 2.28.1 -> 2.28.2 (#365106) 73a6d4b7ece7d giza: 1.4.2 -> 1.4.4 (#365117) 9560ddf3c2bbf waveterm: 0.9.3 -> 0.10.1 (#364769) f254693d0afcd hpp-fcl -> coal: 2.4.5 -> 3.0.0 (#357705) 02256869e2b36 zapzap: 5.3.8 -> 5.3.9 (#365054) a1f0dd3c4adf4 lime3ds: 2119 -> 2119.1 (#364771) 65b9776e3a6c8 librewolf-unwrapped: 133.0-1 -> 133.0.3-1 (#364957) e48eb60be54b6 anilibria-winmaclinux: 2.2.22 -> 2.2.23 (#365072) 15ea0e9d23159 enzyme: init at 0.0.165 (#319163) d50c2d3514b3b python312Packages.publicsuffixlist: 1.0.2.20241207 -> 1.0.2.20241213 8da20f2bc908c discordo: 0-unstable-2024-11-30 -> 0-unstable-2024-12-12 (#365019) c4103a171f3f2 terraform-providers.spotinst: 1.199.2 -> 1.201.0 (#365021) 9a089f10680fd parlay: 0.6.0 -> 0.6.4 (#365037) f37557ed39bd2 terraform-providers.sumologic: 2.31.5 -> 3.0.0 (#365043) 66665f88a227e terraform-providers.postgresql: 1.24.0 -> 1.25.0 (#365047) 4764de9277b11 strawberry: 1.2.2 -> 1.2.3 (#365048) 9f28cf68af5f6 terraform-providers.bigip: 1.22.5 -> 1.22.6 (#365049) 17dfaadb6dd10 agate: 3.3.10 → 3.3.11 (#364968) 38c8c39b6d322 nixos-rebuild-ng: improve assertion for unreachable code 2ed90a1771bd2 dnscontrol: 4.15.0 -> 4.15.1 (#364970) 4450b486f2099 openvas-scanner: 23.10.0 -> 23.13.1 (#362973) 96e6be849f6a5 mark: 11.3.0 -> 11.3.1 (#364974) e6e956d927129 sendme: 0.19.0 -> 0.20.0 (#364999) 808e52d491cba python312Packages.mypy-boto3-*: updates (#364916) 39720c11b8238 dumbpipe: 0.20.0 -> 0.21.0 (#365001) cbc61456a6413 kazumi: 1.4.5 -> 1.4.6 (#364922) 4c4666d2f50f2 karmor: 1.2.3 -> 1.3.0 (#364923) fe86462ad71ac limo: init at 1.0.8.2; libloot: init at 0.24.1 (#342877) 5729aab68f2e1 gensio: 2.8.9 -> 2.8.10 (#364928) d830c6d2ff958 terraform-providers.kubectl: 1.16.0 -> 1.18.0 (#364929) 1c2f3ee3ed329 msmtp: add updateScript, 1.8.25 -> 1.8.26 & specify that msmtpq is a wrapper (#343831) f173a52831bd3 buildkite-agent-metrics: 5.9.10 -> 5.9.11 50346e3558562 git-lfs-transfer: init at 0.1.0-unstable-2024-10-07 (#350130) 7417315aea416 python312Packages.boto3-stubs: 1.35.79 -> 1.35.80, python312Packages.botocore-stubs: 1.35.79 -> 1.35.80 (#364917) 7a5df46320a1f gdlauncher-carbon: init at 2.0.20 (#297096) 4f901ce4d8434 webull-desktop: init at 8.2.0 (#360043) 0e8900fdbb5ef python312Packages.contourpy: fix cross compilation (#328218) d15a40f5c49f9 ocrodjvu: init at 0.13.2 (#277773) fda024bcb7c97 unixtools: fix subpackages to include ALL relevant manpages (#361900) 199e7d5a93197 octoprint: update plugins FileCheck, prusaslicerthumbnails, mqtt (#356546) bb491c71dece8 cups-brother-dcpt310: init at 1.0.1 (#309096) 4dae9648c97aa limbo: init at 0.0.9 (#364720) 6898e5e1c80ff cargo-modules: 0.20.2 -> 0.21.1 9bdcd51ed66cf nixos/dhcpcd: fix when ipv6 is disabled (#362568) ae9b7e4987221 hishtory: 0.318 -> 0.320 695aa047956fb limbo: init at 0.0.9 65dcbb7320af3 libpeas2: fix cross compilation (#345305) 62fcc79898897 awscli2: Fix invalid string escape 80947c24a8ce0 python3Packages.pymanopt: 2.2.0-unstable-2024-07-10 -> 2.2.1 bc353483c70dd nodejs_18: fix test-os failure 20a6873b04e89 schroot: fix boost includes 77a69f54eda64 omnictl: 0.38.3 -> 0.44.1 e3463693463d0 fsarchiver: 0.8.7 -> 0.8.8 09bd9f1e596e5 texlive.tlpdb.nix: escape special characters in short description 4223d4c5fbcc7 octave: 9.2.0 -> 9.3.0 69f9bc37c7702 renode-unstable: Fix invalid string escape ac27331127ab2 mlton: Fix invalid string escape f0d92c8726575 home-manager: 0-unstable-2024-11-29 -> 0-unstable-2024-12-12 (#364885) 7f03d9df153fc iosevka: 32.1.0 -> 32.2.1 (#365044) 8e77297ec4ca9 texstudio: 4.8.4 -> 4.8.5 (#365076) ba1ac36d8a25c vsce: 3.1.0 -> 3.2.1 (#365104) ac384383316e8 haproxy: 3.1.0 -> 3.1.1 (#365155) f2c7bd52772b2 erofs-utils: 1.8.2 -> 1.8.3 2145037e20479 age-plugin-fido2-hmac: 0.2.3 -> 0.2.4 (#365070) 2e1d097151889 survex: 1.4.13 -> 1.4.14 (#365171) f69ef77d8a6a9 catatonit: 0.2.0 -> 0.2.1 7afd265966987 Merge: matrix-synapse: 1.120.2 -> 1.121.0 (#364695) 0f47cd38c94df bash: define DEFAULT_LOADABLE_BUILTINS_PATH for non-FHS builds (#290165) 11bbfac1c9f27 nixos-rebuild-ng: support --target-host for build-vm/build-vm-with-bootloader 5319145368e58 apacheHttpdPackages.mod_dnssd: fix cross compilation (#362066) d1fb7912f1896 Merge staging-next into staging 145ffddb21613 Merge master into staging-next 8ec08cea75b0f survex: 1.4.13 -> 1.4.14 5505316e2cd93 procs: fix cross compilation (#346310) 56b7562802457 bdf2psf: 1.232 -> 1.233 (#365165) e19a2b9722c91 saw-tools: 0.1.1-20150731 -> 1.2 d3f62f546507b staruml: 6.3.0 -> 6.3.1 13342caa64384 saw-tools: format 144310f62da85 moreutils: 0.69 -> 0.70 (#364146) b7da71e4f2d3a python312Packages.jupyter-docprovider: 1.0.1 -> 1.1.0 (#365110) a822561294720 kubernetes: 1.31.2 -> 1.32.0 5d48167f78eea nixos/kubernetes/kubelet: Fix sandbox image load on containerd 2.x (#364558) 654cdcc7fe23e cadvisor: 0.49.1 -> 0.49.2 (#363910) 850c9b66d4ee5 wiremock: 3.9.2 -> 3.10.0 (#363841) 6cbeba4bcb536 cargo-cyclonedx: 0.5.6 -> 0.5.7 59e17a05108ec nixos/paperless: remove django-q workaround (#364961) 88a702963c378 python312Packages.pytapo: 3.3.32 -> 3.3.37 772ad025ecec5 klee: Fix invalid string escape 15247f20152e8 windows.mingw_w64_headers: fix building against msvcrt (#365060) 98b7c502797c5 linuxKernels.linux_lqx: fix build by removing SCHED_CLASS_EXT option b8be6313dc45d nixos/activation-script: check rmdir in usrbinenv (#264523) 15e6aef21d19e openscap: 1.3.10 -> 1.4.0 (#358281) bec0f1da1bd5e nixos/manual: add hint to interactive testing about Internet access (#338639) 43967b73c18ac bdf2psf: 1.232 -> 1.233 d41191d0571da openbao: init at 2.0.3 (#354366) 9c54c30f112c4 tasks/network-interfaces: Disable network-local-commands service if unnecessary (#338622) 7182cd29b314a xfsdump: 3.1.12 -> 3.2.0 (#339367) 1d0bae0d8d908 Bump jetbrains idea-ultimate -> 2024.3.1, etc (#363622) 861f0baf7226a paperless-ngx: re-add xdist (#364966) 904ffed79eccc nm-file-secret-agent: init at v1.0.0 5161dce85569c nixos/conduwuit: init f6696175e5d84 python312Packages.nibe: 2.13.0 -> 2.14.0 (#364896) d83f3e31333e6 python312Packages.google-cloud-vpc-access: 1.11.1 -> 1.12.0 (#364903) a63de1ade9dc2 python312Packages.google-cloud-shell: 1.10.1 -> 1.11.0 (#364904) 54a47c60d55be python312Packages.fastcore: 1.7.25 -> 1.7.26 (#364905) 7e4d4820619b3 kdePackages.solid: 6.9.0 -> 6.9.1 d9e688600ae9d python312Packages.google-cloud-webrisk: 1.15.1 -> 1.16.0 (#364902) 735bf70c8f3db python312Packages.google-cloud-workflows: 1.15.1 -> 1.16.0 (#364901) 762882fc2f4ec python312Packages.google-cloud-workstations: 0.5.10 -> 0.5.11 (#364900) 24ecbeab28050 python312Packages.aiowithings: 3.1.3 -> 3.1.4 (#364894) 687ad9babfd56 python312Packages.pysuezv2: 1.3.2 -> 1.3.5 (#364893) ecb3ae415d7fd python312Packages.open-meteo: 0.3.1 -> 0.3.2 (#364892) 4a30ef65f2587 {libllvm,isl,libiberty,libmpc}: fix references to /usr/bin/uname on native FreeBSD (#356763) 0c721ffc39a55 libgbinder: 1.1.41 -> 1.1.42 6f6677381dd5f python312Packages.pylamarzocco: 1.3.3 -> 1.4.0 (#364891) 6eb40af562f17 dioxus-cli: 0.5.7 -> 0.6.0 (#363956) 8d1d3e76a5d1d darwin.libpcap: disable condition on PRIVATE to expose symbol; mullvad: fix darwin build (#352747) 3f772e3323b2b saga: 9.6.0 -> 9.6.2 ad2bd1af959ba nixos/plasma5: fix shellcheck findings with enableStrictShellChecks enabled (#362341) 382e7cbf49c07 nixos/hickory-dns: make `settings.zone` freeform; expose `configFile` option (#363001) 899687acd5e65 python312Packages.llama-index-vector-stores-postgres: 0.3.2 -> 0.4.0 e85e476ad8bc7 kubeseal: 0.27.2 -> 0.27.3 ca2e1f0212685 iproute2mac: use finalAttrs c305a64255887 nixos/nvidia: make VA-API support optional (#364945) e56be60ad6fc8 nixos/firmware: make compression configurable (#364924) b1203ae015f84 nixos-rebuild-ng: add "Breaking changes" section b663e569c73e6 nixos/nostr-rs-relay: init (#365038) 38f521dc42da4 gst_all_1.gst-plugins-rs: 0.12.8 -> 0.13.3 7208ba79940e5 haproxy: 3.1.0 -> 3.1.1 e83dcc5347cce easyroam-connect-desktop: init at 1.3.5 (#348785) bbfb98976e0d3 vttest: 20240708 -> 20241204 a4ba6952a4dc6 heptabase: 1.46.1 -> 1.48.1 (#364285) 1dd2b16d35bb9 cnquery: 11.31.1 -> 11.34.0 (#364278) e7c03a784d7e6 timetagger: 24.07.1 -> 24.12.1 (#364448) cc419ccaefba3 eww: generate shell completions 39cf9791057fa kubelogin: 0.1.5 -> 0.1.6 5878268b2da63 python312Packages.llama-cpp-python: 0.3.2 -> 0.3.5 (#365035) 734af41a2b6a2 deno: 2.1.3 -> 2.1.4 (#364235) 03041522fb726 readarr: 0.4.4.2686 -> 0.4.5.2699 (#364546) c34bfc38bd85d uv: 0.5.8 -> 0.5.9 dac4e12ee1e0d grafana-alloy: 1.5.0 -> 1.5.1 (#365030) fd17893703023 mediainfo: 24.11.1 -> 24.12 bd5efbf836ba2 libmediainfo: 24.11 -> 24.12 56873ca8ae49f python312Packages.llama-index-vector-stores-chroma: 0.4.0 -> 0.4.1 00aba09337dd0 ryujinx-greemdev: init at 1.2.76 (#353897) 7adae4d89df03 python312Packages.py3status: 3.60 -> 3.61 5af5812fd49d9 gst_all_1.*: 1.24.7 -> 1.24.10 504197dddf247 tigerbeetle: 0.16.14 -> 0.16.17 (#364494) e35ea4a4f1ab2 kitex: 0.11.3 -> 0.12.0 (#364912) 100328d0a4c3f dpkg: 1.22.10 -> 1.22.11 (#362146) dc5061642c2a8 python312Packages.strawberry-graphql: 0.251.0 -> 0.253.1 (#362505) d80e4e36872f7 [staging-next] dump1090, nrsc5: fix build with GCC 14 (#364821) 6382ac757b42e linuxwave: 0.1.5 -> 0.2.0 a3bb056990913 catalyst-browser: init at 3.9.4 (#350552) 6817299f3834d nixos/clash-verge: enable serviceModule by default 68107bed79b54 mountpoint-s3: 1.12.0 -> 1.13.0 (#364837) e0d7d62f32062 python312Packages.mido: 1.3.2 -> 1.3.3 61f89dbd2de31 source-han-serif: 2.001 -> 2.003, source-han-serif-vf-{otf,ttf]: 2.002 -> 2.003 679860fb37bf5 python312Packages.pyre-extensions: 0.0.31 -> 0.0.32 6b40fed1179f3 cunicu: 0.5.65 -> 0.5.68 (#365121) 50a4df38ee375 matio: 1.5.27 -> 1.5.28 f2b5c67d01689 roadrunner: 2024.2.1 -> 2024.3.0 (#364906) 68bdb3a192481 alist: 3.40.0 -> 3.41.0 (#364960) 9ed03e6ab8326 python3Packages.dirsearch: enable tests & misc fixes d76a689d85b8b units: 2.23 -> 2.24 7eeab251bbb9a dogedns: 0.2.6 -> 0.2.8 (#340101) 6f1347b6fd487 tinysparql: 3.8.1 -> 3.8.2 41822d70a5b28 cunicu: 0.5.65 -> 0.5.68 e79b7de8c6ecd Merge staging-next into staging fcb5dbc7a8af3 Merge master into staging-next d219a4f9cf843 python312Packages.nodriver: 0.37 -> 0.38.post1 b0a3a9a52f0ac nixos/lib/eval-config: Add warning when masking pkgs e79bc126050ba giza: 1.4.2 -> 1.4.4 d63c09dba7262 python312Packages.kneaddata: init at 0.7.7-alpha (#340230) d54f6dc29fa65 mint-themes: 2.2.0 -> 2.2.1 (#365115) bafe2cd9a285e cinnamon-settings-daemon: 6.4.1 -> 6.4.2 (#365114) 7c8e03d3efdac python312Packages.kneaddata: init at 0.7.7-alpha 3898b1bb6b5f1 gopeed: init at 1.6.4 cb34fe7ccb736 zon2nix: fix build on Darwin 29b4c6487c268 saber: 0.25.2 -> 0.25.3 7745db249bd09 dart.super_native_extensions: add 0.9.0-dev.5 234481593572f jetbrains.{idea,pycharm}-community-src: Update readme.md 931f75bf1d13e jetbrains.idea-community-src: 2024.1 -> 2024.3.1, jetbrains.pycharm-community-src: 2024.1 -> 2024.3 b130901eda5dc mint-themes: 2.2.0 -> 2.2.1 6fe896e3159c8 cinnamon-settings-daemon: 6.4.1 -> 6.4.2 c66232084acb7 fcgi: 2.4.2 -> 2.4.3 5a9ed73f7015e kotlin: 2.0.0 -> 2.0.21 b3b8b8e15de15 python312Packages.jupyter-docprovider: 1.0.1 -> 1.1.0 8726cf8a78112 findup: 1.1.1 -> 1.1.2 04785d767a86b Pantheon updates 2024-12-13 (#364951) 1f449c0a059d4 python312Packages.jupyter-server-ydoc: 1.0.1 -> 1.1.0 95541a7a32bc7 vsce: 3.1.0 -> 3.2.1 1b1a603dc7b62 terraform-providers.acme: 2.28.1 -> 2.28.2 c3111fa780548 nkeys: 0.4.8 -> 0.4.9 6ae87d9af9dab pachyderm: 2.11.5 -> 2.11.6 e91f3d0c1f3fe pdfhummus: 4.6.7 -> 4.6.8 (#365091) 7e63a61fecb95 Update archived roslyn.nvim plugin to maintained fork. (#365083) 15bb28fc56513 micronaut: 4.7.1 -> 4.7.2 733a51670faf7 wush: 0.3.0 -> 0.4.0 c637ce573c6e9 gapless: 4.2 -> 4.3 (#364753) cff1f7844c95c waylyrics: 0.3.16 -> 0.3.20 (#364626) eaac8c8310675 yo: 5.0.0 -> 5.1.0 509eb6d0d5801 pinocchio: 3.3.0 -> 3.3.1 fca291c8d3554 incus: 6.7.0 -> 6.8.0 (#365051) 569d1ddbc9e5d fcitx5-pinyin-moegirl: 20241109 -> 20241211 842f0ebadb7da nsc: 2.10.0 -> 2.10.1 67cbf84b18c20 metacubexd: 1.171.0 -> 1.173.3 (#363725) 72fc542105eef starlark-rust: 0.12.0 -> 0.13.0 cffcb2560be84 vimPlugins.roslyn-nvim: remove lspconfig from dependencies 6e12fff17e4b8 vimPlugins.roslyn-nvim: switched to maintained fork 61c50471806d4 pdfhummus: 4.6.7 -> 4.6.8 bfda77b1c95f7 wayvnc: 0.8.0 -> 0.9.1 (#357285) 803ecf4ff3535 pantheon.elementary-bluetooth-daemon: 1.0.0 -> 1.0.1 22af71fab67b1 nats-top: 0.6.2 -> 0.6.3 719fc3afc22c7 oathkeeper: 0.40.7 -> 0.40.8 95590e9c1e7fd weston: add patch allowing neatvnc 0.9.0 9f47ffcf36c03 wayvnc: 0.9.0 -> 0.9.1 3ee3a77c022b7 wayvnc: 0.8.0 -> 0.9.0 b48fa32d8ff0c neatvnc: 0.9.1 -> 0.9.2 de542a4228008 neatvnc: 0.9.0 -> 0.9.1 b4127a9f952b3 neatvnc: 0.8.1 -> 0.9.0 6160d771fb09b Revert "gnome-weather: remove absolute path in desktop entry" (#365082) 64ca37859e77c libp11: 0.4.12 -> 0.4.13 f765c4f4e62a6 Revert "gnome-weather: remove absolute path in desktop entry" aaa48a9065ffa ntfs2btrfs: set updateScript 9a5c9fb07412b zfs_unstable: 2.3.0-rc3 -> 2.3.0-rc4 (#365045) 78409bbf928cb labwc: 0.8.1 -> 0.8.2 967137ab0e6e5 incus: 6.7.0 -> 6.8.0 2762d4c25a381 pycdc: init at 0-unstable-2024-10-13 19ab1e3e99341 llvmPackages: Split tablegen into its own derivation (#362384) 6ff5642249be6 Remove n0emis as direct maintainer (#365023) c668a9a087c1f kodi: drop patch which is no longer necessary (#364763) d5850f5ab4d6f keyguard: 1.6.4 -> 1.7.0 (#364773) 49c7bab240966 stunnel: 5.73 -> 5.74 e5d5e227a0004 texstudio: 4.8.4 -> 4.8.5 ffb32d8b96713 libfabric: 1.22.0 -> 2.0.0 e9fcaa91b7c92 venera: 1.0.8 -> 1.1.1 (#364645) bd3c6d7b2a402 calf: 0.90.3 -> 0.90.4 (#364140) 87222fd31d324 cloudflared: 2024.11.0 -> 2024.11.1 (#363503) 1067436a75332 home-assistant: 2024.12.2 -> 2024.12.3 (#365009) 4430401d47ba1 btcpayserver: 1.13.5 -> 1.13.7 (#365031) d1dab99ee37be anilibria-winmaclinux: 2.2.22 -> 2.2.23 76320bde93777 rattler-build: 0.31.1 -> 0.32.1 (#364795) 1044a518e44f0 atlauncher: 3.4.38.0 -> 3.4.38.1 8c07f0daa3461 age-plugin-fido2-hmac: 0.2.3 -> 0.2.4 1f59b27fedf75 _64gram: 1.1.45 -> 1.1.52 (#364260) db18211d0f59b maintainers: add srv6d 19c398af10c51 python3Packages.wagtail: 6.2.2 -> 6.3.1 (#359811) 956843865229e Merge staging-next into staging fa3898acdbc10 Merge master into staging-next 89bd1312a6f77 codeium: 1.24.2 -> 1.30.2 (#363819) e5b584b273727 pysolfc: 3.0.0 -> 3.1.0 (#364354) fd118d43fb135 python312Packages.jupyter-collaboration-ui: 1.0.1 -> 1.1.0 6069757ab07ff praat: 6.4.23 -> 6.4.25 (#364405) 6f73c037aadac windows.mingw_w64_headers: fix building against msvcrt dfd7b67092ddc nixos: add option `hardware.enableAllHardware` (#364479) 4ed27101c6084 nixos/zfs: fix not auto-importing pools without any `fileSystems` 3849e838fd4cf blackfire: 2.28.20 -> 2.28.21 (#364550) 362f7de39f09d bacon: 3.3.0 -> 3.5.0 (#364595) 54e441ee1ecdb catalyst-browser: init at 3.9.4 5587af11e3446 Revert "guile: workaround for libunistring / darwin libiconv" 0182edcf58c86 libunistring: use gnu libiconv on darwin 5ab79f9898eb3 stdenv/darwin: remove libunistring 6bc4407d3239a frida-tools: 12.5.0 -> 13.6.0 dee4613470bf1 phpExtensions.redis: 6.0.2 -> 6.1.0 9275f7d93ee34 pixelorama: 1.0.3 -> 1.0.5 7e8010aa34d20 zapzap: 5.3.8 -> 5.3.9 921140e5b794e art: 1.24.1 -> 1.24.2 (#364772) 6ca5e336c7d15 terraform-providers.bigip: 1.22.5 -> 1.22.6 0e67a90615b1e strawberry: 1.2.2 -> 1.2.3 a44980d17d995 terraform-providers.postgresql: 1.24.0 -> 1.25.0 16b2ede3fc70b mongodb-7_0: 7.0.15 -> 7.0.16 d6a14c05e6f9a zfs_unstable: 2.3.0-rc3 -> 2.3.0-rc4 d237fee665cef mini-calc: 3.3.2 -> 3.3.3 (#364716) 626d9564ff24f python312Packages.py-aosmith: 1.0.11 -> 1.0.12 (#364895) 0af00370e997a zizmor: 0.8.0 -> 0.9.1 (#365027) 8d3fe478953bc python312Packages.pebble: 5.0.7 -> 5.1.0 (#364575) 9788600c19f4e iosevka: 32.1.0 -> 32.2.1 44150a0113db7 terraform-providers.sumologic: 2.31.5 -> 3.0.0 d6da6d983237f pritunl-client: 1.3.4083.88 -> 1.3.4099.99 (#364809) 84c8d199679b0 btcpayserver: 1.13.5 -> 1.13.7 6ed1480b71e7d nbxplorer: 2.5.7 -> 2.5.16 f1f424d5a3120 btcpayserver: move to `pkgs/by-name` 042e91d55009c home-assistant-custom-lovelace-modules.bubble-card: 2.3.0 -> 2.3.3 (#365041) 5e5d231a45156 gobatmon: init at 0.4.0 fb9154a77a0cb iosevka: correctly set build verbosity and suppress progress bar 2be20ed26bafe boost187: init at 1.87.0 c52aa439e002d xfsdump: 3.1.12 -> 3.2.0 db3eb30cdf892 stalwart-mail: 0.10.6 -> 0.10.7 (#365005) 7c0c8cfbf847c immich: 1.122.2 -> 1.122.3 7d7dedd52ad92 oscavmgr: 0.4.2 -> 0.4.3 (#364959) ef53ba41c9261 home-assistant-custom-lovelace-modules.bubble-card: 2.3.0 -> 2.3.3 f4a439136b44b Update pkgs/by-name/ta/tacent/package.nix c504210f84a13 envision-unwrapped: 1.1.1 -> 2.0.1 (#364857) 64b7d571007ad freetube: 0.22.0 -> 0.22.1 (#364791) 4920f39396560 evcc: 0.131.10 -> 0.131.11 (#365026) b2c56b95d038c pipeline: 2.0.3 -> 2.1.0 (#364514) 1a25e8981170d vscode-extensions.eamodio.gitlens: 15.6.0 -> 16.0.5 1a05611c75a85 python312Packages.llama-cpp-python: 0.3.2 -> 0.3.5 9376bed06a8ef parlay: 0.6.0 -> 0.6.4 71a6392e367b0 insync: 3.9.3.60019 -> 3.9.4.60020 (#363380) a438b5d1b5f4d renovate: 39.42.4 -> 39.65.2 36d4f4be04ddc matrix-synapse: 1.121.0 -> 1.121.1 f9edf8a8d370e trealla: 2.60.18 -> 2.62.1 (#364376) cb2ffdbc81d91 tabiew: 0.7.1 -> 0.8.0 (#364784) 15cf25d7380eb grafana-alloy: 1.5.0 -> 1.5.1 c65733b7be552 zizmor: 0.8.0 -> 0.9.1 5ec9ea59a2626 vimPlugins: fix the case of nvimRequirecheck (#365018) 601504d994b87 Remove n0emis as direct maintainer b057d9a086d8a OWNERS, teams: jetbrains: add theCapypara, create jetbrains team (#364861) 39226f0f0aab2 basedpyright: 1.22.0 -> 1.22.1 (#365008) 6162f43384e7b evcc: 0.131.10 -> 0.131.11 84bd8b0172a7c nixos/cinnamon: Do not set QT_QPA_PLATFORMTHEME (#364267) 09629ec54caf0 terraform-providers.spotinst: 1.199.2 -> 1.201.0 ad2e433d0a008 openbao: init at 2.1.0 20f03c6d3d5cb discordo: 0-unstable-2024-11-30 -> 0-unstable-2024-12-12 d19b9275b304d maintainers: add brianmay 3321862ab0fc4 keydb: skip flaky "Active defrag edge case" test (#353417) ed9e8820ed679 oversteer: fix udev rule package paths (#364728) 4d0505cb775cc tone: add changelog 818d1c60b9d51 tone: use update script dbffcefb667bb tone: use versionCheckHook b4bd73ceed445 tone: clean up e65ef57a0f884 stdenv: fix documentation for stripAllFlags and stripDebugFlags (#352127) abda7147ff534 nixos-rebuild-ng: remove tabulate as dependency df1de458e0a18 nixos-rebuild-ng: remove --verbose flag hack eb1b38d147a53 hpp-fcl -> coal: 2.4.5 -> 3.0.0 fb74394f9fde1 jrl-cmakemodules: 0-unstable-2024-09-17 -> 0-unstable-2024-11-20 41135a0fd842f oversteer: fix udev rule package paths 787ab904c5d89 feishu: 7.22.9 -> 7.28.10 de83a9748c2cf pyradio: 0.9.3.11.1 -> 0.9.3.11.3 8e954ac5f6022 basedpyright: 1.22.0 -> 1.22.1 3ff58f5e65c6a vrcadvert: refactor 58c0be8a93a90 vrcadvert: add update script 32d09a7f4a8f3 vrcadvert: add version checking 2f85e9679c8c8 tsm-client: 8.1.24.0 -> 8.1.25.0 33d4a53bcbe43 tsm-client: update support URLs 3566ab7246670 tonelib-gfx: 4.8.5 -> 4.8.7 (#361792) 66ba544b03f99 syncstorage-rs: 0.17.15 -> 0.18.2 (#364157) f146be0b62e8e stalwart-mail: 0.10.6 -> 0.10.7 7c87ea18820bf megacmd: add darwin support ee94d13e14124 python312Packages.homeassistant-stubs: 2024.12.2 -> 2024.12.3 4e9eac596687a jan: 0.5.7 -> 0.5.11 (#363302) fbb21f04e0fac java-hamcrest: init at 3.0 (#363098) 63bd6ff6e35ba mongocxx: 3.10.2 -> 4.0.0 (#363064) 7f9af0cf72989 sqlitestudio: 3.4.6 -> 3.4.9 (#363732) 16ebedd8a08f3 open-web-calendar: 1.41 -> 1.42 (#361559) d29077946a542 nifi: 1.28.0 -> 1.28.1 (#361560) 9504e17cce80e tailscale: build derpprobe (#364918) 4b80c986dc336 slimevr: init at 0.13.2 b65ba8ae3e760 ardour: 8.8 -> 8.10 (#358822) c3ab48b1ffb7f dumbpipe: 0.20.0 -> 0.21.0 112ee91d6c95e sendme: 0.19.0 -> 0.20.0 11b181e2e13c5 common-updater-scripts,directoryListingUpdater: handle ${pname}_${version} file names (#347619) 0d704551a6ed1 home-assistant: 2024.12.2 -> 2024.12.3 5d770574c272a python312Packages.pysuez: 1.3.2 -> 1.3.5 ac9f754329803 python312Packages.pydaikin: 2.13.7 -> 2.13.8 1ade222e723e3 plasma-panel-colorizer: 1.0.0 -> 1.2.0 (#357547) 8ae24c7b80efa plasmusic-toolbar: 2.0.0 -> 2.1.1 (#357549) 0e102aed03152 python312Packages.py-aosmith: 1.0.11 -> 1.0.12 2b1e533d60e05 koodo-reader: 1.6.7 -> 1.7.2 (#357541) 5d1ef09fbc78f python312Packages.evohome-async: 0.4.20 -> 0.4.21 6eeec0664b43a streamlink-twitch-gui-bin: 2.4.1 -> 2.5.3 (#351673) 01c0bfe809f5e notesnook: add wayland support (#357970) 7fb1d363dbd73 python312Packages.deebot-client: 9.3.0 -> 9.4.0 11029dba95b79 [staging-next] kdePackages: Frameworks 6.8 -> 6.9 (#364973) 52a783be24a4a hellwal: init at 1.0.2 (#364360) 4322d0ed1418e python312Packages.aiowithings: 3.1.3 -> 3.1.4 92346e19ed8b0 qxmpp: 1.8.2 -> 1.9.2 a7e9d5524b2e5 avahi: apply patch for CVE-2024-52616 3a0de0544cc41 shopware-cli: 0.4.60 -> 0.4.61 (#364899) d372c7f843f78 hotspot: build against Konsole (#278318) c62ec80d1fc0c hadoop, nixos/hadoop, nixosTests/hadoop: nixfmt ba25f1601b960 r2modman: 3.1.54 -> 3.1.55 (#364610) 56456210e9bfc blender: 4.3.0 -> 4.3.1 (#364446) 5380d6482af87 rops: init at 0.1.4 999e8c7ff0621 hadoop: 3.4.0 -> 3.4.1 0d57792151701 tflint-plugins.tflint-ruleset-aws: 0.34.0 -> 0.36.0 86f46d7cb21c9 pyfa: 2.61.0 -> 2.61.3 474104e3c3c29 ps3-disc-dumper: 3.2.3 -> 4.2.5, .NET 6 -> 9 (#361506) d98ac94d5db62 azure-functions-core-tools: 4.0.5455 -> 4.0.6594 (#361077) c61af72ba3713 Merge staging-next into staging 96dd0fdefd540 Merge master into staging-next 5f96089dec6a8 python312Packages.openai: 1.56.1 -> 1.57.4 541e1aacbf59b discord-canary: {0.0.650 -> 0.0.653, 0.0.538 -> 0.0.541}, discord-development: {0.0.67 -> 0.0.68,0.0.53 -> 0.0.54} (#364706) bef38c59f3f4f melonDS: 1.0rc-unstable-2024-11-27 -> 1.0rc-unstable-2024-12-05 (#364697) b1e4a232f4c59 nixos/hadoop: fix failing hdfs test 7c024aa508581 python312Packages.deal-solver: use pytest-cov-stub and pytest-xdist (#364460) bdd10c641ebe9 nixos/hadoop: fix failing yarn tests 61dd3fdae2528 nixos/hadoop: fix lib function calls b924ef1daf0bc oatpp: 1.3.0 -> 1.3.1 96401895c3728 mergiraf: 0.3.0 > 0.4.0 (#364859) cf3c705a2ce06 kdePackages: Frameworks 6.8 -> 6.9 7a07cfb1f4ec9 awsume: propagate setuptools build input 88906315d15fe mark: 11.3.0 -> 11.3.1 b0839a66c4c16 writers: add writeGuile[Bin] (#364531) c2b0ca4ab59c9 jetbrains.plugins: update 1ff1c20352cea jetbrains: 2024.2.1 -> 2024.3.2 3ef4a5784afa1 dnscontrol: 4.15.0 -> 4.15.1 c0f32c90debdb adobe-reader: restructure and add mainProgram (#364580) 5762fdafa836a agate: 3.3.10 → 3.3.11 e8ffd6bccb61d gitea: 1.22.5 -> 1.22.6 (#364941) c32617fd88fce paperless-ngx: re-add xdist 5c941d4463d46 organicmaps: 2024.11.12-7 -> 2024.11.27-12 5b296b3f7e313 gopls: 0.16.2 -> 0.17.0 (#364911) f5fc0112926be mydumper: 0.16.9-1 -> 0.17.0-1 (#364864) cd42703a6440f awscli2: 2.19.0 -> 2.22.13 (#363879) ded010d5dd105 kompose: 1.34.0 -> 1.35.0 (#364764) b82cd4026f5a4 kmon: 1.6.5 -> 1.7.0 (#364765) 0c4f804556ae0 caligula: 0.4.7 -> 0.4.8 (#364749) 4e95fd784de07 mise: 2024.11.37 -> 2024.12.6 (#364596) c89bb01e0cf82 disko: 1.9.0 -> 1.10.0 (#364914) ea27f40ced90b coqPackages.coq-elpi: support master fead341554950 bitwarden-cli: 2024.11.1 -> 2024.12.0 2aa4a28178034 bitwarden-cli: reduce closure size (#364275) 7534f2428edb4 inputmodule: init inputmodule-control (pkg), init inputmodule (module) (#307293) 85196116f63c4 oscavmgr: 0.4.2 -> 0.4.3 c5caab6aed24a ps3-disc-dumper: 3.2.3 -> 4.2.5 22cf4c09490ed ps3-disc-dumper: .NET 6 -> .NET 9 ab6f8305ae6d1 librewolf-unwrapped: 133.0-1 -> 133.0.3-1 a9957d6054b59 alist: 3.40.0 -> 3.41.0 07087e708f07c apache-modules.mod_dnssd: update path file link 8e34f54588fc5 bloop: 2.0.5 -> 2.0.6 ec21cacf9b3e5 nixos/pantheon: Get rid of gsignond 86441073e7ae7 pantheon.pantheon-wayland: init at 1.0.0 6fb80f95668ba pantheon.granite{,7}: Move into pkgs/desktops/pantheon/libraries 62767cb0cd521 pantheon.switchboard-plug-about: 8.0.0 -> 8.1.0 3206fca3295b9 ps3-disc-dumper: add maintainer gepbird 6b996d6693faa ps3-disc-dumper: `fetchFromGitHub` refactor 57804c3fbbe11 ps3-disc-dumper: remove `with lib;`, order `meta` attrs 540c7a13c20bb ps3-disc-dumper: add update script 5359b7061466b pantheon.appcenter: 8.0.0 -> 8.0.1 11c06cbb25682 pantheon.elementary-settings-daemon: 8.1.0 -> 8.1.1 29ffe6b6aba85 pantheon.elementary-capnet-assist: 8.0.0 -> 8.0.1 ffcbeadf1562d pantheon.elementary-feedback: 8.0.0 -> 8.0.1 e674d4450b671 pantheon.switchboard-plug-sharing: 8.0.0 -> 8.0.1 8145858d24cab pantheon.switchboard-plug-power: 8.0.0 -> 8.0.1 fb3449bd17db5 jenkins-job-builder: add passthru.tests 5843a13d38977 nixos/tests/jenkins: increase disk size to 2 GiB 77f2b0312b730 ocamlPackages.elpi: 2.0.5 -> 2.0.6 79439eadd8d49 python312Packages.llm-gguf: init at 0.2 (#364926) fad6e19f35182 nixos/nvidia: make VA-API support optional 997e1559dd35b iosevka-bin: 31.9.1 -> 32.2.1 0a9dd5612dbd6 nixos/firmware: make compression configurable b069f4f185de0 nixos/paperless: remove django-q workaround ae599fb94b578 libfmvoice: 0-unstable-2024-11-08 -> 0-unstable-2024-12-11 (#364919) 59ab33c3b8d38 lumafly: use dotnet sdk 9 as sdk 7 has been marked insecure (#360640) de11abeaf31ba numix-icon-theme-square: 24.10.22 -> 24.12.12 (#364930) 8b4a96dd8039a gitea: 1.22.5 -> 1.22.6 c9c5ce0e7f262 python312Packages.pyvicare: 2.37.0 -> 2.38.0 (#364889) 1cf12db2eec6e yggdrasil: 0.5.10 -> 0.5.11 2b40b5ce63bdc mailpit: 1.21.5 -> 1.21.6 (#364852) 2a7ebf12140f6 terraform-providers.vcd: 3.14.0 -> 3.14.1 (#364856) 8b0cdd493832b terraform-providers.kafka: 0.8.1 -> 0.8.3 (#364862) 3fde1968606c7 yt-dlp: 2024.12.6 -> 2024.12.13 9de3794649838 helmfile: 0.169.1 -> 0.169.2 (#364822) 30ca6a28d203b usql: 0.19.12 -> 0.19.14 (#364935) 03a81b058b090 spacectl: 1.7.1 -> 1.8.0 (#364830) 283ad01fcd9f2 waylyrics: 0.3.16 -> 0.3.20 0382efe0b0cce misconfig-mapper: 1.12.3 -> 1.12.4 (#364833) 9ed2dac2c78a7 argocd: 2.13.1 -> 2.13.2 (#364840) 033e8a62d52fc govc: 0.46.2 -> 0.46.3 (#364782) 2280d74021aa2 terraform-providers.tfe: 0.60.1 -> 0.61.0 (#364787) 3eef4cf151baf terraform-providers.doppler: 1.12.0 -> 1.13.0 (#364788) ec38a9a36b4a0 kubefetch: 0.8.0 -> 0.8.1 (#364800) efd064589298f netscanner: 0.6.1 -> 0.6.2 (#364801) dc68e64052999 pet: 1.0.0 -> 1.0.1 (#364802) e4b3615cfbb96 ddns-go: 6.7.6 -> 6.7.7 (#364803) 75fc428373b9e novops: 0.18.0 -> 0.19.0 (#364805) a1bd5b780a1f2 terraform-ls: 0.36.0 -> 0.36.2 (#364807) 3275d4e3a601f nixos/schroot: init module 5330fc0e6eb7d muparser: 2.3.4 -> 2.3.5 (#364780) 763967dd303c9 goose: 3.23.0 -> 3.23.1 (#364781) 4287550e3df87 schroot: init at 1.6.13-5 69c46d440cf11 maintainers: add bjsowa 0ba0da04c1007 usql: 0.19.12 -> 0.19.14 2d19bd0e0e82d goperf: 0-unstable-2024-11-18 -> 0-unstable-2024-12-04 707045901e58f ytdownloader: 3.18.4 -> 3.18.5 (#364713) ef61238cde43a mini-calc: 3.3.2 -> 3.3.3 b7597ac21fa44 python312Packages.unstructured: 0.16.8 -> 0.16.11 (#364719) eb801444bb62f nb: 7.14.6 -> 7.15.0 (#364732) bf28d22358696 kube-bench: 0.9.2 -> 0.9.3 (#364737) f6c38e537c07a firefox-bin: link native-messaging-hosts to correct location (#303562) 97ae5134a203b python312Packages.pyoverkiz: 1.15.1 -> 1.15.2 (#364742) 5e3d949227e3b snipaste: 2.10.2 -> 2.10.3 (#364747) 78fbcb21c9d1c python312Packages.python-gvm: 24.11.0 -> 24.12.0 (#364661) b11a670b6b48a protonmail-bridge: 3.15.0 -> 3.15.1 (#364665) d8e0f79b4942f python312Packages.elasticsearchdsl: 8.16.0 -> 8.17.0 30f0736c4fda0 python312Packages.scikit-posthocs: 0.11.0 -> 0.11.1 (#364668) c98a4e03e70be vgm2x: 0-unstable-2024-11-17 -> 0-unstable-2024-12-11 (#364675) 8608985597912 watershot: 0.2.0 -> 0.2.2 (#364678) d2eddbf74b021 check-jsonschema: 0.29.4 -> 0.30.0 (#364693) 831af1be93542 numix-icon-theme-square: 24.10.22 -> 24.12.12 0c8480792c60d python312Packages.rmsd: 1.6.0 -> 1.6.1 (#364702) 1780cbb35167e python312Packages.llm-gguf: init at 0.2 5ab03cfae131c python312Packages.python-arango: 8.1.3 -> 8.1.4 (#364704) 112f236c59cf5 greenmask: 0.2.5 -> 0.2.6 (#364705) cf55aa8701953 python312Packages.pycrdt: 0.10.8 -> 0.10.9 2d31fb9114191 terraform-providers.kubectl: 1.16.0 -> 1.18.0 10b539abc756d treesheets: 0-unstable-2024-11-24 -> 0-unstable-2024-12-11 (#364619) 5526a6769f967 gensio: 2.8.9 -> 2.8.10 699f04133bcd5 terraform-providers.yandex: 0.133.0 -> 0.134.0 (#364635) 146af8012ed16 apko: 0.20.1 -> 0.21.0 (#364641) 1d9d7337a0bd7 sogo: update libwbxml in activesync patch (#364643) 062447d775d6b turnon: 1.6.1 -> 1.6.2 (#364647) ec87bb2c7b040 dnscontrol: 4.14.3 -> 4.15.0 (#364913) c23cbb88ceb24 python312Packages.niaclass: 0.2.1 -> 0.2.2 (#364659) a23b15a7a94df kazumi: 1.4.5 -> 1.4.6 7c9903f45348a nextcloud30Packages.apps.recognize: s/buildInputs/nativeBuildInputs/ 0ac0220f7d218 openbugs: switch to new upstream (#316714) 03f72d2116967 karmor: 1.2.3 -> 1.3.0 3dc8ff155b833 build-support: fix nix-prefetch-* on macOS (#358685) cc9e7bb4f3e51 patch2pr: 0.29.0 -> 0.30.0 (#364778) a64b0895ebcf0 tailscale: build derpprobe 49afd97aab9c4 nixos-rebuild-ng: run list_generations in parallel 84c6a4e1cc80b nixos-rebuild-ng: add --debug flag 0051a3dc9a83a nixos-rebuild-ng: use -s as copy_flags 210faf516688a nixos-rebuild-ng: change copy closure logic when copying from_host -> to_host 36ecdfd28cb1b libfmvoice: 0-unstable-2024-11-08 -> 0-unstable-2024-12-11 d099ad0a0ecdf spotify-qt: 3.11 -> 3.12 a1fde467e2f84 gcsfuse: 2.5.1 -> 2.6.0 63147ee264d9e disko: 1.9.0 -> 1.10.0 b048953c5f1ba dnscontrol: 4.14.3 -> 4.15.0 b93e42b9428e2 python3Packages.django-q: drop 0fb39c5abbe05 mailmanPackages: use python 3.12 1b8f54d2a16c4 mailmanPackages.hyperkitty: 1.3.9 -> 1.3.12 fa8320d2cc9ff python312Packages.django-q2: init at 1.7.4 eafe3fb5a1d96 kitex: 0.11.3 -> 0.12.0 172123b7de01f Merge remote-tracking branch 'origin/staging-next' into staging 9b370cbc0033f json-glib: 1.10.0 -> 1.10.6 df1f21fd1a9f3 gopls: 0.16.2 -> 0.17.0 c1c8e963dcdb6 Merge master into staging-next 6624a19224620 zenoh-plugin-webserver: init 1.1.0 b21706aeb4c02 zenoh-plugin-mqtt: init at 1.1.0 8a79f48ea6410 zenoh-backend-rocksdb: init at 1.1.0 6ed895d5553eb zenoh-backend-influxdb: init at 1.1.0 edb690ec47e71 zenoh-backend-filesystem: init at 1.1.0 4d2418ebbfb10 gnucash: add libsecret to support db password storage in keychain (#364868) 0752b1bfd4f39 buildInLinuxVM: switch from 9p to virtiofs (#362081) b69dd7798d397 python312Packages.plyara: 2.1.1 -> 2.2.2 7e685d3693251 nixos/cinnamon: Do not set QT_QPA_PLATFORMTHEME a7e86ba1344c8 Merge remote-tracking branch 'origin/master' into staging-next 6de0d6cd0facb python312Packages.mypy-boto3-route53domains: 1.35.0 -> 1.35.80 b0ee1095295db nixos/alsa: add rnhmjoj as maintainer 0b5ca42f3136c nixos/tests/firefox: use hardware.alsa c8a84a01d57ea nixos/alsa: rebirth from the ashes cdfed365fe25f python312Packages.mypy-boto3-guardduty: 1.35.72 -> 1.35.80 653f829684e33 python312Packages.mypy-boto3-glue: 1.35.74 -> 1.35.80 5e67f8dae986a python312Packages.mypy-boto3-dms: 1.35.45 -> 1.35.80 e54101114c156 python312Packages.mypy-boto3-connect: 1.35.78 -> 1.35.80 7cf092925906d rdma-core: 54.0 -> 55.0 (#364655) cc5b9a306f692 python312Packages.google-cloud-workstations: 0.5.10 -> 0.5.11 ef017c6db47a5 yaralyzer: 0.9.4 -> 0.9.5 (#364879) 758ce459f08f6 python312Packages.google-cloud-workflows: 1.15.1 -> 1.16.0 90f8fed7ba1e4 python312Packages.google-cloud-webrisk: 1.15.1 -> 1.16.0 f4744205d7e00 python312Packages.google-cloud-vpc-access: 1.11.1 -> 1.12.0 f04daa38eeeaa python312Packages.google-cloud-shell: 1.10.1 -> 1.11.0 6f22a36a01e7b roadrunner: 2024.2.1 -> 2024.3.0 ac25fc5158d94 python312Packages.fastcore: 1.7.25 -> 1.7.26 6bdbac7f7a81d python312Packages.botocore-stubs: 1.35.79 -> 1.35.80 fe88a9b9eeba9 python312Packages.boto3-stubs: 1.35.79 -> 1.35.80 4e85178c7e6dc nimble: 0.16.2 -> 0.16.3 54a15d3ff5f91 python312Packages.pylamarzocco: 1.3.3 -> 1.4.0 1cfdf7ebbba2e python312Packages.pyvicare: 2.37.0 -> 2.38.0 87c34ca47a48d python312Packages.open-meteo: 0.3.1 -> 0.3.2 c0159d6be7ab1 shopware-cli: 0.4.60 -> 0.4.61 1c8d9ddc5de07 n8n: 1.70.1 -> 1.72.1 c58ca39706005 python312Packages.pysuezv2: 1.3.2 -> 1.3.5 acf2a760723f2 python312Packages.aiowithings: 3.1.3 -> 3.1.4 639402985017a python312Packages.py-aosmith: 1.0.11 -> 1.0.12 9d59a4cfbe01a python312Packages.nibe: 2.13.0 -> 2.14.0 e5481e29afdb7 Merge staging-next into staging fa7b9efd1986e home-manager: 0-unstable-2024-11-29 -> 0-unstable-2024-12-12 3d066cd2676b8 lua-language-server: 3.13.3 -> 3.13.4 0d34423bd5fd8 python312Packages.boto3-stubs: 1.35.78 -> 1.35.79, python312Packages.botocore-stubs: 1.35.78 -> 1.35.79 (#364681) 3107435c3a067 Merge: postgresqlPackages.pg_cron: 1.6.4 -> 1.6.5 (#364667) 36c7e8e0830d1 python311Packages.angr: 9.2.130 -> 9.2.132 (#364682) cfae4f15d0af6 python312Packages.aiortm: 0.9.42 -> 0.9.43 (#364683) c74751a9d2189 python312Packages.aiohomeconnect: 0.6.4 -> 0.7.0 (#364684) ab67d0af1ce26 python312Packages.mypy-boto3-*: updates (#364687) a71251c172bda python312Packages.monzopy: 1.4.2 -> 1.5.0 (#364688) 7ddd89f7d51ef python312Packages.tencentcloud-sdk-python: 3.0.1279 -> 3.0.1280 (#364700) 2761b20a8488a Revert "python312Packages.webexteamssdk: 1.6.1 -> 2.0.1" (#364651) 1767e1e049117 mongodb-ce: 8.0.3 -> 8.0.4 (#364863) 3f56d4a7c7850 Merge: nextcloud30: 30.0.2 -> 30.0.4 (#364566) ee4d933d36ad2 vulnix: 1.10.1-unstable-2024-04-02 -> 1.10.2 c6980dc01632d aws-sam-cli: 1.131.0 -> 1.132.0 7d8f9ce5fc357 yaralyzer: 0.9.4 -> 0.9.5 a04ba402ddf61 coqPackages.compcert: 3.14 → 3.15 0dd7c0eae1656 eksctl: 0.197.0 -> 0.198.0 (#364841) bf2f6de39ded3 nixos/etc-activation: only assert for 6.6 kernel in switchable systems 5800c4e1f0876 Merge: zmap: 4.2.0 -> 4.3.1 (#364578) bc812fb47c3f6 ghostscript: fix cross for armv7l (#363237) aed10d7310a8c gnucash: add libsecret to support db password storage in keychain 629830c8ffc7d Add coqPackages.stdlib 0fb1b7d80c3ba Rename coq-stdlib into rocq-core 41e34e0c2e6a7 pinentry_mac: fix strictDeps (#361859) 9fb82dcd802c1 mongodb-ce: 8.0.3 -> 8.0.4 5725cc2291aaf make-ext4-fs: enable parallel compression for zstd (#364666) e6cb5a82e1cd8 mydumper: 0.16.9-1 -> 0.17.0-1 29968df363358 mergiraf: fix use vendored Cargo.lock ef3402f28b1c6 terraform-providers.kafka: 0.8.1 -> 0.8.3 5b37bd1fd8417 starboard: 0.15.22 -> 0.15.23 (#364408) 9372cd96fe554 mergiraf: 0.3.0 -> 0.4.0 7c49f4f5e7177 OWNERS, teams: jetbrains: add theCapypara, create jetbrains team ae320512e6359 xcursor-pro: init at 2.0.2 (#335188) 74df507da6d2f markdown2html-converter: init at 1.1.12 (#316491) c7361140e8475 envision-unwrapped: 1.1.1 -> 2.0.1 4901bb7d4bec8 terraform-providers.vcd: 3.14.0 -> 3.14.1 822b53d1a14f7 osu-lazer{,-bin}: 2024.1115.3 -> 2024.1208.0 (#363501) 8fc2225e131bc dxx-rebirth: 0.60.0-beta2-unstable-2024-11-16 -> 0.60.0-beta2-unstable-2024-12-07 daa8c5b1d39c5 dogedns: 0.2.6 -> 0.2.8 6f44e1219f5a1 nixos/navidrome: support dns through systemd-resolved (#290901) 314b7e17df87b llvmPackages: add `asl20-llvm` to licenses for v19+ (#314347) 24cef9681f719 ghostscript: fix install names on Darwin (#359025) 27eaf7894a26d qownnotes: fix build for macOS (#363327) 20b22241b2cc3 simdutf: 5.6.3 -> 5.6.4 (#364831) e51d950dd8c97 tmuxPlugins.weather: set correct rtpFilePath (#285909) 206675f0e36f2 nixos/sd-card: explicitly set core_freq for Raspberry Pi 3 (#306724) f0a2668e72661 libvdwxc: update to new homepage (#364722) 7dc78efeae75f nixos/anki-sync-server: do not use unqualified 'cat' in execStart script (#280720) 75caf18b04ef2 pub2nix.generatePackageConfig: Use logical paths for pubspec.yaml (#310059) 8befa29934507 docker: 27.3.1 -> 27.4.0 56b0a6372e6c2 vault-ssh-plus: 0.7.5 -> 0.7.6 (#364790) 7484dc8f19d63 python312Packages.aiolimiter: 1.1.0 -> 1.2.1 278f0be608db2 nixos/kubernetes/kubelet: Fix sandbox image load on containerd 2.x 41a76e2c7b7dd mailpit: 1.21.5 -> 1.21.6 a073607399e63 youtrack: 2024.3.52635 -> 2024.3.53776 2fb61b62adf00 vulkan-loader: format, add option to enable or disable x11 support (#355949) 16e466cc3d406 libass: remove unused rasterizerSupport option (#318706) 101e5a6b26c98 buildkite-cli: 3.3.1 -> 3.4.1 34e13b3ace62c ocamlPackages.lacaml: 11.1.0 -> 11.1.1 e8f044095c822 bandwhich: 0.23.0 -> 0.23.1; move to by-name; nixfmt; useFetchCargoVendor (#356934) 6d0b733aa4d35 guile: workaround for libunistring / darwin libiconv (#364503) 6f85944a5efa3 prometheus-mongodb-exporter: 0.42.0 -> 0.43.0 b6fe5f6b00a65 orchard: 0.25.2 -> 0.26.2 89dfc4682ccae zenoh,python3Packages.zenoh: 1.0.3 -> 1.1.0 (#364228) 49472e2448010 libpng12: fix clang-19 build (#362685) a484b3446bb1b flyctl: 0.3.40 -> 0.3.49 (#364324) f2abf2535cb88 gtk-engine-murrine: func prototypes for gcc-14 (#362250) f4cd916d2f96c eksctl: 0.197.0 -> 0.198.0 58920ef38a05f itk: Adds RTK remote crate (#353018) f99de26ab974e hunspellDicts.ko_KR: init at 0.7.94 (#343936) 187485e9dd8f9 grafana-loki: 3.2.1 -> 3.3.1 61372e47f8be0 argocd: 2.13.1 -> 2.13.2 7f39db5bee887 granian: 1.6.1 -> 1.6.2 (#351939) 5672733f61098 mountpoint-s3: 1.12.0 -> 1.13.0 2f453455b74c3 fluidd: 1.31.0 -> 1.31.2 805d7318fe4aa ocrodjvu: init at 0.13.2 0d9ea99d72362 nixos/couchdb: Add support for additional config files (#358006) ebc87151bf5dc halo: 2.20.10 -> 2.20.11 22405c23fc746 misconfig-mapper: 1.12.3 -> 1.12.4 af971f3091c27 vals: 0.37.8 -> 0.38.0 210fc874b2d87 spacectl: 1.7.1 -> 1.8.0 d1287a0b56fd2 altair: 8.0.4 -> 8.0.5 a082997c9614e simdutf: 5.6.3 -> 5.6.4 1d608eb533a3c thunderbird*: 128.5.*esr -> 128.5.2esr (#364288) 38ce360dc8604 allegro5: 5.2.9.1 -> 5.2.10.0 (#363183) 01707af946b0e s7: move `patchPhase` to `postPatch`, fix `installCheck` problem (#353573) 2f8f771c7a071 dump1090: fix build with GCC 14 7e27d50a28b5a nrsc5: fix build with GCC 14 61a44231c1801 python312Packages.jupyter-ydoc: 3.0.1 -> 3.0.2 (#364711) c55fae2966848 syncthingtray: 1.6.3 -> 1.6.4 ec7c864e35d71 helmfile: 0.169.1 -> 0.169.2 75dc9e08e9efd pyflyby: 1.9.8 -> 1.9.10 (#364794) c413f31d69c59 python3Packages.basedtyping: init at 0.1.10 b99f361cb2cf6 obs-studio-plugins.obs-source-record: 0.4.1 -> 0.4.4 b8d33d0fd77d3 ttaenc: init at 3.4.1 (#238757) 355151ff6aed8 flarum: update core and packages (#360040) ded42bbe5c636 ocamlPackages.ocplib-simplex: 0.5 → 0.5.1 356192aa9eb78 waveterm: 0.10.0 -> 0.10.1 db83882d1b91a pritunl-client: 1.3.4083.88 -> 1.3.4099.99 dab67a8e835a7 rocksdb: 9.7.4 -> 9.8.4 48aee7ab24b52 nextcloud-talk-desktop: init at 1.0.0 aea8cd941bd94 Merge staging-next into staging 950ac96aaa49c akkoma: update tzdata 1.1.1 -> 1.1.2 (#354228) 2ec3c7e6ba347 Merge master into staging-next dbb9c52bd3c46 terraform-ls: 0.36.0 -> 0.36.2 3428e4dcac322 novops: 0.18.0 -> 0.19.0 89b854db13888 ddns-go: 6.7.6 -> 6.7.7 035264b794196 anki: use fetchCargoVendor (#364037) 013994f91f0cd pet: 1.0.0 -> 1.0.1 b0de57ddb8a87 netscanner: 0.6.1 -> 0.6.2 3068057dbbac9 kubefetch: 0.8.0 -> 0.8.1 ff2895786e9b2 pinniped: 0.35.0 -> 0.36.0 2cf707c042986 woodpecker-server: 2.7.3 -> 2.8.0 (#364524) ad347ac376e06 isabelle: fix darwin build (#348092) 6c03944bcf950 tabby-agent: 0.18.0 -> 0.21.1 (#362934) 27e75fd6ea49a rattler-build: 0.31.1 -> 0.32.1 88c893673b591 Merge remote-tracking branch 'refs/remotes/origin/tacent' into tacent 992670d21767f Use finalAttrs 356740a1b1274 python312Packages.stringzilla: 3.10.7 -> 3.11.1 (#364394) 2796a3fe3d55e pyflyby: 1.9.8 -> 1.9.10 c17dee45f1d3b freetube: 0.22.0 -> 0.22.1 8e3d6162a9861 python312Packages.dbt-bigquery: 1.8.3 -> 1.9.0 5d82b80c0d2fd vault-ssh-plus: 0.7.5 -> 0.7.6 5dce13d3c52bb stackit-cli: 0.17.0 -> 0.19.0 e534b7d60bde4 terraform-providers.doppler: 1.12.0 -> 1.13.0 84ff5e7026b6e terraform-providers.tfe: 0.60.1 -> 0.61.0 a0cd3ea137ad7 spire: 1.11.0 -> 1.11.1 802b3fcee0ba7 flannel: 0.26.1 -> 0.26.2 f1e2774327cf8 nixos/manual: Must disable secure boot on UEFI installs (#364406) 576d0053817af tabiew: 0.7.1 -> 0.8.0 8878922252de1 tenv: 3.2.10 -> 3.2.11 9b99a9851e779 govc: 0.46.2 -> 0.46.3 3995d89ed45aa goose: 3.23.0 -> 3.23.1 708a7db37ba1b maintainers/team-list: add michaelgrahamevans to gnome-circle (#364527) 123d780a89564 calibre: 7.21.0 -> 7.22.0 (#362473) 9438783032ab1 shadps4: 0.4.0 -> 0.4.0-unstable-2024-12-08 (#362772) ae74552666b39 sentry-native: 0.7.11 -> 0.7.16 (#362886) ad253f9d67310 python3Packages.splunk-sdk: init at 2.1.0 5a6fe69dc05f5 wt: 4.10.4 -> 4.11.1 (#363113) 075c97a17eeba ks: add completions for bash and zsh (#364049) f486c572dad0d patch2pr: 0.29.0 -> 0.30.0 b19ace2709b9c systemd-netlogd: 1.4.2 -> 1.4.3 (#361665) cdc114ef3384a muparser: 2.3.4 -> 2.3.5 403845c37839b cardimpose: init at 0.2.1 (#363750) 80ac49a0d8e99 suricata: 7.0.7 -> 7.0.8 de23a891ac9aa python312Packages.plyara: init at 2.1.1 (#362909) 6f6fc3fe46578 keyguard: 1.6.4 -> 1.7.0 7f632a70b8a09 nixos/bookstack: add package option (#364347) 9f58354e35d90 glooctl: 1.17.16 -> 1.18.0 ad7484b88ef99 venera: 1.0.8 -> 1.1.1 c99ef045eb3e4 mktxp: init at 1.2.9 (#359136) 2e9a366d3f1ff art: 1.24.1 -> 1.24.2 6341c79076400 lime3ds: 2119 -> 2119.1 38e8dde21317e uv: 0.5.7 -> 0.5.8 (#364694) 8d607118b79b1 waveterm: 0.9.3 -> 0.10.0 98fd5e4540f08 python312Packages.pyqt6-webengine: add patch fixing missing include 59d371d57160d croc: 10.1.1 -> 10.1.3 (#364662) 509b0553f6ecb linuxPackages.nvidiaPackages.vulkan_beta: 550.40.81 -> 550.40.82 (#364721) 2248d4714d40b manifest-tool: 2.1.8 -> 2.1.9 00474a90f3b75 tailwindcss-language-server: 0.0.21 -> 0.0.27 (#363636) 355c46fea4d45 opencolorio: 2.4.0 -> 2.4.1 97a7cb89c47dd kodi: drop patch which is no longer necessary a16ff38b6cd04 kmon: 1.6.5 -> 1.7.0 8072a6b11acc2 kompose: 1.34.0 -> 1.35.0 045f0b41cc7af python312Packages.txtai: 8.0.0 -> 8.1.0 (#363991) 921233985c512 pcaudiolib: 1.2 -> 1.3 c1e405082845f vector: 0.43.0 -> 0.43.1 (#364522) 7a25a5f09cde3 gleam: 1.6.2 -> 1.6.3 (#364369) 0488b87eb9e56 maintainers: add kmatasfp d512e0733898c nixos/librenms: add package option and expose package 7241f54c9fa18 nixos/librenms: use db socket when set 269beda5e7433 Merge staging-next into staging 9f19e51250c20 Merge master into staging-next f3df13265bdfb nextcloud28: 28.0.12 -> 28.0.14 3f89fb0eace4b lumafly: use dotnet sdk 9 as sdk 7 has been marked insecure b83590c858cac src-cli: 5.5.0 -> 5.10.0 906114f272b91 python312Packages.shiv: 1.0.7 -> 1.0.8 (#364744) 37ce591b9853e proton-ge-bin: GE-Proton9-20 -> GE-Proton9-21 160b47b71c1fc vpp: 24.06 -> 24.10 (#364733) f0e5402002313 vimPluginsUpdater: run using @r-ryantm 92060e4c924f5 python312Packages.morecantile: 6.0.0 -> 6.1.0 (#364745) 620b6a0679334 vscode-extensions.ms-dotnettools.csharp: 2.39.29 -> 2.55.29 8f267e81fa30d vscode-extensions.ms-dotnettools.csdevkit: 1.8.14 -> 1.14.14 3519e37b431cf coroot: 1.6.3 -> 1.6.7 ca18582e2bf5e apt: 2.9.16 -> 2.9.17 23b9fc31a7df5 gapless: 4.2 -> 4.3 d2df4cc9bfe97 microsoft-edge: 131.0.2903.70 -> 131.0.2903.86 (#364489) c3b6e7339b398 forgejo: 9.0.2 -> 9.0.3, forgejo-lts: 7.0.11 -> 7.0.12 (#364715) 41b71c40824d7 uwimap: gcc-14 fixes 067e2bba11075 caligula: 0.4.7 -> 0.4.8 10d295b7d442e alfaview: 9.18.1 -> 9.19.0 4ee9e32df3e74 snipaste: 2.10.2 -> 2.10.3 e7e35ef8b4b97 python312Packages.morecantile: 6.0.0 -> 6.1.0 6a71b413b37e4 python312Packages.shiv: 1.0.7 -> 1.0.8 793cb18e02cb7 emacsPackages.treemacs: replace python3 program (#364623) c73ec987246b5 picom-pijulius: 8.2-unstable-2024-11-15 -> 8.2-unstable-2024-12-05 (#364375) 4d3f87be22697 tutanota-desktop: 253.241126.2 -> 253.241203.1 3731807312f36 python312Packages.pyoverkiz: 1.15.1 -> 1.15.2 77dce9dd7b04b forgejo: add pyrox0 as maintainer, nixos/forgejo: fix builtin ssh conditional, replace `GITEA_` prefix in env with `FORGEJO_` (#364703) fbf8a53e320ee raffi: 0.6.0 -> 0.8.2 63b6db2ed8769 mxt-app: 1.41 -> 1.42 72feaf3145082 kube-bench: 0.9.2 -> 0.9.3 c609f1e371340 ttaenc: init at 3.4.1 c21e9e74c7b80 xcb-imdkit: Enforce & fix under strictDeps f831c075dd500 python312Packages.pyqt6-webengine: 6.7.0 -> 6.8.0 3dc4475ebbaa4 python312Packages.pyqt6-charts: 6.7.0 -> 6.8.0 f16215f428e02 python312Packages.pyqt6: 6.8.0.dev2410141303 -> 6.8.0 3f52371a7cd2d python312Packages.sip: 6.9.0 -> 6.9.1 6da8776012a3a treewide: remove uneccessary uses of dotnetCorePackages.combinePackages (#362431) eb30a6b668d9b maintainers: add ulinja 7996b203f65b3 vscode-extensions.github.copilot{*}: bump (#364729) 797c63bc73155 cockpit: 329.1 -> 330 (#364685) 6cc454478df78 nixos/inputmodule: init module bcab2a1246c53 inputmodule-control: init at v0.2.0 71eb26ef20ad2 maintainers: add Kitt3120 e4d990c80aa29 python3Packages.dugong: deprecate ae50398f16cdc lla: 0.2.10 -> 0.3.1 (#364714) e18e2779343bc s3ql: remove dugong dependency caebc4109281a vpp: 24.06 -> 24.10 106a6a108d578 nb: 7.14.6 -> 7.15.0 1d0c19c9e75cc vscode-extensions.github.copilot-chat: 0.23.2024102903 -> 0.24.2024121201 33642e3a4532d vscode-extensions.github.copilot: 1.246.1233 -> 1.251.0 cad3cc3a9a573 navicat-premium: init at 17.1.6 (#359921) 61a88accd588c openslide: expose build system compiler to meson to fix cross build (#357339) 41c787ba28bb6 pgpool: 4.5.4 -> 4.5.5 (#362020) 59ebd721189d8 nixos/neo4j: add advertisedAddress options 8bbf01a6a9e1b nfs-utils: add musl compatibility patches (#342711) b857eb4b76a4a vscode: 1.95.3 -> 1.96.0 (#364676) e88362522cc15 nixos/resilio: set rslsync gid (#350055) a4e1cfcce997c bolt-launcher: fix fhsenv version (#364686) 64b5ea8e481a3 hellwal: init at 1.0.2 7afc01b0d27f9 systemd: 256.8 -> 256.9 (#361862) baf087503bbe6 libvdwxc: update to new homepage 4061b426592b2 linuxPackages.nvidiaPackages.vulkan_beta: 550.40.81 -> 550.40.82 cdd7d0f45ca53 plan9port: 2023-03-31 -> 2024-10-22 4f60e7ed21587 edgedb: 6.0.0 -> 6.0.2; switch to fetchCargoVendor (#364125) 56e8c427c1474 perlPackages.NetAsyncWebSocket: 0.13 -> 0.14 (#352432) 622624f660ba8 [staging] unbound: bison is required when cross-compiling (#364656) b9b00aed65fe6 perlPackages.EmailOutlookMessage: add missing dep (#355311) 2385837a12d09 whatsapp-for-mac: 2.24.11.85 -> 2.24.23.82 8fc050213dae0 k3s_1_30: 1.30.6+k3s1 -> 1.30.7+k3s1 (#363993) 8d5562ae25e02 python312Packages.unstructured: 0.16.8 -> 0.16.11 3883a09df895e git-quick-stats: 2.5.7 -> 2.5.8 3d3a90ce6e7b3 outfly: init at v0.14.0 (#337116) 81990aa98cbd3 lla: 0.2.10 -> 0.3.1 d6a624885ce3e forgejo: 9.0.2 -> 9.0.3 caf56210da6f2 forgejo-lts: 7.0.11 -> 7.0.12 68b5d0867a1ac ytdownloader: 3.18.4 -> 3.18.5 d886f603ab960 maintainers: add danihek a349287f913d7 release-cross: replace x86_64-darwin with aarch64-darwin (#361521) 687fb31eb7ee4 python312Packages.jupyter-ydoc: 3.0.1 -> 3.0.2 ebf6177371f8f kodiPackages.radioparadise: 2.1.1 -> 2.1.2 (#364003) b80057964841d nixos/forgejo,forgejo: Add pyrox0 as a maintainer ecd595ef8069a nixos/forgejo: fix typo in builtin ssh server conditional f7a62ae15a735 mongoc: 1.29.0 -> 1.29.1 665063ca71f3f nixos/forgejo: replace `GITEA_` prefix in env with `FORGEJO_` 68ec77c13aaf4 akkuPackages.machine-code: remove all-a64.sps test (#341198) 2500a50899739 greenmask: 0.2.5 -> 0.2.6 cfd4bedd3d23d ch9344: 2.0 -> 0-unstable-2024-11-15 (#354536) b492c3439ecff Merge: [staging-next] epson-escpr2: add archlinux patch for gcc14 compatibility (#363259) 8669f21cf9f52 hamlib_4: fix cross-compilation (#363252) c28954d05d8f7 python312Packages.python-arango: 8.1.3 -> 8.1.4 2cf6241e98ee1 pyfa: 2.60.2 -> 2.61.0 (#356622) a5c345b6d5e2d qemu: 9.1.1 -> 9.1.2 (#357770) 3df4121841f23 qemu: separate doc output (#358839) dbbbe10a20aaf discord-development: 0.0.53 -> 0.0.54 ca8100a656164 discord-canary: 0.0.538 -> 0.0.541 edf9d3f222134 cosmic-edit: 1.0.0-alpha.3 -> 1.0.0-alpha.4 (#364366) f695718e5c799 brave: 1.73.97 -> 1.73.101 (#364673) 6b9bba3c482ab python312Packages.rmsd: 1.6.0 -> 1.6.1 a56691d33b3c2 kando: 1.5.1 -> 1.6.0 (#363131) d89fa80987efa htcondor: 24.1.1 -> 24.2.2 (#363126) d295cc4d8ca53 nzbhydra2: 7.8.0 -> 7.10.2 (#363110) 23f2c4b56707a discord-development: 0.0.67 -> 0.0.68 078925ce36eaa ecs-agent: 1.87.1 -> 1.88.0 (#363095) 1913ac4a612e6 checkstyle: 10.20.0 -> 10.20.2 (#363071) d76b937809195 discord-canary: 0.0.650 -> 0.0.653 6c1f4a437009f filebot: 5.1.5 -> 5.1.6 (#363031) d31cd2a0e2632 hydrogen: 1.2.3 -> 1.2.4 (#363003) 10be6db85ad1f polychromatic: 0.9.2 -> 0.9.3 (#362976) 449be04589885 nwg-hello: 0.2.4 -> 0.3.0 (#362927) 09cbe2120f6dc matrix-synapse: 1.120.2 -> 1.121.0 078a1323a3a8b klayout: 0.29.8 -> 0.29.10 (#362836) 8bad096a16289 nwjs-ffmpeg-prebuilt: 0.93.0 -> 0.94.0 (#362798) e65942de3eafb jay: 1.5.0 -> 1.7.0 (#362795) 94f384a365603 formiko: 1.4.3 -> 1.5.0 (#362676) b39cad6851c26 ktlint: 1.4.0 -> 1.5.0 (#362469) 65081250944bc nix-snapshotter: 0.2.0 -> 0.2.1 (#362460) 80a9bb39cb855 verifast: 24.08.30 -> 24.12 (#362457) f2b306683a70c uv: 0.5.7 -> 0.5.8 0fb31ceedb802 sqlcl: 24.3.0.285.0530 -> 24.3.2.330.1718 (#362122) 386a15ba92f98 bootstrap-studio: 6.7.3 -> 7.0.0 (#362073) 7bd711ce3684c zabbix-agent2-plugin-postgresql: 7.0.4 -> 7.0.6 (#362063) 723764ee1c2f4 vpl-gpu-rt: 24.3.3 -> 24.4.3 (#362034) 4c24a07cafd18 signal-desktop(aarch64-linux): 7.34.0 -> 7.36.0 25fc067aff095 signal-desktop(darwin): 7.35.0 -> 7.36.0 a93c8173c9b71 python312Packages.tencentcloud-sdk-python: 3.0.1279 -> 3.0.1280 60bd0eab7cd05 signal-desktop: 7.35.0 -> 7.36.0 2ca49573330b5 check-jsonschema: 0.29.4 -> 0.30.0 1c7903373c220 python312Packages.monzopy: 1.4.2 -> 1.5.0 4b71489c41bf7 bolt-launcher: fix fhsenv version 22ea194d70dd5 gcompris: 4.2 -> 4.3 (#362019) 724b993b7dcd4 opensmtpd: 7.5.0p0 -> 7.6.0p1 (#362004) d8b2f3923a859 python312Packages.mypy-boto3-sesv2: 1.35.53 -> 1.35.79 0f81ce8939d5a python312Packages.mypy-boto3-s3: 1.35.76 -> 1.35.76.post1 7861932f49899 python312Packages.mypy-boto3-mgh: 1.35.0 -> 1.35.79 02c435f14dfc2 python312Packages.mypy-boto3-ivs-realtime: 1.35.32 -> 1.35.78 8ff3f61006d10 python312Packages.mypy-boto3-finspace: 1.35.12 -> 1.35.78 170d5a996e95b python312Packages.mypy-boto3-emr-serverless: 1.35.25 -> 1.35.79 88a4b0616a99d python312Packages.mypy-boto3-connect: 1.35.72 -> 1.35.78 e784a4b79702b python312Packages.mypy-boto3-cognito-idp: 1.35.77 -> 1.35.79 847b602160f38 python312Packages.mypy-boto3-cloudtrail: 1.35.67 -> 1.35.79 29c8ae3fc86f5 python312Packages.mypy-boto3-application-autoscaling: 1.35.67 -> 1.35.78 f88414945f55d neo4j-desktop: 1.5.9 -> 1.6.0 (#362015) 276fe40ff34d0 swift: Fix eval failure `error: expected a string but found null: null` 8a6ca8f17ca8b nixpkgs-manual.{lib-docs,tests}: Fix cross build 764c99481a7d2 lib/tests/release.nix: Fix build if `impure.nix` returns a cross pkgs 0b91eddcc35f9 python312Packages.botocore-stubs: 1.35.78 -> 1.35.79 10e68dd5aa449 python312Packages.boto3-stubs: 1.35.78 -> 1.35.79 91731ce78a622 python311Packages.angr: 9.2.130 -> 9.2.132 3b7251693d891 xlockmore: 5.80 -> 5.81 (#362007) 21af19c460244 bandwhich: remove `with lib` from meta 2d42c0c54c479 bandwhich: 0.23.0 -> 0.23.1 a18cb85d6dca3 bandwhich: move to by-name 5802f55b0b022 bandwhich: use `useFetchCargoVendor` a9e6d7a110d69 k3s_1_29: 1.29.10+k3s1 -> 1.29.11+k3s1 8135554b063e8 libinput-gestures: 2.77 -> 2.78 (#361978) 43f34cf7dbd1c arduino-ide: 2.3.3 -> 2.3.4 (#361937) 5f5bc127c56b8 python312Packages.cle: 9.2.130 -> 9.2.132 33c6ddbc484f8 fiji: 20240614-2117 -> 20241114-1317 (#361288) eff9b530da342 cockpit: 329.1 -> 330 c40f1d9d69524 python312Packages.claripy: 9.2.130 -> 9.2.132 11cd005b2d8f5 python312Packages.pyvex: 9.2.130 -> 9.2.132 c9b880f6b12b0 python312Packages.ailment: 9.2.130 -> 9.2.132 c30932494f09c python312Packages.archinfo: 9.2.130 -> 9.2.132 f7ebac215284c python312Packages.aiortm: 0.9.42 -> 0.9.43 fcc046ed81600 python312Packages.aiohomeconnect: 0.6.4 -> 0.7.0 7f6f4d968db96 phpactor: 2024.11.28.0 -> 2024.11.28.1 (#364670) 065b48084f277 lib.packagesFromDirectoryRecursive: let-bind functions called from `lib` 1db8650fb4671 lib.packagesFromDirectoryRecursive: refactor, again 680e216a93942 watershot: 0.2.0 -> 0.2.2 dff46c854af40 python312Packages.fnllm: 0.0.11 -> 0.0.12 (#364582) b3c3aaa0bf485 nixos/k3s: make assertions about missing configuration options warnings (#364370) 0520504786ee9 vgm2x: 0-unstable-2024-11-17 -> 0-unstable-2024-12-11 824916ecc71e5 gnu-shepherd: 0.9.3 -> 1.0.0 (#363881) 5a3a591bd3a7a python312Packages.django-q: fix build (#364654) c380c12b61b6b vscode: 1.95.3 -> 1.96.0 f6c5531461d4f nixos: Don't set `!allowSubstitutes` (#314664) 380d334e82beb python3.pkgs.apt-repo: init at 0-unstable-2023-09-27 (#332292) 793d539b288b7 python3.pkgs.aiotarfile: init at 0.5.1 (#332301) 725f259d1bc10 glance: 0.6.2 -> 0.6.3 (#364371) 514ccf05cda71 graphviz: 12.2.0 -> 12.2.1 (#362709) f2fd4cb19a06d brave: 1.73.97 -> 1.73.101 c05adf467db21 node-gyp: 10.3.1 -> 11.0.0 (#364021) fe3617ee38dc7 brygada-1918: init at 3.006 (#363767) 81eb6d64abce8 Merge remote-tracking branch 'origin/master' into staging-next 020aaf624bb12 dart.rhttp: add 0.9.6 c9c9445abb4c8 phpactor: 2024.11.28.0 -> 2024.11.28.1 d752ad6a9ab90 buildEnv: builder.pl: use signature and move the `ignoreSingleFileOutputs` parameter after the collision-related ones (#364203) 4571740d1694a jx: 3.11.1 -> 3.11.3 (#364554) 0ac82d79e654c saucectl: 0.183.0 -> 0.190.0 (#359911) 178a1242f7f89 snowflake-cli: 3.1.0 -> 3.2.1 ee0c0271ba862 wishlist: 0.15.0 -> 0.15.1 (#364652) 79734b0c08419 postgresqlPackages.pg_cron: 1.6.4 -> 1.6.5 2d5d3e57bc35f python312Packages.scikit-posthocs: 0.11.0 -> 0.11.1 2ec06a51a084b make-ext4-fs: enable parallel compression for zstd d4c2a21a8dee8 saucectl: 0.183.0 -> 0.190.0 b5b9c20c23249 evcc: 0.131.8 -> 0.131.10 (#364658) fc31945f1e81a lib/systems/parse.nix: mkSkeletonFromList: improve error message (#211213) 478c22421b1eb libopenmpt: 0.7.11 -> 0.7.12 (#360991) 497f0f8e6db1a protonmail-bridge: 3.15.0 -> 3.15.1 c726dde81484f croc: 10.1.1 -> 10.1.3 53534ba237178 python312Packages.python-gvm: 24.11.0 -> 24.12.0 3067835b64aea firefox-bin, thunderbird-bin: tweak updater's formatting f29b68ce6a184 thunderbird-bin: 128.5.0esr -> 128.5.2esr 506c17edb3e97 python312Packages.niaclass: 0.2.1 -> 0.2.2 a9b2eb98cd6a8 python312Packages.calmjs-parse: 1.3.1 -> 1.3.2 (#364397) 6e40f855105b0 unbound: bison is required when cross-compiling a3881c16952ef python312Packages.preprocess-cancellation: only use poetry-core 03ceeae20b489 evcc: 0.131.8 -> 0.131.10 d7ab0ce6361fd python3Packages.databricks-sql-connector: drop bad patch, relax thrift dep (#352698) 83e8268fef4e9 asciinema_3: init at 3.0.0-rc.3 (#356056) 059a86b9f3548 nixosTests.tpm-ek: provide EK certificates to tests b82554d2a42a1 qemu-vm: implement `virtualization.tpm.provisioning` e8aede8883f30 python312Packages.django-q: fix build 91bb1c6d75aa8 oci-containers: consolidate capabilities interface (#363574) d011002802728 sshocker: 0.3.4 -> 0.3.5 (#364442) 1462de7ed94db Revert "python312Packages.webexteamssdk: 1.6.1 -> 2.0.1" 796ad89cbe2d9 nixosTests: remove firefox-esr-115 tests (#364644) 3348d2cc92825 wishlist: 0.15.0 -> 0.15.1 f98a28c1f0aa3 wlroots: 0.18.1 -> 0.18.2 (#364488) ff3e0cccdb920 smc-manjari: init at 2.200 37ccca21163ad matomo: 5.1.2 -> 5.2.0 b6f4b380a6967 matomo: default to 5.x, drop 4.x 5c8616a914f58 nixosTests: remove firefox-esr-115 tests 64ae69a0a0509 turnon: 1.6.1 -> 1.6.2 4c092f5bcdce6 Merge: nixos/postgresql: Add finalPackage attribute (#364261) 0a324bb35bc2b scanservjs: init at 2.27.1; nixos/scanservjs: init (#249806) fe4fe1f7fdbd0 dbcsr: 2.7.0 -> 2.8.0 (#364216) b0e9be3ec1186 copier: 9.2.0 -> 9.4.1 a3a24faa2ff12 zsh-abbr: 5.8.3 -> 6.0.1 0bdb7a72b134a nixos/postgresql: Add finalPackage attribute 59dfbd4393193 ungoogled-chromium: 131.0.6778.108-1 -> 131.0.6778.139-1 (#364545) 2fcb6baf02e99 pantheon.elementary-iconbrowser: 2.2.0 -> 8.0.0 (#364607) 2db1808963480 ruff: 0.8.2 -> 0.8.3 5411c396fad0b immich: reduce closure size (#364098) 456ef0d49dd45 apko: 0.20.1 -> 0.21.0 4fb843e646b2e Merge: nixos/doc: document how to allow-list tablespaces (#364312) 457842435af1c sogo: update libwbxml in activesync patch f45e52bc6a093 screenconfig: init at 0.1.0 (#334104) 467cfdb23db91 systeroid: 0.4.4 -> 0.4.5 (#364411) 9c326ca146bd1 rustypaste-cli: 0.9.1 -> 0.9.2 (#364415) e9bf28edaaec7 home-assistant-custom-lovelace-modules.plotly-graph-card: init at 2.34.0 d33d14644575d ssocr: 2.24.0 -> 2.24.1 (#364414) 7d4abac4b50fa vmware-guest: Don't use lib directly for maintainers 845cf866c1fee kubernetes-kcp: 0.26.0 -> 0.26.1 (#364418) 5b4d838e43655 treewide: remove uneccessary uses of dotnetCorePackages.combinePackages d6f864157c094 microdnf: 3.10.0 -> 3.10.1 (#364420) 2af3b8458550d terraform-providers.yandex: 0.133.0 -> 0.134.0 8bbf8450e4181 extlinux-conf-builder: don't emit MENU when timeout is zero (#318778) 43cb7e624eb2a odpic: 5.4.0 -> 5.4.1 (#364422) 1f086fbb0e6c8 kuma: 2.9.1 -> 2.9.2 (#364430) 6082fc7f1a25e starlark: 0-unstable-2024-11-19 -> 0-unstable-2024-11-25 (#364331) ad742c92b40cd godns: 3.1.9 -> 3.2.0 (#364344) e48d6912c8f9c jsonwatch: 0.7.0 -> 0.8.0 (#364345) 8072fe5133090 agate: 3.3.10 -> 3.3.11 (#364359) b59108b804bd6 wttrbar: 0.11.2 -> 0.12.0 (#364377) 8e037150feb06 terraform-providers.digitalocean: 2.44.1 -> 2.45.0 (#364380) ed9d230795394 screenconfig: init at 0.1.0 b632f0cbd099e roddhjav-apparmor-rules: 0-unstable-2024-11-24 -> 0-unstable-2024-11-29 (#364383) 885a8d4d89c29 python312Packages.facedancer: 3.0.5 -> 3.0.6 (#364399) dda80d0c5d762 terraform-providers.buildkite: 1.13.0 -> 1.13.1 (#364402) 46848b4503b5b sesh: 2.6.0 -> 2.7.0 (#364311) 8f01dc89d3d35 terragrunt: 0.69.1 -> 0.69.10 (#364314) e7a5a80b79975 egl-wayland: 1.1.16 -> 1.1.17 (#363780) 0dac1d9f1665d nginx-sso: 0.27.3 -> 0.27.4 (#364599) eee0203e13bdb fh: 0.1.19 -> 0.1.21 (#364612) 8545674731c24 crossplane-cli: 1.18.0 -> 1.18.1 (#364556) 9cfd6d75d3d3c livepeer: 0.8.0 -> 0.8.1 (#364570) 03d1fdee87573 emacsPackages.treemacs: replace python3 program b2770a01e80e4 factoriolab: 3.8.4 -> 3.8.5 (#364573) c00cce69f6e35 python312Packages.pebble: 5.0.7 -> 5.1.0 78862d11a75f2 rdma-core: 54.0 -> 55.0 eac1633a086e8 python312Packages.lion-pytorch: 0.2.2 -> 0.2.3 (#364581) ceada99eaefac audacity: 3.7.0 -> 3.7.1 (#364584) a844eb19df603 python312Packages.stevedore: 5.3.0 -> 5.4.0 (#361758) 0b926a9104f0a sickgear: 3.32.11 -> 3.32.13 (#364520) 71c8985f17b59 graphw00f: 1.1.18 -> 1.1.19 (#364525) c29c8fb46baaa libbpf: 1.4.7 -> 1.5.0 (#362972) 58df438b47428 nixos/systemd-tmpfiles: use `types.attrsWith` for `settings` (#363939) ac0b6e3046b38 treesheets: 0-unstable-2024-11-24 -> 0-unstable-2024-12-11 0edcd80e124f6 v2ray: 5.22.0 -> 5.23.0 (#364548) 0299e046b5639 qbittorrent: 5.0.1 -> 5.0.2; move to by-name; modernize derivation (#358115) a7cfd1d0c94fa reposilitePlugins.*: fix hash (#364614) ceac3ac34f575 dracula-theme: 4.0.0-unstable-2024-11-26 -> 4.0.0-unstable-2024-12-05 (#364498) 78dcb8b9da8bc quill: 0.5.1 -> 0.5.2 (#364501) 5da31efa47298 python311Packages.led-ble: 1.0.2 -> 1.1.1 (#364452) 64f6cd5a09395 wazero: 1.8.1 -> 1.8.2 (#364456) 6511df8acd57c python312Packages.zamg: enable tests (#364458) 09c0c4a47a268 python312Packages.deal: use pytest-cov-stub (#364461) 32c8a4c7d7e99 python312Packages.vehicle: refactor (#364466) f7e31bdce3a41 python312Packages.yalexs-ble: refactor (#364467) ffa9e78f11a71 python312Packages.xiaomi-ble: refactor (#364468) c0284b801ce98 codux: 15.37.3 -> 15.39.1 (#364469) 942ab24367852 v2rayn: init at 7.3.1 (#363969) 0b04b1f3548f3 qdrant-web-ui: 0.1.33 -> 0.1.34 (#364474) a0655a9f8d398 reposilitePlugins.*: fix hash c987cc16edd73 reposilite: 3.5.19 -> 3.5.20 (#364475) 98b49dc016e8c dra-cla: 0-unstable-2024-06-07 -> 3.0.5 (#362130) 822db036fa230 bngblaster: 0.9.12 -> 0.9.13 (#364476) e75b5abe13dc6 ibus-engines.typing-booster-unwrapped: 2.26.11 -> 2.26.12 (#364478) a2124bdc911bf questdb: 8.2.0 -> 8.2.1 (#364480) b8e21ad411e3c redpanda-client: 24.2.11 -> 24.2.13 (#364481) 1518c6c6fde2a wdt: 1.27.1612021-unstable-2024-11-14 -> 1.27.1612021-unstable-2024-12-06 (#364568) 4bd55abf0b76d fh: 0.1.19 -> 0.1.21 ecbc714622c18 spyder: 6.0.2 -> 6.0.3 (#364180) 75dad883f0627 skeema: 1.12.0 -> 1.12.1 (#361282) 52a0e16783ade golem: 1.0.26 -> 1.0.27 (#362634) 9ddc9fe555e42 lnav: add prql support (#349284) 2e2aa13c32154 r2modman: 3.1.54 -> 3.1.55 70287f2041c40 montserrat: 7.222 -> 9.000 a8032f78ada76 buildInLinuxVM: switch from 9p to virtiofs 3b3d8c03cd1d9 pantheon.elementary-iconbrowser: 2.2.0 -> 8.0.0 a188d1e8818fd bottom: add gpu recognition, new apple sdk, refactor (#360568) 29cba182abfc0 terraform-providers.alicloud: 1.235.0 -> 1.237.0 f3ab2eff3d512 fex: init at 2412 (#352205) 1193c46927163 partclone: 0.3.32 -> 0.3.33 8e109363a3b7c Consistently condition merge-dependent workflows (#364338) f7d7b986889fe KDE Gear 24.12 (#364590) fb9c62762a919 cbconvert: use versionCheckHook (#360862) 46ee895ac84eb skim: 0.10.4 -> 0.15.0 (#360665) 70cf61d858ba1 waydroid: fix 1.4.3 f0601ea623b4e nginx-sso: 0.27.3 -> 0.27.4 822c245dbf7ad nixos/tabby: add host option 68d4a7df4998c nixos/tabby: remove scheduler systemd service bd5480654800b graphia: 4.2 -> 5.1 (#359615) bac89bb1978ca mise: 2024.11.37 -> 2024.12.6 6f1a606c86f04 bacon: 3.3.0 -> 3.5.0 e9f149be9bc8d wstunnel: 10.1.6 -> 10.1.7 (#364341) 8627d7ada95e9 python312Packages.mrsqm: fix build (#362775) c381e76ecec2f python312Packages.tencentcloud-sdk-python: 3.0.1278 -> 3.0.1279 (#364459) 8d6242faa3260 gose: 0.8.0 -> 0.9.0 (#363500) c683713217ff0 yarn-berry: 4.5.2 -> 4.5.3 (#364183) 239a22c9711c4 writers: add writeGuile[Bin] bf019896f7e49 kdePackages: Gear 24.08 -> 24.12 81d2c5fb01fda bup: 0.33.4 -> 0.33.5 (#364217) b6498d18f9ebe rt-tests: 2.7 -> 2.8 4c8e23b5798bc osmo-bsc: 1.12.1 -> 1.12.2 2e59c7a65af6b toxic: 0.15.1 -> 0.16.0 7db9b85056810 grafana-agent: 0.43.3 -> 0.43.4 (#363756) 2be50b1efee6a nixos/systemd-tmpfiles: use `types.attrsWith` for `settings` debdb978b574a gittuf: 0.7.0 -> 0.8.0 (#364425) 51a6938a44eaa nixos/doc: document how to allow-list tablespaces be844bb3bb353 libquotient: 0.8.2 -> 0.9.1 0d2883adc2c63 nixos-rebuild-ng: add module changes and port tests from nixos-rebuild (#363922) c5fccf85ab08a python312Packages.flask-limiter: 3.8.0 -> 3.9.2 7956dbb8bc300 carbon-now-cli: 2.0.0 -> 2.1.0 812125bbf57e1 nextcloud30: 30.0.2 -> 30.0.4 b4afc83f01d2a audacity: 3.7.0 -> 3.7.1 d2d419c37fd18 qbittorrent: move to by-name f649041da99ba qbittorrent: modernize derivation b10a84893ecdf qbittorrent: nixfmt e6366770ff748 qbittorrent: 5.0.1 -> 5.0.2 6618b699f8184 nixos/google-oslogin: drop myself from maintainers (#364577) 4e81db679e877 adobe-reader: add mainProgram 517d1d2e71820 adobe-reader: add onny as maintainer 2151ae21f70d7 ci/eval: Avoid noise for failing attribute evals (#364565) 68752602d9218 adobe-reader: merge custom build script 571ffdc09f037 python312Packages.fnllm: 0.0.11 -> 0.0.12 b679785d565bc xmedcon: 0.24.0 -> 0.24.1 (#361269) 62421b427c458 renode-dts2repl: 0-unstable-2024-11-27 -> 0-unstable-2024-12-12 (#364561) d114a48472afc catamaran: expose package (#364268) d7954e7f0aa04 zmap: 4.2.0 -> 4.3.1 37a6d9176b3ef python312Packages.lion-pytorch: 0.2.2 -> 0.2.3 464e04903a062 nixos/google-oslogin: drop myself from maintainers 39ab44a5666c6 extra-container: 0.12 -> 0.13 4e7a971fe4760 nixos/waagent: init module (#362101) 88cb8621b8a2d lomiri.telephony-service: Fix NotificationInterface build issue (#363936) c3305f63c7485 factoriolab: 3.8.4 -> 3.8.5 4968560490407 lowdown: 1.3.1 -> 1.3.2 72fd2cf17e0c1 livepeer: 0.8.0 -> 0.8.1 cb80b1a199bf3 terraform-providers.tencentcloud: 1.81.142 -> 1.81.147 ccf8574922c52 wstunnel: fix darwin build cd18894fd0bad _64gram: 1.1.45 -> 1.1.52 bd5c93ca3d321 ci/eval: Avoid noise for failing attribute evals fb625a6220038 wdt: 1.27.1612021-unstable-2024-11-14 -> 1.27.1612021-unstable-2024-12-06 f0a890dfa5ed6 sd-switch: 0.5.1 -> 0.5.2 (#364333) 7d83a449730df renode-dts2repl: 0-unstable-2024-11-27 -> 0-unstable-2024-12-12 d1ef71175fe1a crossplane-cli: 1.18.0 -> 1.18.1 1e3f613dc1a40 terraform-providers.rancher2: 5.1.0 -> 6.0.0 e235dd5c38ad3 jx: 3.11.1 -> 3.11.3 3a95a22230edf keydb: skip flaky "Active defrag edge case" test fc202c4d1be3d commitizen: 4.0.0 -> 4.1.0 e8f79152f4ac6 blackfire: 2.28.20 -> 2.28.21 87338e185c479 v2ray: 5.22.0 -> 5.23.0 3dce7220afc10 nerdfonts: fix wrong attribute name in error message (#364463) aa69eae627262 ungoogled-chromium: 131.0.6778.108-1 -> 131.0.6778.139-1 bda6b78803a5b holepunch tools: init (#364237) 69a17d3baf7bd maintainers/team-list: Fix gnome-circle shortName (#364542) 900e2525d7b57 qownnotes: fix build for macOS 77b1870f621a4 readarr: 0.4.4.2686 -> 0.4.5.2699 928cd3150334a glog: 0.6.0 -> 0.7.1 c4f05d1e2ba9a maintainers/team-list: Fix gnome-circle shortName 769f8ab83d5ab dput-ng: fix eval (#364540) 156d179d4b8b1 dput-ng: fix eval a4741ea333f97 clboss: 0.14.0 -> 0.14.1 (#364532) e4f9a4d82d66a buildNimSbom: merge SBOM passthru over initial passthru b39114cfa7689 treewide: remove michaelgrahamevans from GNOME Circle packages 8cfb41e64e581 jrnl: 4.1 -> 4.2 (#363712) c1b4befc6e840 maintainers/team-list: add michaelgrahamevans to gnome-circle c4d629c151922 dput-ng: init at 1.40 (#363866) 081ba7932d372 jjui: init at 0-unstable-2024-12-10 (#363738) d3f08b936e625 python3Packages.zeno: 1.0.3 -> 1.1.0 1ef73f9eb642a zenoh: 1.0.3 -> 1.1.0 2f364e6ffc65f pcloud: fix download link (#364293) c34b21659a88a preserves-nim: init at 20241201 f59c7402f4eef nim_lk: 20240527 -> 20241025 eaff0725def02 buildNimSbom: init a new package builder for Nim 7f317dd09051f sydbox: 3.28.3 -> 3.29.4 (#361642) ff1e52f45a798 clboss: 0.14.0 -> 0.14.1 b011ad12d5d0e concessio: init at 0.1.9 (#364116) 5a79b2d292afe onedrivegui: add qt wrapping (#364207) 19d211f0c3ad1 nerdfonts: fix wrong attribute name in error message 4e77d446f77de all-hardware.nix: format with nixfmt 08783a39b0fcf nixos: add option `hardware.enableAllHardware` 4a87aa2f91038 nextcloudXXPackages.apps.recognize: use python3 rather than 311 52969701252af albert: 0.26.6 -> 0.26.10 (#364351) 67a6a597854ac nextcloudXXPackages.apps.recognize: use node from path f5bfe927a9349 graphw00f: 1.1.18 -> 1.1.19 76cca7e72cdc9 guile: workaround for libunistring / darwin libiconv d0145e774aedf vtracer: init at 0.6.4 (#363853) 2b6ab4d819e8e mlflow-server: 2.18.0 -> 2.19.0 e4dc3fd1176d7 ieda: init at 0-unstable-2024-10-11 (#338769) 69382ad00c9f7 rain-bittorrent: init at 1.12.17 (#335455) abeecc9b02a8b nixos/minio: add TLS certificates option (#340441) 27aef3ef7442f nixos/dokuwiki: Don't force http with Caddy (#327743) 0089df3632974 woodpecker-server: 2.7.3 -> 2.8.0 f8898a1f31c14 setup-hooks/set-source-date-epoch-to-latest.sh: quote path for updateSourceDateEpoch (#290010) e9e5443914e98 slade, sladeUnstable: Fix and update (#322061) 49585e5991ced netavark: 1.7.0 -> 1.13.1 (#363955) df6a05187001a rectangle-pro: refactor, 3.0.19 -> 3.0.37 (#357245) 6a1fd258c34d8 gatekeeper: 3.17.1 -> 3.18.0 (#364416) a7deef38b1f2f clojure-lsp: 2024.08.05-18.16.00 -> 2024.11.08-17.49.29 c632f054a773b coqPackages.hierarchy-builder: 1.7.0 -> 1.7.1 (#362647) e5d277e603b8a vector: 0.43.0 -> 0.43.1 454f0e581f0b6 syft: 1.14.0 -> 1.18.0 (#359269) c30d925dbf93a qucs-s: 24.1.0 -> 24.4.1 (#348331) e0ca61e214202 sickgear: 3.32.11 -> 3.32.13 252c7963b1e93 tartube-yt-dlp: 2.5.059 -> 2.5.062 612c7c198eb67 ycmd: add rust completion support (#185929) b43be1d51804a minion: init at 3.0.12 (#350303) 56bdda7855217 qbec: 0.16.2 -> 0.16.3 3b4a8ee93ff75 gallery-dl: 1.27.7 -> 1.28.1 (#362103) 1af53fd29024e webtunnel: init at 0-unstable-2024-07-06 (#364317) aec3c5b26d18c python312Packages.aiosomecomfort: 0.0.26 -> 0.0.28 72fcf2a884733 soundsource: 5.7.4 -> 5.7.5 (#363347) e6a99ffa37c99 eddie: init at 2.24.4 (#332532) 43c40252396d4 terraform-providers.aws: 5.78.0 -> 5.80.0 fa1f66b704071 kops_1_30: 1.30.2 -> 1.30.3 29e21a8d047c9 pipeline: 2.0.3 -> 2.1.0 5f843d975e8c0 pipeline: use system gettext 92474f1884acd pipeline: importCargolock -> fetchCargoVendor a76d67e921ff4 stripe-cli: 1.21.10 -> 1.22.0 50ee4dc074f47 postgresqlPackages.sqlite_fdw: 2.4.0 -> 2.5.0 (#364337) df5e6d70d1deb jetbrains: fix mismatched versions for source-built packages (#364259) 0c7d826ae907c dcmtk: 3.6.8 -> 3.6.9 (#364413) 2364e74e2b8ab instawow: 4.7.0 -> 4.8.0 (#362826) 2ca30e6199ce4 python312Packages.graph-tool: 2.78 -> 2.80 (#354809) df96cebc05ec5 sbclPackages._3d-math: build fix (#363106) 5c2ed3626a003 hyperv-daemons: remove python2 (#363553) af4fb1e898fc3 webtunnel: init at 0-unstable-2024-07-06 c1056c02b2756 quill: 0.5.1 -> 0.5.2 659a51a2ac11f dracula-theme: 4.0.0-unstable-2024-11-26 -> 4.0.0-unstable-2024-12-05 8a0aa519acb7b terraform-providers.google: 6.12.0 -> 6.13.0 179f127cd2691 hydra: 0-unstable-2024-11-25 -> 0-unstable-2024-12-05 (#363987) 49292a615aed1 pack: 0.35.1 -> 0.36.0 (#364151) b65461df197ed maintainers/team-list: establish the gnome circle team (#364181) 20b8eb5f552a4 pkgs/README.md: pkg version shall not be changed after patches (#363964) ed26f34303668 tigerbeetle: 0.16.14 -> 0.16.17 6838322bb2152 yazi-unwrapped: 0.4.0 -> 0.4.1 (#364294) 705bacbdfedc3 vscode-extensions.ms-python.vscode-pylance: 2024.11.3 -> 2024.12.1 94445802f4bc5 markdown-oxide: 0.24.3 -> 0.25.0 (#364322) 20f6ff6ccd7d4 twilio-cli: 5.22.6 -> 5.22.7 52bd179324ef1 musescore: 4.4.3 -> 4.4.4 (#364424) e88ba378f6a51 rancher: 2.9.0 -> 2.10.0 7cc348b56d2dd microsoft-edge: 131.0.2903.70 -> 131.0.2903.86 0d7a6a041d11c bartender: add `passthru.updateScript`, format with `nixfmt-rfc-style`, use `lib.platforms.darwin`, 5.2.3 -> 5.2.7 (#363633) f5413b089b2b9 udiskie: 2.5.3 -> 2.5.7 (#364303) 419441eddea17 splash: 3.11.0 -> 3.11.1 (#364398) 8b316e7a00b5c wlroots: 0.18.1 -> 0.18.2 aed11df8a5bf1 nixos/couchdb: Convert extraConfig to follow RFC42 6658cfa4a0ed6 just: 1.37.0 -> 1.38.0 (#364384) cacc3fb248b95 gitea: 1.22.4 -> 1.22.5 (#364363) 82e0c6257ac38 nixos/couchdb: Add support for additional config files 665b621d0b72b spotlight-downloader: init at 1.5.0 (#351095) 2d7433ab7997b warp-terminal: 0.2024.12.03.08.02.stable_04 -> 0.2024.12.10.15.55.stable_02 (#364374) ca5a22f24f2a4 libqalculate: 5.4.0 -> 5.4.0.1 (#364470) 04d175b54a0eb nixos/ollama: add allowed device for WSL compatibility dc7786c9494d0 Merge staging-next into staging da49cc09b4f3b Merge master into staging-next 52a2613850440 nav: init at 1.2.1 (#356071) 52e436e32b7aa libdeltachat: 1.151.4 -> 1.151.6 (#364301) 31356d77aa87f ocamlPackages.elpi: 1.20.0 → 2.0.5 e3f940648e3ff nixos/zfs: do not auto-import pools marked noauto (#352391) b4cf66f2260ab nixos/portunus: fix defaultText (#364382) 09ae4df6e7e39 vtm: remove myself from maintainers (#364434) f0e235202d633 darwin.xcode: add 16.2 68c57139a73cd python312Packages.heatzypy: 2.5.5 -> 2.5.6 (#364472) c630658157bbb syspower: init at 0-unstable-2024-12-12 (#363716) 1fd390f99a8a1 syft: 1.14.0 -> 1.18.0 45628b14329f7 all-hardware: move to hardware/all-hardware.nix b8d04f5831ee0 all-hardare: remove obsolete import of zydas-zd1211.nix 13e9ee2bd01b0 redpanda-client: 24.2.11 -> 24.2.13 801db65e70906 questdb: 8.2.0 -> 8.2.1 8a7f909947a83 nixosTests.artalk: add auth test 9bfc63096a696 artalk: build frontend from source 4fccf3f46b8e2 ibus-engines.typing-booster-unwrapped: 2.26.11 -> 2.26.12 68891efe67f46 marytts: init at 5.2.1-unstable-2024-10-09, nixos/marytts: init (#351933) f72247e4f9f8f clusterctl: 1.8.5 -> 1.9.0 c253689fe05fa bngblaster: 0.9.12 -> 0.9.13 01f5b20f8d85d reposilite: 3.5.19 -> 3.5.20 bb8ddad5978d8 python312Packages.garth: 0.4.47 -> 0.5.1 5ec532e2bf197 qdrant-web-ui: 0.1.33 -> 0.1.34 ce14e055da456 python312Packages.xiaomi-ble: refactor 01d6f87b71bdf fex: init at 2412 a7d6010f57411 python312Packages.yalexs-ble: refactor 21e5c4a4f8969 python312Packages.vehicle: refactor 6d2bc5ae3a0bf weaviate: 1.27.5 -> 1.28.0 4e4b9d0754401 codux: 15.37.3 -> 15.39.1 94b321638afed coqPackages.ExtLib: 0.12.2 → 0.13.0 ff41393559e9c python312Packages.deal: use pytest-cov-stub 6a3ec2ff75607 python312Packages.deal-solver: use pytest-cov-stub and pytest-xdist 73c65c2d26bda python312Packages.deal-solver: refactor 5731d41e47a19 python312Packages.fnllm: init at 0.0.11, python311Packages.graphrag: 0.5.0 -> 0.9.0 (#364162) 3864aeb816423 python312Packages.tencentcloud-sdk-python: 3.0.1278 -> 3.0.1279 9460c8b14f357 python312Packages.pyituran: init at 0.1.4 (#364273) 069815290e7ff python311Packages.headerparser: 0.5.1 -> 0.5.2 (#364276) 35ef2639f9e1a cnspec: 11.33.1 -> 11.34.0 (#364348) 1a84f5741ebb4 python312Packages.boto3-stubs: 1.35.76 -> 1.35.78, python312Packages.botocore-stubs: 1.35.76 -> 1.35.78 (#364349) 36af0be434df6 python311Packages.xknx: 3.3.0 -> 3.4.0 (#364350) 31b74a2bb3c6d python312Packages.zamg: enable tests a399f8d5582a9 python312Packages.zamg: refactor 20850bfca96b4 libqalculate: 5.4.0 -> 5.4.0.1 ba112330d5f9b python312Packages.led-ble: refactor 3d3b0531db95e wazero: 1.8.1 -> 1.8.2 04998b35c7c11 python312Packages.python-utils: 3.9.0 -> 3.9.1 dfb6de3c2d37f python311Packages.led-ble: 1.0.2 -> 1.1.1 afb2a27b571cf elastix: update homepage 52f16bc5fd383 python312Packages.wled: 0.20.2 -> 0.21.0 (#364148) 975b05b7c5631 sshocker: add versionCheckHook c48576abb25aa python312Packages.numpy-stl: 3.1.2 -> 3.2.0 afa24188ce18a python3Packages.typeguard: 4.3.0 -> 4.4.1 5d3ea7b3e4545 python3Packages.typeguard: cleanup 7f8278a2640dd nixos/zfs: do not auto-import pools marked noauto fe4fac7c577bd mosdepth: 0.3.9 -> 0.3.10 (#364352) acc9fe7d632e5 timetagger: 24.07.1 -> 24.12.1 a6048a8058bd4 sundials: 7.1.1 -> 7.2.0 37f6482263483 home-assistant-custom-components.homematicip_local: 1.73.0 -> 1.74.0 (#364289) 11a1f8c889f00 zfs_2_1: 2.1.15 -> 2.1.16 (#362454) a197d74ed5ec5 sshocker: 0.3.4 -> 0.3.5 6e1432be8a51a home-assistant: refresh custom-components and custom-lovelace-modules (#364426) 3a0a7913afe74 python312Packages.elevenlabs: fix meta.changelog (#362692) 42c042569c495 nhost-cli: 1.28.1 -> 1.28.2 (#364436) 94d9500402aec quarto: 1.6.37 -> 1.6.39 35113df5ec29f trillian: 1.6.1 -> 1.7.0 75aa1d11ac3b0 ceph-csi: 3.12.3 -> 3.13.0 cf0eaadb86060 python312Packages.msmart-ng: 2024.9.0 -> 2024.12.0 94c705a0b5b3b zfs_2_2: 2.2.6 -> 2.2.7 (#364400) a70e07b017a72 home-assistant-custom-components.xiaomi_miot: 0.7.23 -> 1.0.2 377ce0abc4d85 home-assistant-custom-components.waste_collection_schedule: 2.4.0 -> 2.5.0 adac140ebfe66 home-assistant-custom-components.volkswagen_we_connect_id: 0.2.0 -> 0.2.3 e354b144199ca home-assistant-custom-components.tuya_local: 2024.8.0 -> 2024.11.4 816e61165fc34 home-assistant-custom-components.spook: 3.0.1 -> 3.1.0 a1e9c6fa33111 home-assistant-custom-components.sensi: 1.3.4 -> 1.3.14 ca3ef6810436d home-assistant-custom-components.midea_ac: 2024.9.2 -> 2024.10.4 37a9f73b67352 home-assistant-custom-components.indego: 5.7.4 -> 5.7.8 a331e2f3e43dd home-assistant-custom-components.garmin_connect: unstable-2024-08-31 -> 0.2.22 bea43dc37fee4 home-assistant-custom-components.frigate: 5.3.0 -> 5.4.0 e74284a8d95fa home-assistant-custom-components.emporia_vue: 0.8.3 -> 0.10.0 b2f1554aa501d home-assistant-custom-components.elevenlabs_tts: 2.3.0 -> 2.4.0 64dd5c39166f9 home-assistant-custom-components.awtrix: 2024-05-26 -> 0.3.21 6bc9bb876e519 home-assistant-custom-components.average: 2.3.4 -> 2.4.0 8fcc2a1e57b0d home-assistant-custom-components.auth-header: 1.10-unstable-2024-02-26 -> 1.11 c96b349fcbd57 home-assistant-custom-components.alarmo: 1.10.4 -> 1.10.7 d556120bcc66a home-assistant-lovelace-modules.weather-chard-card: init at 2.4.11 86fff9e3bf8f0 buildHomeAssistantComponent: make build quieter 31a85b9115990 home-assistant-custom-component.alarmo: clean up in patch phase f88773fd80565 home-assistant-custom-components.emporia_vue: fix owner attribute bce4963de448c home-assistant-custom-components: migrate to ignoreVersionRequirement b2d6597ee47d0 buildHomeAssistantComponent: Increase manifest check robustness 41758a727f2eb deepin desktop environment: 2024.12 update (#363854) 02816f87e444e nhost-cli: 1.28.1 -> 1.28.2 348c1ad85feff bant: fix fixed derivation hash. 0b5d092b49a39 go-musicfox: 4.5.7 -> 4.6.0 (#364326) f18aba7034979 eza: 0.20.11 -> 0.20.12 (#364284) 00615130384fa kuma: 2.9.1 -> 2.9.2 8c8a64408f15a gittuf: 0.7.0 -> 0.8.0 3166af96391de musescore: 4.4.3 -> 4.4.4 cb5e08849d02e odpic: 5.4.0 -> 5.4.1 3f057d2bb0a96 lagrange: 1.18.3 → 1.18.4 (#363997) e6fbcab1ca2bd netbeans: 23 -> 24 (#364075) d65f8a2c324e6 buildbot: Remove broken on Darwin. e58d45bc2bd05 microdnf: 3.10.0 -> 3.10.1 bbd051af56def littlefs-fuse: 2.7.8 -> 2.7.9 ba5ed7f373963 buildHomeAssistantComponent: support components in src root 58567f642d533 homee-assistant-custom-components: use dependencies 88d83bed827c8 kubernetes-kcp: 0.26.0 -> 0.26.1 86ac5a91e3332 ibus-engines.table: 1.17.8 -> 1.17.9 5f6ed02c0935f zoekt: 3.7.2-2-unstable-2024-10-24 -> 3.7.2-2-unstable-2024-12-09 (#363818) 17f54a480e383 doomretro: 5.5.1 -> 5.6 (#363909) dbcf658088ce4 doublecmd: 1.1.19 -> 1.1.21 (#364115) a6c03e67d350f gatekeeper: 3.17.1 -> 3.18.0 6e45a81f03c6a chirpstack-rest-api: 4.10.1 -> 4.10.2 (#364330) 5f38c41a1da30 chirpstack-concentratord: 4.4.2 -> 4.4.6 (#364336) b1bf94a39afc9 rustypaste-cli: 0.9.1 -> 0.9.2 28030ffc17951 ssocr: 2.24.0 -> 2.24.1 ea0f90c3f660d home-assistant: 2024.12.1 -> 2024.12.2 (#364287) dc56b284c6061 dcmtk: 3.6.8 -> 3.6.9 a591e7e9f91c1 systeroid: 0.4.4 -> 0.4.5 cf1909e4b8230 coturn: 4.6.2 -> 4.6.3 15fd33d586aab socat: 1.8.0.1 -> 1.8.0.2 77dca0fc1160f freebsd.libsysdecode: mark that it only produces a static library 1738fc791bda4 starboard: 0.15.22 -> 0.15.23 28a01471eccc4 nixos/manual: Must disable secure boot on UEFI installs ec30c67098498 vaultwarden: 1.32.5 -> 1.32.6 (#364279) 43a8b6b9322ee praat: 6.4.23 -> 6.4.25 b5abcd6832a95 python312Packages.type-infer: run tests bd6237728881f Merge staging-next into staging a6d6facdbd07c Merge master into staging-next cc65101b90bed terraform-providers.buildkite: 1.13.0 -> 1.13.1 e0f2595ed33e6 zfs_2_2: 2.2.6 -> 2.2.7 1eca6fb65ed04 python312Packages.type-infer: unpin py3langid a4b29102e0737 python312Packages.facedancer: 3.0.5 -> 3.0.6 c601773a25a72 python312Packages.calmjs-parse: 1.3.1 -> 1.3.2 b68f528926a86 splash: 3.11.0 -> 3.11.1 36c9793f008ad marksman: 2024-11-20 -> 2024-12-04 7e87764c541ff python312Packages.stringzilla: 3.10.7 -> 3.11.1 29e74d341c033 moon: 1.29.4 -> 1.30.5 259b32e2bc537 eigenmath: 3.33-unstable-2024-11-22 -> 3.35-unstable-2024-12-11 (#364381) 0add05081f331 home-assistant-custom-lovelace-modules: set up autocalling 4c6c6453bb287 python312Packages.rmscene: 0.6.0 -> 0.6.1 e659d918cd1ca multipass: 1.14.0 -> 1.15.0 (#363626) a8e7af67b7b37 openrct2: 0.4.15 -> 0.4.17 f8c720e72d56a terraform: 1.10.1 -> 1.10.2 5f21b9c395953 terraform-providers.snowflake: 0.98.0 -> 0.99.0 ab434bac2f8fa python312Packages.astropy: 6.1.4-> 7.0.0 c45a9059b6374 vscode-js-debug: 1.95.3 -> 1.96.0 9c5aef0a9c69b roddhjav-apparmor-rules: 0-unstable-2024-11-24 -> 0-unstable-2024-11-29 0de1b65cf2cc9 jql: 8.0.0 -> 8.0.2 (#362884) 352dd6f5e56a6 eigenmath: 3.33-unstable-2024-11-22 -> 3.35-unstable-2024-12-11 e4476f458ae4e reaper: 7.27 -> 7.28 (#363792) fd420ca1bcce0 terraform-providers.digitalocean: 2.44.1 -> 2.45.0 7c331b827c2f3 wttrbar: 0.11.2 -> 0.12.0 e6269eaa81d74 epson-escpr2: fix gcc14 compilation 9a4bd92026601 grass: use default python version (#359762) 169c0debadf23 arduino-create-agent: init at 1.6.1 (#300694) 44e6cfa5d00c5 trealla: 2.60.18 -> 2.62.1 1a0bc2c68d40c nixos/rtkit: Add option for rtkit-daemon command-line args (#299696) e3c22a23ea2dc python312Packages.equinox: 0.11.9 -> 0.11.10 9e4de9f400cdc spicedb: 1.37.1 -> 1.38.1 (#362718) 75710c1de15f9 just: 1.37.0 -> 1.38.0 ee5fabe3d259f python312Packages.astropy-iers-data: 0.2024.9.23.0.31.43 -> 0.2024.12.9.0.36.21 f4cee6257debc blockstream-electrs: init at 0.4.1-unstable-2024-11-25 (#318195) 03783f3760a97 picom-pijulius: 8.2-unstable-2024-11-15 -> 8.2-unstable-2024-12-05 759d2b8646116 nixos/k3s: make assertions about missing configuration options warnings 6b512ad05549f glance: 0.6.2 -> 0.6.3 615e67bc483de fahclient: fix fhsenv version (#363163) 115d3a6238052 nextcloud30Packages.apps.recognize: patchPhase -> postPatch 347f4ab8ae359 unvanquished: fix fhsenv version (#363176) 0de8a46f36c13 msecli: fix fhsenv version (#363178) 4881a7de45171 gleam: 1.6.2 -> 1.6.3 f96b45f46de15 cosmic-edit: 1.0.0-alpha.3 -> 1.0.0-alpha.4 853a77c9b3c0c sabnzbd: 4.3.3 -> 4.4.0 ca0c858a92f5e asterisk: 20.9.3 -> 20.11.0 59331c3a17445 llvmPackages: Split tablegen into its own derivation 848fe6586f207 lock: 1.3.0 -> 1.3.4 (#364295) 31ec7eb3d6b36 curl: 8.11.0 -> 8.11.1 (#364160) 541bf1ee08f4f agate: 3.3.10 -> 3.3.11 274e0ed4a94ff gopass-summon-provider: 1.15.14 -> 1.15.15 (#364346) 6aa89bdaf172d pysolfc: 3.0.0 -> 3.1.0 baaaa3f67d5be switch-to-configuration-ng: fix clippy issues and run clippy in drv (#363912) 47b88fb0ebbf7 postgresqlPackages.sqlite_fdw: 2.4.0 -> 2.5.0 76e5c86fe5a4c bookstack: 24.05.4 -> 24.10.3 (#364164) 6f5a3bf187115 xdg-desktop-portal-cosmic: 1.0.0-alpha.3 -> 1.0.0-alpha.4 31bc4ae32eb01 lxd-ui: 0.12 -> 0.14 (#358853) 14d73ab1c8296 mosdepth: 0.3.9 -> 0.3.10 4225cf4978536 mapproxy: 3.1.2 -> 3.1.3 (#364329) 7090ee4e66b07 python312Packages.botocore-stubs: 1.35.76 -> 1.35.78 db77d3a248cda python312Packages.boto3-stubs: 1.35.76 -> 1.35.78 439f394d5c436 bicep: 0.31.92 -> 0.32.4 (#364297) 24421886f068e cnspec: 11.33.1 -> 11.34.0 3039cf4b6727f albert: 0.26.6 -> 0.26.10 df2fffe82020e maintainers: add levigross 874534752dfaa python311Packages.xknx: 3.3.0 -> 3.4.0 45dbb20e7180c organicmaps: fix rendering issue (#363616) 139ba5053c919 noto-fonts: 2024.11.01 -> 2024.12.01 (#364070) 0213321fbde03 gopass-summon-provider: 1.15.14 -> 1.15.15 6bac966616a7e jsonwatch: 0.7.0 -> 0.8.0 b02409de0795e godns: 3.1.9 -> 3.2.0 2516747f33e3f zed-editor: 0.164.2 -> 0.165.4 (#364305) c654a7a5ff2cc wstunnel: 10.1.6 -> 10.1.7 27f87b72bde00 authenticator: 4.4.0 -> 4.5.0 (#362980) 36e5620871fd5 sd-switch: 0.5.1 -> 0.5.2 44cbb35e16e47 wstunnel: use fetchCargoVendor 6c516976efaac cosmic-settings-daemon: 1.0.0-alpha.2 -> 1.0.0-alpha.4 4e6b5639ac0b7 workflows: Consistently condition on merge commit 886de305c86ce nixos/rtkit: mention pipewire in docstring 83d4c9d28db49 workflows: Condition all merge-dependent workflows on a merge commit 38b6412dbd865 chirpstack-concentratord: 4.4.2 -> 4.4.6 d748cb403ea2c azure-functions-core-tools: 4.0.5455 -> 4.0.6610 4a91fad035701 starlark: 0-unstable-2024-11-19 -> 0-unstable-2024-11-25 2708aa06c0987 chirpstack-rest-api: 4.10.1 -> 4.10.2 f730d660faf28 fluffychat: 1.22.1 -> 1.23.0 (#364091) f2f54e25e1b54 firmware-updater: 0-unstable-2024-10-03 -> 0-unstable-2024-20-11 (#364084) c708539fb4409 lxd-ui: 0.12 -> 0.14 d813d3086ce0c mapproxy: 3.1.2 -> 3.1.3 3169a2c192df8 treewide: add gnome circle team to all gnome circle apps b52f2aeaebe66 maintainers/team-list: establish the gnome circle team 82637faae67b7 go-musicfox: 4.5.7 -> 4.6.0 e385b09605d91 simple-live-app: init at 1.7.5 2e261ac62f2ab home-assistant-custom-components.philips_airpurifier_coap: init at 0.28.0, python3Packages.aioairctrl: init at 0.2.5 (#359651) b69edc44cc1cb cataclysm-dda: clean up buildInputs d40ce6af47e43 flyctl: 0.3.40 -> 0.3.49 e978e5c52fd15 markdown-oxide: 0.24.3 -> 0.25.0 3e4d1375c34fc xen: 4.19.0-unstable-2024-11-12 → 4.19.1 (#362847) f11a40c420199 ssh-to-age: 1.1.9 -> 1.1.10 (#364253) 1cac0e7d9934a workflows/eval: Improve debuggabilitiy (#364308) 9b05b570f2fe8 kubefirst: 2.7.3 -> 2.7.7 (#362892) 228e255580d66 scotch: 7.0.5 -> 7.0.6 (#362656) 47583d3037553 v2rayn: init at 7.3.1 ee08c2e3ff080 gaugePlugins.java: 0.11.1 -> 0.11.2 (#362671) faeb3a04e55db gaugePlugins.dotnet: 0.7.2 -> 0.7.3 (#362672) a436520b1b15f macchina: 6.2.1 -> 6.4.0 (#362947) 4700e0ac5781d tone: format 17e5f1ef3d512 gitlab: 17.6.1 -> 17.6.2 (#364213) 344f87f266468 tdl: 0.17.7 -> 0.18.3 (#363149) b0dd45e2adcf5 jdt-language-server: 1.40.0 -> 1.42.0 (#363836) c8019cd034d29 vault-tasks: 0.5.0 -> 0.6.1 (#364299) 1b376d5f67579 bloomeetunes: init at 2.10.9 dd0f9811e0f5a dart.metadata_god: init dcb2e1c988f3d jackett: 0.22.998 -> 0.22.1064 6ae9269234008 tui-journal: 0.12.1 -> 0.13.0 (#363353) 043fc5f445099 touchosc: 1.3.5.212 -> 1.3.6.216 (#363550) c9a3ceff92e84 terragrunt: 0.69.1 -> 0.69.10 6ef9f60c2212f primesieve: 12.4 -> 12.6 (#363618) 9ebf31226cd25 revpfw3: 0.4.2 -> 0.4.3 (#352126) 7e63ccd4ae441 maestro: 1.39.0 -> 1.39.2 (#363828) c1334d82ffeba firefox-beta-bin-unwrapped: 133.0b2 -> 134.0b8 (#363877) 716e1b28959a4 python312Packages.testcontainers: 4.8.2 -> 4.9.0 (#363989) 907f381b73fe9 zxtune: 5075 -> 5080 (#364008) 3810da8c758f5 algia: 0.0.74 -> 0.0.84 (#364124) 4c8d443262015 vivaldi: 7.0.3495.18 -> 7.0.3495.23 (#364182) 682be64a02175 sesh: 2.6.0 -> 2.7.0 fd90b5146a0a6 git-cola: 4.9.0 -> 4.10.0 (#364194) aae821d4fe992 workflows/eval: Improve debuggabilitiy 1ea7c3ffbd4c8 ocamlPackages.hxd: 0.3.2 -> 0.3.3 (#364231) 47902172cac49 bitwarden-cli: reduce closure size b5b736f422c4d wavebox: 10.129.32-2 -> 10.131.16-2 (#362995) 0a8225b8c7119 remnote: 1.17.21 -> 1.18.17 (#364067) 42d75788a4f50 tdf: unstable-2024-10-09 -> 0.2.0 (#361832) 91f84ba45d831 qlog: 0.40.0 -> 0.40.1 (#364300) 64261792363a6 cargo-crev: 0.25.11 -> 0.26.2 (#362449) 8eff2ddf98f43 python312Packages.f3d: 2.5.0 -> 2.5.1 (#363906) c081043bf38a8 zed-editor: 0.164.2 -> 0.165.4 dc9c6c0485adc python312Packages.imap-tools: 1.7.4 -> 1.8.0 2e614cfb88e15 c3c: 0.6.3 -> 0.6.4 (#363256) ce969790159b0 python312Packages.gflanguages: 0.6.5 -> 0.7.1 (#363092) 7c0eab22cd5c8 mpvScripts.mpv-playlistmanager: 0-unstable-2024-08-17 -> 0-unstable-2024-11-19 (#362627) b6dcb2764decd sby: 0.46 -> 0.47 (#362514) eb7817714afec python312Packages.peft: 0.13.2 -> 0.14.0 (#362815) 5e3becc1e0a49 crun: 1.18.2 -> 1.19 (#362658) 1f7ac1ad3e522 libnl: 3.10.0 -> 3.11.0 (#354659) 80548297a3332 xorg.xtrans: 1.5.1 -> 1.5.2 (#354941) c6a5dc5ce3156 typstyle: 0.12.9 -> 0.12.10 (#364296) adc5828cc1575 python312Packages.courlan: 1.3.1 -> 1.3.2 (#362910) 77367bf781245 s2n-tls: 1.5.7 -> 1.5.9 (#355596) baa2963f8eac3 aalib: update for ncurses-6.5 (#355041) 431e58c722adb ytt: 0.51.0 -> 0.51.1 (#364262) 07e8a779204d7 libgnt: 2.14.3 -> 2.14.4-dev (#355043) c925226b4474f Merge staging-next into staging 86a29d0a96151 Merge master into staging-next e4e6c25166f73 x265: 3.6 -> 4.1 (#360117) 1a7a8de301857 qlog: 0.40.0 -> 0.40.1 d02e314c5470d vault-tasks: 0.5.0 -> 0.6.1 832bfb8ed3a8e wesnoth: 1.18.2 -> 1.18.3 (#354147) 657037116db3f bicep: 0.31.92 -> 0.32.4 e3ad743105f49 valgrind: 3.23.0 -> 3.24.0 (#353064) 60c84ee51ec14 libcap: 2.70 -> 2.73 (#352292) 30380af03328c home-assistant-custom-components.philips_airpurifier_coap: init at 0.28.0 b7ee10f466147 python3Packages.aioairctrl: init at 0.2.5 40bd145c4cc9b python312Packages.elevenlabs: fix meta.changelog fcadbd2854fc3 pcloud: fix download link beb460e3491cd typstyle: 0.12.9 -> 0.12.10 c76468f58e792 deltachat-cursed: 0.9.0 -> 0.10.0 73f6e60f1330d libdeltachat: 1.151.4 -> 1.151.6 5a371d85378d8 python312Packages.cantools: 39.4.11 -> 39.4.13 c7ea95dbe45dd home-assistant-custom-components.homematicip_local: 1.73.0 -> 1.74.0 3527ace86e76c python312Packages.hahomematic: 2024.12.0 -> 2024.12.2 4b638f7538803 eza: 0.20.11 -> 0.20.12 42d0f33125a40 thunderbird: 128.5.1esr -> 128.5.2esr fa9ac4c5e165d heptabase: 1.46.1 -> 1.48.1 e561218ef3f62 vaultwarden: 1.32.5 -> 1.32.6 be677db1b3948 multipass: add update script e5fd403ad011a multipass: build and install the flutter gui b32e3e659c6e0 cnquery: 11.31.1 -> 11.34.0 83af4332d1424 python311Packages.headerparser: 0.5.1 -> 0.5.2 5c3ff4bfb647d catamaran: expose package 9a4428aa46b07 re2c: 4.0.1 -> 4.0.2 eacd071c49cbd python312Packages.homeassistant-stubs: 2024.12.1 -> 2024.12.2 e3f98e17bfd44 affine: add affine building from source cb237b0342b66 affine-bin: add macos support 210f2e6346d20 treewide: format new/changed Nix files e0b6e1eda1e09 home-assistant: 2024.12.1 -> 2024.12.2 21bbe3f274591 home-assistant.intents: 2024.12.4 -> 2024.12.9 03d80c3b5e9f7 python312Packages.zha: 0.0.41 -> 0.0.42 11d0a3968047d Merge branch 'staging-next' into staging c3b1815822642 Merge branch 'master' into staging-next 473d55c32f206 python312Packages.bellows: 0.42.2 -> 0.42.5 241e951586e15 python312Packages.reolink-aio: 0.11.4 -> 0.11.5 22f32bcfc4904 amend! python312Packages.aiounifi: 81 -> 81 d10cdbd0c6213 python312Packages.plugwise: 1.6.0 -> 1.6.3 c127489e0c034 python312Packages.deebot-client: 9.2.0 -> 9.3.0 5a82527e06557 python312Packages.aiounifi: 81 -> 81 11369cdb18a1b jetbrains: rename source-package arg `buildVer` -> `buildNumber` a17c823d401ea affine-bin: rename affine to affine-bin bb69838362a99 ytt: 0.51.0 -> 0.51.1 a321e27075886 ryujinx-greemdev: init at 1.2.76 11e51d0389d08 taterclient-ddnet: 9.0.1 -> 9.0.2 67f1c7775d845 jetbrains: fix mismatched versions for source-built packages b950ef801abaa ssh-to-age: 1.1.9 -> 1.1.10 9625d9bf0c4c9 maintainers: add xiaoxiangmoe 9fbce356852a6 dioxus-cli: 0.5.7 -> 0.6.0 b0dfd60e5700b nixos-install: link to installer test e55b293236309 deno: 2.1.3 -> 2.1.4 6e3ba56ec30bb hyperbeam: init at 3.0.2 b7e40ecd64994 ocamlPackages.hxd: 0.3.2 -> 0.3.3 5acaab373b55d hyper-cmd-utils: init at 1.0.0 137c137414167 hypershell: init at 0.0.15 29787eb92eb1e hyperssh: init at 5.0.3 b33ef4e86d8db regbot: 0.7.2 -> 0.8.0 7e1f85a54350b kapp: 0.63.3 -> 0.64.0 759c65c3b5c0a cvs: fetch up to date version of the debian patchset ee43b0f9fd7d1 multipass: 1.14.0 -> 1.15.0 238c6f63f639f dbcsr: 2.7.0 -> 2.8.0 361c900e70e1e global: 6.6.13 -> 6.6.14 3699a3bbe86d2 bup: 0.33.4 -> 0.33.5 887e7d91ba8e9 gitlab: 17.6.1 -> 17.6.2 77e5f5a573b52 papermc: 1.21.3-53 -> 1.21.4-12 0cf255fc82968 onedrivegui: add qt wrapping 4eee326d87cea asciinema-agg: 1.4.3 -> 1.5.0 4722e2b5e9c24 asciinema-agg: refactor Original commit: 2ff58b3 b6cf4162f9317 kokkos: 4.4.01 -> 4.5.00 a94f055308dde asciinema-agg: migrate to by-name d37af857a484e kavita: 0.8.3.2 -> 0.8.4.2 06ad4b594ac68 gscreenshot: 3.7.0 -> 3.8.0 27f056310829f asciinema_3: init at 3.0.0-rc.3 54b140d42913a mlton20211017Binary: fix and enable strictDeps 83adfcfcd2568 mlton: fix and enable strictDeps daa49dca79c7b thanos: 0.36.1 -> 0.37.2 0eea04364fe14 git-cola: 4.9.0 -> 4.10.0 18f1813d7a867 box64: 0.3.0 -> 0.3.2 46435b25d362d rocmPackages.rocm-docs-core: 0.34.0 -> 1.11.0 6456702e1233c htslib: 1.19.1 -> 1.21 eaa80072eac16 heisenbridge: 1.14.6 -> 1.15.0 6afcee95735c7 ente-auth: disable updates 70a9b03ccbe7b ente-auth: 4.0.2 -> 4.1.6 aa36c7759ddb6 maintainers: add kpcyrd 779c71047611c nixos/switch-test: use the runTest handler to improve eval performance 2fff1179a5132 switch-to-configuration-ng: run clippy in the check phase 1a75c991878b2 switch-to-configuration-ng: clippy fixes c065a4101962e switch-to-configuration-ng: add clippy config cf269ecc0a047 bottom: move to versionCheckHook af9a0464add3c vivaldi: 7.0.3495.18 -> 7.0.3495.23 4e2915239b747 yarn-berry: 4.5.2 -> 4.5.3 c2841d774b231 bottom: add maintainer gepbird 56eb633cc2a9b bottom: enable tests 614fdc5104f7f bottom: add update script 4f020a6956f4e bottom: `fetchFromGitHub` refactor 20f64b67bc162 spyder: 6.0.2 -> 6.0.3 7b19dd79f0e24 python312Packages.spyder-kernels: 3.0.1 -> 3.0.2 ed1ae485132d4 gnupg: 2.4.5 -> 2.4.7 (#352434) 95aba9257dbc6 bookstack: 24.05.4 -> 24.10.3 Diff: https://github.com/BookStackApp/BookStack/compare/v24.05.4...v24.10.3 Changelog: https://github.com/BookStackApp/BookStack/releases e45aeef5dca30 python312Packages.pyituran: init at 0.1.4 d597f4d7f4d57 bottom: remove `with lib;`, order `meta` attrs 537c6af0bb12c bottom: add gpu driver recognition f0feb1bb38a09 bottom: migrate to by-name 630e1cd57e8c3 bottom: migrate to new apple sdk c648006faf395 murex: 6.3.4225 -> 6.4.1005 6c706f9549122 nixos/nix-fallback-paths: 2.24.10 -> 2.24.11 b7a81b0f592f7 nixVersions.nix_2_24: 2.24.10 -> 2.24.11 ad015ce53b542 python311Packages.graphrag: 0.5.0 -> 0.9.0 f7b4d46f48292 curl: 8.11.0 -> 8.11.1 2734fe9372fc7 python312Packages.fnllm: init at 0.0.11 918e19b581cb8 jjui: init at 0-unstable-2024-12-10 7895f51712a13 kyverno-chainsaw: 0.2.11 -> 0.2.12 77a2b2dccf241 syncstorage-rs: 0.17.15 -> 0.18.2 3cc811b0ae679 python312Packages.confluent-kafka: 2.5.3 -> 2.6.1 0545d833b0518 python312Packages.wled: 0.20.2 -> 0.21.0 30ea85e359c54 moreutils: 0.69 -> 0.70 d0cc2e37c7082 pack: 0.35.1 -> 0.36.0 2ffd9decddead moodle: 4.4.4 -> 4.4.5 7d5830634d0ff calf: 0.90.3 -> 0.90.4 90f8d8da312d1 calf: format cdfe22455a0eb jamulus: move to by-name a164ceb7f37b4 jamulus: 3.10.0 -> 3.11.0 edde220e33472 jamulus: refactor c6d47da32a84f organicmaps: fix rendering issue b581253d6e977 nixVersions.nix_2_25: 2.25.2 -> 2.25.3 3563f7a62eb22 nezha-theme-admin: init at 1.1.3 f7ae1e304b3d5 Merge staging-next into staging 212858a5e9d24 Merge master into staging-next 19ddaceb60684 gdlauncher-carbon: init at 2.0.20 3b0562d4a4e12 Update pkgs/by-name/ta/tacent/package.nix 57befb66f983b Update pkgs/by-name/ta/tacent/package.nix 98f10eb519c4c edgedb: 6.0.0 -> 6.0.2 903921f679c49 algia: 0.0.74 -> 0.0.84 91074abb2dd96 concessio: init at 0.1.9 647b477cfc34d doublecmd: 1.1.19 -> 1.1.21 7b72778438dbd overturemaps: 0.10.0 -> 0.11.0 1898efc3bf8a9 python312Packages.aioacaia: 0.1.10 -> 0.1.11 f902fdcb1bdea xlights: 2024.18 -> 2024.19 757989eb988e4 s7: move patchPhase to postPatch, fix installCheck problem f9593a4851490 qucs-s: 24.1.0 -> 24.4.1 833cac9d90199 qucsator-rf: init at 1.0.3 fbfffc8daee5a immich: reduce closure size 78e1d07142ae0 Merge libinput: 1.26.2 -> 1.27.0 (#358633) 4a5b1c1c510d0 fluffychat: 1.22.1 -> 1.23.0 aaf03d7f0022f sunshine: move to by-name 34302b95f79ab firmware-updater: 0-unstable-2024-10-03 -> 0-unstable-2024-20-11 207fd3a40368f freetds: 1.4.23 -> 1.4.24 92e3afea0429c netbeans: 23 -> 24 79c0d76742a48 monit: 5.34.2 -> 5.34.3 fea4c740392a2 tdf: use fetchCargoVendor c4b677727cbed Merge staging-next into staging 7dcd9f1e0a8bc Merge master into staging-next 619bc4174c95c remnote: 1.17.21 -> 1.18.17 57910dc355316 nixos-rebuild-ng: do not hide `uname -n` stderr 9645a0f81cc51 nixos/doc/rl-2505: add nixos-rebuild-ng to release notes 5ae74b88829e2 blockstream-electrs: init at 0.4.1-unstable-2024-11-25 12c0a74afb0a2 remind: use gitUpdater 27ea9bc63788e noto-fonts: 2024.11.01 -> 2024.12.01 a2d3d00fb0acd pkgs/stdenv/linux: update armv6l-unknown-linux-gnueabihf bootstrap-files ffe685b3e0187 pkgs/stdenv/linux: update armv5tel-unknown-linux-gnueabi bootstrap-files 2d73f8a494e88 ks: add completions for bash and zsh e2ee66b98dfc3 kicad: 8.0.6 -> 8.0.7 c9b3b5de62425 reposilitePlugins: Fix eval d9323ae92d3a5 frr: Fix cross `snmpSupport` to remove warning which interferes with cross eval 653b3558ee1b3 tests-stdenv-gcc-stageCompare: Fail gracefullyier 0f4d1da02a97e kaldi: 0-unstable-2024-10-04 -> 0-unstable-2024-11-29 8d122535c3104 Merge branch 'staging-next' into staging c225fc43612a7 Merge branch 'master' into staging-next 2a97e2053f61f Merge commit '989acfe3c390f805af0d9f0373142ab003e0701c' into staging-next d20c9003908e2 Merge commit '75d54b468a2a51b38c56aa8d09e33ac38cd732bc' into staging-next c55d5fc3dc66d dbgate: 5.3.4 -> 6.0.0 dd537b1cf0ec3 node-gyp: 10.3.1 -> 11.0.0 a3d0d19bb8bf0 buildEnv: builedr.pl: use signatures bc84ae7bdf047 codebuff: 1.0.99 -> 1.0.119 and rename from manicode 989e83646c4d0 dbgate: Add support for aarch64-darwin 1f6571cc42880 [staging-next] Treewide Nix reformat pass 1 [skip treewide] (#364000) ea1978d5438c7 libpostal: Optionally install data files and enable tests 7e2caa4db5038 libpostal: Use real 1.1 release 70406a1de62e5 [staging] Treewide Nix reformat pass 1 [skip treewide] (#363999) 667d42c00d566 treewide: format all inactive Nix files 14414ee678e71 buildEnv: builder.pl: specify parameter ignoreSingleFileOutput after priority 84d4f874c2bac treewide: format all inactive Nix files ca490fc0b3a33 silice: 0-unstable-2024-07-22 -> 0-unstable-2024-12-02 13cbe83728edb lnav: use apple-sdk_11 f1bdc1213bf0b headscale: backport BaseDomain and ServerURL checks b4ce4c48b3b6e ente-auth: install icon to pixmaps instead of generating multiple sizes 81228dbad1250 ente-auth: use postPatch instead of overriding patchPhase 2a3a649f31e2a zxtune: 5075 -> 5080 e212a5419c63e yourkit-java: 2024.9-b159 -> 2024.9-b160 7db2ddc8e302d nixos-rebuild-ng: update README.md 1b5fac463b193 nixos/tests: add nixos-rebuild-target-host-ng 1d3c452d635cf nixos-rebuild-ng: set TMPDIR in darwin 063639b2be953 nixos/tests: add nixos-rebuild-specialisations-ng 81148841b9bc8 nixos/tests: add nixos-rebuild-install-bootloader-ng c27b1c401ae65 nixos-rebuild-ng: add repl test and fix issues 14ab7a484d2c0 nixos-rebuild-ng: make build-time flags globals d4c1d6c482f92 nixos-rebuild-ng: accept protocol in Flake.parse() 43e6aa5bd29e0 nixos-rebuild-ng: enable reexec if system.rebuild.enableNg is enabled ae6664cc5110a nixos/tools: add system.rebuild.enableNg 640ef7805e2a1 caper: init at 0.9 4875d6ae15786 kodiPackages.radioparadise: 2.1.1 -> 2.1.2 269a4110f3944 mmctl: 9.11.5 -> 9.11.6 57b193d8ddeaf Merge staging-next into staging 78e9caf153f5a Merge master into staging-next f206cd76681df python312Packages.testcontainers: 4.8.2 -> 4.9.0 4e5452adc436d lagrange: 1.18.3 → 1.18.4 aa4894e388ade sealcurses: 2023-02-06 → 2024-12-02 09bba44a0a1ff k3s_1_30: 1.30.6+k3s1 -> 1.30.7+k3s1 4d9149f215da8 python312Packages.txtai: 8.0.0 -> 8.1.0 a90425a88084d hydra: 0-unstable-2024-11-25 -> 0-unstable-2024-12-05 ed99939b5a71b xen: 4.19.0-unstable-2024-11-12 -> 4.19.1 a83e05e5240e7 xen: make upstreamVersion optional e0c9172e54463 kyverno: 1.13.1 -> 1.13.2 c3bf5330e34c4 python312Packages.nomadnet: 0.5.4 -> 0.5.5 dfe822b99bf69 python312Packages.rns: 0.8.6 -> 0.8.7 7dd9e458de19f netavark: 1.7.0 -> 1.13.1 7e54045794e3d plymouth-vortex-ubuntu-theme: 0-unstable-2024-05-05 -> 0-unstable-2024-11-20 6670bc5197f63 scraper: 0.21.0 -> 0.22.0 68ebeaf5fe4d8 treewide: Change unnecessary aborts to throws 266e22539baa6 haskellPackages.mkDerivation: Fix `cannot coerce null to a string` 25ddf18a62efa nu_scripts: 0-unstable-2024-11-10 -> 0-unstable-2024-12-08 c740e3e5439a1 python312Packages.graph-tool: 2.79 -> 2.80 11ba3ebb73781 rshell: 0.0.33 -> 0.0.36 3bac114a681f0 lomiri.telephony-service: Fix NotificationInterface build issue f80685980500d python3Packages.zephyr-python-api: modernize code 34cba6c33ecb5 lief: 0.15.1 -> 0.16.0 820f3631b9e94 python3Packages.moto: 5.0.20 -> 5.0.22 479ee2638d958 ligolo-ng: 0.6.2 -> 0.7.3 247078a22e2c8 cardimpose: add pythonImportsCheck 7e373d7a52617 gnomeExtensions.gsconnect: fix typelibPath substitution e9c45666e38c6 cadvisor: 0.49.1 -> 0.49.2 7e3be2c051177 doomretro: 5.5.1 -> 5.6 22170424f79bd python312Packages.f3d: 2.5.0 -> 2.5.1 afa059a15ba28 jellyfin-media-player: added paumr as maintainer 22b6ee8848bca jellyfin-media-player: 1.10.1 -> 1.11.1 98402f0f344d8 marp-cli: 4.0.0 -> 4.0.3 86b469a7d0a44 marp-cli: 3.4.0 -> 4.0.0 d8008c052d975 Merge branch 'staging' into staging-next 3e2f14db3470a Merge staging-next into staging e358b0397fa7e Merge master into staging-next 563e111e67438 gnupg: 2.4.5 -> 2.4.7 d022ffbafd047 gnupg: format with nixfmt 67fa08f6ef68b golem: 1.0.26 -> 1.0.27 a11594dfa0838 awscli2: 2.19.0 -> 2.22.13 49a002d861751 osrm-backend: 5.27.1 -> 5.27.1-unstable-2024-11-03 (#359062) 88d11cc667ebd tests/shadps4: init 110658a687a23 deepin.dde-launchpad: 1.0.2 -> 1.0.8 16db3c0ba5352 deepin.dde-shell: 1.0.2 -> 1.0.9 d384030cc64f9 deepin.dde-tray-loader: 1.0.1 -> 1.0.7 49a4f198e4a46 deepin.treeland-protocols: init at 0.4.5 c66a709ed4337 deepin.qt6platform-plugins: 6.0.19 -> 6.0.24 4ed970fdef491 deepin.qt6integration: 6.0.19 -> 6.0.24 55c4bd3d385de deepin.dtk6declarative: 6.0.19 -> 6.0.24 de5566c9722dd deepin.dtk6widget: 6.0.19 -> 6.0.24 149b50f9a31fe deepin.dtk6gui: 6.0.19 -> 6.0.24 c172f4770b2d9 deepin.dde-application-manager: 1.2.15 -> 1.2.19 0852cf61fbab3 deepin.dtk6core: 6.0.19 -> 6.0.24 1d5d531429ad9 sway-unwrapped: backport libinput-1.27 support 09fd0a121f337 firefox-beta-bin-unwrapped: 133.0b2 -> 134.0b8 b1d7b0173259c dput-ng: init at 1.40 21a0a5a406c43 optifine: 1.21.1_HD_U_J1 -> 1.21.3_HD_U_J2 5456c9b09507e revpfw3: 0.4.2 -> 0.4.3 4a880d2484c64 llvmPackages.bolt: Use ninja, drop libclang dependency a4543ae1bc440 pkgsLLVM: Fix unwanted target offset 13ed5af2f3256 maintainers: add sandptel 561a6b2b20c30 vtracer: init at 0.6.4 98738252fb9cb zsh-you-should-use: hardcode tput dependency da186a6585ca1 zsh-you-should-use: add update script 842c83c040f36 zsh-you-should-use: adopt eb6ea54db50b5 zsh-you-should-use: modernize 8bf2474b6414a arpack: add top arpack-mpi attribute 9de99cac77baf wiremock: 3.9.2 -> 3.10.0 07105d9e6f3bb Merge remote-tracking branch 'origin/master' into staging-next d2db437c6f2e9 python3Packages.nox: Remove optional dependencies from testing 2dab111331a71 SDL2: 2.30.6 -> 2.30.10 433f48f38f789 jdt-language-server: 1.40.0 -> 1.42.0 f5cdaca4d6012 Merge staging-next into staging 28b62e18cd634 rain-bittorrent: set version to 1.13.0 2afd26d8d1bda maintainers: add matthewdargan c3dd3d05b8d7a maestro: 1.39.0 -> 1.39.2 3d1f09578cd9d brygada-1918: init at 3.006 3dd4efb0a650d codeium: 1.24.2 -> 1.30.2 6ad66fd16c2e5 zoekt: 3.7.2-2-unstable-2024-10-24 -> 3.7.2-2-unstable-2024-12-09 fa22dc9e8e3be onnxruntime: fix compiler error (#363648) 7de0fc5d75c41 portablemc: 4.4.0 -> 4.4.1 f30d726162e4c stackql: 0.5.748 -> 0.6.7 145fecbbe8bd4 soft-serve: 0.7.6 -> 0.8.0 602152cbf5f23 reaper: 7.27 -> 7.28 76aa1c8bc1e45 maturin: 1.7.5 -> 1.7.8 (#363097) 8feb14ce118b7 kbld: 0.44.1 -> 0.45.0 1310ec6fd8102 hsd: 6.1.1 -> 7.0.0 71d38391714b2 egl-wayland: 1.1.16 -> 1.1.17 ed37844234c6d vmware-horizon-client: 2312.1 -> 2406 c1dc459b310a6 openjpeg: 2.5.2 -> 2.5.3 56f8d1e98ad21 appstream: 1.0.3 -> 1.0.4 85a5f1218f8ce dar: 2.7.15 -> 2.7.16 47db5d71bf907 maintainers: add oidro c207a2becd4d8 Merge staging-next into staging 0396ae77e8f3f buildEnv: fix bulder.pl (addPkg argument ignoreSingleFileOutputs) (#363710) 97c7a060527b9 Merge branch 'update-evremap' of github.com:pixL404/nixpkgs into update-evremap 6a5dc7cbd5a71 nixos/evremap: add option phys 53ecadce602f6 Fix formatting again 048918ed92d1d grafana-agent: 0.43.3 -> 0.43.4 3243543030d8b Fix formatting acf356a43fa12 pixman: 0.43.4 -> 0.44.2 (#353959) 3993addae195a Update pkgs/by-name/ta/tacent/package.nix 3d99c241135c0 Update pkgs/by-name/ta/tacentview/package.nix f3dc5f775346a Update pkgs/by-name/ta/tacentview/package.nix bd336fa0a6288 cardimpose: init at 0.2.1 030b96073cc9c powertabeditor: init at 2.0.21 5919211cd86af grpc: 1.67.0 -> 1.68.1 (#361357) cb726e26b3c11 sdrangel: 7.22.4 -> 7.22.5 2de92ac40c18c sqlitestudio: 3.4.6 -> 3.4.9 0d3597f54130d protonvpn-gui: 4.8.0 -> 4.8.1 03b60fe523fba metacubexd: 1.171.0 -> 1.173.3 f67cd331d197c hubstaff: 1.6.28-fafb0aba -> 1.6.29-7f771670 f1518d36753d1 systemd: 256.8 -> 256.9 0cd7dfa96cebf python3Packages.pytest-xdist: simplify setup hook 54f045716d346 python3Packages.pytest-forked: simplify setup hook 2a887396513a5 gobject-introspection: setup-hook: move giDiscoverSelf to postInstallHook e7ed4bfa74b8a glib: setup-hook: glibPreFixupPhase -> glibPostInstallHook 4354b4429ff66 jrnl: 4.1 -> 4.2 a993958324232 buildEnv: fix bulder.pl (addPkg argument ignoreSingleFileOutputs) 5ef7680371b9a unbound: 1.21.1 -> 1.22.0 (#350185) 4fae212222bdf stdenv: fix nix develop (#363672) e5caf0f862284 primitive: init 0-unstable-2020-05-04 1dcf63b611abf lvm2: 2.03.27 -> 2.03.28 (#353762) e5634777f16ae mstflint: 4.29.0-1 -> 4.30.0-1 7ca4fd4014f6f kubernetes-helmPlugins.helm-unittest: 0.6.3 -> 0.7.0 099ba0047eb93 msecli: fix fhsenv version e775f116e6652 libaom: 3.10.0 -> 3.11.0 (#356084) 08516546ce919 srt: 1.5.3 -> 1.5.4 (#355300) 3ce1c113c7285 gnutls: fixup tpm support e4656b9d2a17e termius: 9.8.5 -> 9.9.0 be53dfe6b9011 python312Packages.fontparts: 0.12.2 -> 0.12.3 cc07d62bc20ac python3Packages.fontpens: 0.2.4 -> 0.3.0 0a41c15b2e40d python3Packages.afdko: 4.0.1 -> 4.0.2 38b5b2b672f6a python3Packages.fonttools: 4.54.1 -> 4.55.2 564919392a081 python3Packages.ufoprocessor: 1.9.0 -> 1.13.3 37cf8bd5605bf alsa-lib: 1.2.12 -> 1.2.13 (#355569) 0e20f62aa1901 xorg.libXt: 1.3.0 -> 1.3.1 (#356888) bd0052c6b4040 anki: use fetchCargoVendor ab026c0022048 xorg.utilmacros: 1.2.0.1 -> 1.20.2 (#356388) f7eb93d5709ff waf: 2.1.3 -> 2.1.4 (#356713) 2332759d7abfa stdenv: fix nix develop ff98ff88ffdc9 librist: 0.2.10 -> 0.2.11 (#357091) e68ea6914dea5 nixos/evremap: incorporate changes from review c12e4e275aca3 Merge staging-next into staging ceb62729d25a2 Merge master into staging-next 8714dd3f7adf8 mupdf: 1.24.9 -> 1.24.11 (#357467) dfdb8352c05f2 re2c: 3.1 -> 4.0.1 (#357342) d442876f16e12 treewide: update openstack clis to python 3.12 2ed552b7197f7 tbb_2022_0: init at 2022.0.0; openvino: upgrade stdenv, upgrade tbb; tbb_2021_5: drop (#363643) b320044d4d302 python312Packages.pbr: fix python 3.12 compatibility; python312Packages.openstackdocstheme: allow for python 3.12; openstack for python 3.12 (#362467) 3e0e5a0dce7ad python3Packages.gevent: remove python3Packages.opentracing usage 40d0e04cd0628 tonelib-noisereducer: 1.2.0 -> 2.0 eb40009c0266e python312Packages.pkginfo: unbreak eval cf49d14dfa414 tonelib-noisereducer: format fdee9525f3c85 various: fix "list contains" check (#363191) 75c8475e45600 tonelib-metal: 1.2.6 -> 1.3.0 77e9ee746302f tbb_2021_5: remove 2c87ea374c381 tonelib-metal: format 09b61573f1d5e openvino: return to default stdenv, upgrade to tbb_2022_0 f312872c2cfd6 tbb_2022_0: init at 2022.0.0 49c924f481e11 onnxruntime: fix compiler error 95a35f2ab647f tailwindcss-language-server: 0.0.21 -> 0.0.27 363af49db31f8 jetbrains.plugins: update 17d42f81c5fe5 jetbrains: 2024.2.2 -> 2024.3.2 43300fe72a15d nixos/qemu-vm: set permissions for tmpfs root e5624846c3a59 nixos/minio: add certificatesDir option 06886d32c517d Merge branch staging-next into haskell-updates 3b5b09a5569b7 primesieve: 12.4 -> 12.6 a0a016f9e4f62 tanka: 0.29.0 -> 0.30.2 18a0cbaae4380 dolt: 1.43.15 -> 1.44.0 d95a8f5a13dda Document the logic around X-NotSocketActivated in the manual 4b79915311883 protoc-gen-es: 2.2.2 -> 2.2.3 0de86d8d8fc59 [staging-next] libcmis: apply patch for boost 1.86 (#363531) 0479e6ee96243 nextcloudXXPackages.apps.recognize: suport nextcloud 29 and 28 8d3f05a898d5d Merge remote-tracking branch 'origin/master' into staging-next a48984f53f4c1 python3Packages.pkginfo: fix eval facb0551a47fe hyperv-daemons: remove python2 14a523cc30a1a Remove libxml http workaround from geospatial packages (#350694) c0be1d1a754e3 Merge remote-tracking branch 'origin/master' into staging-next fc80daa95bab2 touchosc: 1.3.5.212 -> 1.3.6.216 0d142b70343c4 publicsuffix-list: 0-unstable-2024-10-25 -> 0-unstable-2024-12-06 (#362566) 05fa61a2a5621 Merge staging-next into staging 7e06be506a3bb nixos/dokuwiki: Note Caddy changes in release notes 655768419e158 nixos/trilium: add adjustable package 020446415171e python312Packages.oddsprout: fix test on darwin 6bc84bc69ac6d libcmis: apply patch for boost 1.86 1475f480d5a16 nixos/dokuwiki: Don't force http with Caddy 3534991cf8db4 bootc: add composefs support 0feebd4a76451 ostree: add composefs support ed5608b888bc4 nextcloud30Packages.apps.recognize: 8.1.1->8.2.0 70702be061d08 mbedtls_2: fix transposed calloc args (#361955) 753a4e949b515 vorbis-tools: fix for gcc-14 (#361987) 9ce61799e1a65 netperf: gcc-14 fixes (#361922) 66e1f04b34111 gmt: remove libxml http workaround f29bd95d71716 postgresql: remove libxml http workaround c6b0d91ee906a mapnik: remove libxml http workaround da8d6edac8e4f librasterlite2: remove libxml http workaround abd030bac7406 mapserver: remove libxml http workaround b525b9bafb3e8 pdal: remove libxml http workaround 233ccbf5200a2 gdal: remove libxml http workaround 5d66e497c886d grass: remove libxml http workaround 2d329ed4882af maintainers: add TsubakiDev 2f30c44d1598a osu-lazer: 2024.1115.3 -> 2024.1208.0 4059d2a94c15c osu-lazer-bin: 2024.1115.3 -> 2024.1208.0 117f6e809c3a1 python312Packages.numpy: 2.1.3 -> 2.2.0 (#363282) 49caa67371003 cloudflared: 2024.11.0 -> 2024.11.1 6f53c4f620aff python312Packages.fs: clean-up (#349608) 150649021084e osu-lazer-bin: stdenv -> stdenvNoCC 1ff5cbc2ca635 gose: 0.8.0 -> 0.9.0 fcea1379ec3e0 xapian: 1.4.26 -> 1.4.27 5ebe22ffe142c Merge remote-tracking branch 'origin/master' into staging-next f868235eb7fae quisk: 4.2.39 -> 4.2.40 de9443a6ac753 python312Packages.logbook: 1.7.0.post0 -> 1.8.0 39fc6d4b92d0e luigi: 3.5.2 -> 3.6.0 ae3c5c47e4e6b Merge staging-next into staging 3c645ddc79251 passt: 2024_10_30.ee7d0b6 -> 2024_11_27.c0fbc7e e770326331431 stdenvAdapters: set default_both_libraries for meson in makeStaticLibrary (#352934) 608357a5a1dc7 setup-hooks/set-source-date-epoch-to-latest.sh: quote output path in updateSourceDateEpoch 6efe1e4f7c0b3 vscode-extensions.yoavbls.pretty-ts-errors: 0.5.4 -> 0.6.1 ab8291d1f08a6 sentry-cli: 2.38.2 -> 2.39.1 648719e6fa586 home-assistant: 2024.11.3 -> 2024.12.1 (#363268) 5d83ea3b9d4fe dl-librescore: 0.35.17 -> 0.35.20 792c9212a4101 python312Packages.trio-asyncio: disable failing tests c48ff9350fc01 python312Packages.google-nest-sdm: disable failing test bc886bdb46ff2 python312Packages.dulwich: 0.22.5 -> 0.22.6 e892f6e3c70a3 python312Packages.aioelectricitymaps: update test snapshots 77fe93ecfd12d python313Packages.pyatv: drop mediafile dependendcy 0ca4b5979fbfd zwave-js-server: 1.38.0 -> 1.40.2 548fa4056bbae python313Packages.pyzipper: disable tests c4c07753b9eef home-assistant: 2024.11.3 -> 2024.12.1 37c38e5e2c9dc home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.180 -> 0.13.191 482b66d0aaeea python312Packages.homeassistant-stubs: 2024.11.3 -> 2024.12.1 555314b672f3b python312Packages.webrtc-models: 0.2.0 -> 0.3.0 9258bfa7b596f python312Packages.music-assistant-client: init at 1.0.8 34d170a59f265 python312Packages.music-assistant-models: init at 1.1.3 4bfed6e8ccfb8 python312Packages.zwave-js-server-python: 0.58.1 -> 0.59.1 5cea09dbb4dea python312Packages.python-kasa: 0.7.7 -> 0.8.1 1be792f7bc307 python312Packages.pytrafikverket: 1.0.0 -> 1.1.1 fc8ab807c0b7e python312Packages.python-tado: 0.17.6 -> 0.17.7 7beb7ce67a641 python312Packages.python-homewizard-energy: 6.3.0 -> 7.0.0 be31deb9607ba python312Packages.python-bsblan: 0.6.4 -> 1.2.1 983be0454fe5f python312Packages.pysuez: 0.2.2 -> 1.3.2 81b32983dd122 python312Packages.pydeako: 0.5.4 -> 0.6.0 0203b434db7bc python312Packages.millheater: 0.12.0 -> 0.12.2 3b957f011d8ff python312Packages.plugwise: 1.6.2 -> 1.6.0 5e402658bb18a home-assistant.intents: 2024.11.6 -> 2024.12.4 79b44beb72e78 python312Packages.hdate: 0.10.11 -> 0.11.1 950b22864f9e1 python312Packages.elmax-api: 0.0.6.2 -> 0.0.6.3 2e13d4f76cba3 python312Packages.deebot-client: 9.1.0 -> 9.2.0 6860096612d0e python312Packages.hassil: 1.7.4 -> 2.0.5 8e12c609d9224 python312Packages.unicode-rbnf: 1.2.0 -> 2.1.0 1d6656fead534 python312Packages.av: 13.0.0 -> 13.1.0 d27e588be0edd python312Packages.fyta-cli: 0.6.10 -> 0.7.0 d1bf40992dc33 python312Packages.amberelectric: 1.1.1 -> 2.0.12 1413142e97861 python312Packages.aioswitcher: 4.4.1 -> 5.0.0 b4a1b86a82682 python312Packages.aioshelly: 12.0.1 -> 12.1.0 98d063273db47 python312Packages.aiostreammagic: 2.8.5 -> 2.10.0 fe76fc4b00ce4 python312Packages.zeroconf: 0.136.0 -> 0.136.2 4919e4779062c home-assistant-custom-components.dwd: 2024.9.0 -> 2024.11.0 143f4645ba651 python312Packages.zha: 0.0.39 -> 0.0.41 351da71282b85 python312Packages.zha-quirks: 0.0.124 -> 0.0.125 bfdf5ea595ba0 python312Packages.zigpy: 0.72.0 -> 0.73.1 6395a2f5bcabf python312Packages.bellows: 0.42.0 -> 0.42.2 887fc9dcb0426 python312Packages.aiomealie: 0.9.3 -> 0.9.4 7038fcc6dc716 python312Packages.mashumaro: 3.14 -> 3.15 c850c55e8ac65 python312Packages.uiprotect: 6.4.0 -> 6.6.5 a70e3d6a839de python312Packages.deebot-client: 8.4.1 -> 9.1.0 782085a4ad360 mitra: 3.9.0 -> 3.11.0 dc3b78ad29207 mesa: fix darwin eval with bad platforms (#363408) 063186676c5d2 Merge staging-next into staging ede1723792f9c pretalx: relax bleach constraint 661e8cc5f8fac fzf: update release notes with the change a47317817d96a fzf: add fish support 077c3cb19d9b2 fzf: remove the unnecessary mkIf bc659ea35967a mesa: fix darwin eval with bad platforms 02793bc7e5250 python312Packages.calmjs: disable failing test 0862f3c0fc2a3 indilib, indi-3rdparty: 2.0.9 -> 2.1.1 e4020cd4cee09 python312Packages.pytest-services: fix disabledTests specification c7dd09e34294f sladeUnstable: 3.2.4-unstable-2023-09-30 -> 3.2.6-unstable-2024-11-26 ceceb20f1f8a0 slade: 3.2.5 -> 3.2.6 9117dd65a6a00 nixos/hickory-dns: expose `configFile` as a toplevel option d55b3c0f1bf40 hashlink: 1.13 -> 1.14 8d96cec26104d wxGTK32: Enable wxWebRequest af3e378c851e9 slade: Remove the wxGTK patch fc94887663a0a centrifugo: 5.4.7 -> 5.4.8 b65c6bb3ccfba insync: 3.9.3.60019 -> 3.9.4.60020 0f02119852220 ansible-navigator: 24.9.0 -> 24.10.0 908e8572df13e buildMozillaMach: patch compat with python 3.12.8/3.13.1 (#363310) fdf93b5022dae testkube: 2.1.61 -> 2.1.72 e8ee2d42c6da7 etesync-dav: 0.32.1-unstable-2024-09-02 -> 0.33.4 7bd33c314fe86 etesync-dav: format d15991ac20a4a python312Packages.amqp: 5.3.0 -> 5.3.1 323491f4795da openxr-loader: 1.1.42 -> 1.1.43 d62793a21854d python312Packages.meraki: 1.52.0 -> 1.53.0 9ffb8f03fc018 tui-journal: 0.12.1 -> 0.13.0 40e543da83c5c saleae-logic: Use platforms instead of assert e700e52405d7b python2: Fix alias usage on cross ce37a0a30a457 nixos/scanservjs: init 340016f92aae2 python312Packages.rotary-embedding-torch: 0.8.5 -> 0.8.6 6308832775149 scanservjs: init at 2.27.1 93b894f2cd60a cargo-mutants: 24.11.0 -> 24.11.2 42fb694573297 function-runner: 6.3.0 -> 6.4.0 cb6040d61d9f2 fahclient: fix fhsenv version 3d60714d15fe0 container2wasm: 0.7.0 -> 0.7.1 9db021f514d07 hwatch: 0.3.16 -> 0.3.18 b63af16d500cc sqlboiler: 4.17.0 -> 4.17.1 a7bd4cf78e6c0 python312Packages.sphinx-intl: 2.3.0 -> 2.3.1 328fa9f9ac48a uv: 0.5.6 -> 0.5.7 (#362808) 5c635fc4ff772 dbmate: 2.22.0 -> 2.23.0 7f07e847b3d18 python312Packages.mkdocs-drawio-exporter: 0.9.1 -> 0.10.1 76ba81c1a7abc pik: 0.10.0 -> 0.12.0 59e4669515ada buildMozillaMach: patch compat with python 3.12.8/3.13.1 942be98f987f5 Merge staging-next into staging cd25e6760c279 arduino-create-agent: init at 1.6.1 c45456d8673b5 Merge master into staging-next 4a2da200dbf32 typos-lsp: 0.1.30 -> 0.1.31 cb34544d7fe68 jan: 0.5.7 -> 0.5.11 0b6183dd697bc go-mockery: 2.46.3 -> 2.50.0 b4201751907e1 dotenvx: 1.22.0 -> 1.28.0 e1024e5845991 erg: 0.6.47 -> 0.6.48 61cc7a311a3fc xml2rfc: 3.24.0 -> 3.25.0 d01115636a285 pyenv: 2.4.14 -> 2.4.22 8d1df57af8883 openfga: 1.8.0 -> 1.8.1 0c29c71c10704 python312Packages.numpy_2: 2.1.3 -> 2.2.0 4ba7fbc8ca033 vscode-extensions.sourcery.sourcery: 1.24.0 -> 1.25.0 2109df66719aa typeshare: 1.11.0 -> 1.13.2 c5c4e85aea715 shaarli: 0.13.0 -> 0.14.0 85bb453f84b92 ffado: support cross compilation (#334096) f66387d56b9df r2mod_cli: 1.3.3 -> 1.3.3.1 94b8d2940532a [staging-next] various python fixes (#363255) 20847c0e35752 Revert "jellyfin-media-player: 1.10.1 -> 1.11.1" 72f2aa5b4275c liblxi: 1.21 -> 1.22 1575ebf5b2903 ab-av1: 0.7.19 -> 0.8.0 383458facb33d shadps4: 0.4.0 -> 0.4.0-unstable-2024-12-08 b5a7391298c2c tcl: simplify bash "list contains" check in setup hook 97efe32610530 python312Packages.nbmake: limit tests parallelism f8b68cea4858f c3c: 0.6.3 -> 0.6.4 ee9d69ba2e7ef hamlib_4: fix cross-compilation f124e12650d03 python312Packages.httpx: disable failing test ae9706aec09cd python313Packages.ipython: disable failing tests a4aece1c4563a python312Packages.google-auth: disable failing test 377de3e1ff7cf nest-cli: 10.4.7 -> 10.4.8 624e679794a7a leo-editor: 6.8.2 -> 6.8.3 93368ac469925 ghostscript: fix cross for armv7l 4d51cb2b1be7a credhub-cli: 2.9.38 -> 2.9.39 361a47432c24d revive: 1.4.0 -> 1.5.1 7c0647e56290d python312: fix memory exhaustion vulnerability in asyncio.protocols (#362523) a8d9bda30131e ft2-clone: 1.88 -> 1.89 34e92a8fb3a2c blivet-gui: 2.5.0 -> 2.6.0 3eb23b1f23030 schemacrawler: 16.22.3 -> 16.23.2 f9e5ea91d89d1 flat-remix-gnome: 20240922 -> 20241208 c011c36c003c8 unbound: fetch source from GitHub 0298669377cdc unbound: 1.21.1 -> 1.22.0 80344cb8d5e8c various: fix "list contains" check ff1fd874b8a2f Merge staging-next into staging 38a78130f62e4 Merge master into staging-next 73f20b22e1499 allegro5: 5.2.9.1 -> 5.2.10.0 abf1b2d976231 jamulus: format 789afaa33edad netris: fix gcc-14 build (#362028) 55d7acf194012 mpir: fix configure with gcc-14 (#361904) 203dcb27bcc4a unvanquished: fix fhsenv version 42e358e40912b wallabag: 2.6.9 -> 2.6.10 92b3ce1cdd5ec nixos/hardware.steam-hardware: use steam-devices-udev-rules afb7ab02601af steam-devices-udev-rules: init at 1.0.0.61-unstable-2024-05-22 259d4e3a9d8b0 tdl: 0.17.7 -> 0.18.3 ef91c02eb4d5d libjxl: 0.11.0 -> 0.11.1 (#359791) fe34d2f8631b7 python3Packages.waitress: 3.0.0 -> 3.0.2 (#353141) 17f6ab6d4a411 stress-ng: 0.18.06 -> 0.18.07 f9fe2e76f40b9 python312Packages.waitress: 3.0.1 -> 3.0.2 48ad108e1a5c0 libxml2: 2.13.4 -> 2.13.5 (#356083) 76d9fe4e41716 kando: 1.5.1 -> 1.6.0 6cb776b31c7b4 python312Packages.stevedore: update disabled b912f71f23243 htcondor: 24.1.1 -> 24.2.2 02ca3cdbbdf32 glibc: fix locale fallback on non-nixos systems (#347965) 1e2491265e207 luarocks-bootstrap: cmake and zip should be propagatedNativeBuildInputs (#359822) 066e87dc5c282 wt: 4.10.4 -> 4.11.1 4a944c3c81030 nzbhydra2: 7.8.0 -> 7.10.2 4bce075e9618d iroh: 0.26.0 -> 0.29.0 36f6092a63f57 java-hamcrest: init at 3.0 a2aadfe89fdd5 ecs-agent: 1.87.1 -> 1.88.0 14cf5ed4a7514 python312Packages.gflanguages: 0.6.5 -> 0.7.1 83d059ddf7ae5 sbclPackages._3d-math: build fix 05accec142432 Merge staging-next into staging bf6767fa2024a checkstyle: 10.20.0 -> 10.20.2 2e337411b0fdf Merge remote-tracking branch 'origin/master' into staging-next 186761aafae44 python312Packages.hcs-utils: fix build 34d6d04ef0f21 swtpm: 0.8.2 -> 0.9.0 (#362564) 21f74763f21be mongocxx: 3.10.2 -> 4.0.0 caa41052bb14b Merge branch 'master' into waagent-module 694d008374017 ztags: unstable-2023-09-07 -> 1.0.1 92ba75b2ae79a minizign: unstable-2023-08-13 -> 0.1.4 fcdc5ba4805bf python312Packages.pallets-sphinx-themes: 2.1.3 -> 2.3.0 a67dc5b123f66 srm-cuarzo: 0.8.0-1 -> 0.10.0-1 687be0d94e92e python312Packages.awswrangler: 3.9.1 -> 3.10.1 d07d8a5589f80 waagent: improve code readability and doc 222515bd499d9 filebot: 5.1.5 -> 5.1.6 2712c412007a4 buildkit: 0.17.0 -> 0.18.1 0d491345a0747 hydrogen: 1.2.3 -> 1.2.4 3715bf4e98a10 nixos/hickory-dns: give `settings.zone` a freeformType a7dcd165b8bba wavebox: 10.129.32-2 -> 10.131.16-2 c2167a60c901f argo: 3.5.12 -> 3.6.2 ec2bb3bdc41a5 argc: 1.21.0 -> 1.21.1 4eaf80d58581c python312Packages.mrsqm: fix build 0b51a4c0ad3b6 libwacom: 2.13.0 -> 2.14.0 1fe526ccb30e0 polychromatic: 0.9.2 -> 0.9.3 0ec04bb2ba713 libbpf: 1.4.7 -> 1.5.0 fd5130310c55d calicoctl: 3.29.0 -> 3.29.1 a3a51aba374f1 docker-compose: 2.30.3 -> 2.31.0 301d0ec420e5a openvas-scanner: 23.10.0 -> 23.13.1 4ef90206676e4 relic: 8.1.0 -> 8.1.1 5019f181f976d python312Packages.mdformat-mkdocs: 3.0.1 -> 3.1.1 6822dabb7868a re-flex: 5.0.1 -> 5.1.0 bf8aad392c498 yafc-ce: 2.3.1 -> 2.4.0 37f921b419ae6 steampipePackages.steampipe-plugin-azure: 1.0.0 -> 1.1.0 6d896f680dc86 macchina: 6.2.1 -> 6.4.0 94c1dcc912ae6 vitess: 21.0.0 -> 21.0.1 dc1c0287d1ae7 fzf-make: 0.37.0 -> 0.42.0 aeb4365816f6f tabby-agent: 0.18.0 -> 0.21.1 3906ab30d8350 moq: 0.5.0 -> 0.5.1 6c9cb915b7c4a nwg-hello: 0.2.4 -> 0.3.0 bece2962dbec8 grizzly: 0.5.0 -> 0.6.1 44eac54908bc9 Merge branch staging-next into haskell-updates 95c179f9fbe01 haskell.compiler.ghc94{5,6}: remove at 9.4.5 and 9.4.6, respectively 1a66083b27aaf skypilot: 0.6.1 -> 0.7.0 fb04c1e4b0295 parsedmarc: 8.15.4 -> 8.16.0 855fcab0f0d1c pdf-parser: 0.7.9 -> 0.7.10 ad8830af00b07 go-ios: 1.0.155 -> 1.0.162 de101f46fe7c7 python312Packages.courlan: 1.3.1 -> 1.3.2 1d041214642d9 melange: 0.14.10 -> 0.17.3 a0fe708135592 babashka-unwrapped: 1.12.194 -> 1.12.195 68cec4caf1378 kubefirst: 2.7.3 -> 2.7.7 fd2c8f6f56b07 Merge staging-next into staging cb0b413f460a2 Merge master into staging-next a333cf53c7c33 python312Packages.rasterio: 1.4.2 -> 1.4.3 b73f6cf0fbd8c sentry-native: 0.7.11 -> 0.7.16 1c43a5539fbee jql: 8.0.0 -> 8.0.2 38096ffd97529 katana: 1.1.1 -> 1.1.2 85cabb41a9dfe ts_query_ls: 1.0.1 -> 1.4.1 80c02397c25d6 lazysql: 0.3.0 -> 0.3.2 2e1477ddc8dec waagent: add passthru.tests 7380e2e0ba0e4 dblab: 0.26.0 -> 0.29.0 2018726816578 klayout: 0.29.8 -> 0.29.10 3fb3dbe4265dd cppcheck: 2.16.0 -> 2.16.1 58bb47f18e446 zvbi: 0.2.42-unstable-2024-11-29 -> 0.2.43 (#362711) 94c4e90bd48c3 instawow: 4.7.0 -> 4.8.0 b83efafeafd94 xwayland: back to full size mesa 6628ffa74c11a yandex-cloud: 0.136.0 -> 0.140.0 96f44d4fe6a5d moodle-dl: 2.3.12 -> 2.3.13 bcf3cd8305666 gigalixir: 1.12.1 -> 1.13.1 2b4c3008dead0 desktop-file-utils: 27 -> 28 (#353293) f90ef8864801f python312Packages.peft: 0.13.2 -> 0.14.0 e973c3ee013bc oha: 1.4.7 -> 1.5.0 0777b81070003 kdePackages.plasma-wayland-protocols: 1.14.0 -> 1.15.0 (#362797) fc8245f8b056d uv: 0.5.6 -> 0.5.7 efee9ab6dce41 kdePackages.plasma-wayland-protocols: 1.14.0 -> 1.15.0 ea0ae55a1f566 cdogs-sdl: 2.1.0 -> 2.2.0 034d418f3dbbc libzip: 1.11.1 -> 1.11.2 (#352797) f389b242fe583 nwjs-ffmpeg-prebuilt: 0.93.0 -> 0.94.0 0f9ee1a6519d5 jay: 1.5.0 -> 1.7.0 6a3559126241e Merge staging-next into staging b0ed0ab3f1eaf Merge master into staging-next 912db233f78a5 python311: 3.11.10 -> 3.11.11 (#362260) 527e150ab58b5 json_c: 0.17 -> 0.18 (#350146) 2d8dde9a981bb libmysofa: 1.3.2 -> 1.3.3 (#349927) 412e485b9e20e elfutils: 0.191 -> 0.192 (#349708) 5284e69de285d instaloader: 4.13.2 -> 4.14 d09af63235c76 libunistring: 1.2 -> 1.3 (#349697) cb90cde22ba6d python312Packages.pypiserver: 2.2.0 -> 2.3.2 67ac470441d31 alvr: 20.11.0 -> 20.11.1 0b0613a2ebb3f nelua: 0-unstable-2024-10-18 -> 0-unstable-2024-12-05 52cdd2a1dd6f1 docbook2x: fix strictDeps 277733f91c36a python312Packages.pywebview: 5.2 -> 5.3.2 56091f1b7f664 spicedb: 1.37.1 -> 1.38.1 323024eee23a9 zvbi: 0.2.42-unstable-2024-11-29 -> 0.2.43 e5949f158f0c5 graphviz: 12.2.0 -> 12.2.1 f4f8f7cff026e brev-cli: 0.6.295 -> 0.6.302 0be5b527df50d python312Packages.cx-freeze: 7.2.2 -> 7.2.7 7a7cba69dd031 Merge staging-next into staging f1a4557b32018 Merge master into staging-next a71dd7213e998 patchelfUnstable: 0.18.0-unstable-2024-06-15 -> 0.18.0-unstable-2024-11-18 fbe948038821c python312Packages.mkdocs-git-authors-plugin: 0.9.0 -> 0.9.2 ce33e20a03de3 fetchFromGitHub: expose tag argument 67bf4766e5eb7 cloudfoundry-cli: 8.8.2 -> 8.9.0 189fe2b6acbbe libpng12: fix clang-19 build cee45b14e621b nixos/evremap: use nixfmt 6730b6f273f4f formiko: 1.4.3 -> 1.5.0 a53141618fba1 gaugePlugins.dotnet: 0.7.2 -> 0.7.3 3073067bd68c4 gaugePlugins.java: 0.11.1 -> 0.11.2 2e030327a622c grandorgue: 3.15.2-1 -> 3.15.3-1 d22eeb20ea4c7 nixos/evremap: fix toml config generation cc039e714bc41 crun: 1.18.2 -> 1.19 405afd3e1b719 scotch: 7.0.5 -> 7.0.6 7b24e22826c53 Merge staging-next into staging 171c0c7ed6fe0 Merge master into staging-next 9df16629a5bb2 mpvScripts.mpv-playlistmanager: 0-unstable-2024-08-17 -> 0-unstable-2024-11-19 2a75ecc52b6b0 python312Packages.go2rtc-client: 0.1.1 -> 0.1.2 c11b156913e1a glasgow: 0-unstable-2024-10-24 -> 0-unstable-2024-12-02 70857bc325128 librepo: 1.18.1 -> 1.19.0 f1beac4cd1023 idris2Packages.pack: fix runtime building of Idris2 versions 70c02e58eff16 python312Packages.python-multipart: 0.0.17 -> 0.0.19 (#362558) bc70bd6290b61 glances: 4.2.0 -> 4.2.1 2a7ba9a529197 benthos: 4.40.0 -> 4.42.0 1648e1973a1d5 libcifpp: 7.0.7 -> 7.0.8 c1a47f8e5afe1 diffoscope: 283 -> 284 7aed883ce04ed publicsuffix-list: 0-unstable-2024-10-25 -> 0-unstable-2024-12-06 3b3bd00e95bbb snipe-it: 7.0.13 -> 7.1.15 ebbdb619354b4 fix dhcpcd when ipv6 is disabled b7fcd860c277e swtpm: 0.8.2 -> 0.9.0 a512c92ead9c4 python312Packages.python-multipart: 0.0.17 -> 0.0.19 f06a63dac5adb eddie: init at 2.24.4 23aca92fa2d41 bitwarden-menu: 0.4.3 -> 0.4.5 5b138248b820d nagios: 4.5.4 -> 4.5.8 0c170c3ab3c9b python312Packages.argcomplete: 3.5.1 -> 3.5.2 e05a2d9f28dea [staging-next] dri-pkgconfig-stub: init, use in Chromium (#362375) 2236e731a3136 Merge remote-tracking branch 'origin/master' into staging-next e530b7d4c7af2 gap: 4.13.1 -> 4.14.0 861d0835305e5 python312: fix memory exhaustion vulnerability in asyncio.protocols ff82d2df73b87 Merge staging-next into staging e7db63fb2c118 cplex: fix file permissions 2df4affe417a3 cplex: fix oplide 7c3295abd5bcc cplex: use makeWrapper instead of wrapProgram a4f8586a70208 cplex: use autoPatchelfHook 9351aae45269f cplex: put openjdk in nativeBuildInputs e5e587880922d cplex: install desktop entry b48264149acec cplex: move doc and license to share, remove uninstall dir 1f75f5cd8092b cplex: fix phase hooks 1c4001f9cbb52 cplex: set meta.mainProgram b107d29887260 sby: 0.46 -> 0.47 9886396715863 python312Packages.strawberry-graphql: 0.251.0 -> 0.253.1 0d42623b92348 ruff: 0.8.1 -> 0.8.2 (#362079) ddf76258622ba dra-cla: 0-unstable-2024-06-07 -> 3.0.5 e74f78961d1c0 abseil-cpp_202[301,401]: fix build on aarch64_darwin (#362350) 43c5cd56190c2 rustc: use llvm-strip instead of /usr/bin/strip on darwin (#362388) 39a2d79b95bba calibre: 7.21.0 -> 7.22.0 55a30bdb01649 python312Packages.openstackdocstheme: allow for python 3.12 d73c12eb29238 python312Packages.pbr: fix python 3.12 compatibility for packaging module b8836cf44a9fe reno: move to python3Packages, fetch from source, misc cleanup ca9a6381a7c03 mutagen-compose: 0.18.0 -> 0.18.0-1 6a2505c7f83a2 ktlint: 1.4.0 -> 1.5.0 0a03e6a3da436 uv: 0.5.5 -> 0.5.6 (#361652) 0d7c515332cac waagent: init module d42959a3c60ee nix-snapshotter: 0.2.0 -> 0.2.1 cda16d0f128a1 verifast: 24.08.30 -> 24.12 b7bf4060216fe zfs_2_1: 2.1.15 -> 2.1.16 db7c809b93b43 libbladeRF: gcc-14 fixes (#362314) 457e98b611a61 shadowsocks-rust: 1.21.1 -> 1.21.2 c2681f24852a3 aws-sso-util: init at 4.33.0 7f7f18a16a129 python312Packages.pyipv8: 2.13.0 -> 3.0.0 c71e8a269d2e8 linuxPackages.virtio_vmmci: 0.6.0 -> 0.6.2 0a0f73bbe9028 cargo-crev: 0.25.11 -> 0.26.2 3a8426dd9de93 protobuf: add versionCheckHook; enable tests on darwin (#361164) 0460a36177109 python312Packages.dbt-core: 1.8.8 -> 1.8.9 217be60f2842d xmrig: 6.22.0 -> 6.22.2 dcdf644229f3a git-mit: 5.13.30 -> 5.14.2 4175383bc7b3b libdatachannel: 0.22.2 -> 0.22.3 464187c4869b6 rustc: patch the path to llvm-strip instead of using /usr/bin/strip on darwin 0b109d41efc9e ckbcomp: 1.231 -> 1.232 776218b666a7e Merge staging-next into staging 0597be32bd4ff Merge master into staging-next ab20832614cb9 python312Packages.bottleneck: 1.4.0 -> 1.4.2 ae11e32041c69 python312Packages.apispec: 6.6.1 -> 6.8.0 012386585546b cudaPackages.nccl-tests: 2.13.10 -> 2.13.11 31990f5fd019f chromium: use dri-pkgconfig-stub fa8d4bd3d5727 dri-pkgconfig-stub: init e4cc154f85d89 python3Packages.argcomplete: patch downstream issues (#362121) 56e4b058ae67d python3Packages.immutables: 0.20 -> 0.21; fix python 3.13 (#362295) 77e81fd8604b8 nixos/podman: add systemd to extraPackages 2abceb3ac64f2 python3Packages.nidaqmx: 0.5.7 -> 1.0.2 9c1ac764a23b2 python3Packages.hightime: init at 0.2.2 a41bf37c496e4 ruff: 0.8.1 -> 0.8.2 1599f470b99a4 python312Packages.pyperf: 2.7.0 -> 2.8.1 1af2f7506a31b nixos/nix-optimise: add randomizedDelaySec and persistent options 5dfd070f2b63f librealsense-gui: 2.56.2 -> 2.56.3 2a3534c45b926 abseil-cpp_202[301,401]: fix build on aarch64_darwin 8f2613724084a python312Packages.reportlab: 4.2.4 -> 4.2.5 cf417151b9e96 uv: 0.5.5 -> 0.5.6 44c4eb850412a emacs: allow wrapped emacs to execute itself again (#361145) 62601ddfc36eb bmake: 20240921 -> 20241124 6dcd66e0d26f8 flyway: 10.20.1 -> 11.0.1 9a98ab0570c3b bwbasic: 3.20 -> 3.30 7d7d58bd3e304 protobuf: enable tests on darwin 22924b6cbd781 protobuf: add versionCheckHook bdc67dec2470d spotlight-downloader: init at 1.5.0 f286fa79470c9 ieda: init at 0-unstable-2024-10-11 7bfa443f6a669 libcap: 2.70 -> 2.73 fc9ea42a0baab libdrm: 2.4.123 -> 2.4.124 b8a6909c64963 Merge staging-next into staging 17e1b9dfda93f Merge master into staging-next 8a5d6f57a0a3e libbladeRF: gcc-14 fixes a34d3ce69ffdf jmol: 16.3.1 -> 16.3.5 5f9cbf9898b86 emacs: allow wrapped emacs to execute itself again d3bf1f6db4fdc objconv: 2.54 -> 2.54.1 6c8ba1a0c5689 spidermonkey_128: 128.1.0 -> 128.5.0 (#359332) 4211063dc8653 megacmd: fix build with ffmpeg; add option to build with freeimage 8528dd6025ccd go_1_23: 1.23.3 -> 1.23.4 (#361606) eb69690f63f53 llvmPackages_19: 19.1.4 -> 19.1.5 (#361678) 815c92ca8952f python312Packages.six: 1.16.0 -> 1.17.0 (#361886) 686c2c3d0059f nixos/rtkit: Add tests e2139b903b784 nixos/rtkit: Add option for rtkit-daemon command-line args 5e036e9cfbdc2 python312Packages.wheel: 0.44.0 -> 0.45.1, fix poetry2nix (#361930) e949d487a0f7b hwdata: 0.389 -> 0.390 (#361980) 32c575c04279c m17n_db: 1.8.7 -> 1.8.9 a35aa06aa73e1 python313Packages.immutables: 0.20 -> 0.21; fix python 3.13 47b7878e2cbca emacs30: add a patch to fix upstream bug 67916 (#361947) 9e21c00cf1dfb duo-unix: 2.0.2 -> 2.0.4 1e8e314fdb1e5 nixos/acme: fix cert ownership assert message 662a44ff8dd8e cargo: avoid using system curl on darwin (#300521) 153867a4e3e5a cargo: avoid using system curl on darwin e408a8ff1c6e3 emacs: elisp packages update (#361913) cffb889dc8e91 python311: 3.11.10 -> 3.11.11 feec4e94261a8 gpgme: 1.24.0 -> 1.24.1 (#361986) d7ad16e525c18 nixos/evremap: add option phys d5caa1b447184 Merge master into haskell-updates 34bb17e9ab745 Merge staging-next into staging 3a5c0e6ce2b8d Merge master into staging-next cd3815932f51b gtk-engine-murrine: func prototypes for gcc-14 9e37dcaa58409 protobuf: 29.0 -> 29.1 (#361908) b282ad165a8c4 nixos/evremap: extend key type 3b413092b5b6d megacmd: format; better coding style (avoid rec; avoid with lib) 15d148fad294d ghostscript: support SOURCE_DATE_EPOCH for reproducible builds (#362173) 1ff76edc0aeb1 datovka: 4.24.1 -> 4.24.2 c22957c778339 tdb: 1.4.11 -> 1.4.12 cb2f546ce5395 pipewire: disable webrtc-audio-processing if unavailable (#339012) d7c4d4acad134 isabelle: fix darwin build db216f91c2993 ghostscript: support SOURCE_DATE_EPOCH for reproducible builds beca2bd9b2bd4 whistle: 2.9.86 -> 2.9.90 7327a7b5bda20 libation: 11.4.1 -> 11.5.5 06297fe1cb787 yaydl: 0.15.5 -> 0.17.1 12ed40470f197 terser: 5.34.1 -> 5.36.0 477a7db1cc3f5 maturin: 1.7.4 -> 1.7.5 (#359505) e34631a0695b7 bazel_7: cleanup dead files 3a4968884a247 opera: 114.0.5282.102 -> 115.0.5322.77 7ab6865a51949 stdenv.mkDerivation: improve performance of outputChecks (#360725) 693d698b1f91b starc: init at 0.7.5 fec28e7649884 vim: 9.1.0787 -> 9.1.0905 (#362170) 35856664e4206 vim: 9.1.0787 -> 9.1.0905 e6515d8e0e50e tmuxinator: 3.3.2 -> 3.3.3 4b07b5c62c2eb Merge staging-next into staging f8370cc147291 Merge master into staging-next 9e04984198641 virtiofsd: 1.12.0 -> 1.13.0 51042af598bf3 guile-git: 0.8.0 -> 0.9.0 22fefb3059510 dpkg: 1.22.10 -> 1.22.11 acb21107e5eb2 python312Packages.argcomplete: add patch to fix downstream issues ae7292ec50746 sqlcl: 24.3.0.285.0530 -> 24.3.2.330.1718 b28530131af59 cairo: pull upstream fix for "out of memory" errors b1b3d683d9b71 python312Packages.pyside2: 5.15.15 -> 5.15.16 db6be866d53a6 gossip: supply correct libsdl2 c52cded148f33 opam-publish: 2.4.0 -> 2.5.0 dfeab1d25457b nzbget: 24.3 -> 24.5 f6cdce0397d0e bootstrap-studio: 6.7.3 -> 7.0.0 0e9fa53445b9e nixos/plasma5: fix shellcheck findings with enableStrictShellChecks enabled 8352beba67511 apacheHttpdPackages.mod_dnssd: fix cross compilation 0d6139a4bb2e4 apacheHttpd: fix shebangs in cross-compiled apxs output f317e28d813ba elan: fix for Lean >= 4.16.0 eb28ce3cdca46 zabbix-agent2-plugin-postgresql: 7.0.4 -> 7.0.6 696d40ed5fa51 Merge branch staging-next into haskell-updates 58d5f8eee7c05 python312Packages.pyinstaller: 6.11.0 -> 6.11.1 5f9439fc05c94 Merge remote-tracking branch 'origin/master' into staging-next f0e73b01a56f6 Merge staging-next into staging 654ef1d49b5bb netris: build with -O2 ae5c692c9cf39 qcad: 3.31.1.2 -> 3.31.2.3 d275db64814a9 snd: 24.8 -> 24.9 142d9d8ecf674 groovy: 4.0.23 -> 4.0.24 376dcb7b2607f netris: fix non-gcc builds c14e5b2e9e822 vpl-gpu-rt: 24.3.3 -> 24.4.3 c3c95f7854987 netris: fix gcc-14 build e876b1e9ed639 Mesa 24.3.1 (#342794) d209d800b7df2 treewide: mesa -> libgbm (where appropriate) 844b566ebdde3 libgbm: init at 24.3.1 09cbcd64756d2 mesa: 24.2.8 -> 24.3.1 b3cdb788b9f68 xdg-terminal-exec: 0.10.1 -> 0.12.0 7e5388a61796a pgpool: 4.5.4 -> 4.5.5 e0d8523bec9cc gcompris: 4.2 -> 4.3 49f13ed21c39e python312Packages.pywebpush: 2.0.1 -> 2.0.3 8f55d7c961adf neo4j-desktop: 1.5.9 -> 1.6.0 e461d525e2894 python312Packages.azure-servicebus: 7.12.3 -> 7.13.0 3ffe8911e0b1c xlockmore: 5.80 -> 5.81 a8c245be4ffd4 opensmtpd: 7.5.0p0 -> 7.6.0p1 2b1717536823e vorbis-tools: fix for gcc-14 72ed7263b3dd6 python312Packages.m2crypto: 0.42.0 -> 0.43.0 3fc2243e792a5 gpgme: 1.24.0 -> 1.24.1 c5d26c5896be0 hwdata: 0.389 -> 0.390 2bc4425f7f991 libinput-gestures: 2.77 -> 2.78 259890a12f0ff guile-zlib: 0.1.0 -> 0.2.1 d05a83872fabd libffcall: 2.4 -> 2.5 d9faf59b2c68b Merge staging-next into staging da04282d8f29b Merge master into staging-next 0bc6a534e8105 python312Packages.consolekit: 1.7.1 -> 1.7.2 2c8966ef551a7 miniaudicle: 1.5.3.0 -> 1.5.4.2 ccf1ea953ad3c inferno: 0.11.21 -> 0.12.0 1c1cc8c0c0563 couchdb3: 3.4.1 -> 3.4.2 960918782887a vscode-extensions.wakatime.vscode-wakatime: 24.2.0 -> 24.7.2 8675dc301fac0 slimevr-server: init at 0.13.2 4e8e1352f4db9 mbedtls_2: fix build on gcc-14 1969be69119d1 mpir: fix configure with gcc-14 5514e1e7d77c1 emacs30: add a patch to fix upstream bug 67916 b80ae99068493 Reapply: rav1e: remove build-time dependency on libgit2 (#360999) 570e12a5d59aa python312Packages.wheel: 0.44.0 -> 0.45.1 6a22a70fb59db arduino-ide: 2.3.3 -> 2.3.4 b99d25476da51 sydbox: 3.28.3 -> 3.29.4 e92f64c7619dd netperf: gcc-14 fixes ec352ba799275 Merge master into haskell-updates a38facef721f5 Merge staging-next into staging 35ce54d1fd305 Merge master into staging-next 90ab7228c33e2 emacsPackages.sdml-mode: fix build 74d8fed4b5d2e emacsPackages.auto-virtualenv: fix build 097879d24420e protobuf: 29.0 -> 29.1 ec2b988672aff unixtools: fix subpackages to include ALL relevant manpages 898659b94d54a trippy: 0.11.0 -> 0.12.0 74eccee09247e nongnu-devel-packages: updated 2024-12-05 (from overlay) 876cf316f1823 nongnu-packages: updated 2024-12-05 (from overlay) ada9f07e42138 melpa-packages: updated 2024-12-05 (from overlay) c1212f79cf4d3 elpa-devel-packages: updated 2024-12-05 (from overlay) 6f8d49efe9be4 elpa-packages: updated 2024-12-05 (from overlay) 7de8722dc3d9b ipe: optional support for qvoronoi 5d10e2bedb74e nixos/unifi: always restart service e5b5cf80c5d78 nixos/unifi: enable sd_notify 0b6f4a29df29c unifi-controller: patchelf unifi's sdnotify a0a03bc535a34 windterm: init at 2.6.1 481935520dc99 python312Packages.six: 1.16.0 -> 1.17.0 5ddd7bfac0fbd zabbix64: 6.4.15 -> 6.4.20 5c2af8e353dd6 linuxPackages.cryptodev: 1.13 -> 1.14 1cdf8509e6e75 sss_code: init at 0.2.0 3f0a5daaf182e Merge branch 'staging' into staging-next de13b1e5c820d zabbix60: 6.0.26 -> 6.0.36 6c907c5e7daa4 python312Packages.dploot: 3.0.0 -> 3.0.3 d1b7f8c034ae5 python312Packages.fastapi: 0.115.4 -> 0.115.6 (#361840) 6f972076e330b python3Packages.django_4: 4.2.16-> 4.2.17 (#361837) dfea47c401910 tdf: formatting d2770fee1cd6b python312Packages.fastapi: 0.115.4 -> 0.115.6 f20bf3e36b3c1 python312: 3.12.7 -> 3.12.8 (#361740) c6d9cd94c6334 python3Packages.django_4: 4.2.16-> 4.2.17 ad464e054a194 tdf: unstable-2024-10-09 -> 0.2.0 9b92e9d2afec9 python312Packages.torchdiffeq: 0.2.4 -> 0.2.5 31c37acde9ee9 Merge staging-next into staging fa74d5d545743 Merge master into staging-next 08d9186163ff5 tdf: add DieracDelta as maintainer 5e5bb325965c2 tdf: add darwin support 454ac743b2720 emacs: fix native compilaton on Darwin (#361752) b904748936817 emacs: fix native compilaton on Darwin 4467161b8c744 ps3-disc-dumper: nixfmt 944c1ac351af7 Merge staging-next into staging c6a442d5eb40d Merge master into staging-next 00fddd2513dcd python312Packages.trio: 0.26.2 -> 0.27.0 (#361794) ecc79cd0821d4 houdini: make unwrapped installation an optionally fixed derivation b25d66d26358e llvmPackages_19: 19.1.4 -> 19.1.5 57824b047bd69 python312Packages.trio: 0.26.2 -> 0.27.0 89b7c3c57a24b tonelib-gfx: 4.8.5 -> 4.8.7 6eceecf590a2a python312Packages.line-profiler: 4.1.3 -> 4.2.0 8ff986142986e python312Packages.tablib: 3.6.1 -> 3.7.0 afbe7747413c3 python312Packages.multipart: 1.1.0 -> 1.2.1 (#360195) 62e095333de3d python312Packages.pydantic: 2.9.2 -> 2.10.3 (#358516) be1b78296fcda python312Packages.uvicorn: 0.32.0 -> 0.32.1 (#358517) be22744b029e3 python312Packages.stevedore: 5.3.0 -> 5.4.0 22f07059a5384 python312Packages.virtualenvwrapper: 6.1.0 -> 6.1.1 75b51039a3e97 python312Packages.hg-evolve: 11.1.4 -> 11.1.6 97365475dfce3 python312: 3.12.7 -> 3.12.8 db4657b7f66cd Merge staging-next into staging 421b067f4d4d2 Merge master into staging-next 38c44c5ffcb24 python312Packages.fabio: 2024.4.0 -> 2024.9.0 bedca36b94bcd python312Packages.manuel: 1.12.4 -> 1.13.0 82747d8fa78da catppuccin-cursors: 1.0.1 -> 1.0.2 85af71061185b python312Packages.gnureadline: 8.2.10 -> 8.2.13 5e8a956b37219 python312Packages.sphinxawesome-theme: 5.2.0 -> 5.3.2 88ac05665bc6a labelle: 1.2.3 --> 1.3.2 b1f0148854a4a python312Packages.types-dateutil: 2.9.0.20240906 -> 2.9.0.20241003 f4cffd1e27a92 python312Packages.nskeyedunarchiver: 1.2 -> 1.5 915fdc4ca710b python312Packages.pyvcd: 0.4.0 -> 0.4.1 63b17a2c79f45 python312Packages.pylibftdi: 0.22.0 -> 0.23.0 116c78e039ad1 rsync: skip runtime ipv6 configure check (#360445) d5a0ed5e016a1 python312Packages.sopel: 8.0.0 -> 8.0.1 ea3e2b7b83324 beanquery: init at 0.1.0 9a8e0740f1c89 net-news-wire: 6.1.4 -> 6.1.5 41655b61823fd pixman: apply nixfmt ef63c16ac7419 pixman: 0.43.4 -> 0.44.2 7d23946c14235 python3Packages.prosemirror: nixfmt 3c999ebf694f3 python3Packages.prosemirror: add changelog 84d991d304360 python3Packages.prosemirror: 0.5.0 -> 0.5.1 38a888a134042 xterm: 395 -> 396 9b5546a02f012 systemd-netlogd: 1.4.2 -> 1.4.3 d33b8cc4e0ea6 Merge staging-next into staging 6bd69b5616dbe Merge master into staging-next 48d275c3de4e2 colorls: 1.4.6 -> 1.5.0 c353ff94025bc ch9344: 2.0 -> 0-unstable-2024-11-15 b393f7cd617db python312Packages.pymssql: 2.3.1 -> 2.3.2 31c61b198472a python312Packages.mecab-python3: 1.0.9 -> 1.0.10 603397045cad8 open62541: 1.4.6 -> 1.4.8 a8dc47bce3498 python312Packages.pydantic: 2.9.2 -> 2.10.3 1825b93a9d9e1 python312Packages.rich: 13.8.1 -> 13.9.4 (#358520) 75f85a566f074 python312Packages.pikepdf: 9.3.0 -> 9.4.2 (#358313) 51c2d9855dd08 python312Packages.pytest-benchmark: clean up (#358318) 14b93255eeb3a python312Packages: aiohttp: 3.11.2 -> 3.11.9, yarl 1.17.3 -> 1.18.3, cryptography 43.0.1 -> 44.0.0, pyopenssl 24.2.1 -> 24.3.0 (#361548) 4700074d7d3ac python312Packages.pyopenssl: 24.2.1 -> 24.3.0 565478f8ae3fc python312Packages.cryptography: 43.0.1 -> 44.0.0 4a9cb54aab87f python312Packages.pyjwt: 2.9.0 -> 2.10.1 534b9a983f43a python312Packages.yarl: 1.17.3 -> 1.18.3 5f1e58c37265c python312Packages.propcache: 0.2.0 -> 0.2.1 c824d7197f96b python312Packages.aiohappyeyeballs: 2.4.3 -> 2.4.4 90b387699bdc4 python312Packages.aiohttp: 3.11.2 -> 3.11.9 cd3708337b0b0 Merge libsoup: apply patches for CVE-2024-52532, CVE-2024-52531 and CVE-2024-52530 (#360878) e40c65ee93334 Revert "stdenv: `runPhase` returns status" (#361619) 41d4a66bba684 Revert "stdenv: `runPhase` returns status" ec381eaaddbe7 linuxPackages.corefreq: 1.98.4 -> 1.98.7 563126d8059b7 Merge master into haskell-updates 331228b6486fb Merge staging-next into staging 1c73cafe9430c Merge master into staging-next 88187b4117579 go_1_23: 1.23.3 -> 1.23.4 8e5455e9a199d python312Packages.rjsmin: 1.2.2 -> 1.2.3 36a73cab5004a aws-lc: init at 1.39.0 4d8234ebad4e3 python312Packages.sqlparse: 0.5.1 -> 0.5.2 c45c6e5de3632 python312Packages.rcssmin: 1.1.2 -> 1.2.0 505a8b6a91d19 fluidsynth: 2.3.6 -> 2.3.7 (#350150) 69fd2666db2ad python312Packages.cattrs: cosmetic changes (#361150) 3ee82eb5b4382 nifi: 1.28.0 -> 1.28.1 f075ed9905be7 open-web-calendar: 1.41 -> 1.42 2553f4b738d63 python312Packages.py-scrypt: 0.8.24 -> 0.8.27 de0d5b399bd52 ipmitool: fix hash 53860b807f51b python312Packages.ipyniivue: 2.0.1 -> 2.1.0 d74cec3efbd6d python312Packages.grpcio-tools: 1.67.0 -> 1.68.1 9544e5785107f python312Packages.cattrs: cosmetic changes 4a61ef63764fb release-cross: replace x86_64-darwin with aarch64-darwin 81301c73353ed rubyPackages.rexml: 3.3.6 -> 3.3.9 886af9cde4dbd rubyPackages.rails-html-sanitizer: 1.6.0 -> 1.6.1 fdd294bc8fb59 Merge staging-next into staging 3c2e2597f230c Merge master into staging-next 54db69e96ee6e qt6: 6.8.0 -> 6.8.1, reorganize everything (#361047) 9b39d289e1060 neovim-require-check-hook: auto discover modules to require (#352277) cf887a6a63733 nomacs: add nomad-qt6; enable plugins by default b1010bd654cd6 Merge enchant: compile with Voikko support (#351937) 2bd8a88ea5b78 dbvisualizer: init at 24.2.4 5dca7395b70fc linuxPackages.lkrg: 0.9.5 -> 0.9.9 3398fff9b8aee linuxPackages.lkrg: use finalAttrs pattern cd2a5352360f7 x265: 3.6 -> 4.1 f1f383cc5e2fc x265: format 0edc9de869a8c Merge branch staging into haskell-updates 21ccdd8de61b5 python3Packages.tornado: 6.4.1 -> 6.4.2 (#358574) 1f77429008960 python3Packages.tornado: 6.4.1 -> 6.4.2 2af36816bf951 python3Packages.tornado: distinguish tags from branches with refs/tags/ 32128d87bf588 mesa: enable freedreno virtio kernel mode driver (#360572) 1f3f8e2cce4b5 vimPlugins.cmp-dictionary: skip test modules 337f61247af25 vimPlugins.snacks-nvim: skip new modules 6ebffd546a9ed neovim-require-check-hook: auto discover modules to require df7560310e5d8 Merge staging-next into staging 7ac4f4ed32438 Merge master into staging-next 5eee2fa2b081e python312Packages.pyexcel: 0.7.0 -> 0.7.1 46ac60f1b0e7d ocamlPackages.lwt: 5.8.0 -> 5.9.0 c32b0ea6c9dc5 mdbook: 0.4.42 -> 0.4.43 (#359312) 8f132b64862eb python312Packages.osqp: 0.6.7.post1 -> 0.6.7.post3 e533ee3a5ee60 libmysqlconnectorcpp: 9.0.0 -> 9.1.0 69c6d0f4a739b libgpiod: 2.1.3 -> 2.2 f4d9e8b55f9a0 python312Packages.grpcio-testing: 1.67.0 -> 1.68.1 75796f147b047 python312Packages.grpcio-status: 1.67.0 -> 1.68.1 8e9fdf962f948 python312Packages.grpcio-reflection: 1.67.0 -> 1.68.1 2f2fb23500fe4 python312Packages.grpcio-health-checking: 1.67.0 -> 1.68.1 53cea7c6f15cf python312Packages.grpcio-channelz: 1.67.0 -> 1.68.1 bc25e90b989e4 python312Packages.grpcio: 1.67.0 -> 1.68.1 3d284e087cc10 grpc: 1.67.0 -> 1.68.1 50b34d2fffa46 libgpg-error: 1.50 -> 1.51 215e1f12a41f9 Merge staging-next into staging b84a16327e855 Merge master into staging-next ecd66099e08c3 python311Packages.libselinux: fix build (#359246) 6817096c5732a mpg123: 1.32.8 -> 1.32.9 (#353587) 06953e5909522 buildEnv: support ignoreSingleFileOutputs (resumed) (#353752) 70038f0e4d5c4 buildEnv: support ignoreSingleFileOutputs 65dba705fff86 ldb: 2.9.1 -> 2.9.2 3d50bbbc57c87 libsolv: 0.7.30 -> 0.7.31 495ddbdf05282 xmlsec: 1.3.5 -> 1.3.6 3296dbecf93aa fetchmail: 6.4.39 -> 6.5.1 596eb72246b60 twelf: Fix Emacs mode syntax for Emacs ≥ 27 92d110561b291 python312Packages.libusbsio: 2.1.12 -> 2.1.13 328b7232f8c0f fiji: 20240614-2117 -> 20241114-1317 b67dd357d718b python312Packages.python-sql: 1.5.1 -> 1.5.2 f1b1f80d76cc6 coccinelle: 1.2 -> 1.3.0 de64f4939609b glibc: fix locale fallback on non-nixos systems 9fda0f5ae0286 Merge staging-next into staging 6188177b3f02c Merge master into staging-next 903e726bccc16 xmedcon: 0.24.0 -> 0.24.1 14584f5e68431 python312Packages.glom: 23.5.0 -> 24.11.0 4eb10206503ed bash: define DEFAULT_LOADABLE_BUILTINS_PATH for non-FHS builds 2fc656a323a1c pkgsStatic.ruff: ignore tests (#360680) 2746d34fb7358 mindforger: upgrade to 2.0.0 345ee0e6ca177 factorio: 2.0.22 -> 2.0.23 ea21ccf67c95c lnav: add pcasaretto as mantainer d76b9ce33bee8 lnav: guard gpm behind isDarwin 43694a88d5cdf graphqurl: 1.0.3 -> 2.0.0 e3919fff86708 latex2html: 2024 -> 2024.2 79f20d921e856 zbus-xmlgen: 4.1.0 -> 5.0.1 e7d285032a4cd python312Packages.roombapy: 1.8.1 -> 1.8.2 f3e7653291e02 python312Packages.zope-testrunner: 6.4 -> 6.6 c2d0cf4975e48 qt6.qtwayland: propagate wayland 6739ae1174ee1 Merge remote-tracking branch 'origin/staging-next' into staging d9fa748b6ed36 swaysome: 2.1.1 -> 2.1.2 6f1a52d0bffb9 hugin: 2023.0.0 -> 2024.0.1 e77fad2049867 python312Packages.cheetah3: 3.3.3.post1 -> 3.4.0 f9ae4a59aa90f rerun: 0.18.2 -> 0.20.2 6f40e94649da7 stdenv: `runPhase` returns status (#330751) 014764ffc9935 cbconvert-gui: install icon to correct directory 84e7de03ddbdd protobuf: 28.3 -> 29.0 (#359933) 54d12a3009bd9 valentina: 0.7.52 -> 0.7.53 0111d0a264941 siege: 4.1.6 -> 4.1.7 244e595e0bf0a lnav: add prql support 4230118f13f6c corosync: 3.1.8 -> 3.1.9 dbbb288fe1550 throttled: 0.10.0 -> 0.11 1751934f580ef kaffeine: 2.0.18 -> 2.0.19 246e737ccab9d various: replace substituteAll with replaceVars (#360770) 5189f3a28d1e5 moar: 1.27.2 -> 1.30.0 6f5bfa0416e68 davfs2: 1.7.0 -> 1.7.1 8bb6a928b4f28 desktop-file-utils: 0.27 -> 0.28 3c241d340c3ed hwdata: 0.388 -> 0.389 (#354153) f79874b0bd798 mealie: 2.2.0 -> 2.3.0 2873053688b96 qt6: 6.8.0 -> 6.8.1, reorganize everything 0f43a759dd38e booster: 0.11 -> 0.12 b2f59cd8e0dd4 dafny: add basic test for auto-updates edf7918e697ac likwid: 5.3.0 -> 5.4.0 92cf95af709ee tatl: init at 1.0 5931ac4ea9347 mesa: enable all freedreno kernel mode driver 1bd6c312a50fb libowfat: 0.33 -> 0.34 aa180fdca086d Merge remote-tracking branch 'origin/staging-next' into staging a137772e7f3d2 ruby_3_3: 3.3.5 -> 3.3.6 (#356447) d7a7b89edaeae libopenmpt: 0.7.11 -> 0.7.12 a5046d85f78eb cadaver: 0.24 -> 0.26 1aca3ddfda34f Merge staging-next into staging 804c0bb0dc77d Merge remote-tracking branch 'origin/staging-next' into staging 75a6b64162cb7 dolphin-emu: 2409 -> 2412 de9c3b95581e9 openrefine: 3.8.5 -> 3.8.7 0f3daaf877f75 zvbi: propagate libiconv and libintl (#359999) 06bffcd1a3102 dxvk_1: fix build compatibility with GCC 14 815e926561c1f stdenv: support multi-char separators in concatStringsSep (#360466) 53a859c1123de mpvScripts.mpvacious: 0.36 -> 0.37 aa14d2c518d77 Merge libsoup_3: 3.6.0 -> 3.6.1 (#358904) 5d1d8f4f400be Merge tinysparql: 3.8.0 -> 3.8.1 (#358073) 238d916e9ca1e ant: introduce `ant.home`, change ant home to $out/share (#358204) fc064c62cab15 libsoup: apply patches for CVE-2024-52532, CVE-2024-52531 and CVE-2024-52530 1532d55fed2df calamares: 3.3.10 -> 3.3.12 3d1b701d1177d calamares-nixos: 3.3.10 -> 3.3.12 ab4ab7b35cbb2 cbconvert: use versionCheckHook fb3b671d0dedb dqlite: 1.16.7 -> 1.18.0 118327ee92119 python312Packages.influxdb-client: 1.47.0 -> 1.48.0 39c3f09f30db0 ocamlPackages.reason: 3.13.0 -> 3.14.0 106bef066f18b nixos/kimai: set PHP package for PHP-FPM pool to Kimai's PHP package a1b3091db87ed nixos/kimai: fix incorrect service name for PHP-FPM service mixin 7a66174fcf4b5 python312Packages.wheel-inspect: 1.7.1 -> 1.7.2 c0fd43c6d156c ttysvr: 0.3.3 -> 0.3.4 25247977a6b0c enpass: 6.9.2.1563 -> 6.10.1.1661 fc5a956d757d0 Merge: pkgsStatic.postgresql: fix build (#345289) 3dbc3ea0bbb67 rustfmt: wrap cargo-fmt with cargo (#291578) 4423b0746c9f0 various: replace substituteAll with replaceVars cc709d780fff4 lxi-tools: 2.7 -> 2.8 217d3132cfaf7 various: remove unused substituteAll imports 2995a17c25fe4 xsnow: 3.4.4 -> 3.7.9 3f94adc343621 youplot: 0.4.5 -> 0.4.6 ec53e34a1d738 Merge staging-next into staging bfa5fe24d7416 python312Packages.viv-utils: 0.7.11 -> 0.7.13 2a6f660292e2b stdenv.mkDerivation: improve performance of outputChecks e7d05a5f9c85a narsil: nixfmt pass 7694ae25b6810 narsil: 1.3.0-350-ga51756908 -> 1.4.0 05342eb1de495 nodejs_{20,22}: fix test-os failure (#359526) 007b4f3e7125e Merge remote-tracking branch 'origin/staging-next' into staging 89f4126ef6c65 linuxPackages.yt6801: init at 1.0.29 5a854b01b2a23 libimagequant: 4.3.1 -> 4.3.3 5394f263ce2f8 pkgsStatic.ruff: ignore tests f05b34d39c970 pyfa: 2.60.2 -> 2.61.0 ca3f599cc0483 maintainers: add paschoal 1e658170c88fd skim: add version test 6f34fc5d4ecf8 skim: add getchoo to maintainers 8e1248bdd745f skim: 0.10.4 -> 0.15.0 38383e40957f9 skim: modernize 43afe45c4a827 skim: format with nixfmt 6e80d5ccb4258 radicale: add ldap3 dependency to fix ldap support df901165cd95d ant: change ant home to $out/share 3fd273a58ce56 gnatPackages.gnatcoll-*(db): 24.0.0 -> 25.0.0 b2020771fc718 gnatPackages.gnatcoll-cpp: init at 25.0.0 0ccec7f0558bd gnatPackages.gpr2: 24.0.0 -> 25.0.0 8bc7bcca4d658 gnatPackages.gnatcoll-*(bindings): 24.0.0 -> 25.0.0 b5db2a401a22b gnatPackages.gnatcoll-core: 24.0.0 -> 25.0.0 a7049cc45c8cf zvbi: propagate libiconv and libintl 0794fe0425b1e python312Packages.etils: 1.10.0 -> 1.11.0 967325133f815 gnatPackages.gprbuild: 24.0.0 -> 25.0.0 a81f13db8d3e2 gnatPackages.xmlada: 24.0.0 -> 25.0.0 d91621c5f6f22 file: 5.45 -> 5.46 (#360058) e33b3db860503 dunst: remove `with lib;` and order `meta` attrs 1ded47e2f231b dunst: 1.11.0 -> 1.12.0, update completions a77adf3285ce0 postgresql: add -export_dynamic on darwin only for v16 95eee45da2f51 libcpuid: 0.7.0 -> 0.7.1 836ba536d1ed6 firewalld-gui: 2.2.3 -> 2.3.0 516a2a3674201 firewalld: 2.2.3 -> 2.3.0 3bd9f92eae830 pkgsStatic.postgresql: fix build 445371f309a62 postgresql: enable strictDeps 1d9f567adaf2c dunst: add update script 56b09628e3333 stdenv: support multi-char separators in concatStringsSep b41b63b992778 dunst: nixfmt 1621c3b8701f9 rsync: skip runtime ipv6 configure check 6596f4f3fd03e python3Packages.drawille: 0.1.0 -> 0.2.0 2b8a68528b426 storm: 2.6.4 -> 2.7.1 f043602b93f89 littlegptracker: 0-unstable-2020-11-26 -> 1.4.2 eba4fcfde2fb2 Merge staging-next into staging 65b948d4153c1 Merge: stdenv.mkDerivation: support output checks with and without structuredAttrs (#357054) cde67126c165c superlu: 5.2.1 -> 7.0.0; openmolcas: unpin Boost (#359050) 66817904a04dc cargo,clippy,rustc,rustfmt: 1.82.0 -> 1.83.0 f152afb13e9b5 libjxl: fix broken extglob in patchPhase cccce2ac65ddb linuxHeaders: 6.10 -> 6.12 f7398ad53a8f5 openh264: disable -Werror c14874697bd52 python3Packages.python-dbusmock: backport test fix for bluez 5.79 2079241c1826d uv: 0.5.4 -> 0.5.5 (#360125) 6e367c5670308 siketyan-ghr: init at 0.4.4 02cdd067a9dc4 Merge staging-next into staging 622f566d8cd53 freebsd: add upstream patches for clang 19 compatibility 6bf41de4b5bec freebsd: improve overridability again 7d2d72dbb3f1b Merge staging-next into staging 08436f05e63b4 iptables: 1.8.10 -> 1.8.11 (#354615) 24929d6da2dad npm-check-updates: 16.14.12 -> 17.1.10 8c06f39e26849 libreoffice: use ant.home instead of hardcoded value a87772b395054 processing: use ant.home instead of hardcoded value e94e7536ead97 python312Packages.peewee: 3.17.7 -> 3.17.8 4b04ca42d4150 ant: add passthru.home 4d64bc086958f zvbi: 0.2.42-unstable-2024-03-21 -> 0.2.42-unstable-2024-11-29 (#360234) 1ae7d136e85e7 Merge staging-next into staging 369a093a228cf Merge staging-next into staging ebc7e99684fd1 zvbi: 0.2.42-unstable-2024-03-21 -> 0.2.42-unstable-2024-11-29 595b424cdbff3 stdenv: don't preserve ownership information in `defaultUnpack` hook (#359873) 2115f02b9ab4a .editorconfig: Format .bash files like .sh (#354885) 608806bad169f ocamlPackages.ocsigen-toolkit: 3.3.4 -> 4.1.0 c578c48b7f0bd swift: source darwin-sdk-setup.bash c5310090f8e8d python312Packages.multipart: 1.1.0 -> 1.2.1 a67194f905f0b ciscoPacketTracer8: allow overriding src f8e91e908e33c ciscoPacketTracer8: revert to fhsEnv 46041f4f37a76 ciscoPacketTracer8: add version parameter aeb72d953458c ciscoPacketTracer8: add maintainer gepbird b5047459f9ccb ciscoPacketTracer8: remove `with lib;`, order `meta` attrs f2b47bffd00ba ciscoPacketTracer8: nixfmt 1dbd6f0f0d49c webull-desktop: init at 8.2.0 7749d2c01658c maintainers: add fauxmight 3915d8720d823 ruff: 0.8.0 -> 0.8.1 (#360065) 6a2e100c0b21e ruff: 0.8.0 -> 0.8.1 1fed2312e7a37 Add X-NotSocketActivated logic to switch-to-configuration.pl, as well 0e42c12065bbf vpl-gpu-rt: Set platforms to x86_64-linux only 482ff494b881a windows.mcfgthreads: 1.6.1 -> 1.9.2 d2b52620bf1de uv: 0.5.4 -> 0.5.5 0f731eb8d1e3a signal-export: increase version to 3.2.0 fe6dd4bf7c158 python3Packages.sqlcipher3: init at 0.5.4 0941dc795a2f8 nostr-rs-relay: 0.8.13-unstable -> 0.9.0 da1fc0632d259 Merge staging-next into staging bcda3bf12ebad swim: 0.10.0 -> 0.11.0 221a776add173 spade: 0.10.0 -> 0.11.0 9d9e436ae3ed8 python312Packages.trimesh: 4.5.2 -> 4.5.3 7b60fc781a6c0 neovim: disable ruby by default e4bb54b19da04 luarocks-bootstrap: cmake and zip should be nativeBuildInputs a0f0eafede8a0 megasync: don't cp clang-format 612f8258d728e qbittorrent-enhanced: add nox version 211edf1c0770b python3Packages.nifty8: init at 8.5.2 3c71f72eed9b2 sv-lang: 3.0 -> 7.0 8e21c350c9321 cdxgen: 10.10.4 -> 11.0.3 75d2d3c2926a4 file: 5.45 -> 5.46 9995c97e4be10 Merge staging-next into staging e1bbbad05dee2 gbenchmark: 1.9.0 -> 1.9.1 8b3e1a0d6575b flarum: update core and packages 22c6ae979e404 buildGoModule: Use environment variable GOOS and GOARCH directly b9efad374e98c buildGoModule: handle ldflags and tags __structuredAttrs-agnostically 23ea20a03fa21 nginxModules.njs: 0.8.4 -> 0.8.7 fcf14b0949220 zx: 8.2.3 -> 8.2.4 ffce4777c4aa3 Merge staging-next into staging 90805105ef129 python3Packages.aioresponses: 0.7.6 -> 0.7.7 (#360007) 5ce60ad159238 python3Packages.aioresponses: 0.7.6 -> 0.7.7 4baf980b7bb8e python312Packages.pynrrd: 1.0.0 -> 1.1.1 3174b49c7cac6 protobuf: 28.3 -> 29.0 b559566b171a4 convfont: 1.0 -> 1.2 a40309842dae5 navicat-premium: init at 17.1.6 5c74641e44678 Revert "nixos/frigate: provide ffmpeg-full for nvidia hw accel" (#358709) d6e8bb12d174a Merge staging-next into staging dea5930f0ed8c wine64Packages.{unstable,staging}: 9.20 -> 9.22 3bb468326cd3a python3Packages.flake8-deprecated: init at 2.2.1 13f86a9b26296 python3Packages.flake8-class-newline: init at 1.6.0 9b1b10369df49 Merge remote-tracking branch 'origin/staging-next' into staging bdac0fa35d69d pkgs/stdenv: fix defaultUnpack on nfs 988cfb6f25a14 zx: 8.2.2 -> 8.2.3 316867fa64b76 subxt: 0.37.1 -> 0.38.0 82c0b6fd09a84 lldap: 0.5.1-unstable-2024-10-30 -> 0.6.1 a2bbfcd3f5a53 python312Packages.wagtail: 6.2.2 -> 6.3.1 0f2cb3ba10d87 poppler: format, add dependency for glib-mkenums to fix cross building (#357344) 4d0ad83ee1a30 python312Packages.htmldate: 1.9.1 -> 1.9.2 ef8ec3e69b183 python312Packages.charset-normalizer: 3.3.2 -> 3.4.0 095b2f82190eb libjxl: 0.11.0 -> 0.11.1 5ceee66acce69 grass: use default python version c7cd08cf16b56 electricsheep: add patch for Boost ≥ 1.85 (#359748) 5c4cbe0197969 mesa: 24.2.7 -> 24.2.8 (#359749) 59f9910870fe0 mesa: 24.2.7 -> 24.2.8 bbd9ccf779045 boost: apply upstream patch for NumPy 2 (#359735) 8fa5e5b33f9d5 electricsheep: add patch for Boost ≥ 1.85 909bcb49537f5 Merge staging-next into staging 5b2878e771696 xtreemfs: unpin Boost bf9c6c9861b86 switch-to-configuration-ng: Better handling of socket-activated units 548161d8e44a1 pretix: 2024.10.0 -> 2024.11.0 (#359636) 40638e5aaa4f8 xcbuild: fix interactive applications run by xcrun 69006c2daf124 Merge master into haskell-updates ccbd58eb4d1fa Merge staging-next into staging bd7a4f185b68e hosts-bl: init at 0-unstable-2024-11-17 cb555a68c455a Merge branch staging into haskell-updates 114c0de3875c3 maintainers: add teczito 57f66828eff9a libiconv: cleanup derivation (#356317) ac2eacd373375 uv: only generate shell completions when possible (#358982) f56a4a56e6f3b Merge staging-next into staging a7c536702f80b audit: backport upstream fix for static builds (#359466) 046286d6b9593 diffoscope: add additional tools e1036e4416ec2 nodejs: fix flaky test (#358227) c4d74a525c3f0 pretix.plugins.zugferd: 2.2.1 -> 2.2.2 91372ed9895e5 pretix.plugins.pages: 1.6.2 -> 1.6.3 cbc54468f239a pretix: 2024.10.0 -> 2024.11.0 4348c4b5f27e0 python312Packages.tinycss2: 1.3.0 -> 1.4.0 71a170ef424bd python312Packages.bleach: 6.1.0 -> 6.2.0 54fb99975f2ab wasmtime: 26.0.1 -> 27.0.0 12b908e27f74c graphia: 4.2 -> 5.1 f38a03f434cfa Remove ca-derivations removeReferencesTo (#359318) 00632ab301ced openldap: 2.6.8 -> 2.6.9 (#359486) 4e3c787100cc6 iwd: 3.1 -> 3.2 (#359251) 8cfd862ce8e13 Merge staging-next into staging dea9a6227b151 pulumi-bin: 3.138.0 -> 3.142.0 949d56977319b python311Packages.libselinux: fix build 84d3903d9a7ab libselinux: nixfmt 2503bd9a53f95 libjxl: build against system lcms2 (#359039) 28a8a3af60f2a ovito: 3.11.0 -> 3.11.1 0971b5d869b0a anytype: 0.43.4 -> 0.43.8 cb05815e58848 nodejs_{20,22}: fix test-os failure e37018c36299d openjdk8: fix build with GCC 14 (#359522) 41f52f8a05787 openjdk8: fix build with GCC 14 1ebfdb5ead63f boost: apply upstream patch for NumPy 2 63c55901de1de git: 2.47.0 -> 2.47.1 e645ec8944167 Merge staging-next into staging 27f4540379efd netpbm: 11.8.1 -> 11.8.2 12c819e43f6a6 openldap: 2.6.8 -> 2.6.9 c48261550c8fa openbsd.mkDerivation: Set proper MACHINE variables e61435f2df6fd pixi: 0.34.0 -> 0.38.0 271e87c33878e audit: backport upstream fix for static builds 752355049b455 acpica-tools: 20240827 -> R09_27_24 9af0a6c3a6da6 acpica-tools: nixfmt a7d715306f9bd Merge staging-next into staging 6d0f6703f7555 buildenv: fix version not being set (#359448) ab97c856999ed tcsh: 6.24.13 -> 6.24.14 e37eeadacd2c2 buildenv: fix version not being set 662205865507c rman: fix build with GCC 14 2e45d3796b9e9 iproute2: fix build for musl (#359372) 70c2f444e35d0 llvmPackages.bintuils: Hack ranlib to ignore `-t` 90fa8983225d9 treewide: fix unstable Gentoo patch URLs (#359355) 62e24cdb9bf5b iproute2: fix build for musl 19cc9e9ad205d outfly: init at v0.14.0 ce402f0e5b33b Merge staging-next into staging c7698385df99d zip: fix build with GCC 14 (#359020) c0c28f3e46ffc treewide: fix unstable Gentoo patch URLs 584da3b7cef1e zip: include patch to fix build with GCC 14 f126749a88c53 zip: include gentoo patches e366fef2f1e65 esp-generate: init at 0.1.0 1e91e27202573 cbmc: fix eval (#359344) b4aaf6accb7bb sqlite, sqlite-analyzer: 3.47.0 -> 3.47.1 09dbf4e51d17d cbmc: fix eval f634fa26cc24f nodejs_{20,22,23}: fix flaky test 54be89e224f2e spidermonkey_128: 128.1.0 -> 128.5.0 0f6e04eb906fb neovim: remove removeReferencesTo b7d44d811a786 mdbook: 0.4.42 -> 0.4.43 d34f5f6d916a0 ell: 0.70 -> 0.71 5d1d70c1f7035 Revert "libwebsockets: fix build for ca-derivations" 3376e632475f7 firefox: remove removeReferencesTo a4522a90a74d2 maintainer: add 71rd 48e92e6898c9f Merge remote-tracking branch 'origin/staging-next' into staging f927f8bf6a9f3 pipewire: 1.2.6 -> 1.2.7 (#359284) c68990eda0c64 pipewire: 1.2.6 -> 1.2.7 623d6fbbca581 netbox: 4.1.3 -> 4.1.7 45ee6abb3c360 audit: 4.0 -> 4.0.2 (#352164) c22c8ad5b4ef0 audit: 4.0 -> 4.0.2 ac6660148ca71 iwd: 3.1 -> 3.2 a85eeff36e628 typescript: 5.6.3 -> 5.7.2 3b5cb28a23f69 Merge remote-tracking branch 'origin/staging-next' into staging 8c73600d0cef4 libiconv: cleanup derivation 2e942b4805bcf pixi: format with nixfmt 68622ebcc7e15 nomacs-qt6: init (master + plugins) 67a5661a6a46f octavePackages: Ensure locales are found and present in final env c61fc34b47d71 python3Packages.mkdocs-git-committers-plugin-2: init at 2.4.1 bfc5706cf4cb5 maintainers: add mahtaran 8901aab5ed636 uv: only generate shell completions when possible b9ad375933e3e nav: init at 1.2.1 b31ffcb4833cb xorg.libXcursor: 1.2.2 -> 1.2.3 (#354157) 83b92b30f6af9 python312Packages.mygene: init at 3.2.2 81909529585a9 misc-gitology: Run preInstall/postInstall hooks 7c4d31d327f88 misc-gitology: Versions start with a digit 4f8a186b2b9dc bundler-{app,env}: expose pname and version in derivation (#356307) d37f90a2b3ca3 stdenv.mkDerivation: support output checks with structuredAttrs 5bff902d5ec32 stdenv.mkDerivation: avoid depending on derivations passed in outputChecks da1e1a03cb7d1 stdenv.mkDerivation: refactor output checks 25260cd864ae0 nixos/lib/test-driver: fix linting after compatibility clean‐up (#359060) 83149d48fd418 python312Packages.openturns: 1.23 -> 1.24 d490680530a81 nixos/lib/test-driver: fix linting after compatibility clean‐up 4261e7fbdfa25 various: fixes for strictDeps = true (#355844) d2f4b62a689e0 osrm-backend: 5.27.1 -> 5.27.1-unstable-2024-11-03 b841aedd883b8 openmolcas: unpin Boost efff65834a789 superlu: 5.2.1 -> 7.0.0 08fd6ab411d43 cargo-auditable: 0.6.2 -> 0.6.5 (#355792) f57383ce9fc91 bash-completion: 2.14.0 -> 2.15.0 (#358860) 353717d0b6728 colmap: unpin Boost 29bbd1bc81024 ghostscript: fix install names on Darwin 5196464c7ea69 various: unpin Boost (round 2) (#358944) 2dae2d05da514 boost{184,185}: drop; various: unpin Boost, update (#358919) 99a2b212205a6 boost185: drop ea4669590bbd2 boost184: drop 9a94a24ad92fe Merge staging-next into staging 8e67847d2ec5a python312Packages.eventlet: disable flaky test (#357311) d9d68fe1606d7 boost: fix build for non x86_64 hostPlatforms (#358590) 4dda04a91a1e3 uv: fix versionCheckHook (#358837) 50f4da7e7449f llvmPackages.libclang{12,13,14,15,16}: ignore -nostd* flag when linking (#358836) 39589350f7a73 treewide: improve prepending and appending derivation arguments in bash code (#357052) eccdbae078bb6 libsForQt5.qt5.qtwebengine: fix build with clang (#358759) 24c494a78ea30 libsForQt5.qt5.qtwebengine: fix build with clang 87b010196489f rust: adjust env definition order ce9f5acf5ea5f fido2-manage: 0-unstable-2024-09-24 -> 0-unstable-2024-11-22 258742f45c6c5 temporal: Assigned self as maintainer 7eef936251d02 temporal: 1.25.1 → 1.25.2 194525525c11e re2c: 3.1 -> 4.1 f4e154f7acce2 freeorion: 0.5.0.1 -> 0.5.0.1-unstable-2024-07-28 d2b95778b58ac heaptrack: unpin Boost ed5c3f93c5d03 heaptrack: add patch for GCC 14 bf1a2b2ba67d5 various: fix build with GCC 14 (#357774) b552aae1fb063 bash-env-json: fix path issue 6cb8c5ec01dbd build-support: Simplify tmpdir creation with coreutils 0c3d16a7d5ae0 build-support: fix nix-prefetch-* on macOS 45641b9107849 cups-brother-dcpt310: init at 1.0.1 cf10dfe614008 hpx: unpin Boost 84fdfde383571 osl: unpin Boost b54dcbddce1c1 postgresqlPackages.apache_datasketches: unpin Boost 4a7266d952af4 libpulsar: unpin Boost 8f79887fa1823 emilua: unpin Boost bf46289766e0d snapcast: unpin Boost 06b0d51725949 zcash: unpin Boost 4b3e263480142 {nixf,nixt,nixd}: unpin Boost e45f423d2ec9c sv-lang: unpin Boost ba861095f9473 quantlib: unpin Boost b15f8dd1a502c nheko: unpin Boost 989a9e84a5188 localproxy: unpin Boost 8cdcf95de96ab ossia-score: unpin Boost 7e6c1813fe316 ossia-score: 3.2.4 -> 3.3.2 d86588d230339 treewide: improve prepending and appending derivation arguments in bash code 9f6ea15cc0b21 mariadb-server: use DBDMariaDB insteady of mysql 3656f34ea1b28 libsoup_3: 3.6.0 -> 3.6.1 0fc1b819ade1d shadps4: unpin Boost 818fdedec93c3 libetonyek: unpin Boost 1bf8a5b6e888e liblangtag: 0.6.3 -> 0.6.7 f918349b900f5 saunafs: unpin Boost 1b0599f4882ff python312Packages.graph-tool: unpin Boost 3462b97dbc093 vectorscan: unpin Boost 8f3098ead6553 s2n-tls: 1.5.7 -> 1.5.9 4fc4c42a856a4 zvbi: 0.2.42 -> 0.2.42-unstable-2024-03-21 (#358885) cc12ba514bed2 Merge staging-next into staging 4689b8cd078db licensed: init at 5.0.0 9581f2ad76390 zvbi: 0.2.42 -> 0.2.42-unstable-2024-03-21 e3d30c276fe71 iproute2: 6.11.0 -> 6.12.0 (#357483) 10562ef16a14b python3Packages.pytest-rerunfailures: 14.0 -> 15.0 92d2131e251a9 jxrlib: fix warning flags for GCC 14 1d79af7853dfa jxrlib: 1.1 -> 1.2~git20170615.f752187-5.2 382ef6cd88a75 Merge staging-next into staging 8cbb18adf81a6 bash-completion: 2.14.0 -> 2.15.0 38eefea476209 python312Packages.pydot: 2.0.0 -> 3.0.2 (#349805) b51a681d3e852 qemu: separate doc output 1e3da684a3667 llvmPackages.libclang{12,13,14,15,16}: ignore -nostd* flag when linking d3ddcd3f6f211 uv: fix versionCheckHook 6de3dec6589d7 gettext: 0.22.4 -> 0.22.5 (#358254) 2fe0fadfa88df mbedtls: add OpenWrt patch for GCC 14 (#358287) 90694f80102bd ardour: 8.8 -> 8.10 db05bc5dbc936 lib/systems: ensure native `emulator` is a string (#358507) cd02253be0adc replaceVars: allow exemptions (#357395) b4815cca25ae4 pvs-studio: init at 7.33.85330.89 e702d7d82eff2 graylog-5_2: 5.2.9 -> 5.2.12 65edc93a86814 libmysqlconnectorcpp: fix strictDeps = true 6dcdf8a0fe457 perlPackages.DBDmysql: 4.050 -> 5.010 f75b34cbfaf2b freerdp: fix build with GCC 14 11787cb5bd08a cdrkit: move to debian source, apply debian patches c4f27b6a33c4d cdrtools: fix build with GCC 14 57f6fd6175587 python312Packages.xmlsec: fix build with GCC 14 54601fdd58cc3 python312Packages.shapely: fix build with GCC 14 813693b29964d zsh-autosuggestions: 0.7.0 -> 0.7.1 2d64877f63694 replaceVars: allow exemptions 0eb4e5bf71fe7 python311Packages.pixel-font-knife: init at 0.0.7 8fb22f131508e python312Packages.linuxpy: init at 0.20.0 e9f84d2f01bda discordchatexporter-desktop: init at 2.44 3e2ceab20157c boost: fix build for non x86_64 hostPlatforms f077b3d5e677d graylog-6_0: 6.0.4 -> 6.0.8 c972c7432f8d1 poppler: add dependency for glib-mkenums to fix cross building 8eee989a14deb poppler: format c106fbf8e3537 Merge staging-next into staging f910c98b10036 Merge: postgresql: fix pgxs Makefile for darwin (#358566) a81011bcc19db gradle: add udev to the JNA library path fece93b6d65c3 qbittorrent-enhanced: 4.6.7.10 -> 5.0.2.10 5e0c50ca956f9 Apppapersway: 1.001 -> 1.004 9edf4be9dc52f haskellPackages.http-reverse-proxy: disable tests on darwin (#358486) 15bb2bfa54b49 Merge remote-tracking branch 'origin/staging-next' into staging e01fa430c2b70 libinput: 1.26.2 -> 1.27.0 7e7177c6830d3 uv: Build as a standalone without Python (#357113) a4cf2ca6743d0 nextcloud30Packages.apps.recognize: make tensorflow optional 7ca5d58e7e40f nextcloud30Packages.apps.recognize: explain tensorflow version 20ddea255e64b nextcloud30Packages.apps.recognize: simplify tar extractions b16182487892f gpgme: 1.23.2 -> 1.24.0 (#354635) b924334c41be9 postgresql: fix pgxs Makefile for darwin e035b7bc65fab nextcloud30Packages.apps.recognize: ensure node_binary is replaced 9634c2818b645 nextcloud: remove useless ... 526e09ab5669b nextcloud: add ffmpeg to recognize for recognizing video and audio e8e69b17b649a nextcloud: add recognize app for nextcloud bf14b9fdbabca nextcloud: refactor path out of all-packages 29c88a0ce64fe python312Packages.gpgme: build out of tree 5ec5cdaffa383 Merge: postgresql: enable tests on darwin (#358248) a196ca60d887e webkitgtk: remove CMAKE_PREFIX_PATH hack 9869d7f7466d3 postgresql: enable tests on darwin b4ffcdd28a91b valgrind: fix build on armv7l-linux (#353408) 47c4a8d45e5b6 Merge staging-next into staging 04c719766afc1 python312Packages.rich: 13.8.1 -> 13.9.4 bb803f62eac43 python312Packages.uvicorn: 0.32.0 -> 0.32.1 034c27ee9dbd5 python312Packages.pydantic-core: 2.23.4 -> 2.27.1 6d8541b69c850 Openjpeg disable ia32 failing tests (#358443) b2d36329d5e6a Merge: postgresql: add new feature options (#358238) 2b1f3bb342620 lib/systems: ensure native `emulator` is a string d51b1767a3583 haskellPackages.http-reverse-proxy: disable tests on darwin 4aa1cda21f5a8 postgresql: add bonjourSupport option b492340e98b8d postgresql: add nlsSupport option cb8a1c74f3776 postgresql: add selinuxSupport option ac3961828b4f5 postgresql: add tclSupport option 1d6870f81e420 postgresql: add ldapSupport option 53c64f04a73de postgresql: add perlSupport option 5f7a1e814c233 postgresql: make icu optional 6bafc8f578c90 postgresql: make PAM optional a2128516a703f postgresql: sort and group dependencies 0b109d021ffc8 python312Packages.uvloop: disable flaky test 7b67d15f0eed6 uv: Build as a standalone without Python 9347b536d69d6 termbench-pro: fix mismerge 8dc067b88f101 openjpeg: exclude tests failing on ia32 a6069343b404a openjpeg: sort exculded tests 967e8f8564b8e haskellPackages.servant-auth-server: unbreak (#358193) 27f7066b00a53 codecrafters-cli: 34 -> 35 727f3072c114b haskellPackages.hailgun: fix build (#358192) 498ca4d86f891 Revert "nixos/frigate: provide ffmpeg-full for nvidia hw accel" 4ed371bbe94fe ffmpeg-headless: uplift (#354952) 35125588e3458 Merge remote-tracking branch 'origin/staging-next' into staging 6982710bb21a8 megasync: 5.5.0.0 -> 5.6.1.0 b065f1014b29e Merge: postgresql: 13.17 -> 13.18, 14.14 -> 14.15, 15.9 -> 15.10, 16.5 -> 16.6, 17.1 -> 17.2 (#358213) 80b53fa2ce431 vlc: fix with strictDeps = true cea8f996a5085 encfs: fix strictDeps = true 06dbae6df3b5f thrift: fix strictDeps = true 9aabeccb8c493 mysql8: fix strictDeps = true 9b7702a00fd4a multipath-tools: fix strictDeps = true 12836c78ba011 python312Packages.dbus-python: increase test timeout 5d5ea9bbde045 appimageTools.extract: fix build with strictDeps = true 5f107ee86d9cf flutter: fix build with strictDeps = true 7819d5e37acfe libsForQt5.qtbase: fix build with strictDeps = true f3fd73aab79c6 wayland-protocols: fix build with strictDeps = true 86cb638a2fe28 uv: switch to fetchCargoVendor (#358268) 380913f9177e4 gumbo: 0.12.1 -> 0.12.2 4573b0b6685ee Merge staging-next into staging c190a9c8080a2 python312Packages.pytest-benchmark: clean up 1d92bd7ae3c0b python312Packages.pikepdf: 9.3.0 -> 9.4.2 f503b2e4fe1bb elasticsearchPlugins.analysis-smartcn: inline reference to lib since there is only one in meta a840e0fe64a05 elasticsearchPlugins.analysis-smartcn: init at 7.17.16 30ebe557e44b2 mbedtls: remove obsolete GCC 14 warning flag 9ff0e609fe7a6 mbedtls: add OpenWrt patch for GCC 14 7b3680457aede openscap: 1.3.10 -> 1.4.0 5d73f1b15fb8d Merge staging-next into staging 77aaee1a060fa python312Packages.moderngl-window: support NumPy 2 (#357982) cee2a287768d7 uv: switch to fetchCargoVendor 9bc900c020a2e treewide: fix sed -ie and friends (#356770) d8adb24aeb934 python312Packages.glfw: 2.7.0 -> 2.8.0 468547492b84d Merge staging-next into staging dff1c46d38126 cacert: 3.104 -> 3.107 (#357989) 6aa3d742421e9 postgresql_17: 17.1 -> 17.2 f4ef8018ac170 postgresql_16: 16.5 -> 16.6 256921e7d3f56 postgresql_15: 15.9 -> 15.10 3aa011583b3e3 postgresql_14: 14.14 -> 14.15 41dcc3c9746d2 postgresql_13: 13.17 -> 13.18 ba1559153bc01 treewide: remove deprecations up until 24.11 (staging part) (#356735) 768e2ecc820ec [staging] boost: 1.81 -> 1.86 (#356102) 5e104797bad04 haskellPackages.servant-auth-server: unbreak 3d2ec781e77c3 haskellPackages.hailgun: fix build dd0746731b938 gettext: enable format hardening 4f9abde8dd9db gettext: 0.22.4 -> 0.22.5 029555ec8d580 opencv4: restore sfm module 48513a6a02950 Merge remote-tracking branch 'origin/staging-next' into staging 8e3b8e080571e pkgs/build-support: cc-wrapper.sh not detecting c++ files by extension e17bc04456c9c qt5: 5.15.15 -> 5.15.16, 5.15.17 -> 5.15.18 (#358091) 523038d9f9d92 ffmpeg-headless: enable cuda-llvm 7e426500d68ae qt5: 5.15.15 -> 5.15.16, 5.15.17 -> 5.15.18 0ac27f49bfd68 ani-cli: avoid `rec` 80ab465c94ee6 ani-cli: avoid `with lib;` c3d2d3e3148d9 ani-cli: add diniamo as a maintainer cbead292e4aaf ani-cli: only add the player to the PATH as a fallback, format 4296417ab7160 mtools: 4.0.45 -> 4.0.46 ecf9fa6bc5d8a tinysparql: 3.8.0 -> 3.8.1 e9fa0865db11b itk{,_5_2}: use SWIG 4.3.0 (#357301) ba13987d31420 vtk: disable function pointer warnings on GCC too (#358020) 807cddfda2df8 openh264: 2.4.1 -> 2.5.0 (#356649) 676035e961b65 sourcemapper: init at 0-unstable-2024-03-22 309da8b941b25 Merge staging-next into staging 8332079faf366 python312Packages.pydata-google-auth: 1.8.2 -> 1.9.0 4d7a4fbd9f634 improve error handling flags to curl 8bddbe02c5237 prism-model-checker: init at 4.8.1 bee089e0e10f2 python312Packages.langcodes: 3.4.1 -> 3.5.0 1bdb3ae924c76 Merge staging-next into staging 52888fdf752db uv: 0.5.2 -> 0.5.4 (#357716) fd98e31bec328 vtk: disable function pointer warnings on GCC too 5131ea41fa6af curl: backport other netrc regression fix (#357649) ad9b81eac1311 linuxPackages.systemtap: 5.0a -> 5.2; libsystemtap: 5.1 -> 5.2 (#357981) 34887f20f659b cacert: 3.104 -> 3.107 bef4ee7e648dc libsystemtap: 5.1 -> 5.2 5abe3441eb19d python312Packages.moderngl-window: support NumPy 2 d7ab2af3a6042 linuxPackages.systemtap: 5.0a -> 5.2 f11c348245e9b libselinux: add upstream patch for SWIG 4.3.0 (#357297) 4a4ae35a62c90 notesnook: add wayland support 56d0ebd983151 Merge staging-next into staging ab96d4520cc7d enzyme: init at 0.0.165 0f942e3711811 nix: remove code for macOS < 11 (#357793) 11dd4abb88f9c darwin.stdenv: use native Clang as a cross-compiler (#357633) 6bf3257e0ff86 maintainers: add kiranshila f9d3fb7b93216 uv: 0.5.2 -> 0.5.4 28b75ea6e8b59 nixos/doc/rl-2505: add highlight for the LLVM bump (#357750) 1e57adf970a1d python312Packages.jedi: 0.19.1-unstable-2024-10-17 -> 0.19.2 (#355947) 4454e7d720e10 Merge staging-next into staging 5378b5f6f408a python312Packages.mkdocs-material: 9.5.39 -> 9.5.45 4e17c3e53fda9 ocis: init at 5.0.9 146765d861b66 nix: remove code for macOS < 11 c4c0ed55faa24 treewide: remove `--timeout-multiplier` (#357752) c2dcf4f3d722d Merge remote-tracking branch 'origin/staging-next' into staging 8037b0ad19884 qemu: 9.1.1 -> 9.1.2 9031f2db8b9de Merge staging-next into staging 9fe9c0e585bc2 gupnp_1_6: remove `--timeout-multiplier` e02872f2a0e39 gst_all_1.gst-plugins-rs: remove `--timeout-multiplier` b24cfd292f56c folks: remove `--timeout-multiplier` ee82343573007 p11-kit: remove `--timeout-multiplier` d79de22f67e8f nixos/doc/rl-2505: add highlight for the LLVM bump 30384558d06ee python312Packages.jedi: 0.19.1-unstable-2024-10-17 -> 0.19.2 26be2762a08c2 python312Packages.watchdog: disable flaky test everywhere f97fc5fba175d udpt: 3.1.1 -> 3.1.2 cf990115285a1 nodejs_20: 20.18.0 -> 20.18.1 (#357609) c91f75a39c419 nodejs_20: 20.18.0 -> 20.18.1 846d78b9b9d4b curl: backport other netrc regression fix 01839de0123fa zed-editor: unpin Node.js version (#357639) 5e162fe95501a zed-editor: unpin Node.js version c8fa99e91eefc linode-cli: 5.50.0 -> 5.54.0 65960056088e9 darwin.stdenv: use native Clang as a cross-compiler c4c7cbaf86a79 Merge staging-next into staging 1f787f659f44c python312Packages.hypothesis: disable flaky test 561a54f356164 lib/systems: use a shell script for native `emulator` (#357309) d1e5e11a8add9 llvmPackages: llvmPackages_{16,18} -> llvmPackages_19 (#354107) a61e43e18e3a9 nixos/netdata: copy apps_groups.conf instead of symlink 9586958e380ae plasmusic-toolbar: 2.0.0 -> 2.1.1 cb6290c2cfe36 plasma-panel-colorizer: 1.0.0 -> 1.2.0 fe909b3939c4d Merge staging-next into staging 3bbd38caa21b3 tree-sitter: 0.24.3 → 0.24.4 (#355429) 3c923717ed948 koodo-reader: 1.6.7 -> 1.7.2 05dc4b5ac8bb3 libllvm: use updateAutotoolsGnuConfigScriptsHook to fix FreeBSD->other cross build e74ce644d04bd iproute2: 6.11.0 -> 6.12.0 d0c85c7bd90b0 Merge staging-next into staging 268c6e4f0350b xcbuild: const can't desctruct. fix build (#357472) ab5898375927b xcbuild: const can't desctruct. fix build 1968bba64c6cc mupdf: 1.24.9 -> 1.24.11 50df153282944 Emacs: use --replace-warn instead of deprecated --replace (#341656) b3797b6d48b59 gpgme: 1.23.2 -> 1.24.0 57269e59f9fa9 nodejs_{18,20}: fix build with LLVM 19 (#356408) 6a1529c9b4b49 llvmPackages{12-git}.clang: don't swallow unsupported option errors when compiling + linking (#356547) 42ef3589e685b Revert "nodejs_18: fix build with clang 16 mk2" 1814dd2ab0102 qt5.*: LLVM 19 fixes (#356358) f9a5549db27b3 llvmPackages{12-git}.clang: don't swallow unsupported option errors when compiling + linking 5cb1de1b5da8c nodejs_{18,20}: apply V8 patches for LLVM 19 a349976db3a47 openjpeg: fix eval (#356116) 1d23e258fba5a qt5.qtlocation: fix build with clang 18 94d28175ff761 nodejs_{18,20}: fix build with clang 18 on Darwin fb7e68dfcdad9 openjpeg: don't use vendored libs in tests (#355345) 0406f6c9a75fc openjpeg: fix eval 8d819b5b0f017 qt5.qtbase: use system freetype and libpng 65d3e828aa21e fmt_9: add patch for Clang ≥ 18 (#355327) 8d00e4feeab58 haskellPackages.hermes-json: fix vendored simdjson with clang-19 (#355529) 164136c9f8157 fmt_9: add patch for Clang ≥ 18 bc601c3cfe441 mjpegtools: fix clang-19 by removing dead code (#355618) 43e7f01881c50 rav1e: fix clang-19 by using system libgit2 / lib (#355124) 377f90c3788e2 rapidjson: disable tests which fail to compile (#355633) c51f51244c905 use fmt_11 for mariadb and apply patch to fix fmt_11 build (#355110) 026677c642ba8 nlohmann_json: patch tests to compile on clang-19 (#354913) 20236f2354de3 Doxygen update and clang 19 (#355080) c6610175a4a96 fmt_8: drop (#355554) dde55e3949822 ctest_2_3: disable warn as error (#355039) a9681578625dc zxing-cpp: c++20 for char8_t (#355615) e951807e2f731 fmt_8: drop 77b06bc4a3fba poppler: fix clang-19 with upstream patch (#355100) 08c9f9ce3ff58 qt6.qtquick3d: fix clang-19 with upstream patch (#355238) cdb8260d7c88c irods{,-icommands}: bump to `fmt_9` aa55149706779 gcc{10,11,12,13,14}: reorder .cfi_startproc with label (#354734) f7d68b712464e aspell: fix clang-19 with upstream patch (#355425) e8db327d116e4 kompute: 0.8.1 -> 0.9.0 032868bd505b2 spdlog: `#define SPDLOG_FMT_EXTERNAL` 693a0eaedefbe torrenttools: patch for `fmt_9` 8e3554d3e3fbe termbench-pro: bump to `fmt_11` 2de1b4b14e17f gcc{10,11,12,13,14}: reorder .cfi_startproc with label da65c302a18a5 openjpeg: fix up tests 07029deebba96 haskellPackages.hermes-json: fix vendored simdjson with clang-19 462534f9bf347 mjpegtools: fix clang-19 by removing dead code 8f5c55067c4e6 rapidjson: disable tests which fail to compile 71e3992d77c11 mariadb: use fmt_11 for 10.11 & greater 8169aae6986dd nlohmann_json: fix tests to compile with clang-19 3c76f37753a5c zxing-cpp: c++20 for char8_t 95dbbb4994a2c qt6.qtquick3d: fix clang-19 with upstream patch 9460529b21618 aspell: fix clang-19 with upstream patch 2115c501c47d5 fmt_11: add patch to fix clang build 085b1bbd394fd rav1e: fix clang-19 using system libgit2 / zlib 68440b41d960f doxygen: fix build with clang-19 f7fa39509bc28 ctest_2_3: disable warn as error 99386b3957b8a poppler: fix clang-19 with upstream patch be72d1cf65106 darwin: remove -arch from cc/ld wrapper (#354511) 4e9d1421f3858 gss: use autoreconfHook (#354903) 2bba9edd41ab5 doxygen: 1.10.0 -> 1.12.0 028069d767cca darwin: remove -arch from cc/ld wrapper 90805a436c476 gss: use autoreconfHook 5cc39d9add3f4 xsimd: reduce precision to fix asin test (#354908) 4e4c5898b137d darwin.file_cmds: add libmd for install (#354897) a6ebc2e1f21ca xsimd: reduce precision to fix asin test 173e26257df87 llvmPackages_{13,14,15,16,17}.compiler-rt: reorder cfi_startproc after label (#354569) 425d5fbd0165d darwin.file_cmds: add libmd for install 81f3651b2f4c1 gettext: 0.21.1 -> 0.22.4 (#279197) b4ccd4a123ac7 llvmPackages_{13,14,15,16,17}.compiler-rt: reorder cfi_startproc after label 7e9458fc5548d [llvm-19] buildMozillaMach: apply upstream WASI SDK workaround for LLVM 19 (#354151) b39c998560ef3 fontforge: fix translations for compatibility with gettext 0.22 d72a2893b2fda [llvm-19] rust: use LLVM 19 (#354149) 1e700c2bfacce buildMozillaMach: apply upstream WASI SDK workaround for LLVM 19 227075c83ec9b gettext: implement clang 18 on Darwin workaround 8c25817ccd14d llvmPackages: llvmPackages_{16,18} -> llvmPackages_19 ec34370267929 rust: use LLVM 19 4631c517a387a wasilibc: 21 -> 22-unstable-2024-10-16 28f966f9e0a4f stdenv: rebuild gettext with working iconv 22f218c9b0aab gettext: 0.21.1 -> 0.22.4 abae8042c51ec gcc: gcc13 -> gcc14 (again) (#356812) e8450216b43ca Merge master into haskell-updates 160537bba1ba7 Merge staging-next into staging 9c2ca55dd36db haskell.packages.ghcHEAD: start compiler config for GHC 9.14 4fb0a4a47c6b7 haskell.compiler.ghcHEAD: bootstrap using GHC 9.10 c7047112ab72b Revert "git-annex: work around corrupted store paths of dependencies" 40a26e9ba0545 Merge staging-next into staging dff76f22b37de Merge branch staging into haskell-updates 535a417c32aab Aws updates (#340368) 8c9f891dba7e5 openslide: expose build system compiler to meson to fix cross build 5dbdfc00dfc87 xcbuild: find system toolchain on macOS Sonoma and earlier (#357132) 94a4343fe4dfb python312Packages.eventlet: disable flaky test 302bcdf85da7e Revert "tests.cc-wrapper.default: reduce rebuild amount from `429` to `319`" 4c81eb7651946 lib/systems: use a shell script for native `emulator` 98d43dea79592 libarchive: add patch to fix .pc file (#357284) 2113dc2020181 gcc: gcc13 -> gcc14 0d933223a8b61 gcc14: 14.2.0 -> 14-20241116 6b97db7cecf68 {folly,fizz,mvfst,wangle,fbthrift,fb303,edencommon,watchman}: 2024.03.11.00 -> 2024.11.18.00, refactor (#356219) 92086b19c63ee itk{,_5_2}: use SWIG 4.3.0 fdce27b86daa2 libselinux: add upstream patch for SWIG 4.3.0 36a7b78f7c30b Revert "nixStatic: mark as broken on darwin (#357185)" 505530e3de15f libarchive: add patch to fix `.pc` file 1634419f4f629 Merge staging-next into staging 93c1d0e0d950f nanovna-qt: init at 20200403 07cdea2ae5005 arpack: add ISO C bindings 2fe42ec2da6fc python312Packages.dnspython: disable network 19ce591f4e3c7 invoiceplane: Build from source 48a820f96602c invoiceplane: Add changelog 34943efbbd34d invoiceplane: reformat 449c9e769584f invoiceplane: nixfmt 8bb5bde895ae1 py-spy: 0.3.14-unstable-2024-02-27 -> 0.4.0 be67987bf6145 python3Packages.locust: init at 2.31.2 548e3f6a08b2a Merge staging-next into staging cc3050e41c9cf libiconv: update gnu config scripts (#334986) 9afd731963795 sqlite, sqlite-analyzer: 3.46.1 -> 3.47.0, sqlite-rsync: init at 3.47.0 (#350406) 82a00b78e4e5b xcbuild: find system toolchain on macOS Sonoma and earlier 3d310dfd9b987 djvulibre: add {lib, man} outputs (#70040) 66a80e64fc63f djvulibre: add {lib, man} outputs 2af48a347fd21 Merge staging-next into staging 5403a688978aa gnome-pass-search-provider: init at 1.4.0 665b3788d3bcc ibmcloud-cli: remove CF notices 1149c17b18266 librist: 0.2.10 -> 0.2.11 b5364a27e3d3d ibmcloud-cli: 2.27.0 -> 2.30.0 d508b59825a6c llvmPackages_{12,13,14,15}.compiler-rt: fix `preConfigure` (#357065) 20d91e0545716 misc-gitology: init at unstable-2024-08-26 c51d53002c6dd llvmPackages_{12,13,14,15}.compiler-rt: fix `preConfigure` 916e0d8c779e1 llvmPackages.compiler-rt: use `$SDKROOT` to fix Darwin static (#357042) 7b1064cba9279 swig: 4.2.1 -> 4.3.0 (#350118) 7b0b389941442 [python-updates] Recurse into python313Packages (#354627) 87ba457fb6d11 python313Packages.unify: disable 8fd58ac81c617 python313Packages.flask-sqlalchemy: disable tests temporarily b162e84a5a39f python313Packages.tree-sitter: 0.23.0 -> 0.23.2 63fcfc42f9bec python313Packages.commonmark: revamp and fix build 7e5fcf0250fee python313Packages.yeelight: fix build 205cfb6617739 python313Packages.asn1: fix build 1735ffa215bac sourcehut: fix flask ecosystem overrides 95a113156ebbe python312Packages.flask-sqlalchemy: update disabled tests 29b189a8218b0 octoprint: fix flask override e5a791db2708b python313Packages.flask: 3.0.3 -> 3.1.0 dc07d2e954cd2 python313Packages.blinker: 1.8.2 -> 1.9.0 a8b611ba8d03f python313Packages.werkzeug: 3.0.6 -> 3.1.3 e09e98971f917 python313Packages.quart: 0.19.8 -> 0.19.9 f472920c8631e python313Packages.geojson: fix build a74f4fc335b56 python313Packages.pint: 0.24.3 -> 0.24.4 420d7fc3527aa python313Packages.flexparser: 0.3.1 -> 0.4 8b702dda352fa python312Packages.pydevd: disable failing test 4516306d19b29 python313Packages.quantities: 0.15.0 -> 0.16.1 93e03a8b59784 python312Packages.inkex: relax numpy constraint cbf267bde4444 python313Packages.sqlalchemy: 2.0.34 -> 2.0.36 c29d54a7dc90f python312Packages.python-lsp-server: disable failing test b24fe59fca27e python313Packages.objgraph: 3.6.1 -> 3.6.2 543e9ed9e77f6 python313Packages.tiktoken: 0.7.0 -> 0.8.0 481b33e79977e python313Packages.pyramid: fix build b9733f28c3dee python313Packages.nbconvert: disable DeprecationWarning in tests 98d9ddb0efb62 python313Packages.aiohttp: 3.11.0 -> 3.11.2 6297a64a36e1c python313Packages.audioop-lts: init at 0.2.1 d0d62af65371b python313Packages.hug: drop 7e6ea1b67f4f2 python313Packages.falcon: 3.1.3 -> 4.0.2 56224891d28b0 python313Packages.compreffor: 0.5.5 -> 0.5.6 73db954b5aeb2 python313Packages.venusian: fix tests 926794941f92c python313Packages.patsy: 0.5.6 -> 1.0.1 738202573aaad python313Packages.testfixtures: fix tests 964bd997f2421 python313Packages.pyarrow: use Cython 3 9018643afd8b7 python3Packages.uvloop: use system libuv (#351870) 562de2dd84cf1 python313Packages.coloredlogs: use pep517 builder 8d171082ff2c4 python313Packages.coloredlogs: replace pipes module usage c107d8c99b53b python313Packages.aiohttp-zlib-ng: drop eb700290d7442 python313Packages.aiogram: 3.13.1 -> 3.14.0 e057514118b1a python313Packages.aiohttp-fast-zlib: 0.1.1 -> 0.2.0 6ad8b70417795 python312Packages.elastic-transport: ignore deprecation warnings in tests dce41cc5e8f11 python313Packages.aioresponses: fix compat with aiohttp 3.11.0 707d3848923b8 python313Packages.aiohttp-fast-zlib: disable tests 9d4db9409f97a python313Packages.aiohttp: 3.10.10 -> 3.11.0 9ba1a70f7f49e python313Packages.yarl: 1.13.1 -> 1.17.1 8fb80971fd541 python313Packages.pytest-codspeed: init at 3.0.0 635bae7444c19 python313Packages.djangorestframework: fix build 407bf75ac5b86 python313Packages.coreapi: disable 860bdf3aba8fe python313Packages.python-json-logger: migrate to PEP517 build 9e3e01e254df0 python313Packages.python-json-logger: disable failing test bb6c4217865f9 python313Packages.future: disable 256fa808b50ef python312Packages.pyvirtualdisplay: test without xdist 56053abb61c94 python312Packages.mxnet: relax numpy constraint 1a671cd654849 python313Packages.sqlalchemy-utils: disable failing test bdfcd349ba706 python313Packages.pytest-benchmark: disable failing test c3f73ea908d82 python313Packages.pycurl: 7.45.3 -> 7.45.3-unstable-2024-10-17 2300738a41c48 python313Packages.css-inline: 0.14.1 -> 0.14.2 d08e1a3f61c2e python312Packages.graphql-core: 3.2.4 -> 3.2.5 e4c5bb40963ad python312Packages.norfair: relax numpy constraint 7ae858a18a718 python312Packages.filterpy: disable failing test 5690819d8059a python313Packages.nbformat: disable failing tests e6dea5c44c142 python312Packages.datalad: ignore deprecation warning in tests 9d7feef61a8b7 python312Packages.nbmake: create home for ipython tests a8e2237172be5 python313Packages.sphinx-autodoc-typehints: 2.4.4 -> 2.5.0 bc05229e2e5ce python313Packages.aiohappyeyeballs: 2.4.2 -> 2.4.3 3c0f325d73ffa python312Packages.connexion: skip failing test 435f5fc0a7990 python312Packages.a2wsgi: fix tests 195c2b5a51e75 python312Packages.baize: init at 0.22.2 2b09ab2b076b1 Merge remote-tracking branch 'origin/staging-next' into staging dde9606751a89 llvmPackages.compiler-rt: use `$SDKROOT` to fix Darwin static f75933378e0b3 plex-desktop: add libdrm to FHS environment 75d6e7b242888 fishPlugins.bang-bang: init at 0-unstable-2023-07-23 dec49458b8811 meson.setupHook: Add timeout-multiplier (#356589) 041e7f435d6bb watchman: add techknowlogick to maintainers df28dd1d3c091 watchman: add emily to maintainers ec166bb5f0eb1 watchman: add update script 9a90e1cd80359 watchman: strip references to `folly.fmt.dev` 10dbf1de4b686 watchman: enable tests e701eb3d63fa3 watchman: use upstream default for `stateDir` 33b5c76f1492e watchman: set `CMAKE_INSTALL_RPATH_USE_LINK_PATH` d9ea8bbebfe60 watchman: use `lib.cmake{Bool,Feature}` 13a571f5ee27e watchman: 2024.03.11.00 -> 2024.11.18.00 354913f342e64 watchman: use Ninja f7f5d1a9473a3 watchman: clean up inputs fe60436739a0c watchman: reorder inputs to match upstream file 033896e98cf20 watchman: reorder attributes 14410cc8dca87 watchman: use `refs/tags/` 8a2efd913300b watchman: remove `with lib;` 4f864948a8b40 watchman: use `finalAttrs` ba17205ae363e watchman: move to `pkgs/by-name` 1c60ec77f4081 watchman: convert to new Darwin SDK pattern ca944d626ba5c watchman: format with `nixfmt-rfc-style` fcb99bc19c648 cpptoml: add patch for GCC 11 b4b2ad6a9e83f edencommon: add techknowlogick to maintainers cd48138e8dca0 edencommon: add emily to maintainers c7b019d5f7ef6 edencommon: add update script 7da9ef3eb4db2 edencommon: split outputs d7df60e8f45e7 edencommon: enable tests c8d4e11d1ce49 edencommon: condition shared libraries on platform setting 509f33b9956bc edencommon: 2024.03.11.00 -> 2024.11.18.00 66a2ebb46d081 edencommon: use Ninja 2de2d0fad8f21 edencommon: add explicit `gflags` dependency 7e35f7f5bb495 edencommon: reorder inputs to match upstream file d26d7a195ee05 edencommon: use `hash` eb86332558fed edencommon: use `refs/tags/` 171a5474ac2c3 edencommon: remove `with lib;` a82596414267f edencommon: use `finalAttrs` aa5a90ed1d4a1 edencommon: move to `pkgs/by-name` 3c14c26a35418 edencommon: convert to new Darwin SDK pattern c20f3875247fe edencommon: format with `nixfmt-rfc-style` c9719114fd9fc fb303: add techknowlogick to maintainers d4b587f878193 fb303: add emily to maintainers 172efded7a0b4 fb303: add update script 79dc5a8b54c7e fb303: split outputs 72f24cc2938db fb303: condition shared libraries on platform setting 633f8f77b2335 fb303: 2024.03.11.00 -> 2024.11.18.00 2801ca739a90e fb303: use Ninja 068ceb04d027e fb303: use `lib.cmakeBool` f7efb7b813c2d fb303: remove `python3` input 01b30ede829a6 fb303: add explicit `gflags` input ef6c8fc06f359 fb303: reorder inputs to match upstream file 025d0edf867c5 fb303: reorder attributes 5be8fbd184ebd fb303: use `hash` 29125310cc32a fb303: use `refs/tags/` fa9cad876b6bf fb303: remove `with lib;` 3c20ddd66d335 fb303: use `finalAttrs` be97ac3fe6371 fb303: move to `pkgs/by-name` 87a7353f0c9ef fb303: convert to new Darwin SDK pattern 6582129eab3c3 fb303: format with `nixfmt-rfc-style` 143f253756ca0 fbthrift: add techknowlogick to maintainers 0293bf6af5f73 fbthrift: add emily to maintainers 814fc8dcf101a fbthrift: add update script 7699884b844f3 fbthrift: split outputs acf1c72bfceec fbthrift: add note about tests 3dd6e0e71a23a fbthrift: propagate required dependencies 3bdc69269d392 fbthrift: condition shared libraries on platform setting dc60c66359534 fbthrift: 2024.03.11.00 -> 2024.11.11.00 fcf3d5262ce1a fbthrift: use Ninja c55b18d9158c6 fbthrift: remove unnecessary inputs 26008b4611d77 fbthrift: reorder inputs to match upstream file 19f009b3aad9b fbthrift: reorder attributes 33fe8a6aff7a8 fbthrift: use `hash` cf3fde892c970 fbthrift: use `refs/tags/` 9b67782a3fc04 fbthrift: remove `with lib;` 548f1f7c35fa8 fbthrift: use `finalAttrs` dddd67fced92a fbthrift: move to `pkgs/by-name` 3a06e577d69e8 fbthrift: convert to new Darwin SDK pattern 1848967c016e0 fbthrift: format with `nixfmt-rfc-style` 17fe5480a108d wangle: add techknowlogick to maintainers 82c87506538ca wangle: add emily to maintainers 762f456228f13 wangle: add update script 5205f55d4d0a4 wangle: split outputs ade1eb00f9af7 wangle: condition shared libraries on platform setting 6ff98c69607f7 wangle: 2024.03.11.00 -> 2024.11.18.00 ad8aa38bc71e6 wangle: set `__darwinAllowLocalNetworking` 2477b3ee0172b wangle: use Ninja 6ad10b9af58e9 wangle: remove unnecessary CMake flag c93b3ff59af12 wangle: reorder inputs to match upstream file 4a2ad7732b9f1 wangle: reorder attributes 34fa0315d46ca wangle: use `hash` 355eae10ef990 wangle: use `refs/tags/` 337f896690b67 wangle: remove `with lib;` 1b7c0a5eb0905 wangle: move to `pkgs/by-name` b21418c8d81f6 wangle: convert to new Darwin SDK pattern 6d542aedaf25d wangle: format with `nixfmt-rfc-style` 01eddf68ddef3 mvfst: add techknowlogick to maintainers fef1275d9bdb1 mvfst: add emily to maintainers 0931562600485 mvfst: add update script 49ad47893e806 mvfst: split outputs ea635930e7836 mvfst: enable tests e5709fe8148e9 mvfst: propagate required dependencies ee1e828c2731e mvfst: condition shared libraries on platform setting 5b08d0983422f mvfst: 2024.03.11.00 -> 2024.11.18.00 c647a831203c3 mvfst: use Ninja 4f8f722165e5f mvfst: reorder inputs 067a44e638003 mvfst: use `hash` 40d409e3dbd6d mvfst: use `refs/tags/` 5848ed9bfbec7 mvfst: remove `with lib;` e82a30f577f45 mvfst: use `finalAttrs` d76e1dc840eb0 mvfst: move to `pkgs/by-name` 5b60e96f64c75 mvfst: convert to new Darwin SDK pattern ee8c1b1980f46 mvfst: format with `nixfmt-rfc-style` 4871d40414226 fizz: add techknowlogick to maintainers 5115b6186a5c3 fizz: add emily to maintainers 0414a001b6b80 fizz: add update script dbb5591b5b267 fizz: split outputs f88b7334eaedf fizz: enable more tests 03b58e14f792d fizz: propagate required dependencies 136740dec662e fizz: condition shared libraries on platform setting 67fd043f62962 fizz: 2024.03.11.00 -> 2024.11.11.00 3f4e898d0a359 fizz: set `__darwinAllowLocalNetworking` 1c1d6a6ba2943 fizz: use Ninja ca280ee51f8c4 fizz: remove unnecessary CMake flag cb829657b8992 fizz: remove unnecessary `NIX_LDFLAGS` 74e329179b95b fizz: remove unnecessary input 997d4edee5cc3 fizz: reorder inputs to match upstream file d68470e96bd21 fizz: reorder attributes be3861494e77b fizz: remove `with lib;` eb19c30c3ace4 fizz: move to `pkgs/by-name` 91c31b10692ba fizz: convert to new Darwin SDK pattern 95d28ae657e6c fizz: format with `nixfmt-rfc-style` c71ed296d7919 folly: add techknowlogick to maintainers df175d625e04e folly: add emily to maintainers f86db4874da12 folly: add update script a3afbe7ccf4d4 folly: enable tests bba7126b28441 folly: bump to `fmt_11` fb3b469558cc5 folly: propagate required dependencies cad3e3ece680b folly: condition shared libraries on platform setting 3352d4f1ab484 folly: remove obsolete AArch64 hack ae0425bd9a566 folly: refine `-fpermissive` flag fbdced9bb35a7 folly: fix split outputs 2fc882c70caf6 folly: patch `pkg-config` file instead of CMake files d4c26774d5eb7 folly: 2024.03.11.00 -> 2024.11.18.00 3b5710835c31d python313Packages.hatchling: 1.25.0 -> 1.26.1 ad54759c98a96 python313Packages.importlib-resources: backport 3.13 compat 19908dd50f6e5 python313Packages.django_4: disable failing test 99673388572ff python312Packages.pytest-benchmark: 4.0.0 -> 5.1.0 0c2c3c8ee9ba3 python313Packages.ml-dtypes: establish numpy2 compat 052de9f5973b3 python313Packagese.cattrs: disable failing tests, modernize e5c3b12b6a189 python313Packages.pyodbc: 5.1.0 -> 5.2.0 59d776981717f python313Packages.pkginfo: 1.11.1 -> 1.11.2 41b458bf839b2 python313Packages.ipdb: disable failing tests b0a6dbeffc28d python313Packages.numpy: 2.1.2 -> 2.1.3 6ec63d56ff76f python313Packages.orjson: 3.10.7 -> 3.10.11 bf963769c5097 python312Packages.moto: 5.0.18 -> 5.0.20 61e3dc616378b python313Packages.msgspec: apply patch for 3.13 support fe14d58194198 python313Packages.eventlet: apply patch for 3.13 compat 7a635aa8be7df python313Packages.eliot: patch for numpy2 compat 5c8e9946fd576 python312Packages.fastapi: 0.115.3 -> 0.115.4 8722d610babcc python312Packages.python-multipart: 0.0.12 -> 0.0.17 925d0ecf50e31 python312Packages.starlette: 0.40.0 -> 0.41.2 b1ac443c55475 python313Packages.packaging: 24.1 -> 24.2 40f89c6e0d0cd python3.pkgs.pythonRuntimeDepsCheckHook: don't validate wheel metadata 4a4e321ffdc13 python312Packages.plotly: fix compatibility with numpy>=2 c3f94cf57dc35 python312Packages.patsy: fix compatibility with numpy>=2 b41a83676e3e1 python312Packages.einops: fix compatibility with numpy>=2 a31c91d2e0451 python312Packages.ase: fix compatibility with numpy>=2 b01b543f41ab3 python312Packages.cirq-core: 1.4.1 -> 1.4.1-unstable-2024-09-21 221b4c4d4ead3 python312Packages.seaborn: fix compatibility with numpy>=2 5bfacde24ba22 python312Packages.numpy: 1.26.4 -> 2.1.2 6b9e3472ae81f python312Packages.setuptools: 75.1.0 -> 75.3.0 024350e33914f python313Packages.deprecated: disable failing tests d629877745558 python313Packages.httptools: 0.6.1 -> 0.6.4 26608c5e4a439 python313Packages.watchfiles: 0.22.0 -> 0.24.0 92fbead477ae5 python312Packages.fakeredis: 2.25.1 -> 2.26.1 ff16cceabe6f0 python312Packages.redis: 5.1.1 -> 5.2.0 26050b09dc835 python313Packages.psycopg2: 2.9.9 -> 2.9.10 6cad9267f8091 python312Packages.cython_0: 0.29.36 -> 0.29.37.1 35a944f30c5ca python313Packages.pytest-doctestplus: fix tests e45ee06a87318 python313Packages.toolz: 0.12.1 -> 1.0.0 d6c1a5e4e2050 python3.pkgs.pythonRuntimeDepsCheckHook: allow prereleases ddc3140a998c0 gpgme: add python3.13 support c6d7e26b9f24f python313Packages.oauthlib: disable failing test 9cd69975e3106 python313Packages.pyflakes: disable failing tests a0c33425f12ec python313Packages.cython_0: disable d27de45c20703 python313Packages.twisted: 24.7.0 -> 24.10.0 cbe9b6557f052 python313Packages.astroid: 3.3.4 -> 3.3.5 e76fbe62bef07 python313Packages.pure-eval: 0.2.2 -> 0.2.3 e5fb68f685aa5 python313Packages.watchdog: 4.0.2 -> 5.0.3 fd30f2796b085 python313Packages.trustme: 1.1.0 -> 1.2.0 d390c9ee82cec python313Packages.parameterized: fix tests 78dd50f7a23db python313Packages.curio: 1.6 -> 1.6-unstable-2024-04-11 d2751a94792cf python313Packages.wrapt: 1.16.0 > 1.17.0dev4 520e0ed26d32e python313Packages.rpds-py: 0.18.1 -> 0.20.0 bf586e1e6318c python313Packages.jedi: 0.19.1 -> 0.19.1-unstable-2024-10-17 2c36c0c994f4c python313Packages.colorlog: fix build 53a6655f7225b python313Packages.flit: 3.9.0 -> 3.10.0 987b804367b61 python313Packages: recurse into package set 920dbf9a5618f python311Packages: stop recursing into package set 55a2b3eb0c016 sc-im: fix aligning selection of cells cause crash 7220e351efea1 python3Packages.cffi: fix tests on FreeBSD (#329076) a9763f63694d5 material-maker: init at 1.3 55fdc8ea50647 megasync: version fetchpatch urls so they don't magically break fe4fac1fe40a2 megasync: use fetchpatch 83b7cf4a00c00 bluez: 5.78 -> 5.79 e8a6b9eff5557 bluez.updateScript: init adf1393ce30d2 libvisio: 0.1.7 -> 0.1.8 1809511f5c354 Merge staging-next into staging a3f5de3a736f0 python3Packages.ropper: 1.3.8 -> 1.3.10 f23067f508de2 darwin: set the minimum version to macOS 11.3; nixos/doc/rl-2505: announce macOS version support policy (#352129) 1714b4c1755f5 kaufkauflist: 4.0.0 -> 4.0.2 593487e630b15 haskellPackages: cleanup overrides after linked pulls made it to hackage (#356650) ae5229b83441d aws-spend-summary: add shell completions (#356409) 10b4522565962 haskellPackages.beam-postgres: fix build (#356378) 0d65aab2d6a0d haskellPackages: fix test suites on multiple stream libraries (#356314) a5c0f9ce9bb08 gns3-gui: update to 2.2.51 61d19bc34a003 xorg.libXt: 1.3.0 -> 1.3.1 a467369a680f4 Merge staging-next into staging a78c34618838c maintainers: add ImUrX b82a9c375278c maintainers: add gale-username 05a480c3af6fe libgit2: switch to pcre2 77787905e73bf python3Packages.cffi: disable a test on FreeBSD 8c4072073225b python3Packages.cffi: remove some obsolete darwin patches 8b8c55aca3e1c libuv: disable test for darwin sandbox (#356841) 312737ea68be4 libuv: disable test for darwin sandbox 874d326aca331 memorymapping{,Hook}: drop 726bfb7ca4874 memstream{,Hook}: drop c7a0002b0b64c nixVersions.{nix_2_24,git}: remove code for macOS < 11 082b0535df73f darwin.top: remove code for macOS < 11 377c3ff76b3f7 darwin.text_cmds: remove code for macOS < 11 1c0adeb5d45bb darwin.system_cmds: remove code for macOS < 11 bd002ebb74ef3 darwin.shell_cmds: remove code for macOS < 11 94bc3e473a8bf darwin.removefile: remove code for macOS < 11 da2128cb405f9 darwin.patch_cmds: remove code for macOS < 11 6ec624cba0d21 darwin.network_cmds: remove code for macOS < 11 5cf94b53c865c darwin.mail_cmds: remove code for macOS < 11 ba01760b21f9c darwin.libresolv: remove code for macOS < 11 1b30d9b9f0eea darwin.libpcap: remove code for macOS < 11 ab0a6abbf9b66 darwin.file_cmds: remove code for macOS < 11 7dca57603c6ab darwin.diskdev_cmds: remove code for macOS < 11 c579058789780 darwin.copyfile: remove code for macOS < 11 7b3dd230da3f7 darwin.adv_cmds: remove code for macOS < 11 b937adc202be0 darwin.IOKitTools: remove code for macOS < 11 63a7b4f14364b python3: remove code for macOS < 11 937529bb5178d gcc: remove code for macOS < 11 af82e115592a7 cctools: remove code for macOS < 11 fa10b9c7f8ab7 ld64: use the SDK source release packages e38106815e4e8 ld64: remove code for macOS < 11 b600d09aa151b llvmPackages.libcxx: remove code for macOS < 11 4963ea1eaa2c2 llvmPackages.lldb: remove code for macOS < 11 98d5c93e0afc2 llvmPackages.compiler-rt: remove code for macOS < 11 9af100479c594 nixos/chrony: fix memory locking issue with graphene-hardened-light c00c40ba8b994 stdenv/darwin: remove code for old SDKs fee73d8d33805 apple-sdk: remove code for old SDKs 685ed87eccd31 darwin.apple_sdk_10_12: drop f3c863877b175 apple-sdk_{10_12,10_13,10_14,10_15}: drop 995962f25af49 haskellPackages.network: remove code for macOS < 11 90c0ebfc8b49c gtk4: remove code for macOS < 11 0757844d03ccb libsForQt5.qtbase: remove code for macOS < 11 0f9067f865a22 darwin: set the minimum version to macOS 11.3 80f7c3ddbf099 nixos/doc/rl-2505: announce macOS version support policy 54522e10d558f meson.setupHook: Add timeout-multiplier 4fe12896caee7 uv: 0.5.1 -> 0.5.2 (#356205) ab258a9bfe8dd llvmPackages_12.compiler-rt: fix build race aarch64-darwin (#356814) e11db000c5f0a glow-lang: mark broken, doesn't build since 2023-10-13 47a4caf483950 llvmPackages_12.compiler-rt: fix build race aarch64-darwin 4d0e8b4ebca1b mindustry: mark broken on aarch64-linux as well eeb1a225c6462 tinyemu: mark broken on Darwin 664360c458955 xmpp-bridge: mark broken for Darwin 14dfe7b5335a0 openfortivpn-webview-qt: init at 1.1.2 6a0e9fede34c4 OpenBUGS: fixed build 8531fec3b9b54 Merge staging-next into staging 31706d4a55d29 treewide: fix sed -ie and friends a2f60bb52e86b haskell: Don't use package-qualified and non-package-qualified grep e307440e58d0a juce: reformat 99be9899faf0e msbuild-structured-log-viewer: init at 2.2.383 59c5439ea8f18 isl: use updateAutotoolsGnuConfigScriptsHook to fix build on FreeBSD native d77191f776ca1 libiberty: fix references to /usr/bin/uname for FreeBSD build system 68f3004020cbc libmpc: use updateAutotoolsGnuConfigScriptsHook for FreeBSD native cf2e76fca3d91 llvmPackages: Fix update-git.py 71306e6b36657 nixos/lib/test-driver: remove legacy args handling 894fb0748dc16 e2fsprogs: remove compat patch 597a7ad587d6a llvmPackages.clang: move add-nostdlibinc-flag.patch to cc-wrapper (#356162) f87a1736cc5b7 waf: 2.1.3 -> 2.1.4 fe02fc114dea0 maintainers: add js6pak 9550374a8a0de Revert "systemd: revert boot-breaking systemd-boot change" (#356686) 357e63084be69 Merge staging-next into staging fcb524165fd31 aws-spend-summary: add shell completions 19853b79530b5 Revert "systemd: revert boot-breaking systemd-boot change" f4acddd86c8d5 autoconf-archive: fix quoting of m4_fatal (#355948) d495f20f0ebd6 python3Packages.setuptools: 75.1.0 -> 75.1.1 (#354579) 6e22df03f33a1 curl: backport netrc regression fix #356133 583c2c58e9833 openh264: 2.4.1 -> 2.5.0 fe7cd608c156e Revert "stdenv: set NIX_DONT_SET_RPATH_FOR_TARGET on Darwin" (#355667) 4ee20a78fba1a Merge staging-next into staging 56fec67eb1b8a haskellPackages: cleanup overrides after linked pulls made it to hackage 3a064718e595b maintainers: add theoparis fd821d104c3dc realcugan-ncnn-vulkan: init at 20220728 bdd6ddd20d7f5 autoconf-archive: fix quoting of m4_fatal 86f9d57ca7af3 Merge staging-next into staging 7baea176a1a51 tt-rss: Add gileri as maintainer b652b30119e9f tt-rss: Add updateDaemon.commandFlags parameter ebf5be79b71b6 tt-rss: unstable-2023-04-13 -> 0-unstable-2024-11-04 33e2e0a61185a tt-rss: Add updateScript cc2afaa16f4b5 tt-rss: Add simple test da006946a927e emacs: use `--replace-warn` dc2fbd51fd8ca systemd: 256.7 -> 256.8 (#356365) 719c731df3f1b stdenv: elaborate on nature of mass rebuilds d1a57bb7b00f8 Merge staging-next into staging 83c4a9c338d8a aws-*: don't auto update 1d14907280d22 octoprint.plugins.mqtt: 0.8.10 -> 0.8.16 a8ab49c7e73e4 octoprint.plugins.prusaslicerthumbnails: 1.0.7 -> 1.0.8 8b8d1fca01dd7 octoprint.python.pkgs.OctoPrint-FileCheck: 2024.3.27 -> 2024.11.12 af834d939d2b6 local-ai: 2.22.1 -> 2.23.0 3a60581f55ed6 Merge staging-next into staging 83e1ebb0c67cb ruby_3_3: 3.3.5 -> 3.3.6 e516bc35e7897 xorg.utilmacros: 1.2.0.1 -> 1.20.2 c18163d1b3f26 Merge staging-next into staging ec31910fe7279 haskellPackages.beam-postgres: fix build a9e49671459cc haskellPackages.testcontainers: fix build 3e7fb9550277f hid-tmff2: 0.81 -> 0.82 6fc6e7bce851f systemd: 256.7 -> 256.8 437dca6672ed1 aws-sdk-cpp: 1.11.448 -> 1.11.448 03d3d6034b18e aws-crt-cpp: 0.29.4 -> 0.29.4 efe4939ed8dde aws-c-cal: 0.6.15 -> 0.8.0 c74b7e24537bc aws-c-sdkutils: 0.1.16 -> 0.2.1 61f93320e8d09 aws-checksums: 0.1.18 -> 0.2.2 be4d282cf9c35 aws-c-io: 0.14.18 -> 0.15.3 4d26d412c3cf4 aws-c-compression: 0.2.19 -> 0.3.0 38d503d58d0ec aws-c-s3: 0.6.0 -> 0.7.1 00f5f8bc5d266 aws-c-mqtt: 0.10.5 -> 0.11.0 ed412319a27bc aws-c-http: 0.8.2 -> 0.9.2 40e546a42ac4f aws-c-event-stream: 0.4.3 -> 0.5.0 c114f3df83c20 aws-c-common: 0.9.27 -> 0.10.3 3a02421002e89 Merge staging-next into staging a3775eb57d53a haskellPackages: fix test suites on multiple stream libraries b497dfa184430 bundler-{app,env}: expose pname and version in derivation d4e9241a58f63 vulkan-loader: format, add option to enable or disable x11 support 8f89125023100 vulkan-loader: format dccfdd1971610 Merge staging-next into staging 1896995025743 aws-c-auth: 0.7.26 -> 0.8.0 7d8f0801a43b4 uv: 0.5.1 -> 0.5.2 f543565191f1e coroot-node-agent: init at 1.22.2 7047ba9ccbdf7 llvmPackages.clang: move add-nostdlibinc-flag.patch to cc-wrapper eca60c841c4bd folly: use Ninja 5ee21f2961c40 folly: refine `meta.platforms` 7ae3a8ada67d2 folly: reorder inputs to match upstream file 593f78887a31e folly: reorder attributes b67cce1449a32 folly: use `hash` 0d5cd2a39d8ab folly: use `refs/tags/` fbb9ab5079a92 folly: remove `with lib;` 77300534286fa folly: use `finalAttrs` b22849fd64aeb folly: move to `pkgs/by-name` 89e641930d8e3 folly: convert to new Darwin SDK pattern 3e0bc63451ec9 folly: format with `nixfmt-rfc-style` 93d38a29e0e47 nixos/minidlna: add option 547251956b2da nixos/minidlna: remove with lib 26e917bf9cdba Merge staging-next into staging c092fcf8cb19d python3Packages: don't depend on setup hooks' bash eval (#352976) 9be3e110508ee curl: backport netrc regression fix 8199516be8d5b bio-gappa: init at 0.8.4 5297dd79efeb8 Merge: postgresql_16: 16.4 -> 16.5 (#355974) 3aeb9755e933c boost: 1.81 -> 1.86 797b544bda2f9 postgresql_16: 16.4 -> 16.5 39e22be2994aa nixos/mptcpd: init d3d033a38fc32 autosubst2: init at unstable-2022-07-04 065a393a8d041 libaom: 3.10.0 -> 3.11.0 bde88ba1b721c libxml2: 2.13.4 -> 2.13.5 eb30577f215de libtpms: 0.9.6 -> 0.10.0 (#356063) 6fb62121c5788 qt6.qtdeclarative: backport more patches recommended by upstream (#355932) 0ddab62d3d834 qt6.qtdeclarative: backport more patches recommended by upstream dab79e232c4d7 Merge staging-next into staging 973542f89a327 firecracker: 1.9.0 -> 1.9.1, build from source f2912243332d5 libass: remove unused rasterizerSupport option bee638218e525 llvmPackages.llvm: Drop dependency on target through libbfd (#355532) f640d0570df9c maintainers: add Jojo4GH bfa517208efc8 maintainers: add David-Kopczynski da9f1b68935e2 libtpms: 0.9.6 -> 0.10.0 4c5768f0bcafe descent3: init at 1.5.0-beta-unstable-2024-10-29 58542c2d7eee2 descent3-unwrapped: init at 1.5.0-beta-unstable-2024-10-29 7853e73254778 rush: look for rush.rc in /etc 3f47e370d6e4c Merge staging-next into staging d3aff108c8c3d mptcpd: init at 0.13 7903d0b711ec7 llvmPackages.llvm: Drop dependency on target through libbfd 2e21fa2ccb326 Merge: postgresql: 16.4 -> 17.0 (#345260) 28bebcb0bd59e rpm: 4.18.1 -> 4.20.0 (#354695) feee132c4d0d3 Merge staging-next into staging 1aa4ccf7b33ab exodus: 24.41.3 -> 24.41.6 0b8a6f3606350 nodejs_22: use shared SQLite (#352147) 81fb40d3aa637 Merge staging-next into staging 197e68c0d34ae dmg2img: 1.6.7 -> 1.6.7-unstable-2020-12-27 810bc2847463d dumpifs: init at 0-unstable-2020-05-07 818273776d54a mesa: 24.2.6 -> 24.2.7 (#355842) 459a925026a28 mesa: 24.2.6 -> 24.2.7 12fae9cc4dddd ahk_x11: init at 1.0.4 9c44a42559f91 python312Packages.scapy: 2.6.0 -> 2.6.1 cb610de2f0bf1 Merge staging-next into staging 09fa1c4307154 python312Packages.rclone-python: init at 0.1.12 59a152ad84b1a nfs-utils: update to 2.7.1 broke compilation on musl; bringing in patches from voidlinux to fix. 6c61c502464af cargo-auditable: 0.6.2 -> 0.6.5 9ffec75b334e4 logisim-evolution: 3.8.0 -> 3.9.0 06fc75a3a4424 fontforge: fix error: Core python package 'pkg_resources' not found: Cannot discover plugins 98bc0c6da908d Merge staging-next into staging d4c94e35f8162 fontforge: format with nixfmt ec3ec6038a01c haskell.compiler.ghcHEAD: disable --hyperlinked-source on aarch64 abe895112b335 nodejs: 20.18.0 -> 22.11.0 (#352123) 1e99bcac6f2b2 nodejs: 20.18.0 -> 22.11.0 cb2831b4077ad jedit: 5.6.0-unstable-2023-11-19 -> 5.7.0 a49c7353cf763 python3Packages.psutil: use placeholder "out" instead of $out (#354785) bc61c661290bf python312Packages.pikepdf: 9.2.1 -> 9.3.0 (#348888) 17a4a36321947 python3Packages.psutil: use placeholder "out" instead of $out 8e44a9c450b1d maintainers: add ftsimas dfcff3e5350a0 libvisual: 0.4.1 -> 0.4.2 (#350851) 841334f22e6f6 postgresql: 16.4 -> 17.0 3d52077f5a633 rpm: 4.18.1 -> 4.20.0 5b35070c8bf58 python3Packages.asyncpg: 0.29.0 -> 0.30.0 3564fb91c791a python312Packages.bson: enable tests 85228bf93ed88 Merge branch 'staging-next' into staging b2535134b1c65 python312Packages.mypy: 1.11.2 -> 1.13.0 (#355071) 4f904c83dd200 tree-sitter: Update grammars (#355501) e480b4caec994 Merge: libuv: 1.48.0 -> 1.49.2 (#344438) 22ec1cd5e61a1 Merge: mdbook: 0.4.41 -> 0.4.42 (#355138) 1810b522d7c69 Revert "stdenv: set NIX_DONT_SET_RPATH_FOR_TARGET on Darwin" 5942f215adf57 Merge staging-next into staging bba794ffb7890 haskellPackages.dependent-sum-template: build with ghc 9.10 (#355052) a388042a3cf19 haskellPackages.reflex: remove patches that were upstreamed (#355022) b5711fd002a7d limo: init at 1.0.8.2 0f9bf0515e65e libloot: init at 0.24.5 2b71ca95bac9f mqttx-cli: init at 1.11.0 5d2b3d453bb10 Merge staging-next into staging bd0c863eb4c27 lightworks: 2023.2 -> 2025.1 ea291e87e3010 alsa-lib: 1.2.12 -> 1.2.13 8a28502668724 Merge staging-next into staging fad94949b18d7 megasync: remove freeimage 632ff3fa8ed71 qt{5,6}.qtbase: build without libinput by default (#355517) b5ef6f670a958 qt{5,6}.qtbase: build without libinput by default 9af710b68ec61 python3Packages.pytest-xdist: change pytestFlagsArray in preCheck hook (#354791) 5cc4399755f29 helmsman: add sarcasticadmin as maintainer 19c58a0fa8e13 helmsman: only build helsman subPackage 3ead4bb4ecaf7 Merge: buildRustPackage: remove unused `patchRegistryDeps` (#355252) 3427e995dbd96 tree-sitter: Update grammars 772af11a52591 Merge staging-next into staging 2b1ff342c8fe0 libtirpc: 1.3.5 -> 1.3.6 (#349459) d6aa244edf624 okms-cli: init at 0.1.2 ac02e47426e72 opencl-headers: 2024.05.08 -> 2024.10.24 bf92ca56f46ba tree-sitter: 0.24.3 → 0.24.4 c987152a89bea librist: fix build for musl (#355235) be4d7aab4d24f Merge remote-tracking branch 'origin/staging-next' into staging 01fe6fb38d5d5 librist: fix build for musl f6559fcbae206 angle-grinder: add updateScript 18457266102f9 chars: add updateScript 09704d31f17bb `buildGoModule`: remove `buildFlags`/`buildFlagsArray` (#349487) df001468e8928 pythonPackages.pytmx: 3.31 -> 3.32 44604face4a01 manta: fix build 957aa4d92dafd Merge staging-next into staging 1d370645dc124 adns: clean‐ups and fixes (#355171) 9bfc41da62af1 perlPackages.EmailOutlookMessage: add missing dep e90ef4e1a6c8f Merge master into haskell-updates da833f96a67ea Merge staging-next into staging 34bfeba24f24b srt: 1.5.3 -> 1.5.4 125e99477b0ac systemd: revert boot-breaking systemd-boot change (#355290) 63ce4665b2ce6 systemd: revert boot-breaking systemd-boot change a141face92ff0 helmsman: nixfmt-rfc-style 3a7c4af86d476 libvdpau: fix tracing feature 5d470b88351c1 nixos-install: clear executable cache after entering chroot 4b712c8f6fab7 buildRustPackage: remove unused `patchRegistryDeps` 29fa46656ca35 python3Packages.pendulum: fix on 32 bit platforms (#354983) ea085c1abbc92 Merge staging-next into staging 967b8928d4a7b s2n-tls: 1.5.5 -> 1.5.7 (#350863) b412d42add9de yakut: fix dependencies 43f4d40e99b8c ceptre: cleanup 88787d55b45dd sportstracker: init at 8.0.1 03676a7e0ff1a man-db: Add `--with-col` to `configureFlags` (#351862) d5cbb151ef2cd Merge staging-next into staging 66c0af5e3b6cc zap-chip-gui: actually provide a gui 0f63e08fee532 pcsc-safenet: 10.8.28 -> 10.8.1050 4f0ff90a95d69 adns: fix Darwin properly e7e4bcc65b3fb adns: enable parallel building 6ae57a56dcfb8 adns: modernize `installCheckPhase` 9bac1ec685074 adns: use title case for `meta.description` 3f94e7e68c682 adns: update licence cf3ff2dd370b7 adns: rearrange furniture 9a071c9520591 adns: remove `with lib;` bf65989fe97f8 adns: use `finalAttrs` 56ec4b7d1671a adns: format with `nixfmt-rfc-style` ab5894f228446 mdbook: 0.4.41 -> 0.4.42 b445fcfc34338 Merge staging-next into staging 92fc176ba64f7 libvisual: 0.4.1 -> 0.4.2 17ce0ee12fb90 rtmpdump: unstable-2021-02-19 -> 2.6 729d583b0c306 Merge master into haskell-updates d40056200610e Merge staging-next into staging cd75f3714a8f8 xorg.libX11: Fix spurious Xerror when running synchronized (#354891) 99bc8179e8fe2 hexapdf: init at 1.0.2 5ab3591ad01f0 haskellPackages.dependent-sum-template: remove jailbreak on 9.8 0295dd76598ed haskellPackages.dependent-sum-template: build with ghc 9.10 eaff3f220765d python312Packages.mypy: 1.11.2 -> 1.13.0 49fbd6168d3a2 pkgsLLVM.tpm2-tss: fixup tests (#354866) d653cc6b877fa leptonica: 1.84.1 -> 1.85.0 4d97c16871c58 leptonica: format a8d19205cd88a thin-provisioning-tools: 1.0.12 -> 1.1.0 (#345986) f6671fcdc539f Merge branch staging into haskell-updates f64a3cb81fa07 libgnt: 2.14.3 -> 2.14.4-dev cca2dab0de7fe aalib: update for ncurses-6.5 dca0223667ef7 Merge staging-next into staging 70eff7912f4de haskellPackages.reflex: remove patches that were upstreamed e1677d068f1cf awk-language-server: init at 0.10.6 0f46acccf0cb6 libtorrent-rasterbar-1_2_x: 1.2.11 -> 1.2.19 5dd80cba82f62 Merge staging-next into staging a74f2b4f3bc9b python3Packages.pendulum: fix on 32 bit platforms 3c2dc98f04400 spdlog: 1.14.1 -> 1.15.0 89af2f738d961 nordzy-cursor-theme: 0.6.0 -> 2.3.0 e982db441062b man-db: Add `--with-col` to `configureFlags` b5248572c5e16 readsb: init at 3.14.1641 a4065db12315a ffmpeg-headless: enable opencl ca1689f486da5 ffmpeg-headless: enable zvbi 2fa42d7b13c4b ffmpeg-headless: enable openmpt 610b0fd199594 ffmpeg-headless: enable xml2 6995a813cdc38 iro: init at 0-unstable-2024-10-24 34a886774394d ffmpeg-headless: enable bluray 3f601a9255f8c ffmpeg-headless: enable fribidi dd78812a70f0f ffmpeg-headless: enable vulkan db847bf5ace41 xorg.xtrans: 1.5.1 -> 1.5.2 6be30af34e460 obs-studio: don't use ffmpeg-full 83eb371603a69 harfbuzz: 10.0.1 -> 10.1.0 (#354806) fc331ec715a5b Merge staging-next into staging 422e9ce3c6820 tcl: 8.6.13 -> 8.6.15 (#350382) 98c25c9a6e083 unison-fsmonitor: switch new darwin SDK pattern 1fb1e7007354a unison-fsmonitor: fmt 2fa74a49bd417 unison-fsmonitor: 0.3.4 -> 0.3.8 8975a6296189a Revert "kanata-with-cmd: 1.7.0-prerelease-1 -> 1.7.0" (#354894) 0a52fc9410ce8 Revert "kanata-with-cmd: 1.7.0-prerelease-1 -> 1.7.0" 897236dbf50f8 mdbook: 0.4.40 -> 0.4.41 (#354340) 6ac7c0c4d0e8f xorg.libX11: Fix spurious Xerror when running synchronized 9181756339fc2 .editorconfig: Format .bash files like .sh 106ba63900ed5 tree-wide: Indent .bash files like .sh 54b3f3213e9f5 kanata-with-cmd: 1.7.0-prerelease-1 -> 1.7.0 (#351675) bbcb6b8dca893 libnats-c: 3.8.2 -> 3.9.1 (#346061) 5cd68d33bbcd7 python3Packages.torch: enable vulkan support 90b343e3e4d29 kanata-with-cmd: 1.7.0-prerelease-1 -> 1.7.0 44b5d849aab9c libnats-c: 3.8.2 -> 3.9.1 84549eeb51833 dpdk: 23.11 -> 24.07 b386ef248fa18 thin-provisioning-tools: 1.0.12 -> 1.1.0 a382145e6b325 Merge staging-next into staging 36c99b2c6eafc howard-hinnant-date: 3.0.1 -> 3.0.3 204006db14a58 uv: 0.4.30 -> 0.5.1 (#354450) 2c89bfca9c6b7 libtirpc: 1.3.5 -> 1.3.6 adb928625e143 elfutils: 0.191 -> 0.192 8acad4230d023 libmysofa: 1.3.2 -> 1.3.3 9637c2fe2d8c0 json_c: 0.17 -> 0.18 e65ff18e52b09 s2n-tls: 1.5.5 -> 1.5.7 3b863c6ffb801 libzip: 1.11.1 -> 1.11.2 7613283480877 desktop-file-utils: 27 -> 28 a2090197fcb3c hwdata: 0.388 -> 0.389 7e02be55000d8 libnl: 3.10.0 -> 3.11.0 7b55da73c009b pkgsLLVM.tpm2-tss: fixup tests 8f8932152128f leddy: init at 0.1.0-unstable-2024-04-05 b16b9e4173173 maintainers: add jmir 1bca079dcae04 ceptre: bump to 0-unstable-2024-8-26 97eb707293a83 ceptre: format via nixfmt 74dd18743fa45 openjdk: Fix cross for most versions (#353952) 39e724960e5e1 fopnu: init at 1.67 6af5508cbc487 python3Packages.numcodecs: avoid bash eval in pytestFlagsArray 3f9135d88bbc9 python3Packages: disable pytest cache 729a3efc568d7 chipsec: pass --build-libs without relying on bash eval of setupPyBuildFlags e2c47a22dc4c7 aws-spend-summary: init (#354805) a60bf9d8bcebb python312Packages.graph-tool: 2.78 -> 2.79 6d18d5c27d454 nosql-booster: init at 8.1.9 49433de982907 harfbuzz: 10.0.1 -> 10.1.0 c64e1dc196e2e aws-spend-summary: init 457241dab4b6e python3Packages.pytest-xdist: change pytestFlagsArray in preCheck hook 9d10d593cfc71 Merge staging-next into staging cdefc40e99a2a llvmPackages.*: Expose git rev through pkg.src.rev 36fd56067692e nssTools: install man pages (#350701) d76940773adef haskellPackages.ghcide: apply patch for GHC 9.8.3 compat 0984a89fe289c haskellPackages.haskell-language-server: refactor override 5581748393b2a python312Packages.blivet: 3.10.1 -> 3.11.0 56197afc1422d libblockdev: 3.1.1 -> 3.2.1 3a1817aaa9bb4 libblockdev: add updateScript 877174745305d Merge: postgresql: drop build-time dependency on GHC (#354538) 6da79a4528b93 Merge staging-next into staging 66ac7e3cf8202 Merge staging-next into staging 5ca2390064e66 Merge branch staging-next into haskell-updates 92dd7dbb617bb symcc: init at 1.0-unstable-2024-07-16 a28a3dc721e58 haskellPackages.aws-spend-summary add maintainer 810dd2f18bc23 svt-av1: 2.2.1 -> 2.3.0 (#352291) 83c049297a38c rpm: fixup gpg path (#354169) 40a6c76e117f4 llvmPackages_12: build from monorepo source (#348568) 6119ed7e06a17 Merge staging-next into staging 82b28965d4cce uv: 0.4.30 -> 0.5.1 4a61ce16266ce Merge staging-next into staging 6f8ae8aa2db1d haskellPackages: adjust to updates on Hackage 37437849deb11 llvmPackages_12.clang: use nostdlibinc patch instead of sed command 8408b91e8dae5 llvmPackages_12.compiler-rt: move codesign patch into versioned dir ee9eacf23ec7c llvmPackages_12: build from monorepo source ce6c31c312584 llvmPackages_{12,13}.lldb: don't try to find nonexistent patch 22ad67eebbeb2 iptables: 1.8.10 -> 1.8.11 49245b838c541 python312Packages.setuptools: 75.1.0 -> 75.1.1 fc465864227e4 openjdk: Fix cross for most versions 91664c8fb3b4b rpm: fixup gpg path e831095fdd5f5 Merge staging-next into staging 4cd083a3cdf25 postgresql: drop build-time dependency on GHC 3e6cdbcf5dccf Merge staging-next into staging 58a1a6107df68 nixos/tests/nginx-sso: use '_secret' 415acef9c9085 nixos/nginx-sso: allow using file-based secrets 3bfe1065af053 iwd: 3.0 -> 3.1 (#354413) 8791e75b2fafc ell: 0.69 -> 0.70 (#354415) 36223da9c1947 buildGoModule: remove `buildFlags`/`buildFlagsArray` 3ab2140c57980 arma3-unix-launcher: remove unused dependencies 1af2e4234cc67 ell: 0.69 -> 0.70 2f9dcca3954d5 iwd: 3.0 -> 3.1 6589625273010 arma3-unix-launcher: replace curlpp.src with srcOnly curlpp to ensure patches are applied bd6de6fc37e8f Merge staging-next into staging 9c8d7408c86fb antlr4_13: 4.13.0 -> 4.13.2 eefa1c8fa7489 vscode-extensions.visualstudiotoolsforunity.vstuc: init at 1.0.4 7412728de8e76 Merge master into haskell-updates 7cfc5d0b49866 Merge staging-next into staging 47d5eeb56beb9 mdbook: 0.4.40 -> 0.4.41 ae2d745af6103 doc/stdenv: accurately describe propagatedNativeBuildInputs cb98ce38637f7 Merge staging-next into staging 0b1994850e968 chicken: remove hardening disable (#353966) d6d7fe94d4465 nixos/whisparr: initial commit db4f9004c8c40 whisparr: init at 2.0.0.548 23f19a13200de tpm2-tss: adds support for libtpms backend (#331676) ca7e24d079ec3 haskellPackages: regenerate package set based on current config bc61ebc1f5e0b haskellPackages: stackage LTS 22.39 -> LTS 22.40 ac49606bdffce all-cabal-hashes: 2024-10-25T11:10:52Z -> 2024-11-07T13:09:31Z da270d4934f0f bikeshed: refactor 96a14dbad52ea bikeshed: 3.7.0 -> 4.2.7 d76be85c4151c python312Packages.kdl-py: init at 1.2.0 5f31855eeeb78 maintainers: add boldikoller 06715a236845a xmlto: use strictDeps a3cc4986c8eb8 akkoma: update tzdata 1.1.1 -> 1.1.2 2f7285a729698 Merge staging-next into staging b9fe3c3e1f3d5 python3Packages.pre-commit-po-hooks: init at 1.7.3 f02bc548d1018 xorg.libXcursor: 1.2.2 -> 1.2.3 68e7b65bf3e0b wesnoth: 1.18.2 -> 1.18.3 c5e1b99ba9ec5 python3Packages.pymunk: convert to pyproject, fix cross bfff86f9a0d33 python3Packages.pymunk: 6.5.2 -> 6.9.0 bc93e48b3763a tcptrace: init at 6.6.7 ffc5d0827110d streamlink-twitch-gui-bin: 2.4.1 -> 2.5.3 27ecc78052d39 azure-artifacts-credprovider: fix formating 3339bf30e854b virtualbox: 7.0.22 -> 7.1.4 8a3d2277f5add azure-artifacts-credprovider: 1.0.9 -> 1.3.0 0f1b0e982e5cf azure-artifacts-credprovider: init at 1.0.9 b6a12f84c650c chicken: remove hardening disable d64c6bdc876c5 mvnd: init at 1.0.2 e238f91c60da6 flaresolverr: mark as broken 50924ca2b97e3 Apply suggestions from code review 341179bfa2da9 nixos/tests/filesystems-overlayfs: add test for initrd -> userspace overlays fbaa0f529b53e nixos/tests/filesystems-overlayfs: format cba277a1dcd82 nixos/overlayfs: format 96a7448a4ea5f nixos/overlayfs: add a switch to disable prefixing with `/sysroot` for initrd mounts 0c61047055ee9 imagemagick: include configure.xml (#353169) 3e4830f63647f dropbox: add missing libXmu to targetPkgs a40e3774a0103 lvm2: 2.03.27 -> 2.03.28 9a2dbfc20945e persepolis: 4.0.1 -> 5.0.1 22fea14d11973 nixos/tftpd: cleanup 8440f6cc6f825 nixos/tftpd: format with nixmft-rfc-style 7e6a0edf647b2 nixos/tftpd: remove with lib 87ba2ce02b018 mpg123: 1.32.8 -> 1.32.9 06d1364d1d293 nwjs: simplify the bits variable assignment e380a8f3e0dc8 nwjs: change license to MIT c243f041aa2b0 python312Packages.torch: unroll recursive git retrieval baecae582fb0f tclPackages.lexec: init at 0-unstable-2020-03-11 e3f4aae37e1d9 libnss_nis: init at 3.2 9cdde0bb6d5d4 valgrind: fix build on armv7l-linux fb8fdae775a87 swig: fix cross-compilation 2d3658130b954 nixos/git: add lsf.enablePureSSHTransfer 539e4e2733a8d git-lfs-transfer: init at unstable-2024-10-07 982e3fc31d8f8 nodejs_23: drop reverts a1c1180ac8e7f libuv: 1.48.0 -> 1.49.2 a9ea7b296f8df python312Packages.seekpath: refactor ce691f536f5db python312Packages.seekpath: 2.0.1 -> 2.1.0 83717a8dfed47 visp: init at 3.6.0 627542ea2d292 cloudpan189-go: init at 0.1.3 89fbc2b61b440 nixos/akkoma: Include ImageMagick by default bd121768887ec stdenvAdapters: set default_both_libraries for meson in makeStaticLibrary 6f1355e00be64 python312Packages.waitress: refactor 52fa1933c05e3 python312Packages.waitress: 3.0.0 -> 3.0.1 1a749ea80c06c ios-safari-remote-debug: init at unstable-2024-09-09 5c96771a91b74 python312Packages.widlparser: refactor 42a9eafab012c python312Packages.widlparser: 1.0.12 -> 1.1.5 d0c8d73266c00 aws-codeartifact-proxy: init at 0.5.1 58e533ae328cd valgrind: 3.23.0 -> 3.24.0 ad6f3fbe3be32 itk: Adds RTK remote crate 1f24e9b5f5ac6 minion: init at 3.0.12 562e8b6883227 maintainers: add inexcode 3d2755e0a57a2 Apply suggestions from code review c1a3a2f36e352 tesseract: ensure fixupPhase is run, e.g. ensuring library codesigning on darwin 2ff2261bd1b01 mullvad: fix darwin build 20863d4668014 darwin.libpcap: disable condition on PRIVATE to expose symbol a00c1932aba9b nixos/akkoma: Provide cache directory via environment f12daedb13ab9 python3Packages.databricks-sql-connector: drop bad patch, relax thrift dep 3e332e4f10352 sgxs-tools: init at version 0.8.6 f037bfbe0bc7c fortanix-sgx-tools: init at 0.5.1 1ce786273addf niimath: init at 1.0.20240905 3f182f399fc96 nixos/tests/komga: fix renamed 'port' option 745f78a683e89 nixos/komga: introduce 'settings' option 252a4a2eae785 perlPackages.NetAsyncWebSocket: 0.13 -> 0.14 05382c2f8c272 svt-av1: 2.2.1 -> 2.3.0 2e19720a20d2f sqlite-rsync: init at 3.47.0 40338db4921b8 sqlite, sqlite-analyzer: 3.46.1 -> 3.47.0 194aa78bd74ef maintainers: add lilioid ba231a8c1c947 audit: format package 4b6daa0e158c5 megasync: 4.9.1.0 -> 5.5.0.0 c6053a54bb517 nixos/tests/mailhog: modify test to use system sendmail. 5e83e20cb7883 nixos/mailhog: add setSendmail option for sendmail setuid wrapper. 5ec3e7b30e2c2 nodejs_22: use shared SQLite da7b5ed446516 nixos/gancio: add gancio to nginx extraGroups only if nginx enabled d38743dce81ea stdenv: fix documentation for stripAllFlags and stripDebugFlags c574adecc9082 auto-cpufreq: add passthru.tests c258e18f67a5d nixos/auto-cpufreq: init vm test 401069cede889 granian: 1.6.1 -> 1.6.2 718eb8ff9548b enchant: compile with Voikko support 2ef17476baedd cgt-calc: init at 1.13.0 bf6e2e97239b9 mfcl5750dw: init at 3.5.1-1 d11baac0c2ba9 normcap: fix build when `doCheck=false;` 351ec8a9223a7 normcap: fix on GNOME wayland when used via keybind or alt-f2 ffe2c415a7b3c xorg.luit: refactor & migrate to pkgs/by-name 620dccb431316 nixos/test/fcitx5: add assertion message 8079c8bd6dcdf idris2Packages.buildIdris: add retroactive support for building a whole dependency tree with source 17dd29c92615b tpm2-tss: adds support for libtpms backend 6f9c572a0eaef nixos/gitlab: Fix registry port fix #350428 6bc2048474553 deviceTree: Allow applying dtoverlays for DT with no compatible string ce97cf12501e4 rain-bittorrent: init at 1.30.0 82399093160f5 perlPackages.XSParseKeyword: 0.44 -> 0.46 5dd6467e7bcd8 gzip: use makeShellWrapper instead of makeWrapper 503016cf18d55 python312Packages.fs: clean-up e5888c35ddf77 mpsolve: switch to GitHub repository as source dd09ec94c1445 nssTools: install man pages 606b3a8c1d11b easyroam-connect-desktop: init f45b52f30f082 maintainers: add shadows_withal and MarchCraft 6e439af375049 python3Packages.presenterm-export: init at 0.2.5 5c08da1bbfc1d apache-modules.mod_dnssd: fix path link e9ef95e543da2 tk: 8.6.13 -> 8.6.15 b8d86f5728a8a tcl: 8.6.13 -> 8.6.15 f52a17ea14146 coqPackages.vscoq-language-server: 2.1.7 -> 2.2.1 6896c88c1b6ae lib25519: add update script f451ce6d1f862 fluidsynth: 2.3.6 -> 2.3.7 bd565dc53d4b1 swig: 4.2.1 -> 4.3.0 ba01c8bab3dc7 nixos/resilio: set rslsync gid e872feae7623c pydot: 2.0.0 -> 3.0.2 26082d8aeaa92 libunistring: 1.2 -> 1.3 63cd2b8e03e72 nixos/bind: rndc-confgen should not chown file 4855723c87be0 nixos/bind: Make ProtectSystem strict, add missing SystemCallFilters 7765056172363 playonlinux: add python dependency pyasyncore 8e6cc2f3f6b2b nixos/networking: fix shellcheck findings with enableStrictShellChecks enabled 5f197bf5d0eae nixos/eval-config: Deprecate NIXOS_EXTRA_MODULE_PATH 1cb6d223867d1 nixos/bind: harden systemd service 31ac138001335 coqPackages.coq-tactical: init at unstable-2022-02-15 fef4f7aa1780e python312Packages.pikepdf: 9.2.1 -> 9.3.0 437364b43456d pipewire: disable webrtc-audio-processing if unavailable 787e3e6fdbae4 isync: add post-1.5.0 commits and build from git 45e1048834cd1 maintainers: add thomaslepoix 608e862498014 calibre-web: Add LDAP dependency cfc0d6bee8e11 nixos/dbus: add package options 172f25b6ad962 makeDBusConf: make overrideable d957526c06512 nixos/dbus: inline once used homeDir 633d6568b0d6a wlock: init at 0-unstable-2024-09-13 e55e5f40dd0c3 rubyPackages.pandocomatic: 1.1.2 -> 2.0.1 26feb287583ea common-updater-scripts,directoryListingUpdater: handle ${pname}_${version} file names 627221c26208d nixos/make-disk-image: Remove hack that cleans up machine-id a4008da2d49de nixos/systemd-boot: Don't write to /etc/machine-id bed3fe7f63ec0 maintainers: add kmogged 11b62e658f142 maintainers: update natsukagami e445971f487b5 physfs: don't set CMAKE_SKIP_RPATH b552249a1884b procs: fix cross compilation 9485a4d94b557 python312Packages.nitransforms: 23.0.1 -> 24.0.2 93c30427d9202 python312Packages.torchio: 0.19.6 -> 0.20.0 15119b82443c3 nixos/mullvad-vpn: remove unneeded hacks 9e3f655e14036 segger-jlink: v796 -> v810 4807bfbff5c4d xcursor-pro: init at 2.0.2 7062afb2ff428 libpeas2: fix cross compilation 7afc19ddfece8 maintainers: add lactose c6e762d37c9da tlock: init at 1.0.0 76f6b5efdf7d7 unrar-free: add setupHook 14ef7f7850087 unar: 1.10.7 -> 1.10.8 81ecc353064cd maintainers: add eklairs 296632cf5ea11 firefox-bin: link native-messaging-hosts to correct location fcb8b742109b8 octavePackages.netcdf: Propagate netcdf library to octave environment 68fccae63d8f6 octavePackages.netcdf: 1.0.17 -> 1.0.18 4e5de4ef9598e nixos/dwm-status: don't disable upower 27a19594dce75 tacentview: init at 1.0.46 01f3292dcadbf tacent: init at 0.8.18 b28bf4218a12f hunspellDicts.ko_KR: init at 0.7.94 1d3fd9f92d709 msmtp: specify that msmtpq is a wrapper bb8884d3b7a2e msmtp: 1.8.25 -> 1.8.26 1383f108d244d msmtp: add updateScript bda399c7e8427 prettierd: remove mkYarnPackage usage 06ce1d333091a papilo: init at 2.3.0 421c9a21aed2c nixos/frigate: add rtmp nginx module ff1ae848ec6c4 akkuPackages.machine-code: remove all-a64.sps test 96c1637f91e14 ts-warp: init 1.5.4 3e663c9e90643 maintainers: add huggy 47177c0ec92a6 nixos/luksroot: Exit if EOF detected 204629887fc44 python3Packages.piqp: init at 0.4.2 178a8c7cd3ab5 cpu_features: init at 0.9.0 39821c3567509 octavePackages.statistics: 1.6.7 -> 1.7.0 ca0bd35097d7b checkMeta: Expose checkValidity and add to all-packages c73827fa29459 markdown2html-converter: init at 1.1.12 fc2d3db3d52ca python3Packages.cyclonedds-python: init at 0.10.5 2399ceb9c828d maintainers: add kvik 61fd315b420f8 nixos/manual: add hint to interactive testing about Internet access a7ef1254e61d9 tasks/network-interfaces: Disable network-local-commands service if unnecessary 2cb06bdea2274 jwtinfo: init at 0.4.4 b8393db284317 python3Packages.hebg: init at 0.2.4 d5b20477d3018 cpp-redis: init at 4.3.1 b8fd64f2e627d maintainers: add nathanregner 24aabe7a1560f beanprice: init at 20240619 25baa10f8c60f gnomeExtensions.velent: unstable-2023-11-10 -> 1.0.0.alpha.46 d304cba853264 maintainers: add automathis 16934a90e6a85 maintainers: add justinrubek dd3e4b41b440e libiconv: update gnu config scripts 9e6e56d4f0728 ffado: remove dead patch 5793126b31c3c ffado: support cross compilation a9edd09987863 cc-wrapper hardeningFlags tests: add tests for pacret & shadowstack e619721c9bd24 wordpressPackages.plugins.wp-fail2ban: init at 5.3.2 fce6f3ff6a080 cudaPackages.nccl-tests: 2.13.9 -> 2.13.10 695c4343dab78 skrive: init at 0.10.0 0e88eabaaa1d7 penguin-subtitle-player: init at 1.6.0 a45a079bbc278 openfortivpn-webview: init at 1.2.0 e93ca9b43cf5a Change from status to retval 8e1442adb2885 Add return value to runPhase bash function in stdenv e5226da3636c7 python312Packages.contourpy: fix cross compilation 04851a974b718 lilex: init at 2.530 78eb75ea55178 kubernetes-helmPlugins.helm-dt: init at 0.4.1 97f956f7ef1d5 scarlett2: init at 0-unstable-2024-04-06 e26c18db131d7 mmg: init at 5.7.3-unstable-2024-05-31 cf2b6c4eb271c nixos/nginx-sso: use 'lib.getExe' 873d6a92d6932 nixos/nginx-sso: use 'pkgs.formats' fc590fdd053b8 cc-wrapper: warn if clang's --target option is used on a wrapped compiler 79f4ac2747d39 cpptrace: init at 0.6.2 9fa68648ea604 rvz: init at 1.0.3 54bb89c66f33f less: set default lessopen preprocessor to null b9d30709a592a extlinux-conf-builder: don't emit MENU when timeout is zero 26b1c14ebba41 shoreline: init at 0-unstable-2021-08-21 3d9f7e0ca0acc i3status-rust: add optional support for pipewire driver afd044548fe03 Disable compiler runtime-test for cmake when cross-compiling to None platform. 385a87c5f8f0a dwm: format module with nixfmt 6853d8fdb7ad1 llvmPackages: add `asl20-llvm` to licenses for v19+ 0534fd7c57640 git: re-enable test t1700-split-index "null sha1" 1ba8a1c58360d maintainers: add lriesebos 66dce47853fc3 nixos/navidrome: support dns through systemd-resolved 0274fc2212161 nixos/zfs: Set scrub default IOSchedulingClass to idle d40983ba34488 dwm: add extraSessionCommands option d67c1a4c6b085 pub2nix.generatePackageConfig: Use logical paths for pubspec.yaml 5afa8d15cb862 plantuml-server: remove unnecessary systemd option path f6ad69af7ebaf nixos/sd-card: explicitly set core_freq for rpi 3 Contrary to the official documentation, setting only enable_uart=1 will not fix VPU core clock frequency for Raspberry Pi 3, which cause the mini UART serial output to be garbaled. Manually setting core_freq to the documented value 250 resolves the issue. 80f8436552f74 meshlab: set QT_QPA_PLATFORM xcb 43d8f47df35d3 nixos/fileSystems: add enable option b0ed9f01c1b06 maintainers: add krovuxdev 8c270aea543b4 ycmd: add rust completion support 4a1714ef2d28e octavePackages.matgeom: 1.2.3 -> 1.2.4 d989ce94fa10a webrtc-audio-processing: Enable parallel building 35691d23f2c9e webrtc-audio-processing: Fetch patch for big-endian support b969657bf9609 rustfmt: wrap cargo-fmt with cargo cbac4e9b893a7 nixos/grub: Remove `>` from submenu title, unbreak grub-reboot 09ebdf44fabc0 nixos/anki-sync-server: do not use unqualified 'cat' in execStart script 8feda1aaac9db fetch-npm-deps: handle all git+ urls the same during fixup 2b0aab5850b05 linuxPackages.iio-utils: init 8f519d86e0700 hotspot: build against Konsole 01bc4d1e857fa rescrobbled: init at 0.7.1 b9b5678eacde9 maintainers: add negatethis 501faf79fac64 maintainers: add willow_ch b1595ae6d33b9 nixos/restic: test that `initialize = false` works correctly e3c0ba78dd508 nixos/activation-script: check rmdir in usrbinenv 036752a6dc365 moodle: add missing plugin types 98fea10888ea5 lvm2: fix libdevmapper SONAME when onlyLib is on 2d605e1557d10 appimage-env: remove xorg.libxshmfence b3c825d1eff82 nixos/jackett: add Systemd sandboxing configuration 8db4537cdaf13 cc-wrapper: Unconditionally warn about skipped native flags 227c0926cf9d3 Add devcontainer config 66a4cdc74217b cupsd: Allow major upgrades of gutenprint with cups-genppdupdate. git-subtree-dir: third_party/nixpkgs git-subtree-split: 9d3ae807ebd2981d593cddd0080856873139aa40
2025-02-01 00:08:51 +00:00
f"curl -b /tmp/cookies --resolve davis.example.com:80:127.0.0.1 http://davis.example.com/login -X POST -F _username=admin -F _password=nixos -F _csrf_token={csrf_token.strip()} -D headers"
)
print(r)
machine.succeed(
"[[ $(grep -i 'location: ' headers | cut -d: -f2- | xargs echo) == /dashboard* ]]"
)
'';
}
)