Merge pull request #69941 from Ma27/bump-phpcs
phpPackages.phpcs: 3.4.2 -> 3.5.0
This commit is contained in:
commit
195da9d17a
@ -365,12 +365,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
phpcs = mkDerivation rec {
|
phpcs = mkDerivation rec {
|
||||||
version = "3.4.2";
|
version = "3.5.0";
|
||||||
pname = "phpcs";
|
pname = "phpcs";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
|
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
|
||||||
sha256 = "0hk9w5kn72z9xhswfmxilb2wk96vy07z4a1pwrpspjlr23aajrk9";
|
sha256 = "078anf2r6a3p8v575m65vryazipgfchs07yb92m9xh41lk5wlndf";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user