vscode-langservers-extracted: 4.7.0 -> 4.8.0

Diff: https://github.com/hrsh7th/vscode-langservers-extracted/compare/v4.7.0...v4.8.0
This commit is contained in:
Doron Behar 2023-10-27 10:19:48 +03:00
parent 377a39f0a2
commit c1c760a1f2

View File

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "vscode-langservers-extracted";
version = "4.7.0";
version = "4.8.0";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = pname;
rev = "v${version}";
hash = "sha256-RLRDEHfEJ2ckn0HTMu0WbMK/o9W20Xwm+XI6kCq57u8=";
hash = "sha256-sGnxmEQ0J74zNbhRpsgF/cYoXwn4jh9yBVjk6UiUdK0=";
};
npmDepsHash = "sha256-DhajWr+O0zgJALr7I/Nc5GmkOsa9QXfAQpZCaULV47M=";
npmDepsHash = "sha256-LFWC87Ahvjf2moijayFze1Jk0TmTc7rOUd/s489PHro=";
buildPhase =
let