mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
phpPackages.phpcs: 3.5.1 -> 3.5.3
This commit is contained in:
parent
4a1684f378
commit
b7fb18ae9f
1 changed files with 2 additions and 2 deletions
|
@ -381,12 +381,12 @@ let
|
|||
};
|
||||
|
||||
phpcs = mkDerivation rec {
|
||||
version = "3.5.1";
|
||||
version = "3.5.3";
|
||||
pname = "phpcs";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
|
||||
sha256 = "060jzgd99j16xjs0n75sgp79an6n7qp6zv5lrw6700jnw67zpmn7";
|
||||
sha256 = "0y4nhsifj4pdmf5g1nnm4951yjgiqswyz7wmjxx6kqiqc7chlkml";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
|
Loading…
Reference in a new issue