Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #70003 from etu/1909-php-cs
Browse files Browse the repository at this point in the history
[19.09] phpPackages.phpcs: 3.4.2 -> 3.5.0
  • Loading branch information
Ma27 committed Sep 29, 2019
2 parents 8873046 + 0f663ef commit 7a3083f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,12 @@ let
};

phpcs = mkDerivation rec {
version = "3.4.2";
version = "3.5.0";
pname = "phpcs";

src = pkgs.fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
sha256 = "0hk9w5kn72z9xhswfmxilb2wk96vy07z4a1pwrpspjlr23aajrk9";
sha256 = "078anf2r6a3p8v575m65vryazipgfchs07yb92m9xh41lk5wlndf";
};

phases = [ "installPhase" ];
Expand Down

0 comments on commit 7a3083f

Please sign in to comment.