mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
fmt_8: init at 8.0.1 (#129378)
This commit is contained in:
parent
7232b08309
commit
176b8cce23
@ -47,4 +47,9 @@ in
|
|||||||
version = "7.1.3";
|
version = "7.1.3";
|
||||||
sha256 = "08hyv73qp2ndbs0isk8pspsphdzz5qh8czl3wgyxy3mmif9xdg29";
|
sha256 = "08hyv73qp2ndbs0isk8pspsphdzz5qh8czl3wgyxy3mmif9xdg29";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fmt_8 = generic {
|
||||||
|
version = "8.0.1";
|
||||||
|
sha256 = "1mnvxqsan034d2jiqnw2yvkljl7lwvhakmj5bscwp1fpkn655bbw";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -15058,7 +15058,7 @@ in
|
|||||||
|
|
||||||
flyway = callPackage ../development/tools/flyway { };
|
flyway = callPackage ../development/tools/flyway { };
|
||||||
|
|
||||||
inherit (callPackages ../development/libraries/fmt { }) fmt_7;
|
inherit (callPackages ../development/libraries/fmt { }) fmt_7 fmt_8;
|
||||||
|
|
||||||
fmt = fmt_7;
|
fmt = fmt_7;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user