Merge pull request #241944 from natsukium/docker-compose-language-service/update

docker-compose-language-service: 0.1.3 -> 0.2.0
This commit is contained in:
Weijia Wang 2023-07-09 14:14:16 +03:00 committed by GitHub
commit 6c7843e3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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