fmt_7: remove unused pkg
This commit is contained in:
parent
b9bf4d5378
commit
fb9496a58f
2 changed files with 1 additions and 6 deletions
|
@ -42,11 +42,6 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
fmt_7 = generic {
|
||||
version = "7.1.3";
|
||||
sha256 = "08hyv73qp2ndbs0isk8pspsphdzz5qh8czl3wgyxy3mmif9xdg29";
|
||||
};
|
||||
|
||||
fmt_8 = generic {
|
||||
version = "8.1.1";
|
||||
sha256 = "sha256-leb2800CwdZMJRWF5b1Y9ocK0jXpOX/nwo95icDf308=";
|
||||
|
|
|
@ -19473,7 +19473,7 @@ with pkgs;
|
|||
|
||||
flyway = callPackage ../development/tools/flyway { };
|
||||
|
||||
inherit (callPackages ../development/libraries/fmt { }) fmt_7 fmt_8 fmt_9;
|
||||
inherit (callPackages ../development/libraries/fmt { }) fmt_8 fmt_9;
|
||||
|
||||
fmt = fmt_9;
|
||||
|
||||
|
|
Loading…
Reference in a new issue