about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-11-08 17:27:57 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-11-08 17:27:57 +0100
commit3e8e635be7d3a1f93812b6692169bf9ca115be58 (patch)
treebd6b1fa2ac093d62aa67f74dd6ee58f5bb0ee8f5 /pkgs/development/tools
parent9b35dac0c0e0364559a094313d0708f73abef055 (diff)
downloadnixlib-3e8e635be7d3a1f93812b6692169bf9ca115be58.tar
nixlib-3e8e635be7d3a1f93812b6692169bf9ca115be58.tar.gz
nixlib-3e8e635be7d3a1f93812b6692169bf9ca115be58.tar.bz2
nixlib-3e8e635be7d3a1f93812b6692169bf9ca115be58.tar.lz
nixlib-3e8e635be7d3a1f93812b6692169bf9ca115be58.tar.xz
nixlib-3e8e635be7d3a1f93812b6692169bf9ca115be58.tar.zst
nixlib-3e8e635be7d3a1f93812b6692169bf9ca115be58.zip
Updating gdb to 7.6.1
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/gdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix
index 4dd83f63c7dc..8df9f71c1816 100644
--- a/pkgs/development/tools/misc/gdb/default.nix
+++ b/pkgs/development/tools/misc/gdb/default.nix
@@ -8,7 +8,7 @@
 
 let
 
-  basename = "gdb-7.6";
+  basename = "gdb-7.6.1";
 
   # Whether (cross-)building for GNU/Hurd.  This is an approximation since
   # having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnu/gdb/${basename}.tar.bz2";
-    md5 = "fda57170e4d11cdde74259ca575412a8";
+    md5 = "fbc4dab4181e6e9937075b43a4ce2732";
   };
 
   # I think python is not a native input, but I leave it