libmt32emu: 2.7.1 -> 2.7.2 (#396029)

authored by Nick Cao and committed by GitHub 0779fd54 ca3c4ac1

+2 -2
+2 -2
pkgs/applications/audio/munt/libmt32emu.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "libmt32emu"; 10 - version = "2.7.1"; 10 + version = "2.7.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "munt"; 14 14 repo = "munt"; 15 15 rev = "${pname}_${lib.replaceStrings [ "." ] [ "_" ] version}"; 16 - sha256 = "sha256-zY1AFcm8uvFkrKUZHsqtKY2CYTY4bWmkTJ7bZPqXoxk="; 16 + sha256 = "sha256-wXIvdGoup/AOQggkeXvtbi3pXhyKUKWmyt/ZbGzufds="; 17 17 }; 18 18 19 19 outputs = [