summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-22 01:00:10 +0200
committerGitHub <noreply@github.com>2023-10-22 01:00:10 +0200
commitfb000224952bf7749a9e8b3779104ef7ea4465c8 (patch)
tree0f98eccf011dd0675a1cbf04b61f57f5242668d9
parentlibspf2: 2.2.12 -> 2.2.13 and make deps strict (diff)
parentelectron-{22,24}-bin: Mark EOL (diff)
downloadnixpkgs-fb000224952bf7749a9e8b3779104ef7ea4465c8.tar.gz
Merge pull request #262556 from NixOS/backport-260555-to-release-23.05
[Backport release-23.05] electron_{22,24}-bin: Mark EOL
-rw-r--r--pkgs/development/tools/electron/binary/generic.nix2
1 files changed, 1 insertions, 1 deletions
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 {