about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-13 16:47:23 +0100
committerPeter Simons <simons@cryp.to>2014-01-13 17:05:45 +0100
commit68eea9c19eb80a6472d6190a9632f7c233b9752b (patch)
tree6295e1aad7a0f7515e3372dcaf408ee9a3b755e4 /pkgs/development
parent7148f50ef3f841ed65c0932d7b2e4bf6b4d3edfc (diff)
downloadnixlib-68eea9c19eb80a6472d6190a9632f7c233b9752b.tar
nixlib-68eea9c19eb80a6472d6190a9632f7c233b9752b.tar.gz
nixlib-68eea9c19eb80a6472d6190a9632f7c233b9752b.tar.bz2
nixlib-68eea9c19eb80a6472d6190a9632f7c233b9752b.tar.lz
nixlib-68eea9c19eb80a6472d6190a9632f7c233b9752b.tar.xz
nixlib-68eea9c19eb80a6472d6190a9632f7c233b9752b.tar.zst
nixlib-68eea9c19eb80a6472d6190a9632f7c233b9752b.zip
gmp: update 5.1.x branch to version 5.1.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/gmp/5.1.3.nix (renamed from pkgs/development/libraries/gmp/5.1.1.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gmp/5.1.1.nix b/pkgs/development/libraries/gmp/5.1.3.nix
index 1f43e07e58d5..ec6580942e6e 100644
--- a/pkgs/development/libraries/gmp/5.1.1.nix
+++ b/pkgs/development/libraries/gmp/5.1.3.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, m4, cxx ? true }:
 
 stdenv.mkDerivation rec {
-  name = "gmp-5.1.1";
+  name = "gmp-5.1.3";
 
   src = fetchurl {
     urls = [ "mirror://gnu/gmp/${name}.tar.bz2" "ftp://ftp.gmplib.org/pub/${name}/${name}.tar.bz2" ];
-    sha256 = "1bdgf04k2i12pfivxgjq68iarz3ngix9hpzbmkgijrdk92gpgm50";
+    sha256 = "0q5i39pxrasgn9qdxzpfbwhh11ph80p57x6hf48m74261d97j83m";
   };
 
   nativeBuildInputs = [ m4 ];