electron_35-bin: mark as insecure because it's EOL

https://github.com/electron/electron/blob/dae5dad16799769e1cad1bbd0893dd1f3d3f3382/docs/tutorial/electron-timelines.md

teutat3s b67464cf f4f73f20

Changed files
+1 -1
pkgs
development
tools
electron
binary
+1 -1
pkgs/development/tools/electron/binary/generic.nix
···
];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
# https://www.electronjs.org/docs/latest/tutorial/electron-timelines
-
knownVulnerabilities = optional (versionOlder version "35.0.0") "Electron version ${version} is EOL";
+
knownVulnerabilities = optional (versionOlder version "36.0.0") "Electron version ${version} is EOL";
};
fetcher =