3
0
Fork 0
forked from mirrors/nixpkgs

abcmidi: 2020.11.07 -> 2020.12.10 (#106639)

This commit is contained in:
R. RyanTM 2021-01-16 00:52:53 -08:00 committed by GitHub
parent e79c53a9ea
commit bcdca92787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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