aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gmp
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-11-05 18:18:52 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-11-05 18:21:44 -0800
commitcf802b8075d2c9684fc2b5d7b47af3c5977e0f61 (patch)
treef7dd22e22f0282225b7cde0b729b7230ddbf9da8 /pkgs/development/libraries/gmp
parent97d215deba434a6d62c81aff5720e24d25ce9bac (diff)
gmp: 6.0.0a -> 6.1.0
Diffstat (limited to 'pkgs/development/libraries/gmp')
-rw-r--r--pkgs/development/libraries/gmp/6.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gmp/6.x.nix b/pkgs/development/libraries/gmp/6.x.nix
index 171611e12498..5025557458cd 100644
--- a/pkgs/development/libraries/gmp/6.x.nix
+++ b/pkgs/development/libraries/gmp/6.x.nix
@@ -3,11 +3,11 @@
with { inherit (stdenv.lib) optional optionalString; };
stdenv.mkDerivation rec {
- name = "gmp-6.0.0a";
+ name = "gmp-6.1.0";
src = fetchurl { # we need to use bz2, others aren't in bootstrapping stdenv
urls = [ "mirror://gnu/gmp/${name}.tar.bz2" "ftp://ftp.gmplib.org/pub/${name}/${name}.tar.bz2" ];
- sha256 = "1bwsfmf0vrx3rwl4xmi5jhhy3v1qx1xj0m7p9hb0fvcw9f09m3kz";
+ sha256 = "1s3kddydvngqrpc6i1vbz39raya2jdcl042wi0ksbszgjjllk129";
};
nativeBuildInputs = [ m4 ];