summary refs log tree commit diff
path: root/pkgs/tools/audio/abcmidi
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-01-06 22:07:28 +0100
committerRobert Helgesson <robert@rycee.net>2018-01-06 22:12:52 +0100
commit4e153616cd8d9e74ef5f1edfb1620d129d87acf8 (patch)
tree18e2a3195e972fdc52a1b80ad7b8d2b0ee7d4f20 /pkgs/tools/audio/abcmidi
parent643d832a1ab06e95e78f4adb5c981bf628954afc (diff)
downloadnixlib-4e153616cd8d9e74ef5f1edfb1620d129d87acf8.tar
nixlib-4e153616cd8d9e74ef5f1edfb1620d129d87acf8.tar.gz
nixlib-4e153616cd8d9e74ef5f1edfb1620d129d87acf8.tar.bz2
nixlib-4e153616cd8d9e74ef5f1edfb1620d129d87acf8.tar.lz
nixlib-4e153616cd8d9e74ef5f1edfb1620d129d87acf8.tar.xz
nixlib-4e153616cd8d9e74ef5f1edfb1620d129d87acf8.tar.zst
nixlib-4e153616cd8d9e74ef5f1edfb1620d129d87acf8.zip
abcmidi: 2017.12.20 -> 2018.01.02
Diffstat (limited to 'pkgs/tools/audio/abcmidi')
-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 8113b67db88b..55f0f2e92bd1 100644
--- a/pkgs/tools/audio/abcmidi/default.nix
+++ b/pkgs/tools/audio/abcmidi/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   name = "abcMIDI-${version}";
-  version = "2017.12.20";
+  version = "2018.01.02";
 
   # You can find new releases on http://ifdo.ca/~seymour/runabc/top.html
   src = fetchzip {
     url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
-    sha256 = "0lkbwrh701djbyqmybvx860p8csy25i6p3p7hr0cpndpa496nm07";
+    sha256 = "0s8wm637dgzgpgdxba3a6fh06i0c4iwvv9cdghh8msnx428k68iw";
   };
 
   # There is also a file called "makefile" which seems to be preferred by the standard build phase