Merge pull request #143135 from NixOS/backport-143131-to-release-21.05

[Backport release-21.05] electron: mark versions <= 11 as EOL
This commit is contained in:
figsoda 2021-10-27 22:50:21 -04:00 committed by GitHub
commit 06b49ba179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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