abcmidi: 2019.01.01 -> 2019.02.08
This commit is contained in:
parent
3382d93982
commit
255f67e50f
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "abcMIDI-${version}";
|
name = "abcMIDI-${version}";
|
||||||
version = "2019.01.01";
|
version = "2019.02.08";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://ifdo.ca/~seymour/runabc/${name}.zip";
|
url = "https://ifdo.ca/~seymour/runabc/${name}.zip";
|
||||||
sha256 = "10kqxw4vrz7xa8fc9z5cdyrvks8fsr2s9nai9yg1z9p5w7xhagrg";
|
sha256 = "14j2vgcck7c6x8bplhfng7mmqcmh7h98jggi30d5xa0anx1271sb";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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 New Issue