Merge pull request #69196 from dtzWill/update/gdb-8.3.1
gdb: 8.3 -> 8.3.1
This commit is contained in:
commit
e8efeaac4f
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
basename = "gdb-${version}";
|
basename = "gdb-${version}";
|
||||||
version = "8.3";
|
version = "8.3.1";
|
||||||
in
|
in
|
||||||
|
|
||||||
assert pythonSupport -> python3 != null;
|
assert pythonSupport -> python3 != null;
|
||||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gdb/${basename}.tar.xz";
|
url = "mirror://gnu/gdb/${basename}.tar.xz";
|
||||||
sha256 = "0bnpzz0rl672xg5547q5qck2sxi6cnyixmk8bbb4gifw17ipwbw0";
|
sha256 = "1i2pjwaafrlz7wqm40b4znr77ai32rjsxkpl2az38yyarpbv8m8y";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = if stdenv.isDarwin then ''
|
postPatch = if stdenv.isDarwin then ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user