lol

gdb: Update to 7.10

+2 -2
+2 -2
pkgs/development/tools/misc/gdb/default.nix
··· 8 8 9 9 let 10 10 11 - basename = "gdb-7.9.1"; 11 + basename = "gdb-7.10"; 12 12 13 13 # Whether (cross-)building for GNU/Hurd. This is an approximation since 14 14 # having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and ··· 27 27 28 28 src = fetchurl { 29 29 url = "mirror://gnu/gdb/${basename}.tar.xz"; 30 - sha256 = "0h5sfg4ndhb8q4fxbq0hdxfjp35n6ih96f6x8yvb418s84x5976d"; 30 + sha256 = "1a08c9svaihqmz2mm44il1gwa810gmwkckns8b0y0v3qz52amgby"; 31 31 }; 32 32 33 33 # I think python is not a native input, but I leave it