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