gdb: 10.2 -> 11.1 (#137628)

See https://sourceware.org/pipermail/gdb/2021-September/049719.html for
release information.
This commit is contained in:
lsix 2021-09-20 18:08:36 +01:00 committed by GitHub
parent 239ec56788
commit 43b96f66ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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