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

folly: 2023.02.06.00 -> 2023.02.13.00
This commit is contained in:
Mario Rodas 2023-02-22 20:31:44 -05:00 committed by GitHub
commit a110ae872b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2023.02.06.00";
version = "2023.02.13.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-37BoLs7LynuMuF7cdJtVOfZSs22PZr6DYNAVwigZghw=";
sha256 = "sha256-YKS+UIlgDhMefovkkR/GlJcZtAjGLC9e8uhqfniH1eY=";
};
nativeBuildInputs = [