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

folly: 2022.05.16.00 -> 2022.05.23.00
This commit is contained in:
Mario Rodas 2022-05-28 11:11:31 -05:00 committed by GitHub
commit ac5e91ffb2
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.05.16.00";
version = "2022.05.23.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-JCA6NhsL2mVmpXVV5wmZhtjaYrvp39mvy1r8/nMYcuI=";
sha256 = "sha256-ti/aqVg6b3ZPEI72AZNo/4NrtlI/mKQb39tlTw+3VG4=";
};
nativeBuildInputs = [