summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-06-20 23:33:05 +0100
committerGitHub <noreply@github.com>2018-06-20 23:33:05 +0100
commit06939fb053134912f89bfa6748202bb55e4198fa (patch)
tree30fa57ef527f4c2af92ac03877829e67d82adb68 /pkgs/tools
parentf0d549ce75c48a320efb78179a97b8b8e6373ca0 (diff)
parent48ef02ac9936e612d8b71aca1a4b459fda21b230 (diff)
downloadnixlib-06939fb053134912f89bfa6748202bb55e4198fa.tar
nixlib-06939fb053134912f89bfa6748202bb55e4198fa.tar.gz
nixlib-06939fb053134912f89bfa6748202bb55e4198fa.tar.bz2
nixlib-06939fb053134912f89bfa6748202bb55e4198fa.tar.lz
nixlib-06939fb053134912f89bfa6748202bb55e4198fa.tar.xz
nixlib-06939fb053134912f89bfa6748202bb55e4198fa.tar.zst
nixlib-06939fb053134912f89bfa6748202bb55e4198fa.zip
Merge pull request #42283 from r-ryantm/auto-update/abcMIDI
abcmidi: 2018.05.02 -> 2018.06.13
Diffstat (limited to 'pkgs/tools')
-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 a0e7b1f906c9..46b4ada3d573 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.05.02";
+  version = "2018.06.13";
 
   src = fetchzip {
     url = "http://ifdo.ca/~seymour/runabc/${name}.zip";
-    sha256 = "0pva0kwkwdrq4mfgiz389dhaqv66csqjaddirzxmhvvi6qji5d24";
+    sha256 = "0mmr0wfdwx9vfz17gp0arspv835l5gka78hm5hkri4h3cvxpflfy";
   };
 
   # There is also a file called "makefile" which seems to be preferred by the standard build phase