summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-01 05:38:21 -0700
committerGitHub <noreply@github.com>2020-08-01 14:38:21 +0200
commit4814236168bcc4fc9924465c53a96d1252ec7b6f (patch)
tree49827d49a6fa466d9d0b444b9955acd8b03a1a58 /pkgs/tools/audio
parent0f8eb0b8f2e3d440556036d6cae54e9576cb901b (diff)
abcmidi: 2020.06.30 -> 2020.07.28 (#94349)
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 63ca4dc5e7c2..f075f503ae5a 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 = "2020.06.30";
+ version = "2020.07.28";
src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
- sha256 = "0pdaf9y4ag2cdpygypf11aqa52hhj1y5f7gc8lv3aa1lplxyhi9m";
+ sha256 = "05nsakvnx1jz2k9bvabpw5v3js28ng9z7n6ch58brd3qxc2p76zv";
};
# There is also a file called "makefile" which seems to be preferred by the standard build phase