gdb: 9.1 -> 9.2
See https://lists.gnu.org/archive/html/info-gnu/2020-05/msg00008.html for release information
This commit is contained in:
parent
683004d092
commit
3d2010311f
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
basename = "gdb-${version}";
|
basename = "gdb-${version}";
|
||||||
version = "9.1";
|
version = "9.2";
|
||||||
in
|
in
|
||||||
|
|
||||||
assert pythonSupport -> python3 != null;
|
assert pythonSupport -> python3 != null;
|
||||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gdb/${basename}.tar.xz";
|
url = "mirror://gnu/gdb/${basename}.tar.xz";
|
||||||
sha256 = "0dqp1p7w836iwijg1zb4a784n0j4pyjiw5v6h8fg5lpx6b40x7k9";
|
sha256 = "0mf5fn8v937qwnal4ykn3ji1y2sxk0fa1yfqi679hxmpg6pdf31n";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = if stdenv.isDarwin then ''
|
postPatch = if stdenv.isDarwin then ''
|
||||||
|
|
Loading…
Reference in a new issue