Commit 4904223b authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

phpPackages.php-parallel-lint: update `vendorHash`

parent a629398e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ php.buildComposerProject2 (finalAttrs: {
  };

  composerLock = ./composer.lock;
  vendorHash = "sha256-AQAASj5vrSE1xkJ/SZHU4GwOWNobe9ES0Yo+YrLH354=";
  vendorHash = "sha256-tAS4EAFb3SyL3j6oIB+YTyZPQcrRbyDFt4QzOwEB8wU=";

  nativeInstallCheckInputs = [ versionCheckHook ];
  doInstallCheck = true;
  versionCheckProgram = "${placeholder "out"}/bin/${finalAttrs.meta.mainProgram}";
  versionCheckProgramArg = "--version";

  meta = {
    description = "Tool to check syntax of PHP files faster than serial check with fancier output";