···16161717stdenv.mkDerivation rec {
1818 pname = "thrift";
1919- version = "0.18.0";
1919+ version = "0.18.1";
20202121 src = fetchurl {
2222 url = "https://archive.apache.org/dist/thrift/${version}/${pname}-${version}.tar.gz";
2323- hash = "sha256-fBk4nLeRCiDli45GkDyMGjY1MAj5/MGwP3SKzPm18+E=";
2323+ hash = "sha256-BMbxDl14jKeOE+4u8NIVLHsHDAr1VIPWuULinP8pZyY=";
2424 };
25252626 # Workaround to make the Python wrapper not drop this package:
···101101 "SecurityTest"
102102 "SecurityFromBufferTest"
103103 "python_test"
104104+105105+ # fails on hydra, passes locally
106106+ "concurrency_test"
104107105108 # Tests that fail in the Darwin sandbox when trying to use network
106109 "UnitTests"