folly: 2023.01.30.00 -> 2023.02.06.00

This commit is contained in:
R. Ryantm 2023-02-10 01:28:26 +00:00
parent 841564d998
commit 0e354ee415

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2023.01.30.00";
version = "2023.02.06.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-p5IAbXPUrGtJotwabpEShNsUZNeF6ncHbDXaNabdaaY=";
sha256 = "sha256-37BoLs7LynuMuF7cdJtVOfZSs22PZr6DYNAVwigZghw=";
};
nativeBuildInputs = [