fmt_8: init at 8.0.1 (#129378)
This commit is contained in:
parent
7232b08309
commit
176b8cce23
2 changed files with 6 additions and 1 deletions
|
@ -47,4 +47,9 @@ in
|
|||
version = "7.1.3";
|
||||
sha256 = "08hyv73qp2ndbs0isk8pspsphdzz5qh8czl3wgyxy3mmif9xdg29";
|
||||
};
|
||||
|
||||
fmt_8 = generic {
|
||||
version = "8.0.1";
|
||||
sha256 = "1mnvxqsan034d2jiqnw2yvkljl7lwvhakmj5bscwp1fpkn655bbw";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15058,7 +15058,7 @@ in
|
|||
|
||||
flyway = callPackage ../development/tools/flyway { };
|
||||
|
||||
inherit (callPackages ../development/libraries/fmt { }) fmt_7;
|
||||
inherit (callPackages ../development/libraries/fmt { }) fmt_7 fmt_8;
|
||||
|
||||
fmt = fmt_7;
|
||||
|
||||
|
|
Loading…
Reference in a new issue