Merge pull request #309575 from patka-123/deployer-7.4.0

phpPackages.deployer: 7.3.3 -> 7.4.0
This commit is contained in:
Pol Dellaiera 2024-05-06 18:14:26 +02:00 committed by GitHub
commit daaa05a14c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -6,18 +6,19 @@
php.buildComposerProject (finalAttrs: {
pname = "deployer";
version = "7.3.3";
version = "7.4.0";
src = fetchFromGitHub {
owner = "deployphp";
repo = "deployer";
rev = "v${finalAttrs.version}^";
hash = "sha256-zvK7NwIACAhWN/7D8lVY1Bv8x6xKAp/L826SovQhDYg=";
hash = "sha256-nSrW4o0Tb8H056AAjjMzbsAVvWY2z1pdWmPFZDpDr1k=";
};
vendorHash = "sha256-BDq2uryNWC31AEAEZJL9zGaAPbhXZ6hmfpsnr4wlixE=";
meta = {
changelog = "https://github.com/deployphp/deployer/releases/tag/v${finalAttrs.version}";
description = "The PHP deployment tool with support for popular frameworks out of the box";
homepage = "https://deployer.org/";
license = lib.licenses.mit;