Merge pull request #293887 from r-ryantm/auto-update/gdb

gdb: 14.1 -> 14.2
This commit is contained in:
Weijia Wang 2024-03-17 21:40:46 +01:00 committed by GitHub
commit 7e5e6e2098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@ assert pythonSupport -> python3 != null;
stdenv.mkDerivation rec {
pname = targetPrefix + basename + lib.optionalString hostCpuOnly "-host-cpu-only";
version = "14.1";
version = "14.2";
src = fetchurl {
url = "mirror://gnu/gdb/${basename}-${version}.tar.xz";
hash = "sha256-1m31EnYUNFH8v/RkzIcj1o8enfRaai1WNaVOcWQ+24A=";
hash = "sha256-LU3YBh2N7RK2xj9V5FNEiB6CJhBfTSqbI0BA76XOd3I=";
};
postPatch = lib.optionalString stdenv.isDarwin ''