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

folly: 2021.01.18.00 -> 2021.01.18.01
This commit is contained in:
Mario Rodas 2021-01-24 11:39:14 -05:00 committed by GitHub
commit 75880b7294
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.00";
version = "2021.01.18.01";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-jTLHaaD/Rkfo96IMV4XtvmPzo34P26e17IabFU/5o6Y=";
sha256 = "sha256-Q70zD+8maRQp+f1fqPyhJEpjVYt3eORD85fIk7Za9lw=";
};
nativeBuildInputs = [