about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-16 11:12:15 -0700
committerGitHub <noreply@github.com>2024-03-16 11:12:15 -0700
commit8f46c5ed33166d9576fd37984b98da9d4dba96b0 (patch)
tree7c09f82296ef8e5fdba01a4ef09a2f6b489ccd35 /pkgs/applications/editors/vscode
parenteee1ea7e350b7549d4afc3ea692880432e4a55d7 (diff)
parent1029871ca76e55406bb2563fb54173c73c72fc50 (diff)
downloadnixlib-8f46c5ed33166d9576fd37984b98da9d4dba96b0.tar
nixlib-8f46c5ed33166d9576fd37984b98da9d4dba96b0.tar.gz
nixlib-8f46c5ed33166d9576fd37984b98da9d4dba96b0.tar.bz2
nixlib-8f46c5ed33166d9576fd37984b98da9d4dba96b0.tar.lz
nixlib-8f46c5ed33166d9576fd37984b98da9d4dba96b0.tar.xz
nixlib-8f46c5ed33166d9576fd37984b98da9d4dba96b0.tar.zst
nixlib-8f46c5ed33166d9576fd37984b98da9d4dba96b0.zip
Merge pull request #296124 from r-ryantm/auto-update/vscode-extensions.chenglou92.rescript-vscode
vscode-extensions.chenglou92.rescript-vscode: 1.48.0 -> 1.50.0
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix b/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix
index 530b28f30844..34f892df6c3b 100644
--- a/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, vscode-utils, callPackage }:
 let
-  version = "1.48.0";
+  version = "1.50.0";
   rescript-editor-analysis = callPackage ./rescript-editor-analysis.nix { inherit version; };
   arch =
     if stdenv.isLinux then "linux"
@@ -13,7 +13,7 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
     name = "rescript-vscode";
     publisher = "chenglou92";
     inherit version;
-    sha256 = "sha256-/1nDuj/kSdkV6PlbdlOLfUKQeuvyL2VhPjUAr9kq2NM=";
+    sha256 = "sha256-Dt7mqZQ/vEUFyUD5SsY6RGzg9kq19/Amksrwtfv0TuE=";
   };
   postPatch = ''
     rm -r ${analysisDir}