abcmidi: 2020.12.10 -> 2021.01.21

This commit is contained in:
Robert Schütz 2021-01-23 15:35:19 +01:00
parent 588643a13d
commit 4070fb501b

View File

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