folly: 2019.04.22.00 -> 2019.05.27.00
This commit is contained in:
parent
fdb5aea5bd
commit
366985e2a7
@ -3896,6 +3896,11 @@
|
|||||||
github = "pierrechevalier83";
|
github = "pierrechevalier83";
|
||||||
name = "Pierre Chevalier";
|
name = "Pierre Chevalier";
|
||||||
};
|
};
|
||||||
|
pierreis = {
|
||||||
|
email = "pierre@pierre.is";
|
||||||
|
github = "pierreis";
|
||||||
|
name = "Pierre Matri";
|
||||||
|
};
|
||||||
pierrer = {
|
pierrer = {
|
||||||
email = "pierrer@pi3r.be";
|
email = "pierrer@pi3r.be";
|
||||||
github = "pierrer";
|
github = "pierrer";
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "folly-${version}";
|
name = "folly-${version}";
|
||||||
version = "2019.04.22.00";
|
version = "2019.05.27.00";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "facebook";
|
owner = "facebook";
|
||||||
repo = "folly";
|
repo = "folly";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "08aniprv2a96d3k36k668maq9nysxh0cm58i0hvy71cqcmc97h7p";
|
sha256 = "00xacaziqllps069xzg7iz68rj5hr8mj3rbi4shkrr9jq51y9ikj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/facebook/folly;
|
homepage = https://github.com/facebook/folly;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
# 32bit is not supported: https://github.com/facebook/folly/issues/103
|
# 32bit is not supported: https://github.com/facebook/folly/issues/103
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar pierreis ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user