summary refs log tree commit diff
path: root/pkgs/development/libraries/folly
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-18 14:00:20 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-18 23:00:20 +0200
commitc99ba895aabe6826875265e6e98c263df1977acb (patch)
tree33ef05b66ce2efec510b7e0df46585b3da2e6108 /pkgs/development/libraries/folly
parent072ad3a67f6bb8c4cfcea59c55a27160a141ed8a (diff)
downloadnixpkgs-c99ba895aabe6826875265e6e98c263df1977acb.tar
nixpkgs-c99ba895aabe6826875265e6e98c263df1977acb.tar.gz
nixpkgs-c99ba895aabe6826875265e6e98c263df1977acb.tar.bz2
nixpkgs-c99ba895aabe6826875265e6e98c263df1977acb.tar.lz
nixpkgs-c99ba895aabe6826875265e6e98c263df1977acb.tar.xz
nixpkgs-c99ba895aabe6826875265e6e98c263df1977acb.tar.zst
nixpkgs-c99ba895aabe6826875265e6e98c263df1977acb.zip
folly: 2018.05.28.00 -> 2018.06.11.00 (#42014)
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

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018.06.11.00 with grep in /nix/store/3x7mc1n99r135i68xrax71bqcxpk6cbs-folly-2018.06.11.00
- directory tree listing: https://gist.github.com/cd02bb388dc7ae5c5b39289c8d8b3dc9
- du listing: https://gist.github.com/87c16407b769dd56c0d14d59d577da32
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 8abd42fe174..5dd96c22584 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.05.28.00";
+  version = "2018.06.11.00";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "folly";
     rev = "v${version}";
-    sha256 = "1n5zic8bgm4dfc7prjj3af2ipxalia6w7dk6w9pmrz1nkrpyd68c";
+    sha256 = "005p2i36vxy2nppxqhdd4a5x58yx7zljb2diyqb820jygz2hfz8a";
   };
 
   nativeBuildInputs = [ autoreconfHook python pkgconfig ];