fmt_10: init at 10.0.0

https://github.com/fmtlib/fmt/releases/tag/10.0.0
This commit is contained in:
Mario Rodas 2023-05-20 04:20:00 +00:00
parent 140d4f0b8c
commit 6ed59c8420
2 changed files with 6 additions and 1 deletions

View File

@ -51,4 +51,9 @@ in
version = "9.1.0";
sha256 = "sha256-rP6ymyRc7LnKxUXwPpzhHOQvpJkpnRFOt2ctvUNlYI0=";
};
fmt_10 = generic {
version = "10.0.0";
sha256 = "sha256-sVY2TVPS/Zx32p5XIYR6ghqN4kOZexzH7Cr+y8sZXK8=";
};
}

View File

@ -20381,7 +20381,7 @@ with pkgs;
flyway = callPackage ../development/tools/flyway { };
inherit (callPackages ../development/libraries/fmt { }) fmt_8 fmt_9;
inherit (callPackages ../development/libraries/fmt { }) fmt_8 fmt_9 fmt_10;
fmt = fmt_9;