abcmidi: 2019.01.01 -> 2019.02.08

This commit is contained in:
Robert Schütz 2019-02-21 14:18:22 +01:00
parent 3382d93982
commit 255f67e50f

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "abcMIDI-${version}";
version = "2019.01.01";
version = "2019.02.08";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${name}.zip";
sha256 = "10kqxw4vrz7xa8fc9z5cdyrvks8fsr2s9nai9yg1z9p5w7xhagrg";
sha256 = "14j2vgcck7c6x8bplhfng7mmqcmh7h98jggi30d5xa0anx1271sb";
};
# There is also a file called "makefile" which seems to be preferred by the standard build phase