Merge pull request #180689 from r-ryantm/auto-update/folly

folly: 2022.06.13.00 -> 2022.07.04.00
This commit is contained in:
Mario Rodas
2022-07-09 00:36:07 -05:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2022.06.13.00";
version = "2022.07.04.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-30Fzk97wVK0JR/6YllyBjW9KlYrFj+GJpuV+V2bKXL8=";
sha256 = "sha256-TUtqwFBxYMnjXpygwXYWK7FNvTPL4a7T+rn1TMtUIPc=";
};
nativeBuildInputs = [