librenms: fix composerVendor hash (#475610)

This commit is contained in:
Sandro
2026-01-03 20:15:03 +00:00
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@ phpPackage.buildComposerProject2 rec {
hash = "sha256-SzDSeWTnsXy274H2mkGIHOsW26EoL7aony7Xcb+e+h4=";
};
vendorHash = "sha256-OYQsgwbxsXsOM+sn0mJcABtyXVQAKBa6/ghfbZR1jX4=";
vendorHash = "sha256-lCDBz0+VUTlvH371WRCPBh8NFWn6BTVS6BPMQM621dE=";
php = phpPackage;