about summary refs log tree commit diff
path: root/pkgs/development/libraries/fmt
diff options
context:
space:
mode:
authorNicolas Benes <nbenes.gh@xandea.de>2022-08-19 19:50:55 +0200
committerNicolas Benes <nbenes.gh@xandea.de>2022-08-31 21:28:09 +0200
commit45c0bb79c6bb6f2cd5c5efb7805e126bc11bafa3 (patch)
treeca55d280e250fa331e1188e40c598d17b07ab55b /pkgs/development/libraries/fmt
parent14021215f1d28dab3c712613f52a3b4eddec5b64 (diff)
fmt_9: init at 9.0.0
Diffstat (limited to 'pkgs/development/libraries/fmt')
-rw-r--r--pkgs/development/libraries/fmt/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/development/libraries/fmt/default.nix b/pkgs/development/libraries/fmt/default.nix
index bec7860223af2..07adb5fde829c 100644
--- a/pkgs/development/libraries/fmt/default.nix
+++ b/pkgs/development/libraries/fmt/default.nix
@@ -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=";
+  };
 }