mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
php.packages.phpcbf: 3.6.0 -> 3.7.1
This commit is contained in:
parent
70b8963e8f
commit
cafba5ff24
@ -1,14 +1,15 @@
|
||||
{ mkDerivation, fetchurl, lib, php, makeWrapper }:
|
||||
|
||||
let
|
||||
pname = "phpcbf";
|
||||
version = "3.6.0";
|
||||
version = "3.7.1";
|
||||
in
|
||||
mkDerivation {
|
||||
inherit pname version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
|
||||
sha256 = "04wb1imm4934mpy2hxcmqh4cn7md1vwmfii39p6mby809325b5z1";
|
||||
sha256 = "sha256-yTwOg8vaIcIfhJzPD0tCl50gAEpaYXLtDqJw7Keub6g=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
@ -25,6 +26,7 @@ mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/${version}";
|
||||
description = "PHP coding standard beautifier and fixer";
|
||||
license = licenses.bsd3;
|
||||
homepage = "https://squizlabs.github.io/PHP_CodeSniffer/";
|
||||
|
Loading…
Reference in New Issue
Block a user