mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #289625 from patka-123/pdepend
pdepend: 2.15.1 -> 2.16.2
This commit is contained in:
commit
324f082a6d
1415
pkgs/by-name/pd/pdepend/composer.lock
generated
1415
pkgs/by-name/pd/pdepend/composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,20 +1,24 @@
|
||||
{ php, fetchFromGitHub, lib }:
|
||||
{ php
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
}:
|
||||
|
||||
php.buildComposerProject (finalAttrs: {
|
||||
pname = "pdepend";
|
||||
version = "2.15.1";
|
||||
version = "2.16.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pdepend";
|
||||
repo = "pdepend";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-tVWOR0rKMnQDeHk3MHhEVOjn+dSpoMx+Ln+AwFRMwYs=";
|
||||
hash = "sha256-2Ruubcm9IWZYu2LGeGeKm1tmHca0P5xlKYkuBCCV9ag=";
|
||||
};
|
||||
|
||||
composerLock = ./composer.lock;
|
||||
vendorHash = "sha256-MWm8urRB9IujqrIl22x+JFFCRR+nINLQqnHUywT2pi0=";
|
||||
vendorHash = "sha256-Rvvy6MI0q+T2W7xzf2UqWIbsqgrWhgqVnzhphQ3iw9g=";
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/pdepend/pdepend/releases/tag/${finalAttrs.version}";
|
||||
description = "An adaptation of JDepend for PHP";
|
||||
homepage = "https://github.com/pdepend/pdepend";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -24,7 +28,7 @@ php.buildComposerProject (finalAttrs: {
|
||||
of your design in terms of extensibility, reusability and
|
||||
maintainability.
|
||||
";
|
||||
mainProgram = "pdepend";
|
||||
maintainers = lib.teams.php.members;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user