about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-20 09:47:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-20 09:47:28 +0000
commit1c3fa28588f251d8cc4889eca742498a641cf44c (patch)
treedcaedb0ae584a7ffb0db238c0f750177911b431a /pkgs/applications/audio
parent63ac7bec8dfd0eaba2e8b33a526a7f64500205c3 (diff)
mmlgui: unstable-2023-11-16 -> unstable-2024-04-15
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 aab0acb25019d..da7f4ddcab3ec 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-11-16";
+  version = "unstable-2024-04-15";
 
   src = fetchFromGitHub {
     owner = "superctr";
     repo = "mmlgui";
-    rev = "627bfc7b67d4d87253517ba71df2d699a8acdd10";
+    rev = "e49f225ac2b2d46056b2c45a5d31c544227c4968";
     fetchSubmodules = true;
-    hash = "sha256-d/QLRlSfCrrcvzIhwEBKB5chK+XqO/R8xJ5VfagDi4U=";
+    hash = "sha256-hj2k1BrE8AA2HTBEO03RammlZV2U4KW0gLJmFNiaSvI=";
   };
 
   postPatch = ''