avro-c: 1.9.1 -> 1.10.2

This commit is contained in:
R. RyanTM 2021-04-30 03:45:26 +00:00
parent dbcbb7ec48
commit 7ced0d92bf
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
{ lib, stdenv, cmake, fetchurl, pkg-config, jansson, zlib }: { lib, stdenv, cmake, fetchurl, pkg-config, jansson, zlib }:
let let
version = "1.9.1"; version = "1.10.2";
in stdenv.mkDerivation { in stdenv.mkDerivation {
pname = "avro-c"; pname = "avro-c";
inherit version; inherit version;
src = fetchurl { src = fetchurl {
url = "mirror://apache/avro/avro-${version}/c/avro-c-${version}.tar.gz"; url = "mirror://apache/avro/avro-${version}/c/avro-c-${version}.tar.gz";
sha256 = "0hj6w1w5mqkhnhkvjc0zz5njnnrbcjv5ml4f8gq80wff2cgbrxvx"; sha256 = "sha256-rj+zK+xKBon1Rn4JIBGS7cbo80ITTvBq1FLKhw9Wt+I=";
}; };
postPatch = '' postPatch = ''