fmt_11: init at 11.0.1
This commit is contained in:
parent
8bad99561b
commit
b5dade8ca0
@ -82,4 +82,9 @@ in
|
||||
version = "10.2.1";
|
||||
sha256 = "sha256-pEltGLAHLZ3xypD/Ur4dWPWJ9BGVXwqQyKcDWVmC3co=";
|
||||
};
|
||||
|
||||
fmt_11 = generic {
|
||||
version = "11.0.1";
|
||||
sha256 = "sha256-EPidbZxCvysrL64AzbpJDowiNxqy4ii+qwSWAFwf/Ps=";
|
||||
};
|
||||
}
|
||||
|
@ -20482,7 +20482,7 @@ with pkgs;
|
||||
|
||||
flyway = callPackage ../development/tools/flyway { };
|
||||
|
||||
inherit (callPackages ../development/libraries/fmt { }) fmt_8 fmt_9 fmt_10;
|
||||
inherit (callPackages ../development/libraries/fmt { }) fmt_8 fmt_9 fmt_10 fmt_11;
|
||||
|
||||
fmt = fmt_10;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user