libmt32emu: 2.8.2 -> 2.8.3

This commit is contained in:
R. Ryantm
2026-06-13 03:15:34 +00:00
parent 08740d8811
commit 256e4dfb52
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmt32emu";
version = "2.8.2";
version = "2.8.3";
src = fetchFromGitHub {
owner = "munt";
repo = "munt";
tag = "libmt32emu_${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-O9x+uL1QnixXNl/rTCnGwbutoCs6bI8vCmkhAWJW4Do=";
hash = "sha256-QuOQvKNCKl/UypTub9FCoYu3HJrMi6LksKPGaQUWfO8=";
};
outputs = [