Commit a629398e authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

phpPackages.php-cs-fixer: update `vendorHash`

parent 314ed3b2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,14 +17,13 @@ php.buildComposerProject2 (finalAttrs: {
  };

  composerLock = ./composer.lock;
  vendorHash = "sha256-I4F6WDnWDEmLJFRGMS2QV62jaNAtZoTNQBoH3gT3OAw=";
  vendorHash = "sha256-iQRY9DY2AEHuP3KJKC9ei8xcXgMvzxvyFl/9FwtN+kE=";

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";

  meta = {
    broken = lib.versionOlder php.version "8.2";
    changelog = "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v${finalAttrs.version}";
    description = "Tool to automatically fix PHP coding standards issues";
    homepage = "https://cs.symfony.com/";