Skip to content

Commit d13fa5a

Browse files
authored
Merge pull request #336123 from piotrkwiecinski/deployer-builder-2
php.packages.deployer: switch to `buildComposerProject2`
2 parents 755ca6b + bceb4c8 commit d13fa5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/php-packages/deployer/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
php,
55
}:
66

7-
php.buildComposerProject (finalAttrs: {
7+
php.buildComposerProject2 (finalAttrs: {
88
pname = "deployer";
99
version = "7.4.0";
1010

@@ -15,7 +15,7 @@ php.buildComposerProject (finalAttrs: {
1515
hash = "sha256-nSrW4o0Tb8H056AAjjMzbsAVvWY2z1pdWmPFZDpDr1k=";
1616
};
1717

18-
vendorHash = "sha256-BDq2uryNWC31AEAEZJL9zGaAPbhXZ6hmfpsnr4wlixE=";
18+
vendorHash = "sha256-pUZoQV1CVErnsSu6jVNOJROqBZZ4xymKXm25GW67HmM=";
1919

2020
meta = {
2121
changelog = "https://github.com/deployphp/deployer/releases/tag/v${finalAttrs.version}";

0 commit comments

Comments
 (0)