mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
electron-{22,24}-bin: Mark EOL
These are now EOL since 2023-10-10 https://endoflife.date/electron Co-authored-by: Yureka <yuka@yuka.dev>
This commit is contained in:
parent
47fdef495b
commit
3e8424248f
@ -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 "22.0.0" || versions.major version == "23") "Electron version ${version} is EOL";
|
||||
knownVulnerabilities = optional (versionOlder version "25.0.0") "Electron version ${version} is EOL";
|
||||
};
|
||||
|
||||
fetcher = vers: tag: hash: fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user