electron_33-bin: drop

End of life on 2025-04-29.
This commit is contained in:
teutat3s
2025-07-30 19:30:01 +02:00
committed by Yaya
parent e566c9968c
commit 498f318395
3 changed files with 0 additions and 25 deletions
@@ -1,15 +1,4 @@
{
"33": {
"hashes": {
"aarch64-darwin": "9c763751c280b20ec93cecdc7f369bed876fc6728863a9ba5d7435096401f048",
"aarch64-linux": "e865132767e0930f5fef8ee146b9dd83c7f8fb95ed533c4de99e7057d5de5b61",
"armv7l-linux": "c7bc11f757cb123ce7647af593d09b60ddc87338b47c7053c2719522ddc6515c",
"headers": "0gwin292x5ryx41kw0c801b4ipin9q1agnigdv31vcd4y0na2p3s",
"x86_64-darwin": "67f3b851e7583309e7bbe3e3e819b1e1c6033ab57207d838bc4ed4982ccef456",
"x86_64-linux": "212d431c7c916292311c797cd91f84467c5abd6e6983cf24b162efff64cee8a9"
},
"version": "33.4.11"
},
"35": {
"hashes": {
"aarch64-darwin": "bb266a3687a82e60a97e96ef86c8e6339770d55ab18bc7db6fdf772f212b8f3a",
@@ -1,15 +1,4 @@
{
"33": {
"hashes": {
"aarch64-darwin": "8cccbac5a1922f47bff65734ea05cf4a5a96938bc6696c2bdb8d8ce4b9f4a3eb",
"aarch64-linux": "edbe9af31a18cef622386ba95cffd4f0d61fff386313297d204c06fad798134e",
"armv7l-linux": "da1077bf00682a01b02fa580e51f4df681016be0d58e981094463b818561c213",
"headers": "0gwin292x5ryx41kw0c801b4ipin9q1agnigdv31vcd4y0na2p3s",
"x86_64-darwin": "9056e5f4e7d7e6b99e22f4739668cf8425d44c21431b7218bda1720ee207593a",
"x86_64-linux": "acbebfaa77f32ff1c524f0f326f5f36cf35a3875d8a81f22c3b5c4664e34f7c7"
},
"version": "33.4.11"
},
"35": {
"hashes": {
"aarch64-darwin": "392ec250c65a1448871369318ca15f50c1de1f2afe886fc9e23b31a6484dfaf9",
-3
View File
@@ -6842,20 +6842,17 @@ with pkgs;
electron-source = callPackage ../development/tools/electron { };
inherit (callPackages ../development/tools/electron/binary { })
electron_33-bin
electron_35-bin
electron_36-bin
electron_37-bin
;
inherit (callPackages ../development/tools/electron/chromedriver { })
electron-chromedriver_33
electron-chromedriver_35
electron-chromedriver_36
electron-chromedriver_37
;
electron_33 = electron_33-bin;
electron_35 =
if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_35 then
electron-source.electron_35