about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/gdb
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2022-01-16 15:41:49 +0000
committerLancelot SIX <lsix@lancelotsix.com>2022-01-16 15:50:48 +0000
commit4c7208b46ede553fb3f4926e977e628313cf5157 (patch)
treebf885510d798002715d126838d79b7c7595ac085 /pkgs/development/tools/misc/gdb
parent5a104d035c00ebefb661daff8d1e0a998a7c0a78 (diff)
gdb: 11.1 -> 11.2
See https://sourceware.org/pipermail/gdb/2022-January/049848.html for
release announcement.
Diffstat (limited to 'pkgs/development/tools/misc/gdb')
-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 c173b96f6eb06..5bb5bc0652fec 100644
--- a/pkgs/development/tools/misc/gdb/default.nix
+++ b/pkgs/development/tools/misc/gdb/default.nix
@@ -27,11 +27,11 @@ assert pythonSupport -> python3 != null;
 
 stdenv.mkDerivation rec {
   pname = targetPrefix + basename;
-  version = "11.1";
+  version = "11.2";
 
   src = fetchurl {
     url = "mirror://gnu/gdb/${basename}-${version}.tar.xz";
-    sha256 = "151z6d0265hv9cgx9zqqa4bd6vbp20hrljhd6bxl7lr0gd0crkyc";
+    hash = "sha256-FJfDanGIG4ZxqahKDuQPqreIyjDXuhnYRjw8x4cVLjI=";
   };
 
   postPatch = if stdenv.isDarwin then ''