abcmidi: 2017.12.20 -> 2018.01.02

This commit is contained in:
Robert Helgesson 2018-01-06 22:07:28 +01:00
parent 643d832a1a
commit 4e153616cd
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "abcMIDI-${version}";
version = "2017.12.20";
version = "2018.01.02";
# You can find new releases on http://ifdo.ca/~seymour/runabc/top.html
src = fetchzip {
url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
sha256 = "0lkbwrh701djbyqmybvx860p8csy25i6p3p7hr0cpndpa496nm07";
sha256 = "0s8wm637dgzgpgdxba3a6fh06i0c4iwvv9cdghh8msnx428k68iw";
};
# There is also a file called "makefile" which seems to be preferred by the standard build phase