Commit Graph
251 Commits
Author SHA1 Message Date
teutat3s 30029a9cb0 electron_40-bin: 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:18:55 -03:00
teutat3s 1aeb1e4c56 electron_39-bin: 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:44 -03:00
TomaSajt 16889392ed electron_{38,39,40}-bin: 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:27 +01:00
TomaSajt 22dd075d2c electron_{38,39,40}-bin: 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:45 +01:00
Yureka 307ac883a4 electron_37-bin: mark as insecure 2026-02-02 16:33:20 +01:00
Yureka a5e2216939 electron_36-bin, electron-chromedriver_36: remove 2026-02-02 16:33:20 +01:00
TomaSajt 145dee7ed6 electron_{38,39,40}-bin: updates 2026-01-29 05:11:42 +01:00
quantenzitrone 7d8132a92c treewide: remove references to the xorg namespace in pkgs (automated)
this creates some eval errors that will be fixed in the next commit

done with the following script:

```fish
\#!/usr/bin/env fish

set packagesjson (nix eval --impure --json --expr '
let
  lib = import ./lib;
in
import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs (
  name: _:
  if name == "lib" then
    lib
  else if name == "config" then
    { allowAliases = false; }
  else
    name
) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { }
' | jq)

set one (grep '^    [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1)
set two (grep '^  [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1)

for arg in $one $two
    set oname $arg
    set nname (echo $packagesjson | jq -r .$oname)

    if test $nname = null
        echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2
        continue
    end

    echo $oname "->" $nname

    # replace basic xorg.$name references
    for file in (rg -F "xorg.$oname" --files-with-matches pkgs)
        # special cases
        sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file

        # replace
        sd -F "xorg.$oname" "$nname" $file

        # fixup function arguments

        # prevent duplicate function args
        if grep -E " ($oname|$nname),\$" $file >/dev/null
            continue
        end

        if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg

            if grep ' xorg,$' $file >/dev/null
                sd ' xorg,$' " xorg,
                $nname," $file

            else if grep ' xorg ? .*,$' $file >/dev/null
                sd 'xorg( ? .*),$' "xorg\$1,
                $nname," $file

            else
                sd -F 'xorg,' "$nname,
                xorg," $file
            end

        else # case there is no more xorg..* so we can just replace the function arg
            sd 'xorg(| ? .*),.*$' "$nname," $file
        end
    end
end

nix fmt
```
2026-01-25 22:28:09 +01:00
TomaSajt 03e1c37eb1 electron_40: init at 40.0.0 2026-01-22 13:40:55 +01:00
TomaSajt 30a144a581 electron_{37,38,39}-bin: updates 2026-01-21 14:31:47 +01:00
Ihar Hrachyshka a269d900c4 treewide: remove remaining meta = with lib; 2025-12-14 15:16:00 -05:00
Ihar HrachyshkaandWolfgang Walther 567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
teutat3s eca536b475 electron_39-bin: 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:35 +01:00
teutat3s 39efa40a52 electron_38-bin: 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:31 +01:00
teutat3s 0866b7f168 electron_37-bin: 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:27 +01:00
teutat3s c0a4604e18 electron_39-bin: 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 615fe0884f electron_38-bin: 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:57 +01:00
teutat3s 17e9e948f0 electron_37-bin: 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 7f3d3b2766 electron_39-bin: 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:56 +01:00
Yaya a1ca1cebe8 electron_39-bin: 39.0.0 -> 39.1.1
- Changelog: https://github.com/electron/electron/releases/tag/v39.1.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.0.0...v39.1.1
2025-11-10 11:43:50 +01:00
Yaya 95d4ec4b47 electron_38-bin: 38.4.0 -> 38.6.0
- Changelog: https://github.com/electron/electron/releases/tag/v38.6.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.4.0...v38.6.0
2025-11-10 11:43:50 +01:00
Yaya 970bc06c61 electron_37-bin: 37.7.1 -> 37.9.0
- Changelog: https://github.com/electron/electron/releases/tag/v37.9.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.7.1...v37.9.0
2025-11-10 11:43:20 +01:00
Yureka 933d435464 electron_35-bin: remove 2025-11-05 18:45:41 +01:00
Yureka 8ecc467b2a electron_36-bin: mark as insecure 2025-11-04 15:36:01 +01:00
YayaandYureka 22b231ca10 electron_39-bin: init at 39.0.0
https://github.com/electron/electron/releases/tag/v39.0.0
2025-10-31 20:23:20 +01:00
teutat3s 4fe33d15c3 electron_38-bin: 38.2.2 -> 38.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v38.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.2.2...v38.4.0
2025-10-24 13:30:12 +02:00
teutat3s 5ce8e083d7 electron_37-bin: 37.6.1 -> 37.7.1
- Changelog: https://github.com/electron/electron/releases/tag/v37.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.6.1...v37.7.1
2025-10-24 13:30:07 +02:00
teutat3s eb98ae6a73 electron_36-bin: 36.9.4 -> 36.9.5
- Changelog: https://github.com/electron/electron/releases/tag/v36.9.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v36.9.4...v36.9.5
2025-10-24 13:30:01 +02:00
teutat3s bbfed5a734 team-list: add electron team 2025-10-16 18:43:39 +02:00
Yaya d63828fda6 electron_38-bin: 38.2.0 -> 38.2.2
- Changelog: https://github.com/electron/electron/releases/tag/v38.2.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.2.0...v38.2.2
2025-10-08 11:06:59 +02:00
Yaya c1a8f4f816 electron_37-bin: 37.6.0 -> 37.6.1
- Changelog: https://github.com/electron/electron/releases/tag/v37.6.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.6.0...v37.6.1
2025-10-08 11:06:52 +02:00
Yaya 176bb10c3f electron_36-bin: 36.9.2 -> 36.9.4
- Changelog: https://github.com/electron/electron/releases/tag/v36.9.4
- Diff: https://github.com/electron/electron/compare/refs/tags/v36.9.2...v36.9.4
2025-10-08 11:06:44 +02:00
teutat3s fbcdbf9983 electron_38-bin: 38.1.2 -> 38.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v38.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.1.2...v38.2.0
2025-09-29 23:03:37 +02:00
teutat3s 6fc91cb17b electron_37-bin: 37.5.1 -> 37.6.0
- Changelog: https://github.com/electron/electron/releases/tag/v37.6.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.5.1...v37.6.0
2025-09-29 23:03:29 +02:00
teutat3s 57dbd65bc5 electron_36-bin: 36.9.1 -> 36.9.2
- Changelog: https://github.com/electron/electron/releases/tag/v36.9.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v36.9.1...v36.9.2
2025-09-29 23:03:20 +02:00
YayaandGitHub 8726687016 electron{-source,-bin,-chromedriver}: updates (#443751) 2025-09-23 11:24:45 +00:00
teutat3s e631a27feb electron_38-bin: 38.0.0 -> 38.1.2
- Changelog: https://github.com/electron/electron/releases/tag/v38.1.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.0.0...v38.1.2
2025-09-17 20:40:55 +02:00
teutat3s 6a634ade04 electron_37-bin: 37.4.0 -> 37.5.1
- Changelog: https://github.com/electron/electron/releases/tag/v37.5.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.4.0...v37.5.1
2025-09-17 13:45:48 +02:00
teutat3s f5a3c93215 electron_36-bin: 36.8.1 -> 36.9.1
- Changelog: https://github.com/electron/electron/releases/tag/v36.9.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v36.8.1...v36.9.1
2025-09-17 13:45:41 +02:00
teutat3s b67464cfb6 electron_35-bin: mark as insecure because it's EOL
https://github.com/electron/electron/blob/dae5dad16799769e1cad1bbd0893dd1f3d3f3382/docs/tutorial/electron-timelines.md
2025-09-12 18:21:56 +02:00
teutat3sandYaya d7024793b3 electron_38-bin: init at 38.0.0
https://github.com/electron/electron/releases/tag/v38.0.0
2025-09-10 11:16:11 +02:00
teutat3sandYaya d5cda477ca electron_37-bin: 37.3.1 -> 37.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v37.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.3.1...v37.4.0
2025-09-02 17:15:49 +02:00
teutat3s 3645474a29 electron_37-bin: 37.2.6 -> 37.3.1
- Changelog: https://github.com/electron/electron/releases/tag/v37.3.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.2.6...v37.3.1
2025-08-19 11:40:54 +02:00
teutat3s f7d292ea0f electron_36-bin: 36.7.3 -> 36.8.1
- Changelog: https://github.com/electron/electron/releases/tag/v36.8.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v36.7.3...v36.8.1
2025-08-19 11:40:46 +02:00
teutat3s 45a152bb41 electron_35-bin: 35.7.4 -> 35.7.5
- Changelog: https://github.com/electron/electron/releases/tag/v35.7.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v35.7.4...v35.7.5
2025-08-19 11:40:38 +02:00
teutat3s bca09337f6 electron_37-bin: 37.2.5 -> 37.2.6
- Changelog: https://github.com/electron/electron/releases/tag/v37.2.6
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.2.5...v37.2.6
2025-08-06 11:41:13 +02:00
teutat3s af4e967c37 electron_35-bin: 35.7.2 -> 35.7.4
- Changelog: https://github.com/electron/electron/releases/tag/v35.7.4
- Diff: https://github.com/electron/electron/compare/refs/tags/v35.7.2...v35.7.4
2025-08-06 11:41:00 +02:00
teutat3s 623ef43439 electron_37-bin: 37.2.4 -> 37.2.5
- Changelog: https://github.com/electron/electron/releases/tag/v37.2.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.2.4...v37.2.5
2025-08-04 15:37:39 +02:00
teutat3sandYaya c7def8ac34 electron_37-bin: 37.2.2 -> 37.2.4
- Changelog: https://github.com/electron/electron/releases/tag/v37.2.4
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.2.2...v37.2.4
2025-07-30 19:31:24 +02:00
teutat3sandYaya 1236db9342 electron_36-bin: 36.7.1 -> 36.7.3
- Changelog: https://github.com/electron/electron/releases/tag/v36.7.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v36.7.1...v36.7.3
2025-07-30 19:31:24 +02:00