ansible-language-server: 1.0.4 -> 1.0.5
https://github.com/ansible/ansible-language-server/releases/tag/v1.0.5
This commit is contained in:
parent
5344f09328
commit
50511e0a27
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "ansible-language-server";
|
pname = "ansible-language-server";
|
||||||
version = "1.0.4";
|
version = "1.0.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ansible";
|
owner = "ansible";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-IBySScjfF2bIbiOv09uLMt9QH07zegm/W1vmGhdWxGY=";
|
hash = "sha256-OpYxG6rSPCu2jWyOU1+Dt4LM/3pZKaQyJE8emykh2K4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-rJ1O2OsrJhTIfywK9/MRubwwcCmMbu61T4zyayg+mAU=";
|
npmDepsHash = "sha256-pK8Kn4w3QFcfjm0F1bEK9La36wTbmuGzkKMeBIc/9eo=";
|
||||||
npmBuildScript = "compile";
|
npmBuildScript = "compile";
|
||||||
|
|
||||||
# We remove/ignore the prepare and prepack scripts because they run the
|
# We remove/ignore the prepare and prepack scripts because they run the
|
||||||
|
|
Loading…
Reference in a new issue