1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

phpPackages.phpcbf: 3.3.2 -> 3.4.0

Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.4.0
This commit is contained in:
Elis Hirwing 2018-12-20 09:43:59 +01:00
parent c95909721e
commit 6337cbfd30
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

@ -384,11 +384,11 @@ let
phpcbf = pkgs.stdenv.mkDerivation rec {
name = "phpcbf-${version}";
version = "3.3.2";
version = "3.4.0";
src = pkgs.fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
sha256 = "1qxcd7lkqrfjibkrqq1f5szrcjmd6682mwaxha7v93pj9f92wgn4";
sha256 = "0iscs4hg1msk8198pmkdmbxn1g53gbq3i5qgszs0bi6hz3ng9ag9";
};
phases = [ "installPhase" ];