Merge pull request #42120 from dtzWill/update/elfutils-0.172

elfutils: 0.171 -> 0.172
This commit is contained in:
Will Dietz 2018-06-18 17:57:58 -05:00 committed by GitHub
commit f991a2b11c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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