folly: 2023.02.13.00 -> 2023.02.27.00

This commit is contained in:
R. Ryantm 2023-03-02 10:08:57 +00:00
parent 58227cccc6
commit dbed57a0e4

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2023.02.13.00";
version = "2023.02.27.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-YKS+UIlgDhMefovkkR/GlJcZtAjGLC9e8uhqfniH1eY=";
sha256 = "sha256-DfZiVxncpKSPn9BN25d8o0/tC27+HhSG/t53WgzAT/s=";
};
nativeBuildInputs = [