fmt_12: init at 12.0.0

This commit is contained in:
Yiyu Zhou
2025-10-17 13:22:26 -07:00
parent d7c602efd3
commit 77ad38bf77
2 changed files with 11 additions and 1 deletions
@@ -97,4 +97,9 @@ in
})
];
};
fmt_12 = generic {
version = "12.0.0";
hash = "sha256-AZDmIeU1HbadC+K0TIAGogvVnxt0oE9U6ocpawIgl6g=";
};
}
+6 -1
View File
@@ -7251,7 +7251,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_11;