about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-24 01:08:26 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-26 21:45:56 +0000
commitdf8ab56be12c8a9d2acb3ffdc297fbbbe677e7de (patch)
tree13910ab830aeff6939c8ef8f6fa73e1bbbf65162 /pkgs/applications/audio
parent0cdc719613f4cefb1572ef2d195581a5a44749f7 (diff)
mmlgui: unstable-2023-09-20 -> unstable-2023-11-16
(cherry picked from commit 09dbc6d462131ef4b7302a49e32d15fc84d06bb7)
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/mmlgui/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/mmlgui/default.nix b/pkgs/applications/audio/mmlgui/default.nix
index 4959a567c417e..d31ece0187d35 100644
--- a/pkgs/applications/audio/mmlgui/default.nix
+++ b/pkgs/applications/audio/mmlgui/default.nix
@@ -15,14 +15,14 @@
 
 stdenv.mkDerivation rec {
   pname = "mmlgui";
-  version = "unstable-2023-09-20";
+  version = "unstable-2023-11-16";
 
   src = fetchFromGitHub {
     owner = "superctr";
     repo = "mmlgui";
-    rev = "a941dbcb34d2e1d56ac4489fbec5f893e9b8fb6d";
+    rev = "627bfc7b67d4d87253517ba71df2d699a8acdd10";
     fetchSubmodules = true;
-    hash = "sha256-d5DznY0WRJpiUEtUQ8Yihc0Ej8+k5cYTqrzUSp/1wg4=";
+    hash = "sha256-d/QLRlSfCrrcvzIhwEBKB5chK+XqO/R8xJ5VfagDi4U=";
   };
 
   postPatch = ''