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

folly: 2022.02.07.00 -> 2022.02.14.00
This commit is contained in:
Mario Rodas 2022-02-19 15:30:40 -05:00 committed by GitHub
commit ffc7ebcf21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2022.02.07.00";
version = "2022.02.14.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-C/PQBXhOELNxQFfQhgQeU+QmsdtFeBESyWerC+QZBEI=";
sha256 = "sha256-tJuHzEi4nrj5jb6tmJeG21ggl4F+wvQyssEPNp/t6Ww=";
};
nativeBuildInputs = [