summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-11-20 04:19:34 -0800
committerGitHub <noreply@github.com>2023-11-20 04:19:34 -0800
commit02ee8340456332365d0ad2f37f4a8dfb0aec3c81 (patch)
tree89e0d9dc98e57668fe4883852dabd58f4f517120 /pkgs/tools
parentf50d8ff8b7f3fa8ae8d796ffe9b3f3f44a074c9e (diff)
parente9ca34f2125abce1f7282829129eaa1bfbb74e4c (diff)
Merge pull request #268363 from r-ryantm/auto-update/abcmidi
abcmidi: 2023.09.13 -> 2023.11.17
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 3d5474a0984a9..b44f53fce10a2 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 = "2023.09.13";
+  version = "2023.11.17";
 
   src = fetchzip {
     url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
-    hash = "sha256-rpGINfLuWHu6QA/30aI9B8Hmpfx1o6vstiQn+t0blxA=";
+    hash = "sha256-yWCHK7bi1kCZNWBhaLqilm/ZUv5YXUGi7W3PaRKA7ww=";
   };
 
   meta = with lib; {