thrift: 0.14.1 -> 0.14.2

This commit is contained in:
R. RyanTM 2021-06-25 14:26:00 +00:00
parent 370a10c27f
commit 309498cae0

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "thrift"; pname = "thrift";
version = "0.14.1"; version = "0.14.2";
src = fetchurl { src = fetchurl {
url = "https://archive.apache.org/dist/thrift/${version}/${pname}-${version}.tar.gz"; 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: # Workaround to make the python wrapper not drop this package: