gmp: update 5.1.x branch to version 5.1.3
This commit is contained in:
parent
7148f50ef3
commit
68eea9c19e
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, m4, cxx ? true }:
|
{ stdenv, fetchurl, m4, cxx ? true }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gmp-5.1.1";
|
name = "gmp-5.1.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [ "mirror://gnu/gmp/${name}.tar.bz2" "ftp://ftp.gmplib.org/pub/${name}/${name}.tar.bz2" ];
|
urls = [ "mirror://gnu/gmp/${name}.tar.bz2" "ftp://ftp.gmplib.org/pub/${name}/${name}.tar.bz2" ];
|
||||||
sha256 = "1bdgf04k2i12pfivxgjq68iarz3ngix9hpzbmkgijrdk92gpgm50";
|
sha256 = "0q5i39pxrasgn9qdxzpfbwhh11ph80p57x6hf48m74261d97j83m";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ m4 ];
|
nativeBuildInputs = [ m4 ];
|
@ -4375,7 +4375,7 @@ let
|
|||||||
|
|
||||||
gmp5 = callPackage ../development/libraries/gmp/5.0.5.nix { };
|
gmp5 = callPackage ../development/libraries/gmp/5.0.5.nix { };
|
||||||
|
|
||||||
gmp51 = callPackage ../development/libraries/gmp/5.1.1.nix { };
|
gmp51 = callPackage ../development/libraries/gmp/5.1.3.nix { };
|
||||||
|
|
||||||
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection { };
|
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user