mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
phpPackages.phpcbf: 3.4.1 -> 3.4.2
This commit is contained in:
parent
3088475c2e
commit
e8b5642db2
@ -287,12 +287,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
phpcbf = pkgs.stdenv.mkDerivation rec {
|
phpcbf = pkgs.stdenv.mkDerivation rec {
|
||||||
version = "3.4.1";
|
version = "3.4.2";
|
||||||
pname = "phpcbf";
|
pname = "phpcbf";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
|
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
|
||||||
sha256 = "052fsgzc39mfjy34mv1ip2qdghypsy218wfp8vh3a593pzkmzdcv";
|
sha256 = "08s47r8i5dyjivk1q3nhrz40n6fx3zghrn5irsxfnx5nj9pb7ffp";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user