Unverified Commit cc71ed3d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpPackages.php-cs-fixer: 3.70.1 -> 3.73.1 (#392813)

parents ac553fd2 f8a5b639
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -18,11 +18,9 @@ php.buildComposerProject2 (finalAttrs: {

  vendorHash = "sha256-SDLpl2gBvtVjREfcy1WDFqsGRK1fKr2wKPuBkPhApNI=";

  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  versionCheckProgramArg = [ "--version" ];
  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";

  meta = {
    changelog = "https://github.com/phel-lang/phel-lang/releases/tag/v${finalAttrs.version}";
+5 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  php,
  phpunit,
  testers,
  versionCheckHook,
}:

php.buildComposerProject2 (finalAttrs: {
@@ -25,6 +26,10 @@ php.buildComposerProject2 (finalAttrs: {
    tests.version = testers.testVersion { package = phpunit; };
  };

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";

  meta = {
    changelog = "https://github.com/sebastianbergmann/phpunit/blob/${finalAttrs.version}/ChangeLog-${lib.versions.majorMinor finalAttrs.version}.md";
    description = "PHP Unit Testing framework";
+2 −4
Original line number Diff line number Diff line
@@ -54,11 +54,9 @@ rustPlatform.buildRustPackage (finalAttrs: {

  cargoTestFlags = [ "--workspace" ];

  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  versionCheckProgramArg = [ "--version" ];
  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";

  passthru.updateScript = nix-update-script { };

+2 −2
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@ php82.buildComposerProject2 (finalAttrs: {

  vendorHash = "sha256-7oZtuQ7PhB7q9vNO2TLI46kg2q9BgdLjGUduGXAHc0E=";

  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = [ "--version" ];
  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";

  meta = {
    changelog = "https://github.com/box-project/box/releases/tag/${finalAttrs.version}";
+5 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  curl,
  cacert,
  makeBinaryWrapper,
  versionCheckHook,
}:

stdenvNoCC.mkDerivation (finalAttrs: {
@@ -110,6 +111,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";

  meta = {
    changelog = "https://github.com/composer/composer/releases/tag/${finalAttrs.version}";
    description = "Dependency Manager for PHP";
Loading