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

folly: 2019.08.05.00 -> 2019.09.16.00
This commit is contained in:
Marek Mahut 2019-09-27 22:06:44 +02:00 committed by GitHub
commit e9ba8daa28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2019.08.05.00";
version = "2019.09.16.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "03arl9hg06rzbyaf3fzyk7q8d5mfbzfwmhqnfnvqcgzlqdj0gaa5";
sha256 = "14vdc1rh6z2yhwncpmgyq9c8c0rddhd9l1mnmj9pjhl5hfj45kf6";
};
nativeBuildInputs = [ cmake ];