Skip to content

Commit

Permalink
abcmidi: 2017.11.27 -> 2017.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz authored and rycee committed Dec 13, 2017
1 parent fc96261 commit 19841b5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkgs/tools/audio/abcmidi/default.nix
@@ -1,17 +1,15 @@
{ stdenv, fetchurl, unzip }:
{ stdenv, fetchzip }:

stdenv.mkDerivation rec {
name = "abcMIDI-${version}";
version = "2017.11.27";
version = "2017.12.10";

# You can find new releases on http://ifdo.ca/~seymour/runabc/top.html
src = fetchurl {
src = fetchzip {
url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
sha256 = "095nnyaqnsr3v7hsswpad9g0hxdnr4s6z8yk1bmr3g1j0cfv1xs9";
sha256 = "0m6mv6hlpzg14y5vsjicvi6lpmymsi1q4wz8sfliric3n1zb7ygz";
};

nativeBuildInputs = [ unzip ];

# There is also a file called "makefile" which seems to be preferred by the standard build phase
makefile = "Makefile";

Expand Down

0 comments on commit 19841b5

Please sign in to comment.