From b5207ec0add46851fb79531c8469ab6b2901ead6 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Wed, 24 Oct 2018 15:10:23 +0200 Subject: ntl: 11.3.0 -> 11.3.1 "Fixed a bug that effected image, kernel, and gauss routines for Mat. These routines did not behave correctly when the input matrix was zero. Also improved the mat_lzz_pTest program." --- pkgs/development/libraries/ntl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries') diff --git a/pkgs/development/libraries/ntl/default.nix b/pkgs/development/libraries/ntl/default.nix index 63a51a90ccd2..cd3034e86122 100644 --- a/pkgs/development/libraries/ntl/default.nix +++ b/pkgs/development/libraries/ntl/default.nix @@ -14,11 +14,11 @@ assert withGf2x -> gf2x != null; stdenv.mkDerivation rec { name = "ntl-${version}"; - version = "11.3.0"; + version = "11.3.1"; src = fetchurl { url = "http://www.shoup.net/ntl/ntl-${version}.tar.gz"; - sha256 = "1pcib3vz1sdqlk0n561wbf7fwq44jm5cpx710w4vqljxgrjd7q1s"; + sha256 = "08a1v92js13ij6lpf75xkjc8iy2w89igd7hy58abll6wnjj107zs"; }; buildInputs = [ -- cgit 1.4.1