folly: 2023.02.06.00 -> 2023.02.13.00

This commit is contained in:
R. Ryantm
2023-02-22 10:19:49 +00:00
parent 25105c40d1
commit 66f816e402
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2023.02.06.00";
version = "2023.02.13.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-37BoLs7LynuMuF7cdJtVOfZSs22PZr6DYNAVwigZghw=";
sha256 = "sha256-YKS+UIlgDhMefovkkR/GlJcZtAjGLC9e8uhqfniH1eY=";
};
nativeBuildInputs = [