lol

libtommath: 1.2.0 -> 1.2.1

+2 -2
+2 -2
pkgs/development/libraries/libtommath/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libtommath"; 5 - version = "1.2.0"; 6 7 src = fetchurl { 8 url = "https://github.com/libtom/libtommath/releases/download/v${version}/ltm-${version}.tar.xz"; 9 - sha256 = "1c8q1qy88cjhdjlk3g24mra94h34c1ldvkjz0n2988c0yvn5xixp"; 10 }; 11 12 nativeBuildInputs = [ libtool ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libtommath"; 5 + version = "1.2.1"; 6 7 src = fetchurl { 8 url = "https://github.com/libtom/libtommath/releases/download/v${version}/ltm-${version}.tar.xz"; 9 + sha256 = "sha256-mGAl17N0J2/uLjDpnzZJ5KwNuKAiV6N+4Q6ucqvtDR8="; 10 }; 11 12 nativeBuildInputs = [ libtool ];