phpPackages.phpcs: 3.5.5 -> 3.5.8

This commit is contained in:
Elis Hirwing 2020-10-24 09:52:44 +02:00
parent 067ee64a85
commit ab864cee02
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, pkgs, lib, php }:
let
pname = "phpcs";
version = "3.5.5";
version = "3.5.8";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
sha256 = "0jl038l55cmzn5ml61qkv4z1w4ri0h3v7h00pcb04xhz3gznlbsa";
sha256 = "037mdnpbgd9xaj556pf14h02a4a6f5zzdg58p2z1sivxcygf8aka";
};
phases = [ "installPhase" ];