paratest: 7.13.0 -> 7.19.1

This commit is contained in:
Piotr Kwiecinski
2026-03-03 17:57:31 +01:00
parent a8d5a7b7bd
commit 8af6c4df92
2 changed files with 473 additions and 357 deletions
+470 -354
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.13.0";
version = "7.19.1";
src = fetchFromGitHub {
owner = "paratestphp";
repo = "paratest";
tag = "v${finalAttrs.version}";
hash = "sha256-X4sgMxRiuAk/YkOcUOnanUsdCFp0RHUIuv2OCqP5Z3w=";
hash = "sha256-DksiwFMgoPk0BNOVc9Bn22a2blzNw/63fGBT3dlK7Mg=";
};
composerLock = ./composer.lock;
vendorHash = "sha256-6fF9YbHoU1+YbSuTKXGmJqkoxdyK30YOv7gZKJVfoas=";
vendorHash = "sha256-VdJVbAKkbWKZEJ16ZbJ/lmc6ZzPmztXjZ/LAEmRI93o=";
nativeInstallCheckInputs = [
versionCheckHook