about summary refs log tree commit diff
path: root/pkgs/applications/audio/munt/mt32emu-qt.nix
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2022-08-08 17:52:46 +0200
committerOPNA2608 <christoph.neidahl@gmail.com>2022-08-08 17:52:46 +0200
commitceb184396d94645b61c0286f24038951e8fa0e1f (patch)
tree12d485db716601b912029dd6369fae4213771d1f /pkgs/applications/audio/munt/mt32emu-qt.nix
parent9ba2e74b88a402546113e4518bc1a7295c21ff21 (diff)
mt32emu-qt: 1.10.2 -> 1.11.1
Diffstat (limited to 'pkgs/applications/audio/munt/mt32emu-qt.nix')
-rw-r--r--pkgs/applications/audio/munt/mt32emu-qt.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/munt/mt32emu-qt.nix b/pkgs/applications/audio/munt/mt32emu-qt.nix
index c2b84fd6ed782..207fbc3717f74 100644
--- a/pkgs/applications/audio/munt/mt32emu-qt.nix
+++ b/pkgs/applications/audio/munt/mt32emu-qt.nix
@@ -18,13 +18,13 @@ let
 in
 mkDerivation rec {
   pname = "mt32emu-qt";
-  version = "1.10.2";
+  version = "1.11.1";
 
   src = fetchFromGitHub {
     owner = "munt";
     repo = "munt";
     rev = "${char2underscore "-" pname}_${char2underscore "." version}";
-    sha256 = "1dh5xpnsgx367ch45mm5c2p26vnxf3shax2afg2cd2lrbrlii7l9";
+    sha256 = "sha256-PqYPYnKPlnU3PByxksBscl4GqDRllQdmD6RWpy/Ura0=";
   };
 
   postPatch = ''