summaryrefslogtreecommitdiff
path: root/pkgs/development/tools/electron (follow)
Commit message (Expand)AuthorAgeFilesLines
* electron_37-bin: mark as insecureYureka2026-02-021-1/+1
* electron_36-bin, electron-chromedriver_36: removeYureka2026-02-022-22/+0
* electron-source.electron_37: removeYureka2026-02-022-1351/+0
* electron-chromedriver_{38,39,40}: updatesTomaSajt2026-01-291-21/+21
* electron_{38,39,40}-bin: updatesTomaSajt2026-01-291-21/+21
* electron-source.electron_{38,39,40}: updatesTomaSajt2026-01-291-27/+27
* 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 ``` quantenzitrone2026-01-252-11/+18
* electron_40: init at 40.0.0TomaSajt2026-01-223-0/+1370
* electron-source.electron_{37,38,39}: updates, use yarn-berryTomaSajt2026-01-213-50/+53
* electron-chromedriver_{37,38,39}: updatesTomaSajt2026-01-211-20/+20
* electron_{37,38,39}-bin: updatesTomaSajt2026-01-211-20/+20
* treewide: remove remaining `meta = with lib;`Ihar Hrachyshka2025-12-142-4/+4
* 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> Ihar Hrachyshka2025-12-103-10/+10
* Merge master into staging-nextnixpkgs-ci[bot]2025-11-213-59/+59
|\
| * 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 teutat3s2025-11-201-7/+7
| * 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 teutat3s2025-11-201-7/+7
| * 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 teutat3s2025-11-201-7/+7
| * 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 teutat3s2025-11-201-7/+7
| * 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 teutat3s2025-11-201-6/+6
| * 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 teutat3s2025-11-201-6/+6
| * electron-source.electron_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 teutat3s2025-11-201-9/+9
| * electron-source.electron_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 teutat3s2025-11-201-5/+5
| * electron-source.electron_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 teutat3s2025-11-201-5/+5
* | [staging-next] electron_38: fix build with Rust 1.91 (#461760)Leona Maroni2025-11-152-0/+41
|\ \ | |/ |/|
| * electron_38: fix build with Rust 1.91Yureka2025-11-152-0/+41
* | electron-source.electron_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 teutat3s2025-11-151-11/+11
* | electron-source.electron_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 teutat3s2025-11-151-3/+3
* | electron-source.electron_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 teutat3s2025-11-151-3/+3
* | 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 teutat3s2025-11-151-7/+7
* | 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 teutat3s2025-11-151-7/+7
* | 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 teutat3s2025-11-151-6/+6
* | 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 teutat3s2025-11-151-6/+6
* | 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 teutat3s2025-11-151-6/+6
* | 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 teutat3s2025-11-151-6/+6
* | 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 teutat3s2025-11-151-7/+7
* | 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 teutat3s2025-11-151-7/+7
* | electron-source.electron_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 teutat3s2025-11-151-14/+14
|/
* Merge remote-tracking branch 'origin/master' into staging-nextK9002025-11-113-69/+69
|\
| * electron-{source,bin,chromedriver}: updates (#459455)Yaya2025-11-103-69/+69
| |\
| | * electron-chromedriver_39: 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 Yaya2025-11-101-7/+7
| | * 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 Yaya2025-11-101-7/+7
| | * electron-chromedriver_38: 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 Yaya2025-11-101-7/+7
| | * 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 Yaya2025-11-101-7/+7
| | * electron-chromedriver_37: 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 Yaya2025-11-101-7/+7
| | * 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 Yaya2025-11-101-7/+7
| | * electron-source.electron_39: 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 Yaya2025-11-101-11/+11
| | * electron-source.electron_38: 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 Yaya2025-11-101-10/+10
| | * electron-source.electron_37: 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 Yaya2025-11-101-6/+6
* | | Merge remote-tracking branch 'origin/master' into staging-nextK9002025-11-111-11/+0
|\| |
| * | electron-chromedriver_35: removeteutat3s2025-11-101-11/+0
| |/