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

folly: 2022.08.29.00 -> 2022.09.05.00
This commit is contained in:
Mario Rodas 2022-09-07 05:19:47 -05:00 committed by GitHub
commit 3526efeb96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "folly"; pname = "folly";
version = "2022.08.29.00"; version = "2022.09.05.00";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "folly"; repo = "folly";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-OALOfjr9qEqr8dbL9G8USKImU+hDP8iDfJijzT6KPLM="; sha256 = "sha256-V+CmsHPq+nIJrn7jPnwRls3ICW6JSqwOeDUQMvSyyrQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [