php.packages.phpmd: 2.8.2 -> 2.13.0
This commit is contained in:
parent
7276d00b8f
commit
9f9d76be97
1 changed files with 4 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
|||
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
|
||||
|
||||
let
|
||||
pname = "phpmd";
|
||||
version = "2.8.2";
|
||||
version = "2.13.0";
|
||||
in
|
||||
mkDerivation {
|
||||
inherit pname version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/phpmd/phpmd/releases/download/${version}/phpmd.phar";
|
||||
sha256 = "1i8qgzxniw5d8zjpypalm384y7qfczapfq70xmg129laq6xiqlqb";
|
||||
sha256 = "LNR7qT3KIhIeq9WPdXVGsnuzzXN4ze/juDMpt1Ke/A0=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
@ -25,6 +26,7 @@ mkDerivation {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/phpmd/phpmd/releases/tag/${version}";
|
||||
description = "PHP code quality analyzer";
|
||||
license = licenses.bsd3;
|
||||
homepage = "https://phpmd.org/";
|
||||
|
|
Loading…
Reference in a new issue