Commit ac35d418 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files
parent f7e8132d
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