phpPackages.php-parallel-lint: fix composer hash

Confirmed with diffoscope that only the composer-generated code did change.
See #451395
This commit is contained in:
Maximilian Bosch
2025-10-17 15:36:19 +02:00
parent 6a97a2344c
commit 78c0fd2b08

View File

@@ -17,7 +17,7 @@ php.buildComposerProject2 (finalAttrs: {
};
composerLock = ./composer.lock;
vendorHash = "sha256-ySdLlqlGKZ6LgmAOBMkBNoCAqWrgMwE/Cj6ZEPEsCko=";
vendorHash = "sha256-AQAASj5vrSE1xkJ/SZHU4GwOWNobe9ES0Yo+YrLH354=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;