mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
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 {
|
||||
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…
Reference in New Issue
Block a user