electron_21: mark EOL

Its support ended on April 4, 2023.
This commit is contained in:
teutat3s 2023-04-15 13:39:28 +02:00
parent e6d382d388
commit 6da5bbbe52
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -32,7 +32,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 "21.0.0") "Electron version ${version} is EOL";
knownVulnerabilities = optional (versionOlder version "22.0.0") "Electron version ${version} is EOL";
};
fetcher = vers: tag: hash: fetchurl {