Merge pull request #34770 from dotlambda/abcmidi

abcmidi: 2018.01.25 -> 2018.02.07
This commit is contained in:
Jörg Thalheim 2018-02-09 22:52:06 +00:00 committed by GitHub
commit b37fd0aa3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "abcMIDI-${version}";
version = "2018.01.25";
version = "2018.02.07";
src = fetchzip {
url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
sha256 = "18h6gqhh75qdi8krpp0m2pxbxi0n08wrh8xay477jm3vaggyr8s9";
sha256 = "16hdv114hs5agg288kpbijqw53wdiswjmprpbhy7kgdjnp9ijwxw";
};
# There is also a file called "makefile" which seems to be preferred by the standard build phase