Merge pull request #116024 from r-ryantm/auto-update/ntl

ntl: 11.4.3 -> 11.4.4
This commit is contained in:
Timo Kaufmann 2021-03-15 20:20:58 +00:00 committed by GitHub
commit ea24e113fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@ assert withGf2x -> gf2x != null;
stdenv.mkDerivation rec {
pname = "ntl";
version = "11.4.3";
version = "11.4.4";
src = fetchurl {
url = "http://www.shoup.net/ntl/ntl-${version}.tar.gz";
sha256 = "1lisp3064rch3jaa2wrhy1s9kll7i3ka3d0y6lj6l3l4ckfcrhdp";
sha256 = "sha256-nX9uguEaQJ8VHA3i3rCMDXY7r5g0/d/UMr89IY+AIds=";
};
buildInputs = [