about summary refs log tree commit diff
path: root/pkgs/applications/audio/munt
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-01 00:15:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-01 00:15:41 +0000
commit5fc48d53da589bb162f920213b6a01470e4acfe4 (patch)
tree4c039e16b64f5b8bc2ed271f57af31a95ccd0764 /pkgs/applications/audio/munt
parentefb7405702e62f6edbdcfcacd2ce3e56aa9de40a (diff)
libmt32emu: 2.6.3 -> 2.7.0
Diffstat (limited to 'pkgs/applications/audio/munt')
-rw-r--r--pkgs/applications/audio/munt/libmt32emu.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/munt/libmt32emu.nix b/pkgs/applications/audio/munt/libmt32emu.nix
index 58fb9cddc9021..fdd9e6fac89d8 100644
--- a/pkgs/applications/audio/munt/libmt32emu.nix
+++ b/pkgs/applications/audio/munt/libmt32emu.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libmt32emu";
-  version = "2.6.3";
+  version = "2.7.0";
 
   src = fetchFromGitHub {
     owner = "munt";
     repo = "munt";
     rev = "${pname}_${lib.replaceChars [ "." ] [ "_" ] version}";
-    sha256 = "0ncy55fj9l2s750clxjpv102hrgcndz4qba9w2sf8lwzgy6d1xmp";
+    sha256 = "sha256-XGds9lDfSiY0D8RhYG4TGyjYEVvVYuAfNSv9+VxiJEs=";
   };
 
   outputs = [ "out" "dev" ];