From f4ba87948ab8c29a716490be15755da0ce5e9b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 8 Sep 2011 10:30:24 +0000 Subject: [PATCH] Updating gdb. They hit the trouble of GPL violation too like binutils, and the tarball went away. svn path=/nixpkgs/trunk/; revision=29108 --- pkgs/development/tools/misc/gdb/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix index b2ce5aa6297..7da5ac31e2a 100644 --- a/pkgs/development/tools/misc/gdb/default.nix +++ b/pkgs/development/tools/misc/gdb/default.nix @@ -11,7 +11,7 @@ let basename = if bleedingEdgeVersion then "gdb-7.3.20110726" - else "gdb-7.3"; + else "gdb-7.3.1"; in stdenv.mkDerivation rec { @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { url = "mirror://gnu/gdb/${basename}.tar.bz2"; # md5 is provided by the annoucement page # http://www.gnu.org/s/gdb/download/ANNOUNCEMENT - md5 = "485022b8df7ba2221f217e128f479fe7"; + md5 = "b89a5fac359c618dda97b88645ceab47"; }; # I think python is not a native input, but I leave it