electron: mark versions <= 14 as EOL

main
teutat3s 2 years ago
parent d625c265e3
commit ae2990ca1b
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705
  1. 2
      pkgs/development/tools/electron/generic.nix

@ -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 {

Loading…
Cancel
Save