about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2017-12-22 08:53:20 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2017-12-22 08:55:47 +0100
commit8b69791230943da18c7d00a10117a0f39da29ca0 (patch)
tree0d9ec3a645668efde9885f321236bdb96dbdc264 /pkgs
parentab623d8467c9f82666e8a6f7ee48eae9199acb5e (diff)
downloadnixlib-8b69791230943da18c7d00a10117a0f39da29ca0.tar
nixlib-8b69791230943da18c7d00a10117a0f39da29ca0.tar.gz
nixlib-8b69791230943da18c7d00a10117a0f39da29ca0.tar.bz2
nixlib-8b69791230943da18c7d00a10117a0f39da29ca0.tar.lz
nixlib-8b69791230943da18c7d00a10117a0f39da29ca0.tar.xz
nixlib-8b69791230943da18c7d00a10117a0f39da29ca0.tar.zst
nixlib-8b69791230943da18c7d00a10117a0f39da29ca0.zip
abcmidi: 2017.12.10 -> 2017.12.20
Diffstat (limited to 'pkgs')
-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 49647aafc11b..8113b67db88b 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.10";
+  version = "2017.12.20";
 
   # You can find new releases on http://ifdo.ca/~seymour/runabc/top.html
   src = fetchzip {
     url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
-    sha256 = "0m6mv6hlpzg14y5vsjicvi6lpmymsi1q4wz8sfliric3n1zb7ygz";
+    sha256 = "0lkbwrh701djbyqmybvx860p8csy25i6p3p7hr0cpndpa496nm07";
   };
 
   # There is also a file called "makefile" which seems to be preferred by the standard build phase