fmt_8: init at 8.0.1 (#129378)

This commit is contained in:
Ivar 2021-07-07 03:08:35 +02:00 committed by GitHub
parent 7232b08309
commit 176b8cce23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -47,4 +47,9 @@ in
version = "7.1.3";
sha256 = "08hyv73qp2ndbs0isk8pspsphdzz5qh8czl3wgyxy3mmif9xdg29";
};
fmt_8 = generic {
version = "8.0.1";
sha256 = "1mnvxqsan034d2jiqnw2yvkljl7lwvhakmj5bscwp1fpkn655bbw";
};
}

View file

@ -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;