From 359dc17237b1ca225fddb74443e9ccdae1984ef5 Mon Sep 17 00:00:00 2001 From: Yaya Date: Wed, 11 Oct 2023 23:42:57 +0200 Subject: electron-{22,24}-bin: Mark EOL These are now EOL since 2023-10-10 https://endoflife.date/electron Co-authored-by: Yureka (cherry picked from commit 204fb0e622f6c10ce8ab4dacf6cc973e85e3e85b) --- pkgs/development/tools/electron/binary/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/electron/binary/generic.nix b/pkgs/development/tools/electron/binary/generic.nix index 34b7f239ecfe..4889a5b4ab61 100644 --- a/pkgs/development/tools/electron/binary/generic.nix +++ b/pkgs/development/tools/electron/binary/generic.nix @@ -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 "22.0.0" || versions.major version == "23") "Electron version ${version} is EOL"; + knownVulnerabilities = optional (versionOlder version "25.0.0") "Electron version ${version} is EOL"; }; fetcher = vers: tag: hash: fetchurl { -- cgit v1.2.3