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 <c0bw3b@users.noreply.github.com>
main
R. RyanTM 2 years ago committed by GitHub
parent c5e7bc6550
commit 89049ef441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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;
};

Loading…
Cancel
Save