avro-cpp: 1.8.2 -> 1.10.2

This commit is contained in:
Daniel Nagy 2021-07-06 10:57:02 +02:00
parent be4fb3e4c2
commit b41b71729e
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "avro-c++";
version = "1.8.2";
version = "1.10.2";
src = fetchurl {
url = "mirror://apache/avro/avro-${version}/cpp/avro-cpp-${version}.tar.gz";
sha256 = "1ars58bfw83s8f1iqbhnqp4n9wc9cxsph0gs2a8k7r9fi09vja2k";
sha256 = "1qv2wxh5q2iq48m5g3xci9p05znzcl0v3314bhcsyr5bkpdjvzs1";
};
nativeBuildInputs = [ cmake python3 ];