Merge pull request #99413 from shyim/update-phpstan

phpPackages.phpstan: 0.12.32 -> 0.12.48
This commit is contained in:
Elis Hirwing 2020-10-03 08:10:36 +02:00 committed by GitHub
commit 260940576a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -232,12 +232,12 @@ in
};
phpstan = mkDerivation rec {
version = "0.12.32";
version = "0.12.48";
pname = "phpstan";
src = pkgs.fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "0sb7yhjjh4wj8wbv4cdf0n1lvhx1ciz7ch8lr73maajj2xbvy1zk";
sha256 = "170yzz23lyipyckv8y2x9masv5qdmbskwwlbfc8750xb3g2q7pzl";
};
phases = [ "installPhase" ];