about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorZhaofeng Li <hello@zhaofeng.li>2022-10-29 20:43:51 -0600
committerZhaofeng Li <hello@zhaofeng.li>2022-10-30 18:44:01 -0600
commit9cfee5c3bd6c5a033719992c5f7bc719f44b4ee0 (patch)
tree5e4fe99ab23c961b214874d61485cf504f2b01d6 /pkgs/development/libraries
parent2e7242bbb9fa9fab36ac42b7711a897859470bed (diff)
fmt_9: 9.0.0 -> 9.1.0
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/fmt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/fmt/default.nix b/pkgs/development/libraries/fmt/default.nix
index 07adb5fde829c..76107e1e07026 100644
--- a/pkgs/development/libraries/fmt/default.nix
+++ b/pkgs/development/libraries/fmt/default.nix
@@ -53,7 +53,7 @@ in
   };
 
   fmt_9 = generic {
-    version = "9.0.0";
-    sha256 = "sha256-nwlAzMkY1JdhLtes48VaNH9LS7GzqtPCwk2dZA/bGmQ=";
+    version = "9.1.0";
+    sha256 = "sha256-rP6ymyRc7LnKxUXwPpzhHOQvpJkpnRFOt2ctvUNlYI0=";
   };
 }