Merge pull request #270394 from r-ryantm/auto-update/php81Packages.php-cs-fixer

php81Packages.php-cs-fixer: 3.37.1 -> 3.40.0
This commit is contained in:
Pol Dellaiera 2023-11-27 20:47:13 +01:00 committed by GitHub
commit caba42edf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
let
pname = "php-cs-fixer";
version = "3.37.1";
version = "3.40.0";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar";
sha256 = "sha256-zKPkxHPF8StDgs1DC+WKVvo3VGzs+lJElRHliKUXtcw=";
sha256 = "sha256-9Qoehww0u5FeJwVrn+xBf7f/IgKfIoK7KI1NwOCZH80=";
};
dontUnpack = true;