fix(servers): use burner google account for music bots
All checks were successful
Discord / discord commits (push) Successful in 56s
All checks were successful
Discord / discord commits (push) Successful in 56s
This commit is contained in:
parent
9939ff8c60
commit
015e9aa022
2 changed files with 4 additions and 6 deletions
|
@ -17,8 +17,7 @@ in {
|
|||
restart = "always";
|
||||
|
||||
volumes = [
|
||||
"${rwPath}/be/config.txt:/jmb/config/config.txt:ro"
|
||||
"${rwPath}/be/playlists:/jmb/config/playlists:rw"
|
||||
"${rwPath}/be:/jmb/config:rw"
|
||||
];
|
||||
networks = ["proxy_net"];
|
||||
};
|
||||
|
@ -29,8 +28,7 @@ in {
|
|||
restart = "always";
|
||||
|
||||
volumes = [
|
||||
"${rwPath}/br/config.txt:/jmb/config/config.txt:ro"
|
||||
"${rwPath}/br/playlists:/jmb/config/playlists:rw"
|
||||
"${rwPath}/br:/jmb/config:rw"
|
||||
];
|
||||
networks = ["proxy_net"];
|
||||
};
|
||||
|
|
|
@ -22,10 +22,10 @@ pkgs: let
|
|||
|
||||
jmusicbot =
|
||||
(pkgs.jmusicbot.overrideAttrs rec {
|
||||
version = "0.4.3.1";
|
||||
version = "0.4.3.2";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/xPrinny/MusicBot/releases/download/${version}/JMusicBot-${version}.jar";
|
||||
sha256 = "sha256-35JdmLArl9ssYDpdKDsBx3lu6TCN1JiCBI34W+uyVJ0=";
|
||||
sha256 = "sha256-MEOWppkw74s81D1EJEqZMjOzDlLdH6uyanDZD5d+Xa4=";
|
||||
};
|
||||
meta.platforms = ["x86_64-linux"];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue