mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
gdb: 7.10 -> 7.11
See announcement here : http://lists.gnu.org/archive/html/info-gnu/2016-02/msg00010.html
This commit is contained in:
parent
677893f92b
commit
d7cb5f47d3
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
basename = "gdb-7.10.1";
|
basename = "gdb-7.11";
|
||||||
|
|
||||||
# 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
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gdb/${basename}.tar.xz";
|
url = "mirror://gnu/gdb/${basename}.tar.xz";
|
||||||
sha256 = "1mfnjcwnwm5cg4rc9pncs9v356a0bz6ymjyac56mbj6784yjzir5";
|
sha256 = "1hg5kwwdvi9b9nxzxfjnx8fx3gip75fqyvkp82xpf3b3rcb42hvs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig texinfo perl ]
|
nativeBuildInputs = [ pkgconfig texinfo perl ]
|
||||||
|
Loading…
Reference in New Issue
Block a user