3
0
Fork 0
forked from mirrors/nixpkgs

gdb: Update to 7.10

This commit is contained in:
Eelco Dolstra 2015-09-17 15:52:06 +02:00
parent e636e0a532
commit f81982e779

View file

@ -8,7 +8,7 @@
let
basename = "gdb-7.9.1";
basename = "gdb-7.10";
# 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.xz";
sha256 = "0h5sfg4ndhb8q4fxbq0hdxfjp35n6ih96f6x8yvb418s84x5976d";
sha256 = "1a08c9svaihqmz2mm44il1gwa810gmwkckns8b0y0v3qz52amgby";
};
# I think python is not a native input, but I leave it