From 0ff8bfef13a00598e411740676fc02958d59c658 Mon Sep 17 00:00:00 2001 From: uku Date: Wed, 7 Aug 2024 10:08:25 +0200 Subject: [PATCH] chore(overlay): bump jmusicbot to 0.4.3 --- exprs/overlay.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exprs/overlay.nix b/exprs/overlay.nix index 89abfd4..a8835d0 100644 --- a/exprs/overlay.nix +++ b/exprs/overlay.nix @@ -4,11 +4,11 @@ final: prev: { }; jmusicbot = prev.jmusicbot.overrideAttrs (_: rec { - version = "0.4.2"; + version = "0.4.3"; src = prev.fetchurl { url = "https://github.com/jagrosh/MusicBot/releases/download/${version}/JMusicBot-${version}.jar"; - hash = "sha256-Jg6/ju3ADBd7fc3njRzoEDVjIL4SzAzlTc02I4Q9hz4="; + hash = "sha256-7CHFc94Fe6ip7RY+XJR9gWpZPKM5JY7utHp8C3paU9s="; }; }); }