Merge pull request #288864 from LeSuisse/phpdocumentor-3.4.3
phpdocumentor: 3.4.1 -> 3.4.3, fix the build
This commit is contained in:
commit
591b7a98ae
1 changed files with 6 additions and 3 deletions
|
@ -5,16 +5,19 @@
|
||||||
|
|
||||||
php.buildComposerProject (finalAttrs: {
|
php.buildComposerProject (finalAttrs: {
|
||||||
pname = "phpdocumentor";
|
pname = "phpdocumentor";
|
||||||
version = "3.4.1";
|
version = "3.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "phpDocumentor";
|
owner = "phpDocumentor";
|
||||||
repo = "phpDocumentor";
|
repo = "phpDocumentor";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-fNjix3pJDRCTWM3Xtn+AtZe4RJfgQ60kiJB9J9tC5t4=";
|
hash = "sha256-NCBCwQ8im6ttFuQBaG+bzmtinf+rqNnbogcK8r60dCM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-rsBg2EHbvYLVr6haN1brHZFVjLDaxqdkNWf0HL3Eoy0=";
|
vendorHash = "sha256-/TJ/CahmOWcRBlAsJDzWcfhlDd+ypRapruFT0Dvlb1w=";
|
||||||
|
|
||||||
|
# Needed because of the unbound version constraint on phpdocumentor/json-path
|
||||||
|
composerStrictValidation = false;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
Loading…
Reference in a new issue