summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-26 19:35:44 +0100
committerGitHub <noreply@github.com>2020-11-26 19:35:44 +0100
commitb455ba5ec1cc5316e6d87429a658392f444f65ad (patch)
tree950a88d539730b5b80fc716b5ffc69b7aa1d3477 /pkgs/development/libraries
parentabdea8e1f7dda3dff1652803c9ef9520a3b3d29b (diff)
parentac6196fe2b860d4849689c0a4e81af6a4f07971b (diff)
Merge pull request #104969 from r-ryantm/auto-update/fmt
fmt: 7.1.2 -> 7.1.3
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 40922bae47b2..8eac88df796c 100644
--- a/pkgs/development/libraries/fmt/default.nix
+++ b/pkgs/development/libraries/fmt/default.nix
@@ -42,7 +42,7 @@ let
in
{
fmt_7 = generic {
- version = "7.1.2";
- sha256 = "1ixwkqdbm01rcmqni15z4jj2rzhb3w7nlhkw2w4dzc4m101vr6yz";
+ version = "7.1.3";
+ sha256 = "08hyv73qp2ndbs0isk8pspsphdzz5qh8czl3wgyxy3mmif9xdg29";
};
}