folly: 2019.04.22.00 -> 2019.05.27.00

This commit is contained in:
Pierre 2019-05-31 15:18:05 -05:00 committed by Nikolay Amiantov
parent fdb5aea5bd
commit 366985e2a7
2 changed files with 9 additions and 4 deletions

View file

@ -3896,6 +3896,11 @@
github = "pierrechevalier83";
name = "Pierre Chevalier";
};
pierreis = {
email = "pierre@pierre.is";
github = "pierreis";
name = "Pierre Matri";
};
pierrer = {
email = "pierrer@pi3r.be";
github = "pierrer";

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "folly-${version}";
version = "2019.04.22.00";
version = "2019.05.27.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "08aniprv2a96d3k36k668maq9nysxh0cm58i0hvy71cqcmc97h7p";
sha256 = "00xacaziqllps069xzg7iz68rj5hr8mj3rbi4shkrr9jq51y9ikj";
};
nativeBuildInputs = [ cmake ];
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/facebook/folly;
license = licenses.asl20;
# 32bit is not supported: https://github.com/facebook/folly/issues/103
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ abbradar ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ abbradar pierreis ];
};
}