Skip to content

Commit 98d4751

Browse files
committed
phpunit: 11.5.6 -> 12.0.2
1 parent 866edf5 commit 98d4751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ph/phpunit/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
php.buildComposerProject2 (finalAttrs: {
1111
pname = "phpunit";
12-
version = "11.5.6";
12+
version = "12.0.2";
1313

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

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

2323
passthru = {
2424
updateScript = nix-update-script { };

0 commit comments

Comments
 (0)