elfutils: 0.168 -> 0.169

This commit is contained in:
Eelco Dolstra 2017-07-28 15:19:51 +02:00
parent 5c5b71df5e
commit 340bd1ed2e
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

@ -3,11 +3,11 @@
# TODO: Look at the hardcoded paths to kernel, modules etc.
stdenv.mkDerivation rec {
name = "elfutils-${version}";
version = "0.168";
version = "0.169";
src = fetchurl {
url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2";
sha256 = "0xn2fbgda1i703csfs35frvm7l068ybmay4ssrykqdx17f4hg3dq";
sha256 = "1hiv1yqig3292dwqhrwsxwk3qjalxp5fpl8yphwbfwh8ng3zl4ll";
};
hardeningDisable = [ "format" ];