Unverified Commit 591b7a98 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #288864 from LeSuisse/phpdocumentor-3.4.3

phpdocumentor: 3.4.1 -> 3.4.3, fix the build
parents eba1ed65 ac35d418
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -5,16 +5,19 @@

php.buildComposerProject (finalAttrs: {
  pname = "phpdocumentor";
  version = "3.4.1";
  version = "3.4.3";

  src = fetchFromGitHub {
    owner = "phpDocumentor";
    repo = "phpDocumentor";
    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 = ''
    runHook preInstall