gdb: Update to 7.10
This commit is contained in:
parent
e636e0a532
commit
f81982e779
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
basename = "gdb-7.9.1";
|
basename = "gdb-7.10";
|
||||||
|
|
||||||
# Whether (cross-)building for GNU/Hurd. This is an approximation since
|
# Whether (cross-)building for GNU/Hurd. This is an approximation since
|
||||||
# having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and
|
# having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gdb/${basename}.tar.xz";
|
url = "mirror://gnu/gdb/${basename}.tar.xz";
|
||||||
sha256 = "0h5sfg4ndhb8q4fxbq0hdxfjp35n6ih96f6x8yvb418s84x5976d";
|
sha256 = "1a08c9svaihqmz2mm44il1gwa810gmwkckns8b0y0v3qz52amgby";
|
||||||
};
|
};
|
||||||
|
|
||||||
# I think python is not a native input, but I leave it
|
# I think python is not a native input, but I leave it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user