Merge pull request #316963 from r-ryantm/auto-update/vscode-extensions.chenglou92.rescript-vscode

vscode-extensions.chenglou92.rescript-vscode: 1.50.0 -> 1.52.0
This commit is contained in:
superherointj 2024-06-04 13:38:25 -03:00 committed by GitHub
commit d1e34f6138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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