3
0
Fork 0
forked from mirrors/nixpkgs

folly: 2022.08.29.00 -> 2022.09.05.00

This commit is contained in:
R. Ryantm 2022-09-05 14:00:12 +00:00
parent ce2fb59c64
commit 518bdf2c1c

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2022.08.29.00";
version = "2022.09.05.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-OALOfjr9qEqr8dbL9G8USKImU+hDP8iDfJijzT6KPLM=";
sha256 = "sha256-V+CmsHPq+nIJrn7jPnwRls3ICW6JSqwOeDUQMvSyyrQ=";
};
nativeBuildInputs = [