about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-16 09:45:59 -0400
committerGitHub <noreply@github.com>2023-09-16 09:45:59 -0400
commitbba7abb609356e44d457922d80a3bc403c00c97e (patch)
treec156d82b146a1f57f0bc38693d83d115b4d00cf8
parent1b28254477e4cbfa4036e531334d365ea4c5c68f (diff)
parent3f665ee43d1c3ad8dd8991e44917ba964fccd019 (diff)
Merge pull request #255397 from r-ryantm/auto-update/libtommath
libtommath: 1.2.0 -> 1.2.1
-rw-r--r--pkgs/development/libraries/libtommath/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libtommath/default.nix b/pkgs/development/libraries/libtommath/default.nix
index b6e129722a23c..3ec1ba7b79b36 100644
--- a/pkgs/development/libraries/libtommath/default.nix
+++ b/pkgs/development/libraries/libtommath/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "libtommath";
-  version = "1.2.0";
+  version = "1.2.1";
 
   src = fetchurl {
     url = "https://github.com/libtom/libtommath/releases/download/v${version}/ltm-${version}.tar.xz";
-    sha256 = "1c8q1qy88cjhdjlk3g24mra94h34c1ldvkjz0n2988c0yvn5xixp";
+    sha256 = "sha256-mGAl17N0J2/uLjDpnzZJ5KwNuKAiV6N+4Q6ucqvtDR8=";
   };
 
   nativeBuildInputs = [ libtool ];