phpPackages.phpstan: 0.11.6 -> 0.11.7

Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.7
This commit is contained in:
Elis Hirwing 2019-05-19 22:46:12 +02:00
parent 87f62e8f0f
commit 45afc645c7
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

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