php81Packages.phpcbf: 3.7.1 -> 3.7.2

This commit is contained in:
R. Ryantm 2023-11-03 05:58:43 +00:00
parent b65f481f0f
commit e044c4e999

View File

@ -2,14 +2,14 @@
let
pname = "phpcbf";
version = "3.7.1";
version = "3.7.2";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
sha256 = "sha256-yTwOg8vaIcIfhJzPD0tCl50gAEpaYXLtDqJw7Keub6g=";
sha256 = "sha256-TspzKpl98IpMl+QyZuuBIvkW05uwAqAAYA/dU5P07+E=";
};
dontUnpack = true;