phpPackages.composer-local-repo-plugin: fix vendor hash

sha256-SL3HiYTVaUwcEfnRO932MWgOP1VRkxTl3lxLbW0qiTY= -> sha256-cup8maS9NkhdqTHoKJaH7r7AJQdkflWTvM6uIuxMPX0=
This commit is contained in:
Justin Restivo
2025-12-30 13:34:56 -05:00
parent ee889ba3c1
commit 754f1f75a0

View File

@@ -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}";