libunwind: 1.3.0 -> 1.3.1
single-commit release: workaround issue with clang + static alias https://github.com/libunwind/libunwind/commits/v1.3.1
This commit is contained in:
parent
bc77c644ea
commit
8ec4bcf1f0
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libunwind-${version}";
|
name = "libunwind-${version}";
|
||||||
version = "1.3.0";
|
version = "1.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/libunwind/${name}.tar.gz";
|
url = "mirror://savannah/libunwind/${name}.tar.gz";
|
||||||
sha256 = "06jn720nk4qg1nyswlxdq1swn6kbx5a85kc8jw9dw84aqqvxa1zc";
|
sha256 = "1y0l08k6ak1mqbfj6accf9s5686kljwgsl4vcqpxzk5n74wpm6a3";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./backtrace-only-with-glibc.patch ];
|
patches = [ ./backtrace-only-with-glibc.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user