Merge pull request #62205 from etu/phpstan-update

phpPackages.phpstan: 0.11.7 -> 0.11.8
This commit is contained in:
Elis Hirwing 2019-05-29 12:18:17 +02:00 committed by GitHub
commit 9204e7b2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,12 +367,12 @@ let
};
phpstan = mkDerivation rec {
version = "0.11.7";
version = "0.11.8";
pname = "phpstan";
src = pkgs.fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "0148ygnmj8wwal432isfq3zhf7qw902sfd2llwl6nw4wf0a6kf73";
sha256 = "0xdf0kq5jpbqs6dwyv2fggd3cxjjq16xk5nxz1hgh5d58x5yh14n";
};
phases = [ "installPhase" ];