summary refs log tree commit diff
diff options
context:
space:
mode:
authorlsix <lsix+github@lancelotsix.com>2021-09-20 18:08:36 +0100
committerGitHub <noreply@github.com>2021-09-20 18:08:36 +0100
commit43b96f66ef7a69602b74f9bced64573c11a1df05 (patch)
treebaf3bca8531c52beb29fa1767e62b42d8fe8ab97
parent239ec56788e8d1a3492a7b8f06f88623af59fec2 (diff)
downloadnixpkgs-43b96f66ef7a69602b74f9bced64573c11a1df05.tar
nixpkgs-43b96f66ef7a69602b74f9bced64573c11a1df05.tar.gz
nixpkgs-43b96f66ef7a69602b74f9bced64573c11a1df05.tar.bz2
nixpkgs-43b96f66ef7a69602b74f9bced64573c11a1df05.tar.lz
nixpkgs-43b96f66ef7a69602b74f9bced64573c11a1df05.tar.xz
nixpkgs-43b96f66ef7a69602b74f9bced64573c11a1df05.tar.zst
nixpkgs-43b96f66ef7a69602b74f9bced64573c11a1df05.zip
gdb: 10.2 -> 11.1 (#137628)
See https://sourceware.org/pipermail/gdb/2021-September/049719.html for
release information.
-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 ea0002d78c0..88e3393dedc 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.2";
+  version = "11.1";
 
   src = fetchurl {
     url = "mirror://gnu/gdb/${basename}-${version}.tar.xz";
-    sha256 = "0aag1c0fw875pvhjg1qp7x8pf6gf92bjv5gcic5716scacyj58da";
+    sha256 = "151z6d0265hv9cgx9zqqa4bd6vbp20hrljhd6bxl7lr0gd0crkyc";
   };
 
   postPatch = if stdenv.isDarwin then ''