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

folly: 2022.11.07.00 -> 2022.11.28.00
This commit is contained in:
Mario Rodas 2022-11-29 01:51:39 -05:00 committed by GitHub
commit 5307667630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2022.11.07.00";
version = "2022.11.28.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-RzVJuhyLZe5KGnNYUxkiAeYdQf4Amm8cAlV/12kmTj4=";
sha256 = "sha256-TI3uMlkssKtTvxqj9Et12aAjbHoV9FVBvrZr7oCFlIo=";
};
nativeBuildInputs = [