gdb: update to 7.6
This commit is contained in:
parent
b2ad60553b
commit
b4fd5fdd83
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
basename = "gdb-7.5.1";
|
basename = "gdb-7.6";
|
||||||
|
|
||||||
# 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.bz2";
|
url = "mirror://gnu/gdb/${basename}.tar.bz2";
|
||||||
sha256 = "084xs90545an51biyy4qd53hsw6p1k6arviq2wlz1a4z526q02q7";
|
md5 = "fda57170e4d11cdde74259ca575412a8";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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