phpPackages.phpstan: 0.11.1 -> 0.11.2
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.2
This commit is contained in:
parent
91c7157919
commit
3cf8394daf
@ -411,11 +411,11 @@ let
|
|||||||
|
|
||||||
phpstan = pkgs.stdenv.mkDerivation rec {
|
phpstan = pkgs.stdenv.mkDerivation rec {
|
||||||
name = "phpstan-${version}";
|
name = "phpstan-${version}";
|
||||||
version = "0.11.1";
|
version = "0.11.2";
|
||||||
|
|
||||||
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 = "0iivfp9945gv6pqhp01720rlwzfd260hbfq31a3mmimly721mnsa";
|
sha256 = "0pkcak51vfrqlwivxbb5pdvc34pxia8pdraii97wmcg4z0d4i1rx";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user