Commit 4e668284 authored by Pascal Jungblut's avatar Pascal Jungblut
Browse files

fmt_12: init at 12.0.0

parent 841dc59e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -90,4 +90,9 @@ in
    version = "11.2.0";
    hash = "sha256-sAlU5L/olxQUYcv8euVYWTTB8TrVeQgXLHtXy8IMEnU=";
  };

  fmt_12 = generic {
    version = "12.0.0";
    hash = "sha256-AZDmIeU1HbadC+K0TIAGogvVnxt0oE9U6ocpawIgl6g=";
  };
}
+6 −1
Original line number Diff line number Diff line
@@ -7473,7 +7473,12 @@ with pkgs;
  fltk = fltk13;
  fltk-minimal = fltk13-minimal;

  inherit (callPackages ../development/libraries/fmt { }) fmt_9 fmt_10 fmt_11;
  inherit (callPackages ../development/libraries/fmt { })
    fmt_9
    fmt_10
    fmt_11
    fmt_12
    ;

  fmt = fmt_10;