Skip to content

Commit

Permalink
phpdocumentor: switch to buildComposerProject2 (#372759)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 10, 2025
2 parents 64b7a93 + 3e160f9 commit de8b5ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ph/phpdocumentor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
makeBinaryWrapper,
}:

php.buildComposerProject (finalAttrs: {
php.buildComposerProject2 (finalAttrs: {
pname = "phpdocumentor";
version = "3.5.3";
version = "3.6.0";

src = fetchFromGitHub {
owner = "phpDocumentor";
repo = "phpDocumentor";
tag = "v${finalAttrs.version}";
hash = "sha256-zpAKygpxyKYfefa5ag76saTSQNLon/v3rYkl0Nj2+FM=";
hash = "sha256-8TQlqXhZ3rHmOAuxsBYa+7JD+SxMQY0NZgCyElStFag=";
};

vendorHash = "sha256-VNlAzWueF7ZXBpr9RrJghMPrAUof7f1DCh1osFIwFfs=";
vendorHash = "sha256-d+K/4xdhk0OlGmcjIRbMmTJJZjDSqfkvmynOl2thtmg=";

# Needed because of the unbound version constraint on phpdocumentor/json-path
composerStrictValidation = false;
Expand Down

0 comments on commit de8b5ae

Please sign in to comment.