Skip to content

Commit

Permalink
Merge pull request NixOS#325635 from r-ryantm/auto-update/vue-languag…
Browse files Browse the repository at this point in the history
…e-server

vue-language-server: 2.0.24 -> 2.0.26
  • Loading branch information
Mic92 committed Jul 11, 2024
2 parents c0689af + a804927 commit 9da3a02
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 94 deletions.
182 changes: 91 additions & 91 deletions pkgs/by-name/vu/vue-language-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/by-name/vu/vue-language-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

buildNpmPackage rec {
pname = "vue-language-server";
version = "2.0.24";
version = "2.0.26";

src = fetchurl {
url = "https://registry.npmjs.org/@vue/language-server/-/language-server-${version}.tgz";
hash = "sha256-uEYDg4Sybqodb2/w2mmZqi0uWffBzSSTvttcNWt01MI=";
hash = "sha256-SKEc7ft0FxafU7vuN5MQY97gdLG65fMpMIhV2aGosRs=";
};

npmDepsHash = "sha256-6idBvR+Ua6uwwX4doB1X8ERqgBI5bJ6e9G13JhPUFP4=";
npmDepsHash = "sha256-kx3axLCVD0obVDE0RE6EM+ZnHU5mjMA+lF8H9dR0X2I=";

postPatch = ''
ln -s ${./package-lock.json} package-lock.json
Expand Down

0 comments on commit 9da3a02

Please sign in to comment.