folly: 2022.07.25.00 -> 2022.08.01.00

This commit is contained in:
R. Ryantm 2022-08-01 14:10:10 +00:00
parent 6a792c2ed8
commit 5199c1593e

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2022.07.25.00";
version = "2022.08.01.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-Bb6Txg0GNhkRP1qqeracmYENrO6x79HXMuWU2gtGGxU=";
sha256 = "sha256-34yzl/w3ZaxWIKikFwiUpCty5Cn8V5Fgj5oTZ4QV6ZI=";
};
nativeBuildInputs = [