Merge pull request #120581 from lsix/gdb-10.2

gdb: 10.1 -> 10.2
This commit is contained in:
Robin Gloster 2021-05-09 14:25:19 -05:00 committed by GitHub
commit 1f566d9164
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.1";
version = "10.2";
src = fetchurl {
url = "mirror://gnu/gdb/${basename}-${version}.tar.xz";
sha256 = "1h32dckz1y8fnyxh22iyw8h3hnhxr79v1ng85px3ljn1xv71wbzq";
sha256 = "0aag1c0fw875pvhjg1qp7x8pf6gf92bjv5gcic5716scacyj58da";
};
postPatch = if stdenv.isDarwin then ''