Unverified Commit cdeee848 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

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

lsp-plugins: use php82
parents 41875e71 569d6d66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };