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

folly: 2018.06.11.00 -> 2018.06.18.00
This commit is contained in:
Matthew Bauer
2018-06-28 22:05:01 -04:00
committed by GitHub

View File

@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "folly-${version}";
version = "2018.06.11.00";
version = "2018.06.18.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "005p2i36vxy2nppxqhdd4a5x58yx7zljb2diyqb820jygz2hfz8a";
sha256 = "0698wazz99wzfbz29jgkl4rlakypg3v2cnsjg9a0yq83a4y038p7";
};
nativeBuildInputs = [ autoreconfHook python pkgconfig ];