mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
Merge pull request #242232 from kirillrdy/thrift
thrift: 0.18.0 -> 0.18.1
This commit is contained in:
commit
e6b1f2f22b
1 changed files with 5 additions and 2 deletions
|
@ -16,11 +16,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "thrift";
|
||||
version = "0.18.0";
|
||||
version = "0.18.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://archive.apache.org/dist/thrift/${version}/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-fBk4nLeRCiDli45GkDyMGjY1MAj5/MGwP3SKzPm18+E=";
|
||||
hash = "sha256-BMbxDl14jKeOE+4u8NIVLHsHDAr1VIPWuULinP8pZyY=";
|
||||
};
|
||||
|
||||
# Workaround to make the Python wrapper not drop this package:
|
||||
|
@ -102,6 +102,9 @@ stdenv.mkDerivation rec {
|
|||
"SecurityFromBufferTest"
|
||||
"python_test"
|
||||
|
||||
# fails on hydra, passes locally
|
||||
"concurrency_test"
|
||||
|
||||
# Tests that fail in the Darwin sandbox when trying to use network
|
||||
"UnitTests"
|
||||
"TInterruptTest"
|
||||
|
|
Loading…
Reference in a new issue