Skip to content

Commit e232ebe

Browse files
committedMar 2, 2018
abcmidi: 2018.02.07 -> 2018.02.22
1 parent 87acdca commit e232ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/audio/abcmidi/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "abcMIDI-${version}";
5-
version = "2018.02.07";
5+
version = "2018.02.22";
66

77
src = fetchzip {
88
url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
9-
sha256 = "16hdv114hs5agg288kpbijqw53wdiswjmprpbhy7kgdjnp9ijwxw";
9+
sha256 = "03ln05012yhlq8aalm00af6pidb44phmmidlc953453isfllg82a";
1010
};
1111

1212
# There is also a file called "makefile" which seems to be preferred by the standard build phase

0 commit comments

Comments
 (0)