Skip to content

Commit

Permalink
vscode-extensions.chenglou92.rescript-vscode: 1.58.0 -> 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 26, 2024
1 parent 7208b31 commit 5d704b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
callPackage,
}:
let
version = "1.58.0";
version = "1.60.0";
rescript-editor-analysis = callPackage ./rescript-editor-analysis.nix { inherit version; };
arch =
if stdenv.hostPlatform.isLinux then
Expand All @@ -21,7 +21,7 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
name = "rescript-vscode";
publisher = "chenglou92";
inherit version;
hash = "sha256-EuEBbtdCaS4l8ykkxyLLMjEnUMs0IsXoc994a8Pw1Ws=";
hash = "sha256-1jdjSxho7TRADAxs4ccLw7Ea430f+L5aBlLDlUwvXHk=";
};
postPatch = ''
rm -r ${analysisDir}
Expand Down

0 comments on commit 5d704b3

Please sign in to comment.