folly: 2022.08.22.00 -> 2022.08.29.00

This commit is contained in:
R. Ryantm 2022-08-29 19:28:10 +00:00
parent 4f39ada71b
commit c2d13f6099

View File

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