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

This commit is contained in:
Sandro 2022-11-08 02:00:21 +01:00 committed by GitHub
commit d255b4bed0
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.09.05.00";
version = "2022.11.07.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-V+CmsHPq+nIJrn7jPnwRls3ICW6JSqwOeDUQMvSyyrQ=";
sha256 = "sha256-RzVJuhyLZe5KGnNYUxkiAeYdQf4Amm8cAlV/12kmTj4=";
};
nativeBuildInputs = [