Merge pull request #110600 from dotlambda/abcmidi-2021.01.21

abcmidi: 2020.12.10 -> 2021.01.21
This commit is contained in:
Sandro 2021-01-23 21:14:50 +01:00 committed by GitHub
commit 705f26563b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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