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-20 06:07:14 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 06:07:14 -0700
commit4e57d0928d46ff33bf50e138d584d4dbb8c1e098 (patch)
tree06f967575a1bd35501945409064cbe26ca1ac9df /pkgs/development/libraries/folly
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixpkgs-4e57d0928d46ff33bf50e138d584d4dbb8c1e098.tar
nixpkgs-4e57d0928d46ff33bf50e138d584d4dbb8c1e098.tar.gz
nixpkgs-4e57d0928d46ff33bf50e138d584d4dbb8c1e098.tar.bz2
nixpkgs-4e57d0928d46ff33bf50e138d584d4dbb8c1e098.tar.lz
nixpkgs-4e57d0928d46ff33bf50e138d584d4dbb8c1e098.tar.xz
nixpkgs-4e57d0928d46ff33bf50e138d584d4dbb8c1e098.tar.zst
nixpkgs-4e57d0928d46ff33bf50e138d584d4dbb8c1e098.zip
folly: 2018.03.26.00 -> 2018.04.16.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.16.00 with grep in /nix/store/482k5y2ij070kildxy60p23wk1dm525y-folly-2018.04.16.00
- directory tree listing: https://gist.github.com/4564853405edf5ad8e8b9bc7c2f68c9d
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 c4dc5730044..d3ba4b88909 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.03.26.00";
+  version = "2018.04.16.00";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "folly";
     rev = "v${version}";
-    sha256 = "137d9b9k2m02r8f2w31qj3gc18hpm5g51bcl60g6vzdqzwzizzyr";
+    sha256 = "10wivnszpqcbg2hbvfal94lcjw20pjz0d8p0m4qa7i4v4z90q37p";
   };
 
   nativeBuildInputs = [ autoreconfHook python pkgconfig ];