summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-25 20:26:14 -0500
committerGitHub <noreply@github.com>2022-05-25 20:26:14 -0500
commitb3108f312c4e43573faa510ba49e46ff1a829153 (patch)
tree8bff6bd727b3a60f2adb4e66a2e3982fc93259d9
parent6df916ac83eb937cf8fa770de649b86d523d5e0a (diff)
parentda9a0f0f1b9182807124c46a55d29c3bdd3f60cd (diff)
downloadnixpkgs-b3108f312c4e43573faa510ba49e46ff1a829153.tar
nixpkgs-b3108f312c4e43573faa510ba49e46ff1a829153.tar.gz
nixpkgs-b3108f312c4e43573faa510ba49e46ff1a829153.tar.bz2
nixpkgs-b3108f312c4e43573faa510ba49e46ff1a829153.tar.lz
nixpkgs-b3108f312c4e43573faa510ba49e46ff1a829153.tar.xz
nixpkgs-b3108f312c4e43573faa510ba49e46ff1a829153.tar.zst
nixpkgs-b3108f312c4e43573faa510ba49e46ff1a829153.zip
Merge pull request #174596 from r-ryantm/auto-update/folly
folly: 2022.02.28.00 -> 2022.05.16.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 c3fe3ba2ce7..d1d8ed052fb 100644
--- a/pkgs/development/libraries/folly/default.nix
+++ b/pkgs/development/libraries/folly/default.nix
@@ -21,13 +21,13 @@
 
 stdenv.mkDerivation rec {
   pname = "folly";
-  version = "2022.02.28.00";
+  version = "2022.05.16.00";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "folly";
     rev = "v${version}";
-    sha256 = "sha256-9h2NsfQMQ7ps9Rt0HhTD+YKwk/soGchCC9GyEJGcm4g=";
+    sha256 = "sha256-JCA6NhsL2mVmpXVV5wmZhtjaYrvp39mvy1r8/nMYcuI=";
   };
 
   nativeBuildInputs = [