Unverified Commit c75ff9ff authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

phpPackages.phpmd: fix composer hash

Confirmed with diffoscope that only the composer-generated code did change.
See #451395
parent 5e612de4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";