summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJayesh Bhoot <jayesh@bhoot.sh>2022-10-05 17:10:11 +0530
committerJayesh Bhoot <jayesh@bhoot.sh>2022-10-05 17:10:11 +0530
commit744843416862fb61d2bc7efc50bd194ba727814e (patch)
treeff693cd5c1b627a96f264ebfa1cca865dc719dbd /pkgs/applications/editors
parent8f8a7d89b6f3be2189ac4621f4c00efc3cfd10aa (diff)
downloadnixpkgs-744843416862fb61d2bc7efc50bd194ba727814e.tar
nixpkgs-744843416862fb61d2bc7efc50bd194ba727814e.tar.gz
nixpkgs-744843416862fb61d2bc7efc50bd194ba727814e.tar.bz2
nixpkgs-744843416862fb61d2bc7efc50bd194ba727814e.tar.lz
nixpkgs-744843416862fb61d2bc7efc50bd194ba727814e.tar.xz
nixpkgs-744843416862fb61d2bc7efc50bd194ba727814e.tar.zst
nixpkgs-744843416862fb61d2bc7efc50bd194ba727814e.zip
vscode-extensions.chenglou92.rescript-vscode: 1.6.0 -> 1.8.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/extensions/rescript/default.nix4
-rw-r--r--pkgs/applications/editors/vscode/extensions/rescript/rescript-editor-analysis.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/rescript/default.nix b/pkgs/applications/editors/vscode/extensions/rescript/default.nix
index 902bc58f1d1..1f92e600f40 100644
--- a/pkgs/applications/editors/vscode/extensions/rescript/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/rescript/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, vscode-utils, callPackage }:
 let
-  version = "1.6.0";
+  version = "1.8.1";
   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-/Nv+uyTkJQVaPKIDRr1P/Z5vsituXpP48/sDn3FUEeA=";
+    sha256 = "sha256-XZG0PRzc3wyAVq9tQeGDlaUZg5YAgkPxJ3NsrdUHoOk=";
   };
   postPatch = ''
     rm -r ${analysisDir}
diff --git a/pkgs/applications/editors/vscode/extensions/rescript/rescript-editor-analysis.nix b/pkgs/applications/editors/vscode/extensions/rescript/rescript-editor-analysis.nix
index a0b49f9c44b..a87cd094342 100644
--- a/pkgs/applications/editors/vscode/extensions/rescript/rescript-editor-analysis.nix
+++ b/pkgs/applications/editors/vscode/extensions/rescript/rescript-editor-analysis.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
     owner = "rescript-lang";
     repo = "rescript-vscode";
     rev = version;
-    sha256 = "sha256-O5kZCnhtMcevPTs5UxhIXx124WQf1VvF2WMVHjMEQZc=";
+    sha256 = "sha256-a8otK0BxZbl0nOp4QWQRkjb5fM85JA4nVkLuKAz71xU=";
   };
 
   nativeBuildInputs = [ ocaml dune_3 ];