3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #41574 from r-ryantm/auto-update/elfutils

elfutils: 0.170 -> 0.171
This commit is contained in:
Jörg Thalheim 2018-06-08 17:49:58 +01:00 committed by GitHub
commit 72ba567ac1
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.170";
version = "0.171";
src = fetchurl {
url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2";
sha256 = "0rp0r54z44is49c594qy7hr211nhb00aa5y7z74vsybbaxslg10z";
sha256 = "0rph73czyhg7rv1vxrkyf9k12vscyxd688yw36xs7l75zzn87s6c";
};
patches = ./debug-info-from-env.patch;