Merge pull request #166825 from teutat3s/electron-14-eol

electron: mark versions <= 14 as EOL
This commit is contained in:
Pavol Rusnak 2022-04-01 16:49:17 +02:00 committed by GitHub
commit aefc8a3c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ let
maintainers = with maintainers; [ travisbhartwell manveru prusnak ];
platforms = [ "x86_64-darwin" "x86_64-linux" "i686-linux" "armv7l-linux" "aarch64-linux" ]
++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ];
knownVulnerabilities = optional (versionOlder version "14.0.0") "Electron version ${version} is EOL";
knownVulnerabilities = optional (versionOlder version "15.0.0") "Electron version ${version} is EOL";
};
fetcher = vers: tag: hash: fetchurl {