Merge pull request #265156 from r-ryantm/auto-update/php81Packages.phpcbf

php81Packages.phpcbf: 3.7.1 -> 3.7.2
This commit is contained in:
Elis Hirwing 2023-11-03 07:52:59 +01:00 committed by GitHub
commit 4bfe98b5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;