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

folly: 2022.06.13.00 -> 2022.07.04.00

authored by Mario Rodas and committed by GitHub 9514198a 6ace864d

+2 -2
+2 -2
pkgs/development/libraries/folly/default.nix
··· 21 22 stdenv.mkDerivation rec { 23 pname = "folly"; 24 - version = "2022.06.13.00"; 25 26 src = fetchFromGitHub { 27 owner = "facebook"; 28 repo = "folly"; 29 rev = "v${version}"; 30 - sha256 = "sha256-30Fzk97wVK0JR/6YllyBjW9KlYrFj+GJpuV+V2bKXL8="; 31 }; 32 33 nativeBuildInputs = [
··· 21 22 stdenv.mkDerivation rec { 23 pname = "folly"; 24 + version = "2022.07.04.00"; 25 26 src = fetchFromGitHub { 27 owner = "facebook"; 28 repo = "folly"; 29 rev = "v${version}"; 30 + sha256 = "sha256-TUtqwFBxYMnjXpygwXYWK7FNvTPL4a7T+rn1TMtUIPc="; 31 }; 32 33 nativeBuildInputs = [