vscode-extensions.chenglou92.rescript-vscode: 1.50.0 -> 1.52.0

This commit is contained in:
R. Ryantm 2024-06-03 16:37:32 +00:00
parent c429fa2ffa
commit 1a8183eebb

View File

@ -5,7 +5,7 @@
callPackage, callPackage,
}: }:
let let
version = "1.50.0"; version = "1.52.0";
rescript-editor-analysis = callPackage ./rescript-editor-analysis.nix { inherit version; }; rescript-editor-analysis = callPackage ./rescript-editor-analysis.nix { inherit version; };
arch = arch =
if stdenv.isLinux then if stdenv.isLinux then
@ -21,7 +21,7 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
name = "rescript-vscode"; name = "rescript-vscode";
publisher = "chenglou92"; publisher = "chenglou92";
inherit version; inherit version;
hash = "sha256-Dt7mqZQ/vEUFyUD5SsY6RGzg9kq19/Amksrwtfv0TuE="; hash = "sha256-3H7JgdmrGMdirVpT08wmwy4G6QLt0H65d3l7o/DuvpI=";
}; };
postPatch = '' postPatch = ''
rm -r ${analysisDir} rm -r ${analysisDir}