From 3df7b15932909cfa1081c76e37439b6ed6e02d0a Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Thu, 3 Sep 2015 14:31:10 -0700 Subject: [PATCH] folly: 0.52.0 -> 0.57.0 --- pkgs/development/libraries/folly/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/folly/default.nix b/pkgs/development/libraries/folly/default.nix index 0cea9413bae..5ca5fe638ef 100644 --- a/pkgs/development/libraries/folly/default.nix +++ b/pkgs/development/libraries/folly/default.nix @@ -2,19 +2,18 @@ , google-gflags, python, libiberty, openssl }: stdenv.mkDerivation rec { - version = "0.52.0"; + version = "0.57.0"; name = "folly-${version}"; src = fetchFromGitHub { owner = "facebook"; repo = "folly"; rev = "v${version}"; - sha256 = "16g3hpy1gy56zqnhwzkvzzpm6dgm01qa9yaigmrqr9b59c3k6cqf"; + sha256 = "12b9bkwmndfwmsknc209kpplxn9wqmwr3p2h0l2szrppq4qqyfq9"; }; - buildInputs = [ libiberty boost.lib libevent double_conversion glog google-gflags openssl ]; - - nativeBuildInputs = [ autoreconfHook python boost ]; + nativeBuildInputs = [ autoreconfHook python ]; + buildInputs = [ libiberty boost libevent double_conversion glog google-gflags openssl ]; postUnpack = "sourceRoot=\${sourceRoot}/folly"; preBuild = ''