Unverified Commit 695f4bb1 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

mmlgui: Fix GCC 15 compat (#478164)

parents 01136dbe c0b8a085
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

stdenv.mkDerivation {
  pname = "mmlgui";
  version = "210420-preview-unstable-2024-04-15";
  version = "210420-preview-unstable-2026-01-09";

  src = fetchFromGitHub {
    owner = "superctr";
    repo = "mmlgui";
    rev = "e49f225ac2b2d46056b2c45a5d31c544227c4968";
    rev = "9803a154c5fdbe6e88956e391ea0d5c4eae18cdc";
    fetchSubmodules = true;
    hash = "sha256-hj2k1BrE8AA2HTBEO03RammlZV2U4KW0gLJmFNiaSvI=";
    hash = "sha256-3HMSVSgqusIhFf7jheyC2ytoJqSsJA8yYUnhxvdteq0=";
  };

  postPatch = ''