Merge pull request #55258 from r-ryantm/auto-update/libtommath

libtommath: 1.0.1 -> 1.1.0
This commit is contained in:
markuskowa 2019-02-05 23:51:40 +01:00 committed by GitHub
commit f8a975e7f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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