Merge pull request #34276 from dotlambda/abcmidi

abcmidi: 2018.01.02 -> 2018.01.25
This commit is contained in:
adisbladis 2018-01-26 21:03:04 +08:00 committed by GitHub
commit c0324affe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "abcMIDI-${version}"; name = "abcMIDI-${version}";
version = "2018.01.02"; version = "2018.01.25";
# You can find new releases on http://ifdo.ca/~seymour/runabc/top.html
src = fetchzip { src = fetchzip {
url = "http://ifdo.ca/~seymour/runabc/${name}.zip"; url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
sha256 = "0s8wm637dgzgpgdxba3a6fh06i0c4iwvv9cdghh8msnx428k68iw"; sha256 = "18h6gqhh75qdi8krpp0m2pxbxi0n08wrh8xay477jm3vaggyr8s9";
}; };
# There is also a file called "makefile" which seems to be preferred by the standard build phase # There is also a file called "makefile" which seems to be preferred by the standard build phase
@ -15,8 +14,10 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://abc.sourceforge.net/abcMIDI/; homepage = http://abc.sourceforge.net/abcMIDI/;
downloadPage = https://ifdo.ca/~seymour/runabc/top.html;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
description = "Utilities for converting between abc and MIDI"; description = "Utilities for converting between abc and MIDI";
platforms = platforms.unix;
maintainers = [ maintainers.dotlambda ]; maintainers = [ maintainers.dotlambda ];
}; };
} }