summary refs log tree commit diff
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-05-23 12:07:53 +0300
committerGitHub <noreply@github.com>2018-05-23 12:07:53 +0300
commit3210c69c3675d884c4c9835ba89ca0e8999c1c1f (patch)
tree19d06035153af0f1b2aed531194ed54651394857
parentae27dd212221705d6d3e326d9b69f901e37a2375 (diff)
parent23dce527d82c83436f7ed8a6ac987d1dd097de4f (diff)
downloadnixlib-3210c69c3675d884c4c9835ba89ca0e8999c1c1f.tar
nixlib-3210c69c3675d884c4c9835ba89ca0e8999c1c1f.tar.gz
nixlib-3210c69c3675d884c4c9835ba89ca0e8999c1c1f.tar.bz2
nixlib-3210c69c3675d884c4c9835ba89ca0e8999c1c1f.tar.lz
nixlib-3210c69c3675d884c4c9835ba89ca0e8999c1c1f.tar.xz
nixlib-3210c69c3675d884c4c9835ba89ca0e8999c1c1f.tar.zst
nixlib-3210c69c3675d884c4c9835ba89ca0e8999c1c1f.zip
Merge pull request #40970 from r-ryantm/auto-update/folly
folly: 2018.04.23.00 -> 2018.05.21.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 17c6f75a59db..36da31e8908a 100644
--- a/pkgs/development/libraries/folly/default.nix
+++ b/pkgs/development/libraries/folly/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "folly-${version}";
-  version = "2018.04.23.00";
+  version = "2018.05.21.00";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "folly";
     rev = "v${version}";
-    sha256 = "0wfp4pxi71bi3bz3h5jxsvdd5wa8q6wqdgsx0jvyvaiiy7v884sv";
+    sha256 = "0x8qa0g0rj4bmy5cra7f0ch0srq34d8d04f1c59q93xd6ggkr52w";
   };
 
   nativeBuildInputs = [ autoreconfHook python pkgconfig ];