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

folly: 2022.02.21.00 -> 2022.02.28.00
This commit is contained in:
Bobby Rong 2022-03-07 16:20:14 +08:00 committed by GitHub
commit f47725ee20
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.21.00";
version = "2022.02.28.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-QCL+GLc6b4Ae3jUj7VCxnE7Yc1JJ8+P0/r41Zf0KYos=";
sha256 = "sha256-9h2NsfQMQ7ps9Rt0HhTD+YKwk/soGchCC9GyEJGcm4g=";
};
nativeBuildInputs = [