jmusicbot: 0.3.8 -> 0.3.9

This commit is contained in:
Serg Nesterov 2023-03-04 01:34:04 +03:00
parent d16c79b22d
commit e3d8ef89aa
No known key found for this signature in database
GPG key ID: 7ED18DB77A86EE14

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "JMusicBot";
version = "0.3.8";
version = "0.3.9";
src = fetchurl {
url = "https://github.com/jagrosh/MusicBot/releases/download/${version}/JMusicBot-${version}.jar";
sha256 = "sha256-wzmrh9moY6oo3RqOy9Zl1X70BZlvbJkQmz8BaBIFtIM=";
sha256 = "sha256-2A1yo2e1MawGLMTM6jWwpQJJuKOmljxFriORv90Jqg8=";
};
dontUnpack = true;