Merge pull request #32966 from dotlambda/abcmidi

abcmidi: 2017.12.10 -> 2017.12.20
This commit is contained in:
Frederik Rietdijk 2017-12-22 08:26:35 +00:00 committed by GitHub
commit e633e5c381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "abcMIDI-${version}"; name = "abcMIDI-${version}";
version = "2017.12.10"; version = "2017.12.20";
# You can find new releases on http://ifdo.ca/~seymour/runabc/top.html # 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 = "0m6mv6hlpzg14y5vsjicvi6lpmymsi1q4wz8sfliric3n1zb7ygz"; sha256 = "0lkbwrh701djbyqmybvx860p8csy25i6p3p7hr0cpndpa496nm07";
}; };
# 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