about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-05-01 15:36:07 +0000
committerGitHub <noreply@github.com>2024-05-01 15:36:07 +0000
commit9c1de036d5568b95166836c0609b3a91a6570147 (patch)
tree1a02e5977b5b4da646362a08c3f4c87589bd3bf0 /pkgs/tools/audio
parent3858b5a4850cb89c1b139772cd9c0d13462350f1 (diff)
parent1fc62db106bf56bb6d3b4d1b3e1ff7745fe32374 (diff)
Merge pull request #308215 from r-ryantm/auto-update/abcmidi
abcmidi: 2024.03.21 -> 2024.04.30
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 ef916f88e4fa8..a26e3de521e20 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 = "2024.03.21";
+  version = "2024.04.30";
 
   src = fetchzip {
     url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
-    hash = "sha256-tK7+09vCZXj79jEY3Zxz1cdt5UdfOVy4gjqewdAMiP4=";
+    hash = "sha256-Yw/EQZlGTYxouRL1Tf4TDSNWMleB7vKzWg4n6sw5d4Q=";
   };
 
   meta = with lib; {