lol

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

phpPackages.deployer: 7.3.3 -> 7.4.0

authored by

Pol Dellaiera and committed by
GitHub
daaa05a1 fec23ec8

+3 -2
+3 -2
pkgs/development/php-packages/deployer/default.nix
··· 6 6 7 7 php.buildComposerProject (finalAttrs: { 8 8 pname = "deployer"; 9 - version = "7.3.3"; 9 + version = "7.4.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "deployphp"; 13 13 repo = "deployer"; 14 14 rev = "v${finalAttrs.version}^"; 15 - hash = "sha256-zvK7NwIACAhWN/7D8lVY1Bv8x6xKAp/L826SovQhDYg="; 15 + hash = "sha256-nSrW4o0Tb8H056AAjjMzbsAVvWY2z1pdWmPFZDpDr1k="; 16 16 }; 17 17 18 18 vendorHash = "sha256-BDq2uryNWC31AEAEZJL9zGaAPbhXZ6hmfpsnr4wlixE="; 19 19 20 20 meta = { 21 + changelog = "https://github.com/deployphp/deployer/releases/tag/v${finalAttrs.version}"; 21 22 description = "The PHP deployment tool with support for popular frameworks out of the box"; 22 23 homepage = "https://deployer.org/"; 23 24 license = lib.licenses.mit;