Skip to content

Commit

Permalink
phpdocumentor: 3.5.3 -> 3.6.0 (NixOS#367691)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Dec 23, 2024
2 parents c1d048a + d88d2c2 commit 38bbe73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ph/phpdocumentor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

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

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

vendorHash = "sha256-VNlAzWueF7ZXBpr9RrJghMPrAUof7f1DCh1osFIwFfs=";
vendorHash = "sha256-5EArmUc3a4+k0YncsPEfeJRR2uDgNKdIDONwQ8cAeVE=";

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

0 comments on commit 38bbe73

Please sign in to comment.