gdb: 7.10 -> 7.11

See announcement here :
http://lists.gnu.org/archive/html/info-gnu/2016-02/msg00010.html

+2 -2
+2 -2
pkgs/development/tools/misc/gdb/default.nix
··· 12 13 let 14 15 - basename = "gdb-7.10.1"; 16 17 # Whether (cross-)building for GNU/Hurd. This is an approximation since 18 # having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and ··· 31 32 src = fetchurl { 33 url = "mirror://gnu/gdb/${basename}.tar.xz"; 34 - sha256 = "1mfnjcwnwm5cg4rc9pncs9v356a0bz6ymjyac56mbj6784yjzir5"; 35 }; 36 37 nativeBuildInputs = [ pkgconfig texinfo perl ]
··· 12 13 let 14 15 + basename = "gdb-7.11"; 16 17 # Whether (cross-)building for GNU/Hurd. This is an approximation since 18 # having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and ··· 31 32 src = fetchurl { 33 url = "mirror://gnu/gdb/${basename}.tar.xz"; 34 + sha256 = "1hg5kwwdvi9b9nxzxfjnx8fx3gip75fqyvkp82xpf3b3rcb42hvs"; 35 }; 36 37 nativeBuildInputs = [ pkgconfig texinfo perl ]