folly: 2022.06.13.00 -> 2022.07.04.00

This commit is contained in:
R. Ryantm
2022-07-08 10:57:39 +00:00
parent f08a2153bf
commit 115b16a2d1
+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 = [