3
0
Fork 0
forked from mirrors/nixpkgs

abcmidi: 2018.12.21 -> 2019.01.01 (#54861)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/abcmidi/versions
This commit is contained in:
R. RyanTM 2019-01-28 23:21:28 -08:00 committed by Robert Schütz
parent e528435b2b
commit ddabf6f5e0

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "abcMIDI-${version}";
version = "2018.12.21";
version = "2019.01.01";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${name}.zip";
sha256 = "1y2dwznbp4m7m6ddmqap2n411pdj1c1dirfw8lhyz0vpncx5fzai";
sha256 = "10kqxw4vrz7xa8fc9z5cdyrvks8fsr2s9nai9yg1z9p5w7xhagrg";
};
# There is also a file called "makefile" which seems to be preferred by the standard build phase