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

ntl: 11.4.4 -> 11.5.1
This commit is contained in:
7c6f434c 2021-12-09 22:34:19 +00:00 committed by GitHub
commit 2e3fd2634d
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.4";
version = "11.5.1";
src = fetchurl {
url = "http://www.shoup.net/ntl/ntl-${version}.tar.gz";
sha256 = "sha256-nX9uguEaQJ8VHA3i3rCMDXY7r5g0/d/UMr89IY+AIds=";
sha256 = "sha256-IQ0GwxMGy8bq9oFEU8Vsd22djo3zbXTrMG9qUj0caoo=";
};
buildInputs = [