mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
phpPackages.phpcbf: 3.5.0 -> 3.5.1
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.5.1
This commit is contained in:
parent
ab42edccc2
commit
0d8f2eca32
|
@ -338,12 +338,12 @@ let
|
|||
};
|
||||
|
||||
phpcbf = mkDerivation rec {
|
||||
version = "3.5.0";
|
||||
version = "3.5.1";
|
||||
pname = "phpcbf";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
|
||||
sha256 = "15n3r3sc62ar1kq38idw22y7gasvy747bix99zs0l0paapcbxz6n";
|
||||
sha256 = "1b68cmdvg356s2vk5q0jkk8sizza7r7pbcl9v5s0944wi0apsj0r";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
|
Loading…
Reference in a new issue