Merge pull request #37025 from dtzWill/update/dwarfdump-20180129

libdwarf: 20170709 -> 20180129
This commit is contained in:
Will Dietz 2018-03-14 16:34:21 -05:00 committed by GitHub
commit d1f8dc04d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,13 @@
{ stdenv, fetchurl, libelf }:
let
version = "20170709";
version = "20180129";
src = fetchurl {
url = "http://www.prevanders.net/libdwarf-${version}.tar.gz";
sha512 = "afff6716ef1af5d8aae2b887f36b9a6547fb576770bc6f630b82725ed1e59cbd"
+ "387779aa729bbd1a5ae026a25ac76aacf64b038cd898b2419a8676f9aa8c59f1";
# Upstream displays this hash broken into three parts:
sha512 = "02f8024bb9959c91a1fe322459f7587a589d096595"
+ "6d643921a173e6f9e0a184db7aef66f0fd2548d669"
+ "5be7f9ee368f1cc8940cea4ddda01ff99d28bbf1fe58";
};
meta = {
homepage = https://www.prevanders.net/dwarf.html;