Skip to content

Commit 93539a5

Browse files
committed
phpunit: 11.2.5 -> 11.2.6
1 parent 381a94c commit 93539a5

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
@@ -6,16 +6,16 @@
66

77
php.buildComposerProject (finalAttrs: {
88
pname = "phpunit";
9-
version = "11.2.5";
9+
version = "11.2.6";
1010

1111
src = fetchFromGitHub {
1212
owner = "sebastianbergmann";
1313
repo = "phpunit";
1414
rev = finalAttrs.version;
15-
hash = "sha256-qHHzhDZYzFWQwuXUCpqWgAP5dx4XKYYPSSY6ITSbYjI=";
15+
hash = "sha256-cR7tJlx0cnWPDWoZAVrGY1UGe9lS4pohFaViC/MxT+w=";
1616
};
1717

18-
vendorHash = "sha256-7SRUjCV8raCUcrxnkQhDNAicBhGXTmLIDr0firdPaUk=";
18+
vendorHash = "sha256-B/uo1isTpGPwQc2K752OwwuNU6jy/YFNWvun8nSSKqM=";
1919

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

0 commit comments

Comments
 (0)