Skip to content

Commit

Permalink
phpunit: 11.5.6 -> 12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 15, 2025
1 parent 866edf5 commit 98d4751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ph/phpunit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

php.buildComposerProject2 (finalAttrs: {
pname = "phpunit";
version = "11.5.6";
version = "12.0.2";

src = fetchFromGitHub {
owner = "sebastianbergmann";
repo = "phpunit";
tag = finalAttrs.version;
hash = "sha256-D64FmqGalhhldMnYXD/IX6uF1a8pG/1PxLTKk6Uuapg=";
hash = "sha256-1623F3F9nGa+6cyBUqa1/gxQ9JqbWpgF9I8nhE0sDSQ=";
};

vendorHash = "sha256-o/ApdPy/gqklwpTWbZh25HXh5sv4S9+xtOV3YNJ4lvs=";
vendorHash = "sha256-GeoLTnPLeq4TPqgWue4Z8AC2AbzkH8NYJ/NrUyYWQ2U=";

passthru = {
updateScript = nix-update-script { };
Expand Down

0 comments on commit 98d4751

Please sign in to comment.