Merge pull request #330895 from andresilva/andre/lsp-plugins-use-php82

lsp-plugins: use php82
This commit is contained in:
Atemu 2024-07-30 10:59:32 +02:00 committed by GitHub
commit cdeee84877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32029,7 +32029,7 @@ with pkgs;
lrzsz = callPackage ../tools/misc/lrzsz { };
lsp-plugins = callPackage ../applications/audio/lsp-plugins { php = php81; };
lsp-plugins = callPackage ../applications/audio/lsp-plugins { php = php82; };
ltex-ls = callPackage ../tools/text/ltex-ls { };