mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
phpPackages.phpstan: 0.12.4 → 0.12.14
This commit is contained in:
parent
72a5256b1b
commit
08d7cf5c86
@ -441,12 +441,12 @@ let
|
||||
};
|
||||
|
||||
phpstan = mkDerivation rec {
|
||||
version = "0.12.4";
|
||||
version = "0.12.14";
|
||||
pname = "phpstan";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
|
||||
sha256 = "1h386zsbfw9f1r00pjbvj749q1fg5q22sgrnx7rqjrnwmbl5mh36";
|
||||
sha256 = "JAq1/+bVhTgKRR7oFusqZ/yBOYewaOM38ZoiCjirsTg=";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
Loading…
Reference in New Issue
Block a user