Merge pull request #128111 from r-ryantm/auto-update/thrift

thrift: 0.14.1 -> 0.14.2
This commit is contained in:
Sandro
2021-06-26 18:33:29 +02:00
committed by GitHub
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "thrift";
version = "0.14.1";
version = "0.14.2";
src = fetchurl {
url = "https://archive.apache.org/dist/thrift/${version}/${pname}-${version}.tar.gz";
sha256 = "198c855mjy5byqfb941hiyq2j37baz63f0wcfy4vp8y8v4f5xnhk";
sha256 = "sha256-QZG/wLdJDiDMafn03G6ZH7thLUVRqp7vHb9/TEfOVU0=";
};
# Workaround to make the python wrapper not drop this package: