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

folly: 2022.07.25.00 -> 2022.08.01.00
This commit is contained in:
Jonas Heinrich
2022-08-02 17:24:21 +02:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2022.07.25.00";
version = "2022.08.01.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-Bb6Txg0GNhkRP1qqeracmYENrO6x79HXMuWU2gtGGxU=";
sha256 = "sha256-34yzl/w3ZaxWIKikFwiUpCty5Cn8V5Fgj5oTZ4QV6ZI=";
};
nativeBuildInputs = [