about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode/update-vscodium.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-06-16vscodium: 1.78.2.23132 -> 1.79.2.23166, readd armhfBobby Rong1-0/+2
https://github.com/VSCodium/vscodium/releases/tag/1.79.2.23166 https://github.com/VSCodium/vscodium/releases/tag/1.79.1.23164 https://github.com/VSCodium/vscodium/releases/tag/1.79.0.23159
2023-05-16vscodium: 1.77.3.23102 -> 1.78.2.23132, drop armhfK9001-2/+0
armhf was dropped upstream: https://github.com/VSCodium/vscodium/commit/7afbfe03adf1d91f0fbd9df9608bc94e350c1828
2022-04-27vscodium: Add support for aarch64-darwin (M1)mat ess1-12/+16
2022-02-18vscode: update the updaters!AndersonTorres1-2/+2
Now they use update-shell.nix auxiliar file.
2020-12-24vscodium: add arm64-linux & armv7l-linux buildsDrew Risinger1-6/+14
2020-12-15vscodium: update script artifact names have changedSamuel Ainsworth1-1/+1
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-10-16vscode, vscodium: Document update scriptsManuel Bärenz1-0/+5
2020-09-14vscode/vscodium: split update scriptsSamuel Ainsworth1-0/+23
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.