Commit Graph

1006888 Commits

Author SHA1 Message Date
Cosima Neidahl 9f39203401 *mt32emu*: Add passthru.updateScript (#521302) 2026-05-28 23:49:57 +00:00
Cosima Neidahl bf073f4b55 dexed: Vendor unmerged Darwin patch (#521290) 2026-05-28 23:48:49 +00:00
Martin Weinelt 3242faf14b pretix: 2026.4.2 -> 2026.5.0 (#525036) 2026-05-28 23:33:12 +00:00
kirillrdy d5d8cdae1e python3Packages.einops: 0.8.1 -> 0.8.2 (#525257) 2026-05-28 23:26:06 +00:00
yaya 234a9cf3ce nixos/doc: Update stable channel in upgrading chapter (#525213) 2026-05-28 23:26:00 +00:00
Martin Weinelt aa6cc97146 pretix.plugins.mollie: 2.5.4 -> 2.5.5
https://github.com/pretix/pretix-mollie/compare/v2.5.4...v2.5.5
2026-05-29 01:17:36 +02:00
Martin Weinelt 97d599ca33 pretix: 2026.4.2 -> 2025.5.0
https://pretix.eu/about/en/blog/20260527-release-2026-5/
2026-05-29 01:17:36 +02:00
Martin Weinelt 752218e127 python3Packages.django-formtools: 2.5.1 -> 2.6.1
https://github.com/jazzband/django-formtools/blob/2.6.1/docs/changelog.rst
2026-05-29 01:17:36 +02:00
Martin Weinelt 083c286dd5 python3Packages.arabic-reshaper: 3.0.0 -> 3.0.1
https://github.com/mpcabd/python-arabic-reshaper/releases/tag/v3.0.1
2026-05-29 01:17:35 +02:00
Martin Weinelt b9db3567ed Revert "Revert "nixos/nginx: return nginx config formatter"" (#525379) 2026-05-28 23:16:54 +00:00
Fabian Affolter 079af5baf5 nuclei-templates: 10.4.3 -> 10.4.4 (#525337) 2026-05-28 23:02:40 +00:00
Fabian Affolter de70bac2cc python3Packages.microsoft-kiota-serialization-json: 1.10.1 -> 1.10.2 (#525370) 2026-05-28 23:00:53 +00:00
Martin Weinelt 8fc3c8c37d Revert "Revert "nixos/nginx: return nginx config formatter"" 2026-05-29 00:58:43 +02:00
Martin Weinelt cb9592ecc0 nginx-config-formatter: 1.3.0 -> 1.4.0 (#498423) 2026-05-28 22:58:16 +00:00
Nikolay Korotkiy 82681afcea vscode-extensions.ms-python.isort: 2026.4.0 -> 2026.6.0 (#525366) 2026-05-28 22:23:51 +00:00
Martin Weinelt b142415a68 Revert "nixos/nginx: return nginx config formatter" (#525375)
Breaks because 

```
nixfmt: error: unrecognized arguments: --max-empty-lines
```
2026-05-29 00:27:23 +02:00
Martin Weinelt dfc06b1699 Revert "nixos/nginx: return nginx config formatter" 2026-05-29 00:25:14 +02:00
Gaétan Lepage 51d08e9395 vimPlugins: update on 2026-05-28 (#525263) 2026-05-28 22:14:13 +00:00
Connor Baker 485516d73e cudaPackages.cuda_cccl: fix cpp syntax error on CUDA 13.2 (#525369) 2026-05-28 22:13:38 +00:00
Thomas Gerbet 128c7008eb wireshark{,-cli}: 4.6.5 -> 4.6.6 (#525326) 2026-05-28 22:09:18 +00:00
Gaetan Lepage 4b31bed983 cudaPackages.cuda_cccl: fix cpp syntax error on CUDA 13.2
https://github.com/NVIDIA/cccl/pull/8771

Fixes onnxruntime: https://github.com/microsoft/onnxruntime/issues/28023
2026-05-28 21:56:19 +00:00
Pol Dellaiera 001af4cb3a zotero: fix the checks phase (#525353) 2026-05-28 21:53:39 +00:00
Martin Weinelt ee1e042665 python3Packages.djangorestframework: 3.16.1 -> 3.17.1 (#523937) 2026-05-28 21:52:01 +00:00
R. Ryantm f3d3d58c74 vscode-extensions.ms-python.isort: 2026.4.0 -> 2026.6.0 2026-05-28 21:50:18 +00:00
R. Ryantm 1a03f087f8 python3Packages.microsoft-kiota-serialization-json: 1.10.1 -> 1.10.2 2026-05-28 21:49:48 +00:00
Weijia Wang 2e34f53bf3 kuma{,-experimental,ctl,-cp,-dp}: migrate to by-name, preserve override behavior (#507629) 2026-05-28 21:43:22 +00:00
zowoq dedcf3c8cf terraform-providers.hashicorp_helm: 3.1.1 -> 3.1.2 (#525283) 2026-05-28 21:38:07 +00:00
Weijia Wang 18b211eb4e whatstyle: migrate to by-name, modernize derivation (#517448) 2026-05-28 21:33:26 +00:00
Weijia Wang 25b5a1d212 jabcode-{reader,writer}: migrate overrides to by-name (#519876) 2026-05-28 21:30:17 +00:00
Yohann Boniface 94f33538bc pypy3Packages.adb-shell: fix the eval (#525354) 2026-05-28 21:23:32 +00:00
Sergei Trofimovich cd8f22ea7e pypy3Packages.adb-shell: fix the eval
Without the change the eval fails on `master` as:

    $ nix build --no-link -f. pypy3Packages.adb-shell
    error:
       … while evaluating the attribute 'drvPath'
         at lib/customisation.nix:415:11:
          414|         // {
          415|           drvPath =
             |           ^
          416|             assert condition;

       … while evaluating the attribute 'drvPath'
         at lib/customisation.nix:415:11:
          414|         // {
          415|           drvPath =
             |           ^
          416|             assert condition;

       … while calling the 'derivationStrict' builtin
         at «nix-internal»/derivation-internal.nix:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: attribute 'optional-dependencies' missing
       at pkgs/development/python-modules/adb-shell/default.nix:56:27:
           55|   ]
           56|   ++ lib.concatAttrValues finalAttrs.optional-dependencies;
             |                           ^
           57|
2026-05-28 22:14:54 +01:00
Mynacol 45185e91bf zotero: fix the checks phase
Follow-up to the 9.0.4 update in aa9f3b7824 that broke the (completely
optional) tests, because upstream renamed the already ignored tests (as
they try to access internet resources) in 5ebe8ea15f.
2026-05-28 21:07:00 +00:00
Weijia Wang a840f3bfa7 {rizin,cutter}: migrate to by-name (#518409) 2026-05-28 21:04:52 +00:00
Martin Weinelt 9be61083e8 nixos/nginx: return nginx config formatter (#510330) 2026-05-28 21:00:59 +00:00
Gaétan Lepage 17a334aaf3 opencv: fix on cuda 13.2 (#525342) 2026-05-28 20:48:52 +00:00
Sandro efaabca36a omnissa-horizon-client: 2512->2605 (#524662) 2026-05-28 20:42:10 +00:00
nixpkgs-ci[bot] 1847dfb1cc art: 1.26.4 -> 1.26.5 (#525250) 2026-05-28 20:40:03 +00:00
nixpkgs-ci[bot] c88d9e7806 ansel: 0-unstable-2026-05-08 -> 0-unstable-2026-05-26 (#521544) 2026-05-28 20:39:51 +00:00
Pol Dellaiera cce30fc8f6 lazyspotify: init at 0.5.1 (#524059) 2026-05-28 20:39:35 +00:00
Gaetan Lepage e04155ad59 opencv: fix on cuda 13.2 2026-05-28 20:36:07 +00:00
Guy Chronister ca4d3165a5 cutter, rizin: migrate to by-name 2026-05-28 22:35:19 +02:00
Weijia Wang 904548ab34 {riseup,calyx}-vpn: migrate to by-name (#503064) 2026-05-28 20:33:35 +00:00
Connor Alecks 134397760f lazyspotify: init at 0.5.1
Terminal Spotify client for macOS and Linux.
https://github.com/dubeyKartikay/lazyspotify
2026-05-28 22:23:00 +02:00
Guy Chronister e5c916e9b7 calyx-vpn: migrate to by-name 2026-05-28 22:21:52 +02:00
Guy Chronister d70501ed66 riseup-vpn: migrate to by-name, preserve overrides 2026-05-28 22:21:38 +02:00
Weijia Wang c883fe538e klayout: migrate to by-name, switch to tag (#524077) 2026-05-28 20:18:34 +00:00
Sandro dfcb1b736e svtplay-dl: 4.179 -> 4.191 (#522165) 2026-05-28 20:16:18 +00:00
R. Ryantm 03f86ae195 nuclei-templates: 10.4.3 -> 10.4.4 2026-05-28 20:14:37 +00:00
Guy Chronister 82698cc35a klayout: switch to tag 2026-05-28 22:12:12 +02:00
Guy Chronister e8f0c54d4b klayout: migrate to by-name 2026-05-28 22:12:11 +02:00