chore(overlay): update jmusicbot
This commit is contained in:
parent
cb0b0b49db
commit
8dbc51e819
1 changed files with 9 additions and 0 deletions
|
@ -2,4 +2,13 @@ final: prev: {
|
|||
wine-discord-ipc-bridge = prev.callPackage ./wine-discord-ipc-bridge.nix {
|
||||
inherit (prev.pkgsCross.mingw32) stdenv;
|
||||
};
|
||||
|
||||
jmusicbot = prev.jmusicbot.overrideAttrs (_: rec {
|
||||
version = "0.4.2";
|
||||
|
||||
src = prev.fetchurl {
|
||||
url = "https://github.com/jagrosh/MusicBot/releases/download/${version}/JMusicBot-${version}.jar";
|
||||
hash = "sha256-Jg6/ju3ADBd7fc3njRzoEDVjIL4SzAzlTc02I4Q9hz4=";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue