summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-12 06:45:45 +0000
committerBobby Rong <rjl931189261@126.com>2022-10-14 07:47:33 +0800
commitae24d583aefba3220fe20f92adcf7b39bdacb5bb (patch)
treeff3179271eda6e38e4b7dffc4600e7839c396a4b /pkgs/applications/editors
parent99e70d67b8c5b36154504e33f8492bdeec3c689b (diff)
downloadnixpkgs-ae24d583aefba3220fe20f92adcf7b39bdacb5bb.tar
nixpkgs-ae24d583aefba3220fe20f92adcf7b39bdacb5bb.tar.gz
nixpkgs-ae24d583aefba3220fe20f92adcf7b39bdacb5bb.tar.bz2
nixpkgs-ae24d583aefba3220fe20f92adcf7b39bdacb5bb.tar.lz
nixpkgs-ae24d583aefba3220fe20f92adcf7b39bdacb5bb.tar.xz
nixpkgs-ae24d583aefba3220fe20f92adcf7b39bdacb5bb.tar.zst
nixpkgs-ae24d583aefba3220fe20f92adcf7b39bdacb5bb.zip
vscodium: 1.71.2.22258 -> 1.72.1.22284
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index 49c5cf00044..ea081382b51 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -15,11 +15,11 @@ let
   archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz";
 
   sha256 = {
-    x86_64-linux = "1ajls31iqvrcnydwdn2fhajz76j60vsqhn343237jgwfbvaklvav";
-    x86_64-darwin = "100p494k1gfzhd86nj9hvh0w73i4wjn2vy6jdpb66rrmswy2hr40";
-    aarch64-linux = "066g825s79hmwl5yl7yl0yf6vzr3nagb44bcqw1zp1iqv54f40c6";
-    aarch64-darwin = "02aln53zcjp689ivq3ypid2gk9pwbqs24n1ay0hibvrpkx3v4y8k";
-    armv7l-linux = "1qvz1233k31baw09p45x67cfadsgm1jnnfc4r8yvrh75iplcspgl";
+    x86_64-linux = "01b6w97miai191b2d1lr7cwv36vjvwv1hjggr0g9gfr5j99yzdw3";
+    x86_64-darwin = "1vf6sdm19r1d6a6ljz3jlvqddgyrdqcxpha4x80ar3kwddy254kb";
+    aarch64-linux = "1i48lck395i6lzcxwzfhijs5d141wnxbxg5rzgprm2hgkqx836nr";
+    aarch64-darwin = "02xvb41i8ri8l9w8cxxviz63mkskkmxn6rwprpbglpbpxncsxgbn";
+    armv7l-linux = "0s0zlql652fwfz94bqmnrl77agd8gf6i5w1y09jpvcc33wv0zlgw";
   }.${system} or throwSystem;
 
   sourceRoot = if stdenv.isDarwin then "" else ".";
@@ -29,7 +29,7 @@ in
 
     # Please backport all compatible updates to the stable release.
     # This is important for the extension ecosystem.
-    version = "1.71.2.22258";
+    version = "1.72.1.22284";
     pname = "vscodium";
 
     executableName = "codium";