munt: 2.3.0 -> 2.4.0 (#89008)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
parent
ac897afeb3
commit
e8a39c8acf
|
@ -9,14 +9,14 @@ let
|
||||||
categories = "Audio;AudioVideo;";
|
categories = "Audio;AudioVideo;";
|
||||||
};
|
};
|
||||||
in mkDerivation rec {
|
in mkDerivation rec {
|
||||||
version = "2.3.0";
|
version = "2.4.0";
|
||||||
pname = "munt";
|
pname = "munt";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = with stdenv.lib.versions; "${pname}_${major version}_${minor version}_${patch version}";
|
rev = with stdenv.lib.versions; "libmt32emu_${major version}_${minor version}_${patch version}";
|
||||||
sha256 = "0fjhshs4w942rlfksalalqshflbq83pyz1z0hcq53falh9v54cyw";
|
sha256 = "0521i7js5imlsxj6n7181w5szfjikam0k4vq1d2ilkqgcwrkg6ln";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -31,7 +31,7 @@ in mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Multi-platform software synthesiser emulating Roland MT-32, CM-32L, CM-64 and LAPC-I devices";
|
description = "Multi-platform software synthesiser emulating Roland MT-32, CM-32L, CM-64 and LAPC-I devices";
|
||||||
homepage = "http://munt.sourceforge.net/";
|
homepage = "http://munt.sourceforge.net/";
|
||||||
license = licenses.gpl2;
|
license = with licenses; [ lgpl21 gpl3 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ gnidorah ];
|
maintainers = with maintainers; [ gnidorah ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue