Skip to content

Commit 98782cf

Browse files
committed
electron_30-bin: drop
EOL in 2024-10.
1 parent 92fc279 commit 98782cf

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

pkgs/development/tools/electron/binary/info.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
{
2-
"30": {
3-
"hashes": {
4-
"aarch64-darwin": "d312544ea29844cf328b44b9dbde12f4fdced90cb442dfca6df36c098dbb6e7a",
5-
"aarch64-linux": "eb31470c0d7cd6e23e7ce0d89cc93a2356c9dac8bcc997e335353b8aa995afa0",
6-
"armv7l-linux": "224bd46983e503101c756c72d10b195f14712a7a56438718acb126017dd04edf",
7-
"headers": "0db38ndw9rrd8ixa14761cbff6ns31b6302bzx5q4in8i4dkrrs3",
8-
"x86_64-darwin": "faf9dcc20d525607ea205f2f6a1dfe3270f6268aa439bb0ba5646c7e4fbbd842",
9-
"x86_64-linux": "ec4707783d39e86005f42899e30ae59e50dd5d9c7f28531ed494eb43f2361403"
10-
},
11-
"version": "30.5.1"
12-
},
132
"31": {
143
"hashes": {
154
"aarch64-darwin": "e81b75a185376effcc7dd15aef8877ab48474633e5ac7417810a3b28e694bbfa",

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7476,7 +7476,6 @@ with pkgs;
74767476
electron-source = callPackage ../development/tools/electron { };
74777477

74787478
inherit (callPackages ../development/tools/electron/binary { })
7479-
electron_30-bin
74807479
electron_31-bin
74817480
electron_32-bin
74827481
electron_33-bin
@@ -7491,7 +7490,6 @@ with pkgs;
74917490
electron-chromedriver_34
74927491
;
74937492

7494-
electron_30 = electron_30-bin;
74957493
electron_31 = electron_31-bin;
74967494
electron_32 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_32 then electron-source.electron_32 else electron_32-bin;
74977495
electron_33 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_33 then electron-source.electron_33 else electron_33-bin;

0 commit comments

Comments
 (0)