Skip to content

Commit

Permalink
Merge pull request #262556 from NixOS/backport-260555-to-release-23.05
Browse files Browse the repository at this point in the history
[Backport release-23.05] electron_{22,24}-bin: Mark EOL
  • Loading branch information
wegank authored Oct 21, 2023
2 parents 21443a1 + 359dc17 commit fb00022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/electron/binary/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fb00022

Please sign in to comment.