folly: 2022.11.28.00 -> 2023.01.30.00

This commit is contained in:
R. Ryantm 2023-02-02 05:58:59 +00:00
parent 93f0dfda5b
commit 0ec33e6d27

View File

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