abcmidi: 2018.06.23 -> 2018.10.25

This commit is contained in:
Robert Helgesson 2018-11-02 22:55:45 +01:00
parent a562c5fc75
commit 811509e5a3
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

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