intelephense: 1.14.1 -> 1.14.4 (#396326)

This commit is contained in:
Pol Dellaiera 2025-04-06 12:26:09 +02:00 committed by GitHub
commit f53f5f75b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
fetchurl,
}:
let
version = "1.14.1";
version = "1.14.4";
in
buildNpmPackage {
pname = "intelephense";
@ -12,7 +12,7 @@ buildNpmPackage {
src = fetchurl {
url = "https://registry.npmjs.org/intelephense/-/intelephense-${version}.tgz";
hash = "sha256-6TT8RYg6l6Vcua0t5Mn+N/t5FehmY9nOxYAgvSFOre8=";
hash = "sha256-vFXwkFPmgEbB2RtB0lxT6UaZMxaWXh+3BHCL9+1rRjk=";
};
postPatch = ''