Skip to content

Commit 3e46a15

Browse files
phpunit: 11.5.1 -> 11.5.2 (#368840)
2 parents 587b0e8 + 7f6c88d commit 3e46a15

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.1";
12+
version = "11.5.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "sebastianbergmann";
1616
repo = "phpunit";
1717
rev = finalAttrs.version;
18-
hash = "sha256-2qcW1MFV23Hp5uKZ+0oKyVPf4Bd0EDeSxpUsVUNO9sI=";
18+
hash = "sha256-0NVoaUFmmV4EtaErhaqLxJzCbD2WuMaVZC2OHG9+gSA=";
1919
};
2020

21-
vendorHash = "sha256-bv0XuwIvb/gbVECImIb4U0zidv9c/jxMv7PXezjlF4A=";
21+
vendorHash = "sha256-EkTERk8jJWxCZCJnSHfg3Tnn//Ny2985qXJNX/gad58=";
2222

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

0 commit comments

Comments
 (0)