elfutils: 0.169 -> 1.170

This commit is contained in:
Robin Gloster 2017-08-27 20:48:27 +02:00
parent 1cfe9539f9
commit 556029c904
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -3,11 +3,11 @@
# TODO: Look at the hardcoded paths to kernel, modules etc.
stdenv.mkDerivation rec {
name = "elfutils-${version}";
version = "0.169";
version = "0.170";
src = fetchurl {
url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2";
sha256 = "1hiv1yqig3292dwqhrwsxwk3qjalxp5fpl8yphwbfwh8ng3zl4ll";
sha256 = "0rp0r54z44is49c594qy7hr211nhb00aa5y7z74vsybbaxslg10z";
};
patches = ./debug-info-from-env.patch;