php81Packages.php-cs-fixer: 3.40.0 -> 3.41.1

This commit is contained in:
R. Ryantm 2023-12-17 19:06:49 +00:00
parent b77e9f0ecc
commit 417ad7b034

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;