electron_20: mark EOL

Its support ended on February 6, 2023.
This commit is contained in:
Robert Schütz
2023-02-09 09:46:03 -08:00
committed by Florian Brandes
parent 17651c23b0
commit ba985e110d

View File

@@ -32,7 +32,7 @@ let
++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ] ++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ]
++ optionals (versionOlder version "19.0.0") [ "i686-linux" ]; ++ optionals (versionOlder version "19.0.0") [ "i686-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
knownVulnerabilities = optional (versionOlder version "20.0.0") "Electron version ${version} is EOL"; knownVulnerabilities = optional (versionOlder version "21.0.0") "Electron version ${version} is EOL";
}; };
fetcher = vers: tag: hash: fetchurl { fetcher = vers: tag: hash: fetchurl {