about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-02-14 21:26:02 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-02-14 21:32:51 +0100
commitac35d418f439c499665836de5ef9b5c91c0bee05 (patch)
treee5c0c88040e17c3c5bd82528e0da8aac0ede9741 /pkgs
parentf7e8132daca31b1e3859ac0fb49741754375ac3d (diff)
phpdocumentor: 3.4.1 -> 3.4.3, fix the build
Changes:
https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.4.2
https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.4.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ph/phpdocumentor/package.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/by-name/ph/phpdocumentor/package.nix b/pkgs/by-name/ph/phpdocumentor/package.nix
index 3f2002a0da4af..d94b143a0c0e6 100644
--- a/pkgs/by-name/ph/phpdocumentor/package.nix
+++ b/pkgs/by-name/ph/phpdocumentor/package.nix
@@ -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