summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-30 18:37:42 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-30 18:37:42 -0700
commit9b0370fc47e9d79cef4d2aa4df3b14ea121543ea (patch)
treef41c989d57e1813002afd9f0c10a9ef0e5e108a6 /pkgs/development
parent6c00639417d3da7869cf2aa3a23274d783df4465 (diff)
downloadnixlib-9b0370fc47e9d79cef4d2aa4df3b14ea121543ea.tar
nixlib-9b0370fc47e9d79cef4d2aa4df3b14ea121543ea.tar.gz
nixlib-9b0370fc47e9d79cef4d2aa4df3b14ea121543ea.tar.bz2
nixlib-9b0370fc47e9d79cef4d2aa4df3b14ea121543ea.tar.lz
nixlib-9b0370fc47e9d79cef4d2aa4df3b14ea121543ea.tar.xz
nixlib-9b0370fc47e9d79cef4d2aa4df3b14ea121543ea.tar.zst
nixlib-9b0370fc47e9d79cef4d2aa4df3b14ea121543ea.zip
folly: 2018.05.21.00 -> 2018.05.28.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

- 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.05.28.00 with grep in /nix/store/j0vmqnzcn83749cw2x6rzzf3bay2zyg0-folly-2018.05.28.00
- directory tree listing: https://gist.github.com/2a05d2503ea41d5bd03239e4562bea92
- du listing: https://gist.github.com/f4cb65851fac8a956d81301fa5623140
Diffstat (limited to 'pkgs/development')
-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 36da31e8908a..8abd42fe1744 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.21.00";
+  version = "2018.05.28.00";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "folly";
     rev = "v${version}";
-    sha256 = "0x8qa0g0rj4bmy5cra7f0ch0srq34d8d04f1c59q93xd6ggkr52w";
+    sha256 = "1n5zic8bgm4dfc7prjj3af2ipxalia6w7dk6w9pmrz1nkrpyd68c";
   };
 
   nativeBuildInputs = [ autoreconfHook python pkgconfig ];