mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
chore: update lavalinkPlugins
This commit is contained in:
parent
1acbfc727c
commit
239a1645c6
2 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
|||
pluginsDir = lavalinkPlugins;
|
||||
plugins = [
|
||||
{
|
||||
dependency = "dev.lavalink.youtube:youtube-plugin:1.12.0";
|
||||
dependency = "dev.lavalink.youtube:youtube-plugin:1.13.0";
|
||||
enabled = true;
|
||||
snapshot = false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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=";
|
||||
};
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue