commit
56603378ba
2 changed files with 8 additions and 2 deletions
|
@ -33,7 +33,7 @@ let
|
|||
fmt (formerly cppformat) is an open-source formatting library. It can be
|
||||
used as a fast and safe alternative to printf and IOStreams.
|
||||
'';
|
||||
homepage = "http://fmtlib.net/";
|
||||
homepage = "https://fmt.dev/";
|
||||
downloadPage = "https://github.com/fmtlib/fmt/";
|
||||
maintainers = [ maintainers.jdehaas ];
|
||||
license = licenses.mit;
|
||||
|
@ -51,4 +51,9 @@ in
|
|||
version = "8.1.1";
|
||||
sha256 = "sha256-leb2800CwdZMJRWF5b1Y9ocK0jXpOX/nwo95icDf308=";
|
||||
};
|
||||
|
||||
fmt_9 = generic {
|
||||
version = "9.0.0";
|
||||
sha256 = "sha256-nwlAzMkY1JdhLtes48VaNH9LS7GzqtPCwk2dZA/bGmQ=";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18015,9 +18015,10 @@ with pkgs;
|
|||
|
||||
flyway = callPackage ../development/tools/flyway { };
|
||||
|
||||
inherit (callPackages ../development/libraries/fmt { }) fmt_7 fmt_8;
|
||||
inherit (callPackages ../development/libraries/fmt { }) fmt_7 fmt_8 fmt_9;
|
||||
|
||||
fmt = fmt_7;
|
||||
fmt_latest = fmt_9;
|
||||
|
||||
fplll = callPackage ../development/libraries/fplll {};
|
||||
fplll_20160331 = callPackage ../development/libraries/fplll/20160331.nix {};
|
||||
|
|
Loading…
Reference in a new issue