From 9eb66680944c832146ed8d266c50bf49ffd4b3cd Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Thu, 26 Jan 2017 14:23:19 +0100 Subject: [PATCH] gdb: 7.12 -> 7.12.1 (#22167) See https://lists.gnu.org/archive/html/info-gnu/2017-01/msg00009.html for release announcementgdb: 7.12 -> 7.12.1 See https://lists.gnu.org/archive/html/info-gnu/2017-01/msg00009.html for release announcement.. --- pkgs/development/tools/misc/gdb/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix index da0447c49da..f39d15bc7be 100644 --- a/pkgs/development/tools/misc/gdb/default.nix +++ b/pkgs/development/tools/misc/gdb/default.nix @@ -12,7 +12,7 @@ let - basename = "gdb-7.12"; + basename = "gdb-7.12.1"; # Whether (cross-)building for GNU/Hurd. This is an approximation since # having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "mirror://gnu/gdb/${basename}.tar.xz"; - sha256 = "152g2qa8337cxif3lkvabjcxfd9jphfb2mza8f1p2c4bjk2z6kw3"; + sha256 = "11ii260h1sd7v0bs3cz6d5l8gqxxgldry0md60ncjgixjw5nh1s6"; }; nativeBuildInputs = [ pkgconfig texinfo perl ]