summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-25 00:22:56 -0800
committerLassulus <github@lassul.us>2019-12-07 22:00:13 +0100
commitd19a8f133b189c0443ea5773fd9a7e5feebce64a (patch)
tree418527ad3c0444bc5948afecde727aad21bf0e22 /pkgs/tools/audio
parent626c4a26ffdb4616962baf42f025bff07ed1ae16 (diff)
downloadnixpkgs-d19a8f133b189c0443ea5773fd9a7e5feebce64a.tar
nixpkgs-d19a8f133b189c0443ea5773fd9a7e5feebce64a.tar.gz
nixpkgs-d19a8f133b189c0443ea5773fd9a7e5feebce64a.tar.bz2
nixpkgs-d19a8f133b189c0443ea5773fd9a7e5feebce64a.tar.lz
nixpkgs-d19a8f133b189c0443ea5773fd9a7e5feebce64a.tar.xz
nixpkgs-d19a8f133b189c0443ea5773fd9a7e5feebce64a.tar.zst
nixpkgs-d19a8f133b189c0443ea5773fd9a7e5feebce64a.zip
abcmidi: 2019.10.13 -> 2019.11.11
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 8d990f3a3a8..804f9f3ed24 100644
--- a/pkgs/tools/audio/abcmidi/default.nix
+++ b/pkgs/tools/audio/abcmidi/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "abcMIDI";
-  version = "2019.10.13";
+  version = "2019.11.11";
 
   src = fetchzip {
     url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
-    sha256 = "1i2gpfrzi12smrlni25fcah6a8rb5l7p358r60jbysc2bpzxwd9l";
+    sha256 = "0xid13jqhbknrs31j74iwgjm0h0c64w3kqk9g9am1pkjwxh8d460";
   };
 
   # There is also a file called "makefile" which seems to be preferred by the standard build phase