Skip to content

Commit

Permalink
fix(modules/vscode): Fix hash of volar extension that has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Apr 25, 2024
1 parent 529d064 commit 82a1bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/development/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
publisher = "Vue";
name = "volar";
version = "1.8.27";
sha256 = "sha256-6FktlAJmOD3dQNn2TV83ROw41NXZ/MgquB0RFQqwwW0=";
sha256 = "sha256-KfWgdz61NURmS1cwFsE9AmIrEykyN5MXIKfG8gDfmac=";
};
php-sniffer = pkgs.vscode-utils.extensionFromVscodeMarketplace {
# https://marketplace.visualstudio.com/items?itemName=wongjn.php-sniffer
Expand Down

0 comments on commit 82a1bde

Please sign in to comment.