summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/electron
AgeCommit message (Collapse)Author
2020-02-17electron: correct casing of MacOS (#80362)jakobrs
2020-02-05Revert "Revert "Merge master into staging-next""Frederik Rietdijk
In 87a19e9048773d5a363679617406ad148d36c3b8 I merged staging-next into master using the GitHub gui as intended. In ac241fb7a570d6cf81d229ad22a8889602639160 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master. Thinking this may cause trouble, I reverted it in 0be87c79797a5fa384fbc356c74ed54f9f7829ea. This was however wrong, as it "removed" master. This reverts commit 0be87c79797a5fa384fbc356c74ed54f9f7829ea.
2020-02-05Revert "Merge master into staging-next"Frederik Rietdijk
I merged master into staging-next but accidentally pushed it to master. This should get us back to 87a19e9048773d5a363679617406ad148d36c3b8. This reverts commit ac241fb7a570d6cf81d229ad22a8889602639160, reversing changes made to 76a439239eb310d9ad76d998b34d5d3bc0e37acb.
2020-02-05electron_8: init at 8.0.0Will Dietz
2020-02-05electron*: refactor 4+ to common expression, add 7, updatesWill Dietz
* print-hashes.nix uses upstream-provided SHA256SUMS file * electron_4: 4.2.8 -> 4.2.12 * electron_5: 5.0.8 -> 5.0.13 * electron_6: 6.0.1 -> 6.1.7 * electron_7:: init at 7.1.10 FWIW: electron_4 previously did not include at-spi2-core, only at-spi2-atk. Both are now included, matching other versions for a slightly simpler expression.
2019-08-13Merge pull request #66397 from svalaskevicius/add-electron-6worldofpeace
electron: add 6.x version
2019-08-12electron_6: init at 6.0.1Sarunas Valaskevicius
2019-08-04electron: 4.1.5 -> 4.2.8worldofpeace
2019-08-04electron_3: 3.1.8 -> 3.1.13worldofpeace
2019-08-04electron_5: 5.0.0 -> 5.0.8worldofpeace
2019-07-18electron_5: fix crash when using file chooser dialogSarunas Valaskevicius
2019-06-25Fix electron crash when using file chooser dialog (#55057)Jörg Thalheim
Fix electron crash when using file chooser dialog
2019-06-19electron: fix electron crash when using file chooser dialogSarunas Valaskevicius
2019-04-27Merge pull request #60192 from dtzWill/feature/electron-5Will Dietz
electron_5: init at 5.0.0
2019-04-24electron_5: init at 5.0.0Will Dietz
Copy of electron_4 expression with minor addition of at-spi2-core which is needed to launch.
2019-04-24electron: 4.1.4 -> 4.1.5Will Dietz
https://electronjs.org/releases/stable#4.1.5
2019-04-07electron: 4.1.3 -> 4.1.4 (#59039)Will Dietz
https://electronjs.org/releases/stable#release-notes-for-v414
2019-03-29electron_3: 3.1.7 -> 3.1.8Will Dietz
https://electronjs.org/releases/stable?version=3#3.1.8
2019-03-29electron: 4.1.1 -> 4.1.3Will Dietz
Don't see 4.1.3 on the release page, but a misguided adventure w/npm resulted in pulling down this version so it's probably mid-deploy.
2019-03-25electron_3: 3.1.6 -> 3.1.7Will Dietz
https://electronjs.org/releases/stable?version=3#3.1.7
2019-03-25electron: 4.1.0 -> 4.1.1Will Dietz
https://electronjs.org/releases/stable#release-notes-for-v411
2019-03-19electron_3: 3.1.4 -> 3.1.6Will Dietz
https://electronjs.org/releases/stable?version=3#3.1.6 https://electronjs.org/releases/stable?version=3#3.1.5
2019-03-19electron: 4.0.6 -> 4.1.0Will Dietz
https://electronjs.org/releases/stable?version=4#4.1.0 https://electronjs.org/releases/stable?version=4#4.0.8 https://electronjs.org/releases/stable?version=4#4.0.7
2019-03-03electron: 4.0.5 -> 4.0.6Will Dietz
https://electronjs.org/releases/stable#release-notes-for-v406
2019-03-03electron_3: 3.1.3 -> 3.1.4Will Dietz
https://electronjs.org/releases/stable?version=3#3.1.4
2019-03-03electron: version bumpsWill Dietz
2019-01-09electron_3: also update arm hashesJörg Thalheim
2019-01-09electron_3: init at 3.1.0Jörg Thalheim
electron 4 had many breaking changes in their API, breaking rambox. Since the 3.x version is still maintained, we can add an older variant.
2018-12-24electron: 3.0.5 -> 4.0.0Edmund Wu
2018-10-19electron: 1.8.2 -> 3.0.5Jos van Bakel
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson
It is deprecated and will be removed after 18.09.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-14electron: add gtk2 dependency (#43379)gnidorah
2018-02-22electron: 1.7.11 -> 1.8.2 (#35342)Michael Fellinger
2018-02-05electron: 1.7.9 -> 1.7.11Rodney Lorrimar
https://github.com/electron/electron/releases/tag/v1.7.10 https://github.com/electron/electron/releases/tag/v1.7.11
2017-12-19electron: Properly handle evaluating on unsupported archsGraham Christensen
2017-12-18electron: 1.8.1 -> 1.7.9Yegor Timoshenko
1.7.9 is the latest stable, and 1.8.1 is beta and it draws `rambox` as a white rectangle (after a few manipulations with the window such as hiding, showing, resizing): https://github.com/NixOS/nixpkgs/pull/32741#issuecomment-352203170
2017-12-07electron: 1.7.5 -> 1.8.1volth
- [x] version bump - [x] added "i686-linux" "armv7l-linux" "aarch64-linux" (binaries compiled by upstream)
2017-08-23electron: 1.6.6 -> 1.7.5Benjamin Saunders
2017-05-07electron: 1.6.2 -> 1.6.6Gabriel Ebner
2017-04-13electron: 1.4.15 -> 1.6.2Benjamin Saunders
2017-03-02electron: 1.4.13 -> 1.4.15Domen Kožar
2017-01-06electron: 1.2.2 -> 1.4.13Domen Kožar
2016-10-19Added support to for OS X to the Electron package.Tikhon Jelvis
For OS X: 1. I download and extract Electron.app 2. put it in `$out/Applications` 3. link the binary to `$out/bin/electron`
2016-06-08electron: 0.36.2 -> 1.2.2Erik Ouchterlony
2016-04-22vscode, electron, atom: run fixup phasesNikolay Amiantov
2016-04-22atom, electron, vscode: split dependencies to atomEnvNikolay Amiantov
fixes #14890
2016-04-04electron: abstract out atom-envmucaho
2016-04-03electron: make it compatible with vscodemucaho
Use patchelf instead of wrapProgram to inject lookup path of shared libraries. Allow the nix expression to be called with optional version argument.
2016-01-06electron: 0.28.2 -> 0.36.2Gabriel Ebner