Merge pull request #215545 from dotlambda/electron_20-eol
electron_20: mark EOL
This commit is contained in:
commit
b739771adb
1 changed files with 1 additions and 1 deletions
|
@ -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 "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 {
|
||||
|
|
Loading…
Reference in a new issue