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

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 ];