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:
Martin Weinelt 2023-06-05 11:26:05 +02:00
parent 5344f09328
commit 50511e0a27
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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