Unverified Commit ebd7130f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

php81Packages.php-cs-fixer: 3.16.0 -> 3.21.1
parents 0a720d0a 1c1c8bfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

let
  pname = "php-cs-fixer";
  version = "3.16.0";
  version = "3.21.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-B4VzfsSwcffR/t4eREMLH9jRWCTumYel6GM4rpumVBY=";
    sha256 = "sha256-f/hD2it/l2hWGVoIXQBJYDC7s7JPSE+7RzbpdeNNRvg=";
  };

  dontUnpack = true;