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: 640088aa89bb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e216c3917f4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 5, 2020

  1. ntl: 11.4.2 -> 11.4.3

    Upstream[1]:
    
    > I uploaded NTL 11.4.3 to https://www.shoup.net/ntl/
    > This fixes an embarrassing build problem in 11.4.2.
    
    [1] https://groups.google.com/forum/#!topic/sage-devel/V5zHWIpRIJo
    timokau committed Jan 5, 2020
    Copy the full SHA
    58edcdc View commit details
  2. Merge pull request #76975 from timokau/ntl-11.4.3

    ntl: 11.4.2 -> 11.4.3
    timokau authored Jan 5, 2020
    Copy the full SHA
    2e216c3 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 {
pname = "ntl";
version = "11.4.2";
version = "11.4.3";

src = fetchurl {
url = "http://www.shoup.net/ntl/ntl-${version}.tar.gz";
sha256 = "11r3f37psdbjw926kf6bn5bp69aj88f5cchvv1xh2bhrcjdp4r1b";
sha256 = "1lisp3064rch3jaa2wrhy1s9kll7i3ka3d0y6lj6l3l4ckfcrhdp";
};

buildInputs = [