intelephense: 1.14.4 -> 1.16.1

Diff: https://npmdiff.dev/intelephense/1.14.4/1.16.1
This commit is contained in:
Michael Daniels
2025-11-22 10:06:06 -05:00
parent 8a7cf7e9e1
commit 5b00d2d6b2
2 changed files with 650 additions and 977 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -4,7 +4,7 @@
fetchurl,
}:
let
version = "1.14.4";
version = "1.16.1";
in
buildNpmPackage {
pname = "intelephense";
@@ -12,14 +12,14 @@ buildNpmPackage {
src = fetchurl {
url = "https://registry.npmjs.org/intelephense/-/intelephense-${version}.tgz";
hash = "sha256-vFXwkFPmgEbB2RtB0lxT6UaZMxaWXh+3BHCL9+1rRjk=";
hash = "sha256-hbKl0kCdqGnVMJvGeWgz8ivQnpS9qzyLUwToQQQ7uMY=";
};
postPatch = ''
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-UFtJRYKk3unStsdoOa6Dwn41KnaDxdWXTNBcIQkZaLI=";
npmDepsHash = "sha256-gzalO/qXD2ZXXeb3FmzIWBbHpeBrQcNcu2j4udmsZvc=";
dontNpmBuild = true;