mt32emu-qt: 1.12.1 -> 1.12.2 (#529686)

This commit is contained in:
Cosima Neidahl
2026-06-13 21:42:42 +00:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mt32emu-qt";
version = "1.12.1";
version = "1.12.2";
src = fetchFromGitHub {
owner = "munt";
repo = "munt";
tag = "mt32emu_qt_${lib.replaceString "." "_" finalAttrs.version}";
hash = "sha256-O9x+uL1QnixXNl/rTCnGwbutoCs6bI8vCmkhAWJW4Do=";
hash = "sha256-QuOQvKNCKl/UypTub9FCoYu3HJrMi6LksKPGaQUWfO8=";
};
postPatch =