summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2020-04-06 10:36:50 -0400
committerEdmund Wu <fangkazuto@gmail.com>2020-04-06 10:36:50 -0400
commit3f75bc2660bc606fad37984cf0512281746c07f5 (patch)
tree885fd0387587abf16f5ec33d5890ab551e6aef67
parentvscode: 1.43.0 -> 1.43.2 (diff)
downloadnixpkgs-3f75bc2660bc606fad37984cf0512281746c07f5.tar.gz
vscodium: 1.43.0 -> 1.43.2
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index ae40a0187def..390bca4af656 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -11,8 +11,8 @@ let
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
sha256 = {
- x86_64-linux = "139sqaixlcqlpcrn2vkcp9fxvcjgnhn2dwxclxq3bnb814pw7rba";
- x86_64-darwin = "0jkd3p1jqg38z9l22k5w7b45fdnxwrhzlgyhinw7wlqz7zvflkn1";
+ x86_64-linux = "1w7vry3lvjf847qbjqc4xv6hcyspki366k8wmyfvzyw6c9m7yzwm";
+ x86_64-darwin = "13wg015qsh4qayamd9jppk2abqpnakx2mhf41z3nyb3zfng62pza";
}.${system};
sourceRoot = {
@@ -27,7 +27,7 @@ in
# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
- version = "1.43.0";
+ version = "1.43.2";
pname = "vscodium";
executableName = "codium";