fmt_12: init at 12.0.0

This commit is contained in:
Pascal Jungblut
2025-09-20 11:04:16 +02:00
parent 841dc59ecf
commit 4e668284ce
2 changed files with 11 additions and 1 deletions
@@ -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
View File
@@ -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;