deployer: 7.5.12 -> 8.0.3

This commit is contained in:
Piotr Kwiecinski
2026-05-06 11:48:08 +02:00
parent b045937794
commit 2816390bb8
2 changed files with 4541 additions and 4 deletions
File diff suppressed because it is too large Load Diff
+6 -4
View File
@@ -6,16 +6,18 @@
php.buildComposerProject2 (finalAttrs: {
pname = "deployer";
version = "7.5.12";
version = "8.0.3";
src = fetchFromGitHub {
owner = "deployphp";
repo = "deployer";
rev = "7b108897baa94b8ac438c821ec1fb815d95eba77";
hash = "sha256-wtkixHexsJNKsLnnlHssh0IzxwWYMPKDcaf/D0zUNKk=";
tag = "v${finalAttrs.version}";
hash = "sha256-mbqwAYfEiJB1ELkxQwuMVmgXZZLi9jLjg33o0ZfgT4Y=";
};
vendorHash = "sha256-sgWPZw5HiXd7c45I0f5qnw4l2HwgLaTJwzmXw8140kk=";
composerLock = ./composer.lock;
vendorHash = "sha256-X30D05d0PCmw2tHN7PC9PiAXVlnI6SkQg2l7G+tZ4Mo=";
meta = {
changelog = "https://github.com/deployphp/deployer/releases/tag/v${finalAttrs.version}";