phpPackages.phpstan: 0.12.32 -> 0.12.48

This commit is contained in:
Soner Sayakci 2020-10-02 21:29:39 +02:00
parent 582f5cea5f
commit 9ba6c73c50
No known key found for this signature in database
GPG Key ID: 9C1024313354ABDE
1 changed files with 2 additions and 2 deletions

View File

@ -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" ];