docker-compose-language-service: 0.1.3 -> 0.2.0
Diff: https://github.com/microsoft/compose-language-service/compare/v0.1.3...v0.2.0 Changelog: https://github.com/microsoft/compose-language-service/releases/tag/v0.2.0
This commit is contained in:
parent
a6a2375c5f
commit
58cef3a800
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildNpmPackage rec {
|
||||
pname = "docker-compose-language-service";
|
||||
version = "0.1.3";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "microsoft";
|
||||
repo = "compose-language-service";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-faQvUHzqtCipceGnamVQIlAWCDpo7oX01/zGz9RLjMY=";
|
||||
hash = "sha256-UBnABi7DMKrAFkRA8H6us/Oq4yM0mJ+kwOm0Rt8XnGw=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-gWaZMsI1HVIXKZInfgzfH8syzOwU2C6kcKvB2M6KLX4=";
|
||||
npmDepsHash = "sha256-G1X9WrnwN6wM9S76PsGrPTmmiMBUKu4T2Al3HH3Wo+w=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Language service for Docker Compose documents";
|
||||
|
|
Loading…
Reference in a new issue