Skip to content

Commit c26faf0

Browse files
authored
grumphp: fix build by changing vendorHash (#358395)
2 parents 1a05dd1 + ea9f234 commit c26faf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ php.buildComposerProject2 (finalAttrs: {
1515
hash = "sha256-nSrW4o0Tb8H056AAjjMzbsAVvWY2z1pdWmPFZDpDr1k=";
1616
};
1717

18-
vendorHash = "sha256-pUZoQV1CVErnsSu6jVNOJROqBZZ4xymKXm25GW67HmM=";
18+
vendorHash = "sha256-APzJQTeSNbWvF/RtfNL7XuXIY0Xa0VNbJdSggFicpSQ=";
1919

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ php.buildComposerProject2 (finalAttrs: {
1515
hash = "sha256-W4LNzdgWxXDPL46/C8SX99lpRMp/xL5q5v6vX3H80XU=";
1616
};
1717

18-
vendorHash = "sha256-hi6selMMu5UDdMHiyhlXPd/B1BdM/ht+3EAM4Oa5LNU=";
18+
vendorHash = "sha256-9oInSBlN6hDe9Bj/ISP/7O9Q1xp4tXRm99XhsrJog0E=";
1919

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

0 commit comments

Comments
 (0)