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:
Yaya 2023-10-11 23:42:57 +02:00
parent 47fdef495b
commit 3e8424248f

View File

@ -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 {