We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 87acdca commit e232ebeCopy full SHA for e232ebe
pkgs/tools/audio/abcmidi/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "abcMIDI-${version}";
5
- version = "2018.02.07";
+ version = "2018.02.22";
6
7
src = fetchzip {
8
url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
9
- sha256 = "16hdv114hs5agg288kpbijqw53wdiswjmprpbhy7kgdjnp9ijwxw";
+ sha256 = "03ln05012yhlq8aalm00af6pidb44phmmidlc953453isfllg82a";
10
};
11
12
# There is also a file called "makefile" which seems to be preferred by the standard build phase
0 commit comments