We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e34669c + 98d4751 commit 6ca4c0bCopy full SHA for 6ca4c0b
pkgs/by-name/ph/phpunit/package.nix
@@ -9,16 +9,16 @@
9
10
php.buildComposerProject2 (finalAttrs: {
11
pname = "phpunit";
12
- version = "11.5.6";
+ version = "12.0.2";
13
14
src = fetchFromGitHub {
15
owner = "sebastianbergmann";
16
repo = "phpunit";
17
tag = finalAttrs.version;
18
- hash = "sha256-D64FmqGalhhldMnYXD/IX6uF1a8pG/1PxLTKk6Uuapg=";
+ hash = "sha256-1623F3F9nGa+6cyBUqa1/gxQ9JqbWpgF9I8nhE0sDSQ=";
19
};
20
21
- vendorHash = "sha256-o/ApdPy/gqklwpTWbZh25HXh5sv4S9+xtOV3YNJ4lvs=";
+ vendorHash = "sha256-GeoLTnPLeq4TPqgWue4Z8AC2AbzkH8NYJ/NrUyYWQ2U=";
22
23
passthru = {
24
updateScript = nix-update-script { };
0 commit comments