phpPackages.phpstan: 0.12.0 -> 0.12.3
Changelogs: - https://github.com/phpstan/phpstan/releases/tag/0.12.1 - https://github.com/phpstan/phpstan/releases/tag/0.12.2 - https://github.com/phpstan/phpstan/releases/tag/0.12.3
This commit is contained in:
parent
089c0efe8c
commit
c593cf54dc
@ -429,12 +429,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
phpstan = mkDerivation rec {
|
phpstan = mkDerivation rec {
|
||||||
version = "0.12.0";
|
version = "0.12.3";
|
||||||
pname = "phpstan";
|
pname = "phpstan";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
|
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
|
||||||
sha256 = "0029727360x0qf6acw4y9yczj59y477i0hx278pb64dvy63fzkmk";
|
sha256 = "08ya50qf75nq8ypyhb0vsqnj166kc27rc8iasxr3y7kssbfd95ai";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
@ -457,7 +457,7 @@ let
|
|||||||
actual line.
|
actual line.
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = https://github.com/phpstan/phpstan;
|
homepage = "https://github.com/phpstan/phpstan";
|
||||||
maintainers = with maintainers; [ etu ];
|
maintainers = with maintainers; [ etu ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user