Merge pull request #67341 from etu/phpstan-0-11-15

phpPackages.phpstan: 0.11.12 -> 0.11.15
This commit is contained in:
Maximilian Bosch 2019-08-23 17:31:13 +02:00 committed by GitHub
commit 57cbd294f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,12 +392,12 @@ let
};
phpstan = mkDerivation rec {
version = "0.11.12";
version = "0.11.15";
pname = "phpstan";
src = pkgs.fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "12k74108f7a3k7ms8n4c625vpxrq75qamw1k1q09ndzmbn3i7c9b";
sha256 = "1fa3bq5k548jpyph2rxkgnarblyy5f1m55awjcps8mjqbw9r6439";
};
phases = [ "installPhase" ];