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

folly: 2022.07.04.00 -> 2022.07.25.00
This commit is contained in:
Mario Rodas 2022-07-28 13:29:37 -05:00 committed by GitHub
commit 0f960a06c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2022.07.04.00";
version = "2022.07.25.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-TUtqwFBxYMnjXpygwXYWK7FNvTPL4a7T+rn1TMtUIPc=";
sha256 = "sha256-Bb6Txg0GNhkRP1qqeracmYENrO6x79HXMuWU2gtGGxU=";
};
nativeBuildInputs = [