libunwind: update from 1.0.1 to 1.1

This commit is contained in:
Nixpkgs Monitor 2013-12-21 00:52:47 +02:00 committed by Evgeny Egorochkin
parent f3b1680fcc
commit 8eef07e6b0

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "libunwind-1.0.1";
name = "libunwind-1.1";
src = fetchurl {
url = "mirror://savannah/libunwind/${name}.tar.gz";
sha256 = "aa95fd184c0b90d95891c2f3bac2c7df708ff016d2a6ee8b2eabb769f864101f";
sha256 = "16nhx2pahh9d62mvszc88q226q5lwjankij276fxwrm8wb50zzlx";
};
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";