phpPackages.phpmd: 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 21:51:54 +02:00
parent 5e612de412
commit c75ff9ff2e
@@ -19,7 +19,7 @@ php.buildComposerProject2 (finalAttrs: {
# Missing `composer.lock` from the repository.
# Issue open at https://github.com/phpmd/phpmd/issues/1056
composerLock = ./composer.lock;
vendorHash = "sha256-AahAs3Gq1OQ+CW3+rU8NnWcR3hKzVNq7s3llsO4mQ38=";
vendorHash = "sha256-tiL8PL6Muc/i4Il1rCeEKenCmIEVn3rHFZInbUGQW9o=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";