intelephense: 1.12.6 -> 1.14.1

also removed the update script because it will not magically update the lock file
This commit is contained in:
patka
2025-02-28 20:09:18 +01:00
parent c8bbbe536b
commit a719a4fe04
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -5670,4 +5670,4 @@
}
}
}
}
}
+3 -6
View File
@@ -2,10 +2,9 @@
lib,
buildNpmPackage,
fetchurl,
nix-update-script,
}:
let
version = "1.12.6";
version = "1.14.1";
in
buildNpmPackage {
pname = "intelephense";
@@ -13,19 +12,17 @@ buildNpmPackage {
src = fetchurl {
url = "https://registry.npmjs.org/intelephense/-/intelephense-${version}.tgz";
hash = "sha256-p2x5Ayipoxk77x0v+zRhg86dbRHuBBk1Iegk/FaZrU4=";
hash = "sha256-6TT8RYg6l6Vcua0t5Mn+N/t5FehmY9nOxYAgvSFOre8=";
};
postPatch = ''
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-C60qxPuaiJZ8uQDfDwY+KJUHhXMioPrHnDNJ0bH7N9o=";
npmDepsHash = "sha256-FNafLqlyGopWShr0Ltw1YqaY/Ik9TAT8oHO6tQBTiQc=";
dontNpmBuild = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "Professional PHP tooling for any Language Server Protocol capable editor";
homepage = "https://intelephense.com/";