Merge pull request #34770 from dotlambda/abcmidi

abcmidi: 2018.01.25 -> 2018.02.07

authored by Jörg Thalheim and committed by GitHub b37fd0aa 8d995026

+2 -2
+2 -2
pkgs/tools/audio/abcmidi/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "abcMIDI-${version}"; 5 - version = "2018.01.25"; 6 7 src = fetchzip { 8 url = "http://ifdo.ca/~seymour/runabc/${name}.zip"; 9 - sha256 = "18h6gqhh75qdi8krpp0m2pxbxi0n08wrh8xay477jm3vaggyr8s9"; 10 }; 11 12 # There is also a file called "makefile" which seems to be preferred by the standard build phase
··· 2 3 stdenv.mkDerivation rec { 4 name = "abcMIDI-${version}"; 5 + version = "2018.02.07"; 6 7 src = fetchzip { 8 url = "http://ifdo.ca/~seymour/runabc/${name}.zip"; 9 + sha256 = "16hdv114hs5agg288kpbijqw53wdiswjmprpbhy7kgdjnp9ijwxw"; 10 }; 11 12 # There is also a file called "makefile" which seems to be preferred by the standard build phase