Commit c0b8a085 authored by OPNA2608's avatar OPNA2608
Browse files

mmlgui: 210420-preview-unstable-2024-04-15 -> 210420-preview-unstable-2026-01-09

Fixes compatibility with GCC 15.
parent 19a67857
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 = ''