chore: update lavalinkPlugins

This commit is contained in:
Gerg-L 2025-04-14 20:00:15 -04:00
parent 2c17056ff2
commit e620178375
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
pluginsDir = lavalinkPlugins;
plugins = [
{
dependency = "dev.lavalink.youtube:youtube-plugin:1.11.5";
dependency = "dev.lavalink.youtube:youtube-plugin:1.12.0";
enabled = true;
snapshot = false;
}

View file

@ -4,10 +4,10 @@
}:
linkFarm "lavalinkPlugins" [
{
name = "youtube-plugin-1.11.5.jar";
name = "youtube-plugin-1.12.0.jar";
path = fetchurl {
url = "https://github.com/lavalink-devs/youtube-source/releases/download/1.11.5/youtube-plugin-1.11.5.jar";
hash = "sha256-Zz4S5mWcsVFWGmN41L34GqZeCOswt/CAn+1PN1XJtbk=";
url = "https://github.com/lavalink-devs/youtube-source/releases/download/1.12.0/youtube-plugin-1.12.0.jar";
hash = "sha256-M9CDMDGR7fBldPLLG/I5TN21DLNN440nzF1l34MrQK0=";
};
}
]