Skip to content

Commit

Permalink
electron_25: eol
Browse files Browse the repository at this point in the history
(cherry picked from commit 9652f98)
  • Loading branch information
yu-re-ka committed Dec 10, 2023
1 parent 50499b4 commit 36a2996
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 824 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/tools/electron/binary/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let
++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ]
++ optionals (versionOlder version "19.0.0") [ "i686-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
knownVulnerabilities = optional (versionOlder version "25.0.0") "Electron version ${version} is EOL";
knownVulnerabilities = optional (versionOlder version "26.0.0") "Electron version ${version} is EOL";
};

fetcher = vers: tag: hash: fetchurl {
Expand Down
2 changes: 0 additions & 2 deletions pkgs/development/tools/electron/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
enable_widevine = false;
use_perfetto_client_library = false;
enable_check_raw_ptr_fields = false;
} // lib.optionalAttrs (lib.versionOlder info.version "26") {
use_gnome_keyring = false;
} // lib.optionalAttrs (lib.versionAtLeast info.version "27") {
override_electron_version = info.version;
};
Expand Down
Loading

0 comments on commit 36a2996

Please sign in to comment.