abcmidi: 2019.03.30 -> 2019.04.22

This commit is contained in:
Robert Schütz 2019-04-30 14:08:30 +02:00
parent f95a6c4f3c
commit ff26a24998

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "abcMIDI-${version}"; name = "abcMIDI-${version}";
version = "2019.03.30"; version = "2019.04.22";
src = fetchzip { src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${name}.zip"; url = "https://ifdo.ca/~seymour/runabc/${name}.zip";
sha256 = "05a2n3l6l4ds9vi05hldw7fc6hx9avdh8jbiakazzmyvcsysr12x"; sha256 = "18w6sny8hc9yswqxqw5rvv5j07a50q8aaih73d74asm3nwf71rl1";
}; };
# 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