phpPackages.phpcs: 3.5.0 -> 3.5.1
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.5.1
This commit is contained in:
parent
0d8f2eca32
commit
79a2978517
1 changed files with 2 additions and 2 deletions
|
@ -365,12 +365,12 @@ let
|
|||
};
|
||||
|
||||
phpcs = mkDerivation rec {
|
||||
version = "3.5.0";
|
||||
version = "3.5.1";
|
||||
pname = "phpcs";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
|
||||
sha256 = "078anf2r6a3p8v575m65vryazipgfchs07yb92m9xh41lk5wlndf";
|
||||
sha256 = "060jzgd99j16xjs0n75sgp79an6n7qp6zv5lrw6700jnw67zpmn7";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
|
Loading…
Reference in a new issue