abcmidi: 2021.02.21 -> 2021.03.10

This commit is contained in:
Robert Schütz 2021-03-11 14:52:36 +01:00
parent 32b9415613
commit 354a880a3e

View file

@ -2,16 +2,13 @@
stdenv.mkDerivation rec {
pname = "abcMIDI";
version = "2021.02.21";
version = "2021.03.10";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
sha256 = "10fa2g8vsz0y7kb0wxnz857r2gd9b0b278j0a5ipjaa7cjd0gi1b";
sha256 = "1g4a5b17jbra1c59fpsv1d1jrdsjwg5mw54qilrm12nw7yh9lihf";
};
# There is also a file called "makefile" which seems to be preferred by the standard build phase
makefile = "Makefile";
meta = with lib; {
homepage = "http://abc.sourceforge.net/abcMIDI/";
downloadPage = "https://ifdo.ca/~seymour/runabc/top.html";