mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #37232 from matthewbauer/auto-update/abcmidi
abcmidi: 2018.02.22 -> 2018.03.08
This commit is contained in:
commit
e830562419
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "abcMIDI-${version}";
|
||||
version = "2018.02.22";
|
||||
version = "2018.03.08";
|
||||
|
||||
src = fetchzip {
|
||||
url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
|
||||
sha256 = "03ln05012yhlq8aalm00af6pidb44phmmidlc953453isfllg82a";
|
||||
sha256 = "0pdia3n23l4nhc4lmyphgh6swq35nnzqk2z4ykif1xajbkbddxm3";
|
||||
};
|
||||
|
||||
# There is also a file called "makefile" which seems to be preferred by the standard build phase
|
||||
|
|
Loading…
Reference in a new issue