phpPackages.phpstan: 0.12.32 -> 0.12.48
This commit is contained in:
parent
582f5cea5f
commit
9ba6c73c50
|
@ -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" ];
|
||||
|
|
Loading…
Reference in New Issue