forked from mirrors/nixpkgs
electron_19: mark insecure
Its support ended on November 30, 2022.
This commit is contained in:
parent
af36d78a9b
commit
55046981cc
|
@ -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 "18.0.0") "Electron version ${version} is EOL";
|
||||
knownVulnerabilities = optional (versionOlder version "20.0.0") "Electron version ${version} is EOL";
|
||||
};
|
||||
|
||||
fetcher = vers: tag: hash: fetchurl {
|
||||
|
|
Loading…
Reference in a new issue