Skip to content

Commit

Permalink
phpdocumentor: 3.5.3 -> 3.6.0
Browse files Browse the repository at this point in the history
(manual cherry picked from commit d88d2c2)
  • Loading branch information
drupol committed Jan 10, 2025
1 parent cb78d9f commit 3e160f9
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 @@ -7,16 +7,16 @@

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-whyLSlv0s7v+oi+0Qv8tBxUzYrUOARUjKZiNTfIqoTU=";
vendorHash = "sha256-d+K/4xdhk0OlGmcjIRbMmTJJZjDSqfkvmynOl2thtmg=";

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

0 comments on commit 3e160f9

Please sign in to comment.