adlplug, opnplug: 1.0.0 -> 1.0.1 (#63025)

This commit is contained in:
gnidorah 2019-06-12 20:31:44 +03:00 committed by Dmitry Kalinkin
parent eb359ddb73
commit 876660fed9

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
inherit pname;
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "jpcima";
repo = "ADLplug";
rev = "v${version}";
sha256 = "1rpd7v1rx74cv7nhs70ah0bly314rjzj70cp30mvhns2hzk66s3c";
sha256 = "0n9srdlgl1j528ap5xmllrqs1w6ibc5yf9sphvl1q9kjnizxrs2c";
fetchSubmodules = true;
};
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
meta = with stdenv.lib; {
description = "Synthesizer plugin for ADLMIDI and OPNMIDI (VST/LV2)";
description = "OPL3 and OPN2 FM Chip Synthesizer";
homepage = src.meta.homepage;
license = licenses.boost;
platforms = platforms.linux;