librenms: fix composerVendor hash

sha256-OYQsgwbxsXsOM+sn0mJcABtyXVQAKBa6/ghfbZR1jX4= -> sha256-lCDBz0+VUTlvH371WRCPBh8NFWn6BTVS6BPMQM621dE=
This commit is contained in:
Justin Restivo
2025-12-31 09:00:23 -05:00
parent 0c947b9d1e
commit 2cd3a813aa
+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;