mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
ansible-language-server: 1.0.5 -> 1.1.0
https://github.com/ansible/ansible-language-server/releases/tag/v1.1.0
This commit is contained in:
parent
7f2f740123
commit
effafa6846
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "ansible-language-server";
|
pname = "ansible-language-server";
|
||||||
version = "1.0.5";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ansible";
|
owner = "ansible";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-OpYxG6rSPCu2jWyOU1+Dt4LM/3pZKaQyJE8emykh2K4=";
|
hash = "sha256-kyyYHA0+n8zo1GOzC5lW+QnAn2EtLq0bB1L11yONJbE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-pK8Kn4w3QFcfjm0F1bEK9La36wTbmuGzkKMeBIc/9eo=";
|
npmDepsHash = "sha256-0mOj0HV6fbImuYDKr3S2SUO8nHN7R0FX9Ihi0GtoSR4=";
|
||||||
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 New Issue
Block a user