3
0
Fork 0
forked from mirrors/nixpkgs

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

folly: 2018.04.16.00 -> 2018.04.23.00
This commit is contained in:
Matthew Justin Bauer 2018-05-05 00:26:02 -05:00 committed by GitHub
commit bcc65dd448
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.04.16.00";
version = "2018.04.23.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "10wivnszpqcbg2hbvfal94lcjw20pjz0d8p0m4qa7i4v4z90q37p";
sha256 = "0wfp4pxi71bi3bz3h5jxsvdd5wa8q6wqdgsx0jvyvaiiy7v884sv";
};
nativeBuildInputs = [ autoreconfHook python pkgconfig ];