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 587b0e8 + 7f6c88d commit 3e46a15Copy full SHA for 3e46a15
pkgs/by-name/ph/phpunit/package.nix
@@ -9,16 +9,16 @@
9
10
php.buildComposerProject2 (finalAttrs: {
11
pname = "phpunit";
12
- version = "11.5.1";
+ version = "11.5.2";
13
14
src = fetchFromGitHub {
15
owner = "sebastianbergmann";
16
repo = "phpunit";
17
rev = finalAttrs.version;
18
- hash = "sha256-2qcW1MFV23Hp5uKZ+0oKyVPf4Bd0EDeSxpUsVUNO9sI=";
+ hash = "sha256-0NVoaUFmmV4EtaErhaqLxJzCbD2WuMaVZC2OHG9+gSA=";
19
};
20
21
- vendorHash = "sha256-bv0XuwIvb/gbVECImIb4U0zidv9c/jxMv7PXezjlF4A=";
+ vendorHash = "sha256-EkTERk8jJWxCZCJnSHfg3Tnn//Ny2985qXJNX/gad58=";
22
23
passthru = {
24
updateScript = nix-update-script { };
0 commit comments