deployer: 7.5.12 -> 8.0.3
This commit is contained in:
Generated
+4535
File diff suppressed because it is too large
Load Diff
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user