Merge pull request #50797 from r-ryantm/auto-update/elfutils
elfutils: 0.174 -> 0.175
This commit is contained in:
commit
1e748ceb5f
@ -3,11 +3,11 @@
|
|||||||
# TODO: Look at the hardcoded paths to kernel, modules etc.
|
# TODO: Look at the hardcoded paths to kernel, modules etc.
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "elfutils-${version}";
|
name = "elfutils-${version}";
|
||||||
version = "0.174";
|
version = "0.175";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2";
|
url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2";
|
||||||
sha256 = "12nhr8zrw4sjzrvpf38vl55bq5nm05qkd7nq76as443f0xq7xwnd";
|
sha256 = "0nx6nzbk0rw3pxbzxsfvrjjh37hibzd2gjz5bb8wccpf85ar5vzp";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./debug-info-from-env.patch ];
|
patches = [ ./debug-info-from-env.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user