about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-21 07:21:37 -0500
committerGitHub <noreply@github.com>2020-04-21 07:21:37 -0500
commitab7c11780529ab6e497f9f4cdea66d9bf8b42376 (patch)
tree391eac1d7a345b3f49177559e91340779e4c85ff
parentd43ea8caf86635e522252c551088fcf62c91c1d9 (diff)
parentba774d4179bafda699a145fb7e348b91816e2e4d (diff)
downloadnixlib-ab7c11780529ab6e497f9f4cdea66d9bf8b42376.tar
nixlib-ab7c11780529ab6e497f9f4cdea66d9bf8b42376.tar.gz
nixlib-ab7c11780529ab6e497f9f4cdea66d9bf8b42376.tar.bz2
nixlib-ab7c11780529ab6e497f9f4cdea66d9bf8b42376.tar.lz
nixlib-ab7c11780529ab6e497f9f4cdea66d9bf8b42376.tar.xz
nixlib-ab7c11780529ab6e497f9f4cdea66d9bf8b42376.tar.zst
nixlib-ab7c11780529ab6e497f9f4cdea66d9bf8b42376.zip
Merge pull request #85619 from kuznero/vscode
vscode, vscodium: 1.44.1 -> 1.44.2
-rw-r--r--pkgs/applications/editors/vscode/vscode.nix6
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix6
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index d9a942328a3d..371adc36789a 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -11,8 +11,8 @@ let
   archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
 
   sha256 = {
-    x86_64-linux = "15jg39hmlnicq0zrz77yar1bmn5y6gp2670dya2qm5klhva9hd0f";
-    x86_64-darwin = "1ghqhn46jpbj3is8q5zcj0biyc7gwinhiz3qdpcnf88ga2blcsz8";
+    x86_64-linux = "1n083pzp2dsz6z6rcl1ldcwhd4i03sjigdfslfardhc4v5lbvmv8";
+    x86_64-darwin = "1qk3gscyskf4fwc8i09afr3wsyd1lwwycx6rf02wwh4n9py50b20";
   }.${system};
 in
   callPackage ./generic.nix rec {
@@ -21,7 +21,7 @@ in
 
     # Please backport all compatible updates to the stable release.
     # This is important for the extension ecosystem.
-    version = "1.44.1";
+    version = "1.44.2";
     pname = "vscode";
 
     executableName = "code" + lib.optionalString isInsiders "-insiders";
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index 63e6cc920bf3..fe96223b65f4 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 = "16qwhnxpwarnwvlxwvy13g687g1cnfzysq16qkykkhqig0cnalmb";
-    x86_64-darwin = "1p9qkbj59bfc0kn9fzg99gqxbzwxq297qxivxcjflsapd712s4vm";
+    x86_64-linux = "141hwj1a2bsgzpfk354dnnmg4ak00fss3xsgqplyk949pbk6v1af";
+    x86_64-darwin = "0fi8nz1gayzw5dp6d3m7jsmij3jj4yjg5rk1s9w6falpgka76dm1";
   }.${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.44.1";
+    version = "1.44.2";
     pname = "vscodium";
 
     executableName = "codium";