Merge pull request #66771 from r-ryantm/auto-update/abcMIDI

abcmidi: 2019.08.02 -> 2019.08.11
This commit is contained in:
Marek Mahut 2019-08-17 21:33:54 +02:00 committed by GitHub
commit 18775fc09e
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 = "2019.08.02";
version = "2019.08.11";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${name}.zip";
sha256 = "1iz4m86lc4nyf312qk749kgvq60g6x1zn2y70859g16ki16mk8m3";
sha256 = "0rkqmavg7iv9080jdqs0qz80nanhizv6jk0fg9d5xvq3gnmfvnj1";
};
# There is also a file called "makefile" which seems to be preferred by the standard build phase