Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c70ad805d216
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4769c7cd7656
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 24, 2018

  1. ntl: 11.3.0 -> 11.3.1

    "Fixed a bug that effected image, kernel, and gauss routines for
    Mat<zz_p>. These routines did not behave correctly when the input matrix
    was zero. Also improved the mat_lzz_pTest program."
    timokau committed Oct 24, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b5207ec View commit details
  2. Merge pull request #49008 from timokau/ntl-11.3.1

    ntl: 11.3.0 -> 11.3.1
    timokau authored Oct 24, 2018
    Copy the full SHA
    4769c7c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/ntl/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ntl/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [