summary refs log tree commit diff
path: root/pkgs/development/libraries/thrift
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 17:33:19 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 17:33:19 -0800
commitf3c6442096d7b360ce6388722070d609670fce3e (patch)
treed631022822dea952c03b8d38f39e1eecd984150c /pkgs/development/libraries/thrift
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixpkgs-f3c6442096d7b360ce6388722070d609670fce3e.tar
nixpkgs-f3c6442096d7b360ce6388722070d609670fce3e.tar.gz
nixpkgs-f3c6442096d7b360ce6388722070d609670fce3e.tar.bz2
nixpkgs-f3c6442096d7b360ce6388722070d609670fce3e.tar.lz
nixpkgs-f3c6442096d7b360ce6388722070d609670fce3e.tar.xz
nixpkgs-f3c6442096d7b360ce6388722070d609670fce3e.tar.zst
nixpkgs-f3c6442096d7b360ce6388722070d609670fce3e.zip
thrift: 0.10.0 -> 0.11.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/3vw7qlk7mlknydvnfps6wsp1wqrmcv08-thrift-0.11.0/bin/thrift --version` and found version 0.11.0
- found 0.11.0 with grep in /nix/store/3vw7qlk7mlknydvnfps6wsp1wqrmcv08-thrift-0.11.0
- found 0.11.0 in filename of file in /nix/store/3vw7qlk7mlknydvnfps6wsp1wqrmcv08-thrift-0.11.0

cc "@bjornfor"
Diffstat (limited to 'pkgs/development/libraries/thrift')
-rw-r--r--pkgs/development/libraries/thrift/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/thrift/default.nix b/pkgs/development/libraries/thrift/default.nix
index 55855d05d16..45e5174ed57 100644
--- a/pkgs/development/libraries/thrift/default.nix
+++ b/pkgs/development/libraries/thrift/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   name = "thrift-${version}";
-  version = "0.10.0";
+  version = "0.11.0";
 
   src = fetchurl {
     url = "http://archive.apache.org/dist/thrift/${version}/${name}.tar.gz";
-    sha256 = "02x1xw0l669idkn6xww39j60kqxzcbmim4mvpb5h9nz8wqnx1292";
+    sha256 = "1hk0zb9289gf920rdl0clmwqx6kvygz92nj01lqrhd2arfv3ibf4";
   };
 
   #enableParallelBuilding = true; problems on hydra