folly: 2019.08.05.00 -> 2019.09.16.00

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
This commit is contained in:
R. RyanTM 2019-09-26 08:11:48 -07:00
parent 96ac71d680
commit 154d3f19e2

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