fmt_12: init at 12.0.0
This commit is contained in:
@@ -90,4 +90,9 @@ in
|
||||
version = "11.2.0";
|
||||
hash = "sha256-sAlU5L/olxQUYcv8euVYWTTB8TrVeQgXLHtXy8IMEnU=";
|
||||
};
|
||||
|
||||
fmt_12 = generic {
|
||||
version = "12.0.0";
|
||||
hash = "sha256-AZDmIeU1HbadC+K0TIAGogvVnxt0oE9U6ocpawIgl6g=";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user