about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-03-02 23:06:48 +0100
committerRobert Helgesson <robert@rycee.net>2018-03-02 23:06:48 +0100
commite232ebe24457dc5aa629061ce6dbe4c989c584a7 (patch)
tree5c1b7c38c82afd2535cfe651fe504624770f2f8e /pkgs/tools/audio
parent87acdcabd18cbf4157a0f8ea5e1cfd8707a998a8 (diff)
downloadnixlib-e232ebe24457dc5aa629061ce6dbe4c989c584a7.tar
nixlib-e232ebe24457dc5aa629061ce6dbe4c989c584a7.tar.gz
nixlib-e232ebe24457dc5aa629061ce6dbe4c989c584a7.tar.bz2
nixlib-e232ebe24457dc5aa629061ce6dbe4c989c584a7.tar.lz
nixlib-e232ebe24457dc5aa629061ce6dbe4c989c584a7.tar.xz
nixlib-e232ebe24457dc5aa629061ce6dbe4c989c584a7.tar.zst
nixlib-e232ebe24457dc5aa629061ce6dbe4c989c584a7.zip
abcmidi: 2018.02.07 -> 2018.02.22
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/abcmidi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/abcmidi/default.nix b/pkgs/tools/audio/abcmidi/default.nix
index 6915f8a90711..0aaf018cb22f 100644
--- a/pkgs/tools/audio/abcmidi/default.nix
+++ b/pkgs/tools/audio/abcmidi/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "abcMIDI-${version}";
-  version = "2018.02.07";
+  version = "2018.02.22";
 
   src = fetchzip {
     url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
-    sha256 = "16hdv114hs5agg288kpbijqw53wdiswjmprpbhy7kgdjnp9ijwxw";
+    sha256 = "03ln05012yhlq8aalm00af6pidb44phmmidlc953453isfllg82a";
   };
 
   # There is also a file called "makefile" which seems to be preferred by the standard build phase