3
0
Fork 0
forked from mirrors/nixpkgs

abcmidi: 2018.02.07 -> 2018.02.22

This commit is contained in:
Robert Helgesson 2018-03-02 23:06:48 +01:00
parent 87acdcabd1
commit e232ebe244
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

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