ntl: 11.3.1 -> 11.3.2 (#50680)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ntl/versions
This commit is contained in:
R. RyanTM 2018-11-19 02:23:46 -08:00 committed by Timo Kaufmann
parent 6daa1938b6
commit 079b01dbd7

View File

@ -14,11 +14,11 @@ assert withGf2x -> gf2x != null;
stdenv.mkDerivation rec {
name = "ntl-${version}";
version = "11.3.1";
version = "11.3.2";
src = fetchurl {
url = "http://www.shoup.net/ntl/ntl-${version}.tar.gz";
sha256 = "08a1v92js13ij6lpf75xkjc8iy2w89igd7hy58abll6wnjj107zs";
sha256 = "17bfsvn72zjqfibnxscyf4hbk3inndh4r89jd2zg7mgqmd2k3fl4";
};
buildInputs = [