Merge pull request #61720 from etu/update-phpstan

phpPackages.phpstan: 0.11.6 -> 0.11.7
This commit is contained in:
Aaron Andersen 2019-05-19 23:03:32 -04:00 committed by GitHub
commit 01dba63132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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