Merge pull request #39243 from r-ryantm/auto-update/folly

folly: 2018.03.26.00 -> 2018.04.16.00
This commit is contained in:
Jörg Thalheim 2018-04-21 12:00:24 +01:00 committed by GitHub
commit eb13f077af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "folly-${version}";
version = "2018.03.26.00";
version = "2018.04.16.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "137d9b9k2m02r8f2w31qj3gc18hpm5g51bcl60g6vzdqzwzizzyr";
sha256 = "10wivnszpqcbg2hbvfal94lcjw20pjz0d8p0m4qa7i4v4z90q37p";
};
nativeBuildInputs = [ autoreconfHook python pkgconfig ];