paratest: 7.8.2 -> 7.12.0 (#439545)

This commit is contained in:
Austin Horstman
2025-09-04 13:30:48 -05:00
committed by GitHub
2 changed files with 352 additions and 216 deletions
+349 -213
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -8,17 +8,17 @@
(php.withExtensions ({ enabled, all }: enabled ++ [ all.pcov ])).buildComposerProject2
(finalAttrs: {
pname = "paratest";
version = "7.8.2";
version = "7.12.0";
src = fetchFromGitHub {
owner = "paratestphp";
repo = "paratest";
tag = "v${finalAttrs.version}";
hash = "sha256-OCZOpCjFORk5ZcImM8mArQSgK9MLneTC6TxGTNPqvWk=";
hash = "sha256-EH9lKI61hYYmTe7T8j1CIwiuRqgkouWnapJWvqo9iQQ=";
};
composerLock = ./composer.lock;
vendorHash = "sha256-c2bBhJ9NvNk7Cz5RmNfgN2Q9SUV0iZ3/IhvzuAJtlQk=";
vendorHash = "sha256-8IpgE/s0ooZoecd7kVMixd5EGHcu/aNuMJ5RX6Zzt6w=";
nativeInstallCheckInputs = [
versionCheckHook