abcmidi: 2019.11.11 -> 2019.12.09

This commit is contained in:
R. RyanTM 2019-12-22 20:09:31 -08:00 committed by Frederik Rietdijk
parent 8cabfc6aa3
commit 18ccb2366a

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "abcMIDI";
version = "2019.11.11";
version = "2019.12.09";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
sha256 = "0xid13jqhbknrs31j74iwgjm0h0c64w3kqk9g9am1pkjwxh8d460";
sha256 = "1pc7wm4np43ax13k4sfwr12dzyinw9p2ghacdw0rwdljg0k000a2";
};
# There is also a file called "makefile" which seems to be preferred by the standard build phase