pest: 3.3.1 -> 3.7.4

This commit is contained in:
Pol Dellaiera 2025-03-04 09:42:33 +01:00
parent 5387f9cc48
commit 25e851d088
2 changed files with 348 additions and 369 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,18 +6,17 @@
php.buildComposerProject2 (finalAttrs: {
pname = "pest";
version = "3.3.1";
version = "3.7.4";
src = fetchFromGitHub {
owner = "pestphp";
repo = "pest";
rev = "v${finalAttrs.version}";
hash = "sha256-HLUzXL05hcTLcBhKvf/PPJoCmEYdFqNkBbiRAQfR9ik=";
tag = "v${finalAttrs.version}";
hash = "sha256-ddsdVx/Vsg7GG11fGASouBU3HAJLSjs1AQGHx52TWzA=";
};
composerLock = ./composer.lock;
vendorHash = "sha256-rd15W3aHot1MtLGZeU2QREnIE5wtNw28OSpli3Nye5Y=";
vendorHash = "sha256-rOJ6PFp4Xfe89usoH455EAT30d2Tu3zd3+C/6K/kGBw=";
meta = {
changelog = "https://github.com/pestphp/pest/releases/tag/v${finalAttrs.version}";
@ -25,6 +24,6 @@ php.buildComposerProject2 (finalAttrs: {
homepage = "https://pestphp.com";
license = lib.licenses.mit;
mainProgram = "pest";
maintainers = [ ];
maintainers = lib.teams.php.members;
};
})