about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-11 12:01:14 +0000
committerGitHub <noreply@github.com>2023-02-11 12:01:14 +0000
commitcd4ded4f128132955f589dc7fc94317b93cc4fa2 (patch)
tree69d6566ad06c5689305f726f568596bb114069ec /pkgs/tools/audio
parent63655bdaea6985faea18fcd604b011c065073781 (diff)
parent1a1ce8fe661bd6780006669f2b221f9b00fe59ba (diff)
Merge master into staging-next
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 4551d8b6664ae..a83c1c81c416d 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.02.07";
+  version = "2023.02.08";
 
   src = fetchzip {
     url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
-    hash = "sha256-/EET65zdkHtVCNMurydskk1CO9pObCfWn7qVGGD9U3M=";
+    hash = "sha256-cJrRt+if3Ymn/nMCGsw2iObkRQF3hDxaUT9OEYp6j/g=";
   };
 
   meta = with lib; {