From 89049ef441f705c75c6483a8ac1d66ac68c49bc6 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 23 Feb 2022 12:11:37 -0800 Subject: [PATCH] libsForQt5.drumstick: 2.4.1 -> 2.5.1 * libsForQt5.drumstick: 2.4.1 -> 2.5.0 (#152911) * libsForQt5.drumstick: 2.5.0 -> 2.5.1 and update meta.homepage (former URL is a permanent redirect) Co-authored-by: Renaud --- pkgs/development/libraries/drumstick/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/drumstick/default.nix b/pkgs/development/libraries/drumstick/default.nix index 7cbeffd5b7e..69b330f5a48 100644 --- a/pkgs/development/libraries/drumstick/default.nix +++ b/pkgs/development/libraries/drumstick/default.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "drumstick"; - version = "2.4.1"; + version = "2.5.1"; src = fetchurl { url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-nmqgS08ZBQ2vBEDtoriNbYLaNQA1DWeDhbRo70rBOP0="; + hash = "sha256-V57YnyeOVBXL5qjuCO1j1Ozy9CeaXxadw6ed1suUUIU="; }; patches = [ @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { meta = with lib; { maintainers = []; description = "MIDI libraries for Qt5/C++"; - homepage = "http://drumstick.sourceforge.net/"; + homepage = "https://drumstick.sourceforge.io/"; license = licenses.gpl2Plus; platforms = platforms.linux; };