php.packages.phpcs: 3.5.4 -> 3.5.5
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.5.5
This commit is contained in:
parent
4610b24fd7
commit
9c161f0ea2
1 changed files with 2 additions and 2 deletions
|
@ -177,12 +177,12 @@ in
|
|||
};
|
||||
|
||||
phpcs = mkDerivation rec {
|
||||
version = "3.5.4";
|
||||
version = "3.5.5";
|
||||
pname = "phpcs";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
|
||||
sha256 = "1lrybdxxig3yqd3i3nwji5jjn377p50sbpm4s4852dlsxz9qnlgs";
|
||||
sha256 = "0jl038l55cmzn5ml61qkv4z1w4ri0h3v7h00pcb04xhz3gznlbsa";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
|
Loading…
Reference in a new issue