elfutils: 0.173 -> 0.174
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/elfutils/versions
This commit is contained in:
parent
35378f0141
commit
f52e50c60f
1 changed files with 2 additions and 2 deletions
|
@ -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.173";
|
version = "0.174";
|
||||||
|
|
||||||
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 = "1zq0l12k64hrbjmdjc4llrad96c25i427hpma1id9nk87w9qqvdp";
|
sha256 = "12nhr8zrw4sjzrvpf38vl55bq5nm05qkd7nq76as443f0xq7xwnd";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./debug-info-from-env.patch ];
|
patches = [ ./debug-info-from-env.patch ];
|
||||||
|
|
Loading…
Reference in a new issue