160 Commits
Author SHA1 Message Date
teutat3s c636aab378 electron-{bin,chromedriver}: drop x86_64-darwin support
See: #541145 and 492ef5cbeb
2026-07-17 08:37:03 +02:00
teutat3s ad7bfe9461 electron-chromedriver_43: init at 43.1.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.0.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.1.0

- Diff: https://github.com/electron/electron/compare/refs/tags/v43.0.0...v43.1.0
2026-07-17 08:37:03 +02:00
Emily fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
TomaSajt 4ad5733fe5 electron_38-bin,electron-chromedriver_38: drop 2026-07-07 11:38:25 +02:00
teutat3s f07c9f3fd3 electron-chromedriver_42: 42.4.0 -> 42.5.1
- Changelog: https://github.com/electron/electron/releases/tag/v42.5.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.4.0...v42.5.1
2026-06-29 17:07:27 +02:00
teutat3s e7426a3efa electron-chromedriver_41: 41.7.2 -> 41.9.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.9.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.2...v41.9.1
2026-06-29 17:05:19 +02:00
teutat3s 4978c71e9a electron-chromedriver_40: 40.10.3 -> 40.10.5
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.3...v40.10.5
2026-06-29 17:03:12 +02:00
teutat3s d9cf234350 electron-chromedriver_42: 42.3.0 -> 42.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.3.0...v42.4.0
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
2026-06-11 15:25:14 +02:00
teutat3s fb75776163 electron-chromedriver_41: 41.7.1 -> 41.7.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.1...v41.7.2
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:48 +02:00
teutat3s 523d7b5c8c electron-chromedriver_40: 40.10.2 -> 40.10.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.2...v40.10.3
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9112
- Fixes CVE-2026-9113
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9119
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:21 +02:00
teutat3s 1dfbc500bd electron-chromedriver_42: 42.2.0 -> 42.3.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.3.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.2.0...v42.3.0
2026-05-28 11:46:56 +02:00
teutat3s 255ffe870b electron-chromedriver_41: 41.7.0 -> 41.7.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.0...v41.7.1
2026-05-28 11:46:48 +02:00
teutat3s b4b7495a81 electron-chromedriver_40: 40.10.1 -> 40.10.2
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.1...v40.10.2
2026-05-28 11:46:42 +02:00
yaya 2595d33117 electron-chromedriver_42: 42.1.0 -> 42.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.1.0...v42.2.0
2026-05-21 10:01:08 +02:00
yaya 04875e4ff0 electron-chromedriver_41: 41.6.1 -> 41.7.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.6.1...v41.7.0
2026-05-21 10:01:08 +02:00
yaya f4c584ec37 electron-chromedriver_40: 40.10.0 -> 40.10.1
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.0...v40.10.1
2026-05-21 10:01:08 +02:00
teutat3s 783b977dc2 electron-chromedriver_42: 42.0.1 -> 42.1.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.1.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.0.1...v42.1.0
2026-05-17 18:49:50 +02:00
teutat3s 4edbaf13a0 electron-chromedriver_41: 41.5.2 -> 41.6.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.6.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.5.2...v41.6.1
2026-05-17 18:49:50 +02:00
teutat3s 4e474ebc35 electron-chromedriver_42: 42.0.0 -> 42.0.1
- Changelog: https://github.com/electron/electron/releases/tag/v42.0.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.0.0...v42.0.1
2026-05-17 18:49:49 +02:00
teutat3s 0ccff88352 electron-chromedriver_41: 41.5.0 -> 41.5.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.5.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.5.0...v41.5.2
2026-05-17 18:49:49 +02:00
teutat3s c3de40de58 electron-chromedriver_40: 40.9.3 -> 40.10.0
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.9.3...v40.10.0
2026-05-17 18:49:48 +02:00
teutat3s f3011fa72e electron-chromedriver_41: 41.3.0 -> 41.5.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.5.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.3.0...v41.5.0
2026-05-17 18:44:21 +02:00
teutat3s 78dd01087a electron-chromedriver_40: 40.9.2 -> 40.9.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.9.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.9.2...v40.9.3
2026-05-17 18:44:21 +02:00
teutat3s f21d481fe7 electron-chromedriver_39: 39.8.9 -> 39.8.10
- Changelog: https://github.com/electron/electron/releases/tag/v39.8.10
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.8.9...v39.8.10
2026-05-17 18:44:21 +02:00
teutat3s 995888b9d6 electron-chromedriver_42: init at 42.0.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.0.0
2026-05-17 18:44:20 +02:00
yaya 7b204c047f electron-chromedriver_41: 41.2.0 -> 41.3.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.3.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.2.0...v41.3.0
2026-04-24 08:18:59 +02:00
yaya d7c2e8759f electron-chromedriver_40: 40.8.5 -> 40.9.2
- Changelog: https://github.com/electron/electron/releases/tag/v40.9.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.8.5...v40.9.2
- Fixes CVE-2026-6296
- Fixes CVE-2026-6297
- Fixes CVE-2026-6298
- Fixes CVE-2026-6299
- Fixes CVE-2026-6300
- Fixes CVE-2026-6301
- Fixes CVE-2026-6302
- Fixes CVE-2026-6303
- Fixes CVE-2026-6304
- Fixes CVE-2026-6305
- Fixes CVE-2026-6306
- Fixes CVE-2026-6307
- Fixes CVE-2026-6308
- Fixes CVE-2026-6309
- Fixes CVE-2026-6311
- Fixes CVE-2026-6313
- Fixes CVE-2026-6314
- Fixes CVE-2026-6316
- Fixes CVE-2026-6318
- Fixes CVE-2026-6358
- Fixes CVE-2026-6359
- Fixes CVE-2026-6360
- Fixes CVE-2026-6361
- Fixes CVE-2026-6362
- Fixes CVE-2026-6363
- Fixes CVE-2026-6364
2026-04-24 08:18:54 +02:00
yaya 27fa3902f6 electron-chromedriver_39: 39.8.7 -> 39.8.9
- Changelog: https://github.com/electron/electron/releases/tag/v39.8.9
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.8.7...v39.8.9
- Fixes CVE-2026-6296
- Fixes CVE-2026-6297
- Fixes CVE-2026-6298
- Fixes CVE-2026-6299
- Fixes CVE-2026-6300
- Fixes CVE-2026-6301
- Fixes CVE-2026-6302
- Fixes CVE-2026-6303
- Fixes CVE-2026-6304
- Fixes CVE-2026-6305
- Fixes CVE-2026-6306
- Fixes CVE-2026-6307
- Fixes CVE-2026-6308
- Fixes CVE-2026-6309
- Fixes CVE-2026-6311
- Fixes CVE-2026-6312
- Fixes CVE-2026-6313
- Fixes CVE-2026-6314
- Fixes CVE-2026-6316
- Fixes CVE-2026-6318
- Fixes CVE-2026-6358
- Fixes CVE-2026-6359
- Fixes CVE-2026-6360
- Fixes CVE-2026-6361
- Fixes CVE-2026-6362
- Fixes CVE-2026-6363
- Fixes CVE-2026-6364
2026-04-24 08:18:49 +02:00
yaya 1659c5e651 electron-chromedriver_41: 41.0.2 -> 41.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.0.2...v41.2.0
2026-04-09 11:01:22 +02:00
yaya b82d7818ad electron-chromedriver_40: 40.8.2 -> 40.8.5
- Changelog: https://github.com/electron/electron/releases/tag/v40.8.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.8.2...v40.8.5
2026-04-09 11:01:21 +02:00
yaya 3d8536ef9a electron-chromedriver_39: 39.8.2 -> 39.8.7
- Changelog: https://github.com/electron/electron/releases/tag/v39.8.7
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.8.2...v39.8.7
2026-04-09 11:01:21 +02:00
Yureka 3bc91c181a electron_37-bin, electron-chromedriver_37: remove 2026-03-20 11:33:48 +01:00
teutat3sandYureka 2681129a01 electron-chromedriver_41: init at 41.0.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.0.2
2026-03-14 20:32:04 +01:00
teutat3sandYureka c51afdb93a electron-chromedriver_40: 40.6.1 -> 40.8.2
- Changelog: https://github.com/electron/electron/releases/tag/v40.8.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.6.1...v40.8.2
2026-03-14 20:32:03 +01:00
teutat3sandYureka 4d0941dc92 electron-chromedriver_39: 39.7.0 -> 39.8.2
- Changelog: https://github.com/electron/electron/releases/tag/v39.8.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.7.0...v39.8.2
2026-03-14 20:32:03 +01:00
teutat3s 1df704a333 electron-chromedriver_40: 40.6.0 -> 40.6.1
- Changelog: https://github.com/electron/electron/releases/tag/v40.6.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.6.0...v40.6.1
2026-02-25 13:19:00 -03:00
teutat3s ba864b9ab8 electron-chromedriver_39: 39.6.1 -> 39.7.0
- Changelog: https://github.com/electron/electron/releases/tag/v39.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.6.1...v39.7.0
2026-02-25 13:18:49 -03:00
TomaSajt 01b00db7c5 electron-chromedriver_{38,39,40}: updates
https://github.com/electron/electron/releases/tag/v38.8.2
https://github.com/electron/electron/releases/tag/v38.8.4

https://github.com/electron/electron/releases/tag/v39.6.0
https://github.com/electron/electron/releases/tag/v39.6.1

https://github.com/electron/electron/releases/tag/v40.4.0
https://github.com/electron/electron/releases/tag/v40.4.1
https://github.com/electron/electron/releases/tag/v40.5.0
https://github.com/electron/electron/releases/tag/v40.6.0
2026-02-24 23:05:28 +01:00
TomaSajt 1b93c22dcf electron-chromedriver_{38,39,40}: updates
Changelogs:
https://github.com/electron/electron/releases/tag/v38.8.1
https://github.com/electron/electron/releases/tag/v39.5.2
https://github.com/electron/electron/releases/tag/v40.3.0
2026-02-11 19:51:52 +01:00
Yureka a5e2216939 electron_36-bin, electron-chromedriver_36: remove 2026-02-02 16:33:20 +01:00
TomaSajt 0fd9fa8be3 electron-chromedriver_{38,39,40}: updates 2026-01-29 05:11:55 +01:00
TomaSajt 03e1c37eb1 electron_40: init at 40.0.0 2026-01-22 13:40:55 +01:00
TomaSajt c2093fa215 electron-chromedriver_{37,38,39}: updates 2026-01-21 14:31:48 +01:00
teutat3s 0e3cde14b5 electron-chromedriver_39: 39.2.0 -> 39.2.3
- Changelog: https://github.com/electron/electron/releases/tag/v39.2.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.2.0...v39.2.3
2025-11-20 11:16:37 +01:00
teutat3s bbf6fda851 electron-chromedriver_38: 38.7.0 -> 38.7.1
- Changelog: https://github.com/electron/electron/releases/tag/v38.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.7.0...v38.7.1
2025-11-20 11:16:33 +01:00
teutat3s e9ed8a6af2 electron-chromedriver_37: 37.10.0 -> 37.10.2
- Changelog: https://github.com/electron/electron/releases/tag/v37.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.10.0...v37.10.2
2025-11-20 11:16:29 +01:00
teutat3s fab8a82730 electron-chromedriver_39: 39.1.2 -> 39.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v39.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.1.2...v39.2.0
2025-11-15 04:34:58 +01:00
teutat3s bb67d8ba21 electron-chromedriver_38: 38.6.0 -> 38.7.0
- Changelog: https://github.com/electron/electron/releases/tag/v38.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.6.0...v38.7.0
2025-11-15 04:34:58 +01:00
teutat3s 59fdb165c8 electron-chromedriver_37: 37.9.0 -> 37.10.0
- Changelog: https://github.com/electron/electron/releases/tag/v37.10.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.9.0...v37.10.0
2025-11-15 04:34:57 +01:00
teutat3s 656ce16db3 electron-chromedriver_39: 39.1.1 -> 39.1.2
- Changelog: https://github.com/electron/electron/releases/tag/v39.1.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.1.1...v39.1.2
2025-11-15 04:34:57 +01:00