folly: 2022.02.14.00 -> 2022.02.21.00

This commit is contained in:
R. Ryantm 2022-02-22 05:29:40 +00:00 committed by Jonathan Ringer
parent 3b26fc4a3d
commit 4bb2d9b4e5

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2022.02.14.00";
version = "2022.02.21.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-tJuHzEi4nrj5jb6tmJeG21ggl4F+wvQyssEPNp/t6Ww=";
sha256 = "sha256-QCL+GLc6b4Ae3jUj7VCxnE7Yc1JJ8+P0/r41Zf0KYos=";
};
nativeBuildInputs = [