From 9ba2e74b88a402546113e4518bc1a7295c21ff21 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Tue, 2 Aug 2022 16:20:02 +0200 Subject: [PATCH 1/2] mt32emu-smf2wav: 1.8.2 -> 1.9.0 --- pkgs/applications/audio/munt/mt32emu-smf2wav.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/munt/mt32emu-smf2wav.nix b/pkgs/applications/audio/munt/mt32emu-smf2wav.nix index eee9f01ebb55..86b5dcee4a65 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 = '' From ceb184396d94645b61c0286f24038951e8fa0e1f Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Mon, 8 Aug 2022 17:52:46 +0200 Subject: [PATCH 2/2] mt32emu-qt: 1.10.2 -> 1.11.1 --- pkgs/applications/audio/munt/mt32emu-qt.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/munt/mt32emu-qt.nix b/pkgs/applications/audio/munt/mt32emu-qt.nix index c2b84fd6ed78..207fbc3717f7 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 = ''