mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] matlab-language-server: 1.3.11 -> 1.3.12 (#532247)
This commit is contained in:
commit
03b384df87
1 changed files with 3 additions and 3 deletions
|
|
@ -6,16 +6,16 @@
|
|||
|
||||
buildNpmPackage (finalAttrs: {
|
||||
pname = "matlab-language-server";
|
||||
version = "1.3.11";
|
||||
version = "1.3.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mathworks";
|
||||
repo = "matlab-language-server";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-UY+rYWfLHSc+1wDZsRfttX9asFOmV4i42/vxdqLQSuw=";
|
||||
hash = "sha256-+0aVg5SesV8zOndRLTpz3WwLW32GxLLVlMcWj46vVIM=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-r4GE9uQwjyPWUitaxXLejH4Ej8SWw+slGlYIo0OX3HM=";
|
||||
npmDepsHash = "sha256-SQtUgX3yNXwUxZxPvNdYAtLBAu++2DiAx301X0LnAQo=";
|
||||
|
||||
npmBuildScript = "package";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue