fmt_11: init at 11.0.1

This commit is contained in:
Franz Pletz 2024-07-13 15:29:29 +02:00
parent 8bad99561b
commit b5dade8ca0
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 6 additions and 1 deletions

View File

@ -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=";
};
}

View File

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