Merge pull request #227725 from marsam/update-dot-language-server

dot-language-server: 1.1.26 -> 1.1.27
This commit is contained in:
Mario Rodas 2023-04-23 08:14:40 -05:00 committed by GitHub
commit 107b70afb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "dot-language-server";
version = "1.1.26";
version = "1.1.27";
src = fetchFromGitHub {
owner = "nikeee";
repo = "dot-language-server";
rev = "v${version}";
hash = "sha256-Wv+Bw+mcc4vn1CfjIy5vAg5Kw7TUf+flcqLguvQVaCQ=";
hash = "sha256-Dha6S+qc9rwPvxUkBXYUomyKckEcqp/ESU/24GkrmpA=";
};
npmDepsHash = "sha256-w7c6f+VlBx2kvLyEWgbT9S0hA7mu5gCNuQzGThkXAGY=";
npmDepsHash = "sha256-nI8xPCTZNqeGW4I99cDTxtVLicF1MEIMTPRp7O0bFE4=";
npmBuildScript = "compile";