summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-27 16:48:17 +0100
committerGitHub <noreply@github.com>2021-01-27 16:48:17 +0100
commitc7cfce17b787ec0eb96344366fcff476980cc588 (patch)
tree1c8c534a4a1475d59bf972b7dd46ae929f07f560
parenta93b10e233dd7825751884e7fea24abc47db41cc (diff)
parent63bc85029a46c2b17d45a389c0e41830742850ef (diff)
downloadnixpkgs-c7cfce17b787ec0eb96344366fcff476980cc588.tar
nixpkgs-c7cfce17b787ec0eb96344366fcff476980cc588.tar.gz
nixpkgs-c7cfce17b787ec0eb96344366fcff476980cc588.tar.bz2
nixpkgs-c7cfce17b787ec0eb96344366fcff476980cc588.tar.lz
nixpkgs-c7cfce17b787ec0eb96344366fcff476980cc588.tar.xz
nixpkgs-c7cfce17b787ec0eb96344366fcff476980cc588.tar.zst
nixpkgs-c7cfce17b787ec0eb96344366fcff476980cc588.zip
Merge pull request #110926 from dotlambda/abcmidi-2021.01.25
abcmidi: 2021.01.21 -> 2021.01.25
-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 cb856ab72d0..1478aa8c1e3 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 = "2021.01.21";
+  version = "2021.01.25";
 
   src = fetchzip {
     url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
-    sha256 = "184d59pc60dax60j3nzcsr5kflaygbjpbrwg6r4bky0q0sg17z5i";
+    sha256 = "1c2jx03ssm9yyv6rgr5wfv88ivfgdgq3889yaghjyvllm3nv9380";
   };
 
   # There is also a file called "makefile" which seems to be preferred by the standard build phase