intelephense: 1.14.1 -> 1.14.4

release notes: https://github.com/bmewburn/vscode-intelephense/releases/tag/v1.14.4
This commit is contained in:
patka 2025-04-05 14:49:38 +02:00
parent e981466fbb
commit 4b790277d7
No known key found for this signature in database

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 = ''