1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

Merge pull request #69196 from dtzWill/update/gdb-8.3.1

gdb: 8.3 -> 8.3.1
This commit is contained in:
Robin Gloster 2019-09-22 16:58:00 +02:00 committed by GitHub
commit e8efeaac4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
let
basename = "gdb-${version}";
version = "8.3";
version = "8.3.1";
in
assert pythonSupport -> python3 != null;
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/gdb/${basename}.tar.xz";
sha256 = "0bnpzz0rl672xg5547q5qck2sxi6cnyixmk8bbb4gifw17ipwbw0";
sha256 = "1i2pjwaafrlz7wqm40b4znr77ai32rjsxkpl2az38yyarpbv8m8y";
};
postPatch = if stdenv.isDarwin then ''