···1617stdenv.mkDerivation rec {
18 pname = "thrift";
19- version = "0.18.0";
2021 src = fetchurl {
22 url = "https://archive.apache.org/dist/thrift/${version}/${pname}-${version}.tar.gz";
23- hash = "sha256-fBk4nLeRCiDli45GkDyMGjY1MAj5/MGwP3SKzPm18+E=";
24 };
2526 # Workaround to make the Python wrapper not drop this package:
···101 "SecurityTest"
102 "SecurityFromBufferTest"
103 "python_test"
000104105 # Tests that fail in the Darwin sandbox when trying to use network
106 "UnitTests"
···1617stdenv.mkDerivation rec {
18 pname = "thrift";
19+ version = "0.18.1";
2021 src = fetchurl {
22 url = "https://archive.apache.org/dist/thrift/${version}/${pname}-${version}.tar.gz";
23+ hash = "sha256-BMbxDl14jKeOE+4u8NIVLHsHDAr1VIPWuULinP8pZyY=";
24 };
2526 # Workaround to make the Python wrapper not drop this package:
···101 "SecurityTest"
102 "SecurityFromBufferTest"
103 "python_test"
104+105+ # fails on hydra, passes locally
106+ "concurrency_test"
107108 # Tests that fail in the Darwin sandbox when trying to use network
109 "UnitTests"