phpunit: 10.5.0 -> 10.5.1

This commit is contained in:
Pol Dellaiera 2023-12-01 18:26:05 +01:00
parent 49a204d40e
commit 3994688356
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
2 changed files with 2 additions and 4 deletions

View File

@ -2,13 +2,13 @@
php.buildComposerProject (finalAttrs: {
pname = "phpunit";
version = "10.5.0";
version = "10.5.1";
src = fetchFromGitHub {
owner = "sebastianbergmann";
repo = "phpunit";
rev = finalAttrs.version;
hash = "sha256-CpgYMUJE7c2eRBYkK/vMRdGgzY7Y7K/wMmyUH+Bssjs=";
hash = "sha256-uYSVzKLefcBMqfrHaF6pg4gohAeb6LVg8QGaTS8jwfE=";
};
vendorHash = "sha256-uUdgz3ZZ+3nU07pUC1sdkNgU1b1beo3sS/yySUzdZwU=";

View File

@ -18290,8 +18290,6 @@ with pkgs;
karma-runner = callPackage ../development/tools/karma-runner { };
phpunit = callPackage ../development/tools/misc/phpunit { };
teller = callPackage ../development/tools/teller { };
yakut = python3Packages.callPackage ../development/tools/misc/yakut { };