Commit graph

228 commits

Author SHA1 Message Date
upkeep-bot 2dbce91458 vscode: 1.55.0 -> 1.55.2 2021-04-14 00:10:23 +00:00
Mario Rodas 50667e7adb
Merge pull request #118186 from samuela/upkeep-bot/vscode-1.55.0-1617235921
vscode: 1.54.3 -> 1.55.0
2021-04-03 14:27:30 -05:00
upkeep-bot e689f68281 vscodium: 1.54.3 -> 1.55.0 2021-04-02 00:18:48 +00:00
upkeep-bot da2417923b vscode: 1.54.3 -> 1.55.0 2021-04-01 00:12:01 +00:00
Sandro d5ea89ab87
Merge pull request #117631 from collinwright/vscode-download-domain
vscode: fix upstream domain name
2021-03-26 09:56:36 +01:00
Wesley Collin Wright e77681921e vscode: fix upstream domain name
The VS Code team recently retired a deprecated domain used for VS Code
downloads. This breaks update-vscode.sh and customized package
installations (such as used by home-manager). The new domain name is the
one preferred by the VS Code team, as stated in this GitHub issue:
https://github.com/microsoft/vscode/issues/119822
2021-03-25 18:57:00 -05:00
Sandro b4cceda454
Merge pull request #116481 from samuela/upkeep-bot/vscode-1.54.3-1615847575
vscode: 1.54.2 -> 1.54.3
2021-03-25 09:36:09 +01:00
Sandro 41b1ad4dad
Merge pull request #117473 from Synthetica9/vscode-download-link
vscode: fix download link
2021-03-24 16:23:58 +01:00
Patrick Hilhorst 873c008c33
vscode: fix download link 2021-03-24 15:24:12 +01:00
Sandro 4ec380f7ad
Merge pull request #116513 from samuela/upkeep-bot/vscodium-1.54.3-1615897021
vscodium: 1.53.2 -> 1.54.3
2021-03-22 01:21:26 +01:00
Jan Tojnar 0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
Florian Klink 510171f2b6 vscode*: add libxshmfence to buildInputs
Like recent chrom[e,ium], Electron >= 12 applications need libxshmfence.

vscode is preparing to switch to electron 12.0.0 (https://github.com/microsoft/vscode/tree/electron-12.x.y).

This introduces libxshmfence to the buildInputs of generic.nix, allowing
custom builds to reuse the same generic Nix. We'll also need this code
as soon as a release with Electron 12.x is out.
2021-03-16 22:11:05 +01:00
upkeep-bot 5566b57df0 vscodium: 1.53.2 -> 1.54.3 2021-03-16 12:17:02 +00:00
upkeep-bot 514a6f55eb vscode: 1.54.2 -> 1.54.3 2021-03-15 22:32:56 +00:00
github-actions[bot] 121cc02fe8
Merge master into staging-next 2021-03-12 06:17:54 +00:00
upkeep-bot 2a9193c0ce vscode: 1.53.2 -> 1.54.2 2021-03-12 00:19:52 +00:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
upkeep-bot a7e625d017 vscode: 1.53.0 -> 1.53.2 2021-02-12 17:12:36 +01:00
upkeep-bot 0582093d37 vscodium: 1.52.1 -> 1.53.2 2021-02-12 12:13:14 +00:00
Manuel Bärenz 10b3773db0 vscode/vscodium: Add integration test 2021-02-08 13:59:37 +01:00
upkeep-bot 83c85ca7e5 vscode: 1.52.1 -> 1.53.0 2021-02-05 12:11:45 +00:00
Samuel Ainsworth bbc0f1cbb3
vscode: fix update script (#110096)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-01 13:03:03 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Andy Richardson 049311bc4b
vscodium: Fix invalid download URL (404) 2021-01-05 12:20:19 +00:00
Drew Risinger 9485b86453 vscodium: add arm64-linux & armv7l-linux builds 2020-12-24 13:35:18 -05:00
Drew Risinger 93c067206d vscodium: 1.51.1 -> 1.52.1 2020-12-24 13:33:16 -05:00
Drew Risinger f0f18ad16c vscode: add arm64-linux & armv7l-linux builds 2020-12-24 13:32:02 -05:00
upkeep-bot e24bf9062b vscode: 1.51.1 -> 1.52.1 2020-12-23 18:16:05 -08:00
Samuel Ainsworth 551ff760ce
vscodium: update script artifact names have changed
The vscodium project is now releasing artifacts with slightly different naming: `VSCodium-darwin-${VSCODIUM_VER}.zip` is now `VSCodium-darwin-x64-${VSCODIUM_VER}.zip`. This is likely due to arrival of the new ARM-based macs. In any case, it does mean that we need to update `update-vscodium.sh` to pull the correct artifact down.
2020-12-15 18:55:47 -08:00
Vincent Cui a0f0927013 vscode: fix opening files with pcmanfm 2020-11-24 19:00:54 +01:00
Mario Rodas d958359453
Merge pull request #103693 from JesusMtnez/vscode
vscode: 1.51.0 -> 1.51.1
2020-11-13 22:25:02 -05:00
JesusMtnez aa9a29c4ce
vscode: 1.51.0 -> 1.51.1 2020-11-13 14:11:54 +01:00
JesusMtnez bca0c78dc4
vscodium: 1.51.0 -> 1.51.1 2020-11-13 14:10:26 +01:00
upkeep-bot 55fc82d6d2 vscode: 1.50.1 -> 1.51.0 2020-11-06 09:05:28 -08:00
upkeep-bot d8d1dc1071 vscodium: 1.50.1 -> 1.51.0 2020-11-06 09:04:26 -08:00
Manuel Bärenz 40c84bd392 vscode, vscodium: Document update scripts 2020-10-16 11:14:43 +02:00
Manuel Bärenz ffb7a61905 vscode, vscodium: 1.50.0 -> 1.50.1 2020-10-16 11:14:42 +02:00
Daniël de Kok 625a48c633
Merge pull request #100117 from samuela/upkeep-bot/vscodium-1.50.0-1602289209
vscodium: 1.49.3 -> 1.50.0
2020-10-14 16:11:48 +02:00
Samuel Ainsworth 20a938ab90 vscode: chmod +x update-vscode.sh 2020-10-13 18:28:17 -07:00
Daniël de Kok cffec69996
Merge pull request #97938 from samuela/samuela/split-vscode-updates
vscode/vscodium: split update scripts
2020-10-12 21:02:49 +02:00
Lana Black 0d3136af48 vscode: add libdbusmenu dependency. 2020-10-11 12:58:44 +00:00
upkeep-bot c29e980e45 vscodium: 1.49.3 -> 1.50.0 2020-10-10 00:20:09 +00:00
upkeep-bot 3303b8ab57 vscode: 1.49.3 -> 1.50.0 2020-10-09 01:24:32 +00:00
Samuel Ainsworth 1692e2cbb5 vscode/vscodium: split update scripts
Split up the vscode update.sh into separate vscode/vscodium update
scripts. Recently the versions of vscode and vscodium have diverged (see
VSCodium/vscodium#501), meaning that the updates for one package fail
while the other succeeds. This PR splits up the update scripts so that
one can be run with out the other and vice-versa.
2020-09-14 11:22:34 -07:00
Samuel Ainsworth a8d6213726
Shell programming hygiene (#97884) 2020-09-13 16:09:05 +00:00
Frederik Rietdijk efb45f7638 Merge master into staging-next 2020-08-28 09:54:31 +02:00
JesusMtnez 813da9accd
vscodium: 1.48.1 -> 1.48.2 2020-08-27 11:14:03 +02:00
JesusMtnez fa25ef8379
vscode: 1.48.1 -> 1.48.2 2020-08-27 11:13:45 +02:00
Florian Klink 40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00