about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2022-08-02 16:20:02 +0200
committerOPNA2608 <christoph.neidahl@gmail.com>2022-08-02 16:20:02 +0200
commit9ba2e74b88a402546113e4518bc1a7295c21ff21 (patch)
treeb637c159b9226bb8f9d15e8ad54e0edadbe79182 /pkgs/applications
parenteb1ffdeb6210865972e1856d12738bf8523fd2be (diff)
mt32emu-smf2wav: 1.8.2 -> 1.9.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/munt/mt32emu-smf2wav.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/munt/mt32emu-smf2wav.nix b/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
index eee9f01ebb559..86b5dcee4a655 100644
--- a/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
+++ b/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
@@ -12,13 +12,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "mt32emu-smf2wav";
-  version = "1.8.2";
+  version = "1.9.0";
 
   src = fetchFromGitHub {
     owner = "munt";
     repo = "munt";
     rev = "${char2underscore "-" pname}_${char2underscore "." version}";
-    sha256 = "1dh5xpnsgx367ch45mm5c2p26vnxf3shax2afg2cd2lrbrlii7l9";
+    sha256 = "sha256-XGds9lDfSiY0D8RhYG4TGyjYEVvVYuAfNSv9+VxiJEs=";
   };
 
   postPatch = ''