Skip to content

Commit

Permalink
Merge pull request #330255 from r-ryantm/auto-update/phpunit
Browse files Browse the repository at this point in the history
phpunit: 11.2.7 -> 11.2.8
  • Loading branch information
drupol authored Jul 26, 2024
2 parents 638c11c + 1769870 commit dc6470b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ph/phpunit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

php.buildComposerProject (finalAttrs: {
pname = "phpunit";
version = "11.2.7";
version = "11.2.8";

src = fetchFromGitHub {
owner = "sebastianbergmann";
repo = "phpunit";
rev = finalAttrs.version;
hash = "sha256-s/zfTW8a+E/FOuHg+oSpVZdxBdfIVL0RmvBBcI6zB9Y=";
hash = "sha256-f3xLLOLpbSbgYoGpJHvUpea+wOu2U3M6jxZy/Rxro20=";
};

vendorHash = "sha256-Gjii3m8wWmZbozKnJW/n9+wQUupemIU8XjmlCuTtfxU=";
Expand Down

0 comments on commit dc6470b

Please sign in to comment.