summary refs log tree commit diff
path: root/pkgs/tools/audio/abcmidi
diff options
context:
space:
mode:
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 d4107d67801..9082ac329eb 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 = "2019.04.22";
+  version = "2019.06.06";
 
   src = fetchzip {
     url = "https://ifdo.ca/~seymour/runabc/${name}.zip";
-    sha256 = "18w6sny8hc9yswqxqw5rvv5j07a50q8aaih73d74asm3nwf71rl1";
+    sha256 = "1vmz2vj6asvy254y2ap89ah46lxr4pcw7bb827wrs3rzcysmcwjf";
   };
 
   # There is also a file called "makefile" which seems to be preferred by the standard build phase