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

php81Packages.php-cs-fixer: 3.40.0 -> 3.41.1
This commit is contained in:
Pol Dellaiera 2023-12-18 08:26:11 +01:00 committed by GitHub
commit 0d93ea74fb
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.40.0";
version = "3.41.1";
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-9Qoehww0u5FeJwVrn+xBf7f/IgKfIoK7KI1NwOCZH80=";
sha256 = "sha256-1XOJc5WQfHzUf+FOSi2VrcT4iy4/WogYh1HZAiGwjY0=";
};
dontUnpack = true;