mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
abcmidi: 2017.12.20 -> 2018.01.02
This commit is contained in:
parent
643d832a1a
commit
4e153616cd
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "abcMIDI-${version}";
|
name = "abcMIDI-${version}";
|
||||||
version = "2017.12.20";
|
version = "2018.01.02";
|
||||||
|
|
||||||
# You can find new releases on http://ifdo.ca/~seymour/runabc/top.html
|
# You can find new releases on http://ifdo.ca/~seymour/runabc/top.html
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
|
url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
|
||||||
sha256 = "0lkbwrh701djbyqmybvx860p8csy25i6p3p7hr0cpndpa496nm07";
|
sha256 = "0s8wm637dgzgpgdxba3a6fh06i0c4iwvv9cdghh8msnx428k68iw";
|
||||||
};
|
};
|
||||||
|
|
||||||
# There is also a file called "makefile" which seems to be preferred by the standard build phase
|
# There is also a file called "makefile" which seems to be preferred by the standard build phase
|
||||||
|
|
Loading…
Reference in a new issue