electron_35-bin: remove
This commit is contained in:
@@ -1,15 +1,4 @@
|
||||
{
|
||||
"35": {
|
||||
"hashes": {
|
||||
"aarch64-darwin": "2fe3a3cfad607a8c1627f6f2bb9834f959c665ef575b663206db11929634b92f",
|
||||
"aarch64-linux": "35c4c30aed2639a38fafa6bd1a6a97b3af89a681afbd5c7a0f40673859040ea3",
|
||||
"armv7l-linux": "350e80638b5ba8a1b56e2463fa55de25f8ee595c0496ef833b07fb4dc65e0c22",
|
||||
"headers": "1w8qcgsbii6gizv31i1nkbhaipcr6r1x384wkwnxp60dk9a6cl59",
|
||||
"x86_64-darwin": "48a426bb5df999dd46c0700261a1a7f572b17581c4c0d1c28afade5ae600cdc9",
|
||||
"x86_64-linux": "368d155a2189e1056d111d334b712779e77066fce1f5ab935b22c4ef544eaa29"
|
||||
},
|
||||
"version": "35.7.5"
|
||||
},
|
||||
"36": {
|
||||
"hashes": {
|
||||
"aarch64-darwin": "73eb08fd541e6105d448735f2f820a7e0f63ff07e836ca05462dc2c01028e7df",
|
||||
|
||||
@@ -518,6 +518,8 @@ mapAliases {
|
||||
edid-decode = v4l-utils; # Added 2025-06-20
|
||||
eidolon = throw "eidolon was removed as it is unmaintained upstream."; # Added 2025-05-28
|
||||
eintopf = throw "'eintopf' has been renamed to/replaced by 'lauti'"; # Converted to throw 2025-10-27
|
||||
electron_35 = throw "electron_35 has been removed in favor of newer versions"; # added 2025-11-06
|
||||
electron_35-bin = throw "electron_35-bin has been removed in favor of newer versions"; # added 2025-11-06
|
||||
elementsd-simplicity = throw "'elementsd-simplicity' has been removed due to lack of maintenance, consider using 'elementsd' instead"; # Added 2025-06-04
|
||||
elixir_ls = throw "'elixir_ls' has been renamed to/replaced by 'elixir-ls'"; # Converted to throw 2025-10-27
|
||||
elm-github-install = throw "'elm-github-install' has been removed as it is abandoned upstream and only supports Elm 0.18.0"; # Added 2025-08-25
|
||||
|
||||
@@ -6141,7 +6141,6 @@ with pkgs;
|
||||
electron-source = callPackage ../development/tools/electron { };
|
||||
|
||||
inherit (callPackages ../development/tools/electron/binary { })
|
||||
electron_35-bin
|
||||
electron_36-bin
|
||||
electron_37-bin
|
||||
electron_38-bin
|
||||
@@ -6156,7 +6155,6 @@ with pkgs;
|
||||
electron-chromedriver_39
|
||||
;
|
||||
|
||||
electron_35 = electron_35-bin;
|
||||
electron_36 = electron_36-bin;
|
||||
electron_37 =
|
||||
if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_37 then
|
||||
|
||||
Reference in New Issue
Block a user