mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-02 11:27:01 +00:00
gdb: 10.2 -> 11.1 (#137628)
See https://sourceware.org/pipermail/gdb/2021-September/049719.html for release information.
This commit is contained in:
parent
239ec56788
commit
43b96f66ef
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ assert pythonSupport -> python3 != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = targetPrefix + basename;
|
pname = targetPrefix + basename;
|
||||||
version = "10.2";
|
version = "11.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gdb/${basename}-${version}.tar.xz";
|
url = "mirror://gnu/gdb/${basename}-${version}.tar.xz";
|
||||||
sha256 = "0aag1c0fw875pvhjg1qp7x8pf6gf92bjv5gcic5716scacyj58da";
|
sha256 = "151z6d0265hv9cgx9zqqa4bd6vbp20hrljhd6bxl7lr0gd0crkyc";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = if stdenv.isDarwin then ''
|
postPatch = if stdenv.isDarwin then ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue