Unverified Commit 78c0fd2b authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

phpPackages.php-parallel-lint: fix composer hash

Confirmed with diffoscope that only the composer-generated code did change.
See #451395
parent 6a97a234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ php.buildComposerProject2 (finalAttrs: {
  };

  composerLock = ./composer.lock;
  vendorHash = "sha256-ySdLlqlGKZ6LgmAOBMkBNoCAqWrgMwE/Cj6ZEPEsCko=";
  vendorHash = "sha256-AQAASj5vrSE1xkJ/SZHU4GwOWNobe9ES0Yo+YrLH354=";

  nativeInstallCheckInputs = [ versionCheckHook ];
  doInstallCheck = true;