about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 15:48:15 -0700
committerMario Rodas <marsam@users.noreply.github.com>2019-06-17 23:15:38 -0500
commit93965ed86bed961ed8ea9037f925a4fd2843b8b4 (patch)
tree5b90f898d5ad39d17e33ba15032f6f359118ead9 /pkgs
parentd1c48ef2cbc9b9879f61ff2b64ee92363bf9f6b4 (diff)
downloadnixlib-93965ed86bed961ed8ea9037f925a4fd2843b8b4.tar
nixlib-93965ed86bed961ed8ea9037f925a4fd2843b8b4.tar.gz
nixlib-93965ed86bed961ed8ea9037f925a4fd2843b8b4.tar.bz2
nixlib-93965ed86bed961ed8ea9037f925a4fd2843b8b4.tar.lz
nixlib-93965ed86bed961ed8ea9037f925a4fd2843b8b4.tar.xz
nixlib-93965ed86bed961ed8ea9037f925a4fd2843b8b4.tar.zst
nixlib-93965ed86bed961ed8ea9037f925a4fd2843b8b4.zip
folly: 2019.05.27.00 -> 2019.06.17.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
Diffstat (limited to 'pkgs')
-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 00ac6abbc8eb..61a96af618a4 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 = "2019.05.27.00";
+  version = "2019.06.17.00";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "folly";
     rev = "v${version}";
-    sha256 = "00xacaziqllps069xzg7iz68rj5hr8mj3rbi4shkrr9jq51y9ikj";
+    sha256 = "0v639yqk029c585x3140rdfbz3xrdjwc858bqfy4yv31pyrn608l";
   };
 
   nativeBuildInputs = [ cmake ];