mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
phpPackages.composer-local-repo-plugin: fix vendor hash (#475380)
This commit is contained in:
@@ -19,7 +19,7 @@ php.buildComposerWithPlugin {
|
||||
};
|
||||
|
||||
composerLock = ./composer.lock;
|
||||
vendorHash = "sha256-SL3HiYTVaUwcEfnRO932MWgOP1VRkxTl3lxLbW0qiTY=";
|
||||
vendorHash = "sha256-cup8maS9NkhdqTHoKJaH7r7AJQdkflWTvM6uIuxMPX0=";
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/nix-community/composer-local-repo-plugin/releases/tag/${version}";
|
||||
|
||||
Reference in New Issue
Block a user