mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
phpPackages.phpcbf: 2.6.0 -> 3.2.3
Release notes: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.2.3 Plus an infinite of versions before that.
This commit is contained in:
parent
8061a9a462
commit
1e4763f1be
1 changed files with 3 additions and 3 deletions
|
@ -470,11 +470,11 @@ let
|
|||
|
||||
phpcbf = pkgs.stdenv.mkDerivation rec {
|
||||
name = "phpcbf-${version}";
|
||||
version = "2.6.0";
|
||||
version = "3.2.3";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
|
||||
sha256 = "1ijf52cgd85ypvw431nnmzij6156ryhfvmajpkr7plfw0iccqc5j";
|
||||
sha256 = "00p0l01shxx1h6g26j2dbfrp9j7im541das4xps4wrsvc4h4da9l";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
@ -491,7 +491,7 @@ let
|
|||
description = "PHP coding standard beautifier and fixer";
|
||||
license = licenses.bsd3;
|
||||
homepage = https://squizlabs.github.io/PHP_CodeSniffer/;
|
||||
maintainers = with maintainers; [ cmcdragonkai ];
|
||||
maintainers = with maintainers; [ cmcdragonkai etu ];
|
||||
};
|
||||
};
|
||||
}; in self
|
||||
|
|
Loading…
Reference in a new issue