libtommath: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2023-09-16 00:37:24 +00:00
parent 1f832ad576
commit 3f665ee43d

View file

@ -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 ];