summary refs log tree commit diff
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2021-04-25 09:48:46 +0100
committerLancelot SIX <lsix@lancelotsix.com>2021-04-27 10:06:24 +0100
commit279192c9500d7c781f04df85601d95b11a5075a6 (patch)
treec44604fd6185a5cc1a9d38664b8bf8c7eff1dc51
parent92003c2ff7446e24895d33c12d35a4f2573ed384 (diff)
downloadnixpkgs-279192c9500d7c781f04df85601d95b11a5075a6.tar
nixpkgs-279192c9500d7c781f04df85601d95b11a5075a6.tar.gz
nixpkgs-279192c9500d7c781f04df85601d95b11a5075a6.tar.bz2
nixpkgs-279192c9500d7c781f04df85601d95b11a5075a6.tar.lz
nixpkgs-279192c9500d7c781f04df85601d95b11a5075a6.tar.xz
nixpkgs-279192c9500d7c781f04df85601d95b11a5075a6.tar.zst
nixpkgs-279192c9500d7c781f04df85601d95b11a5075a6.zip
gdb: 10.1 -> 10.2
See https://sourceware.org/pipermail/gdb/2021-April/049400.html for
release announcement
-rw-r--r--pkgs/development/tools/misc/gdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix
index 66d4e8bc057..ffe1fa3662f 100644
--- a/pkgs/development/tools/misc/gdb/default.nix
+++ b/pkgs/development/tools/misc/gdb/default.nix
@@ -26,11 +26,11 @@ assert pythonSupport -> python3 != null;
 
 stdenv.mkDerivation rec {
   pname = targetPrefix + basename;
-  version = "10.1";
+  version = "10.2";
 
   src = fetchurl {
     url = "mirror://gnu/gdb/${basename}-${version}.tar.xz";
-    sha256 = "1h32dckz1y8fnyxh22iyw8h3hnhxr79v1ng85px3ljn1xv71wbzq";
+    sha256 = "0aag1c0fw875pvhjg1qp7x8pf6gf92bjv5gcic5716scacyj58da";
   };
 
   postPatch = if stdenv.isDarwin then ''