elfutils: 0.165 -> 0.168

This commit is contained in:
Will Dietz
2017-01-08 16:07:43 -06:00
parent 936bc23b41
commit 157b216852
2 changed files with 2 additions and 168 deletions
@@ -3,15 +3,13 @@
# TODO: Look at the hardcoded paths to kernel, modules etc.
stdenv.mkDerivation rec {
name = "elfutils-${version}";
version = "0.165";
version = "0.168";
src = fetchurl {
url = "http://fedorahosted.org/releases/e/l/elfutils/${version}/${name}.tar.bz2";
sha256 = "0wp91hlh9n0ismikljf63558rzdwim8w1s271grsbaic35vr5z57";
sha256 = "0xn2fbgda1i703csfs35frvm7l068ybmay4ssrykqdx17f4hg3dq";
};
patches = [ ./glibc-2.21.patch ];
hardeningDisable = [ "format" ];
# We need bzip2 in NativeInputs because otherwise we can't unpack the src,