mt32emu-qt: 1.10.2 -> 1.11.1

This commit is contained in:
OPNA2608 2022-08-08 17:52:46 +02:00
parent 9ba2e74b88
commit ceb184396d

View file

@ -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 = ''