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>
This commit is contained in:
parent
c5e7bc6550
commit
89049ef441
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "drumstick";
|
pname = "drumstick";
|
||||||
version = "2.4.1";
|
version = "2.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2";
|
url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "sha256-nmqgS08ZBQ2vBEDtoriNbYLaNQA1DWeDhbRo70rBOP0=";
|
hash = "sha256-V57YnyeOVBXL5qjuCO1j1Ozy9CeaXxadw6ed1suUUIU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
maintainers = [];
|
maintainers = [];
|
||||||
description = "MIDI libraries for Qt5/C++";
|
description = "MIDI libraries for Qt5/C++";
|
||||||
homepage = "http://drumstick.sourceforge.net/";
|
homepage = "https://drumstick.sourceforge.io/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user