libtommath: 1.0.1 -> 1.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtommath/versions
This commit is contained in:
R. RyanTM 2019-02-04 23:33:51 -08:00
parent 8f58e00226
commit 013173be96

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libtommath-${version}";
version = "1.0.1";
version = "1.1.0";
src = fetchurl {
url = "https://github.com/libtom/libtommath/releases/download/v${version}/ltm-${version}.tar.xz";
sha256 = "0sbccdwbkfc680id2fi0x067j23biqcjqilwkk7y9339knrjy0s7";
sha256 = "1bbyagqzfdbg37k1n08nsqzdf44z8zsnjjinqbsyj7rxg246qilh";
};
nativeBuildInputs = [ libtool ];