php.packages.phpstan: 1.8.6 -> 1.9.4
This commit is contained in:
parent
9f9d76be97
commit
f9868dcf62
1 changed files with 4 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
|||
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
|
||||
|
||||
let
|
||||
pname = "phpstan";
|
||||
version = "1.8.6";
|
||||
version = "1.9.4";
|
||||
in
|
||||
mkDerivation {
|
||||
inherit pname version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
|
||||
sha256 = "sha256-8scUd8BT6u9rqBPoaXozkn6H9PIWF/MWNWT9y8RwPkg=";
|
||||
sha256 = "sha256-A+F/ZoL6dLYx4MWN0eWXtQnmWJPYBqEcSgY4A1oR3mo=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
@ -25,6 +26,7 @@ mkDerivation {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/phpstan/phpstan/releases/tag/${version}";
|
||||
description = "PHP Static Analysis Tool";
|
||||
longDescription = ''
|
||||
PHPStan focuses on finding errors in your code without actually
|
||||
|
|
Loading…
Reference in a new issue