summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-07 05:19:47 -0500
committerGitHub <noreply@github.com>2022-09-07 05:19:47 -0500
commit3526efeb960d2539d828bbfbca06f64074a5bd1b (patch)
tree0e3d2b1e7431f58e637f86af8e6f3431af3165a2
parent001a80cf9d3de78cb962d1330357cd04fa3ff81b (diff)
parent518bdf2c1cb7ef64bd80783b5aac0f35628bbd7c (diff)
Merge pull request #189857 from r-ryantm/auto-update/folly
folly: 2022.08.29.00 -> 2022.09.05.00
-rw-r--r--pkgs/development/libraries/folly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/folly/default.nix b/pkgs/development/libraries/folly/default.nix
index 6cde17e5fce6..0f866eeb9ec9 100644
--- a/pkgs/development/libraries/folly/default.nix
+++ b/pkgs/development/libraries/folly/default.nix
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "folly";
- version = "2022.08.29.00";
+ version = "2022.09.05.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
- sha256 = "sha256-OALOfjr9qEqr8dbL9G8USKImU+hDP8iDfJijzT6KPLM=";
+ sha256 = "sha256-V+CmsHPq+nIJrn7jPnwRls3ICW6JSqwOeDUQMvSyyrQ=";
};
nativeBuildInputs = [