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

folly: 2022.08.22.00 -> 2022.08.29.00
This commit is contained in:
Jonas Heinrich 2022-09-02 11:59:33 +02:00 committed by GitHub
commit d240bc0445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "folly"; pname = "folly";
version = "2022.08.22.00"; version = "2022.08.29.00";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "folly"; repo = "folly";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Cj8JK3uoObt1G8kd2y4KxS88WwLPthdBvPcLi1C24aQ="; sha256 = "sha256-OALOfjr9qEqr8dbL9G8USKImU+hDP8iDfJijzT6KPLM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [