gdb: 16.1 -> 16.2 (#378745)

This commit is contained in:
Martin Weinelt
2025-02-08 18:30:12 +01:00
committed by GitHub
+2 -2
View File
@@ -53,11 +53,11 @@ assert pythonSupport -> python3 != null;
stdenv.mkDerivation rec {
pname = targetPrefix + basename + lib.optionalString hostCpuOnly "-host-cpu-only";
version = "16.1";
version = "16.2";
src = fetchurl {
url = "mirror://gnu/gdb/${basename}-${version}.tar.xz";
hash = "sha256-wsxczKApt6fDh5zoqWUo/f0Fa02ITysFEej3vHIzVcY=";
hash = "sha256-QALLfyP0XDfHkFNqE6cglCzkvgQC2SnJCF6S8Q1IARk=";
};
postPatch =