chore: update lavalinkPlugins

This commit is contained in:
Gerg-L 2025-04-28 17:57:41 -04:00
parent 1acbfc727c
commit 239a1645c6
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 4 additions and 4 deletions

View file

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