Merge pull request #310973 from r-ryantm/auto-update/jmusicbot

jmusicbot: 0.4.0 -> 0.4.1
This commit is contained in:
Nick Cao 2024-05-12 11:07:42 -04:00 committed by GitHub
commit 85084d97e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "JMusicBot";
version = "0.4.0";
version = "0.4.1";
src = fetchurl {
url = "https://github.com/jagrosh/MusicBot/releases/download/${version}/JMusicBot-${version}.jar";
sha256 = "sha256-JSVrzyCqAp3V5OZ+KJczhWGolPkdaHsPmiqfmhapQMs=";
sha256 = "sha256-+0814w4zKNr2TxZ9CS8FxeuTLa71jM+DhrfFvLMFlw0=";
};
dontUnpack = true;