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

folly: 2021.01.18.01 -> 2021.01.25.00
This commit is contained in:
Mario Rodas 2021-01-28 23:15:56 -05:00 committed by GitHub
commit 94652b6a27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation (rec {
pname = "folly";
version = "2021.01.18.01";
version = "2021.01.25.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-Q70zD+8maRQp+f1fqPyhJEpjVYt3eORD85fIk7Za9lw=";
sha256 = "sha256-n2cpXdjPZYNjvSHBZFFn3JFwqYCFWc8qSKwet80LtJE=";
};
nativeBuildInputs = [