Author: viric
Date: Thu Sep 8 10:30:24 2011
New Revision: 29108
URL: https://svn.nixos.org/websvn/nix/?rev=29108&sc=1
Log:
Updating gdb. They hit the trouble of GPL violation too like binutils, and the
tarball went away.
Modified:
nixpkgs/trunk/pkgs/development/tools/misc/gdb/default.nix
Modified: nixpkgs/trunk/pkgs/development/tools/misc/gdb/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/tools/misc/gdb/default.nix Wed Sep 7
23:11:04 2011 (r29107)
+++ nixpkgs/trunk/pkgs/development/tools/misc/gdb/default.nix Thu Sep 8
10:30:24 2011 (r29108)
@@ -11,7 +11,7 @@
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 @@
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
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits