summary refs log tree commit diff
path: root/pkgs/development/libraries/folly
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 16:58:59 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 16:58:59 -0700
commit369a7e598539887cd5065b39ed38434620dab0a9 (patch)
treeea037bf1382c6e61754ac1bd0d7c451219ef36e3 /pkgs/development/libraries/folly
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixpkgs-369a7e598539887cd5065b39ed38434620dab0a9.tar
nixpkgs-369a7e598539887cd5065b39ed38434620dab0a9.tar.gz
nixpkgs-369a7e598539887cd5065b39ed38434620dab0a9.tar.bz2
nixpkgs-369a7e598539887cd5065b39ed38434620dab0a9.tar.lz
nixpkgs-369a7e598539887cd5065b39ed38434620dab0a9.tar.xz
nixpkgs-369a7e598539887cd5065b39ed38434620dab0a9.tar.zst
nixpkgs-369a7e598539887cd5065b39ed38434620dab0a9.zip
folly: 2018.04.16.00 -> 2018.04.23.00
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/folly/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2018.04.23.00 with grep in /nix/store/gdpqjqzr8vyisbqsklghaj7lzbbld8a7-folly-2018.04.23.00
- directory tree listing: https://gist.github.com/07bd48be1a92119ed9366c9d83b6a9d1
Diffstat (limited to 'pkgs/development/libraries/folly')
-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 d3ba4b88909..17c6f75a59d 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.16.00";
+  version = "2018.04.23.00";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "folly";
     rev = "v${version}";
-    sha256 = "10wivnszpqcbg2hbvfal94lcjw20pjz0d8p0m4qa7i4v4z90q37p";
+    sha256 = "0wfp4pxi71bi3bz3h5jxsvdd5wa8q6wqdgsx0jvyvaiiy7v884sv";
   };
 
   nativeBuildInputs = [ autoreconfHook python pkgconfig ];