gdb: 11.1 -> 11.2

See https://sourceware.org/pipermail/gdb/2022-January/049848.html for
release announcement.
This commit is contained in:
Lancelot SIX 2022-01-16 15:41:49 +00:00
parent 5a104d035c
commit 4c7208b46e
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -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 ''