Skip to content

Commit

Permalink
abcmidi: 2018.12.21 -> 2019.01.01 (#54861)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and dotlambda committed Jan 29, 2019
1 parent e528435 commit ddabf6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/audio/abcmidi/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit ddabf6f

Please sign in to comment.