avro-c: 1.10.2 -> 1.11.0

This commit is contained in:
R. Ryantm 2022-02-10 18:57:04 +00:00
parent 5199bf37eb
commit 4b1714353f

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "avro-c";
version = "1.10.2";
version = "1.11.0";
src = fetchurl {
url = "mirror://apache/avro/avro-${version}/c/avro-c-${version}.tar.gz";
sha256 = "sha256-rj+zK+xKBon1Rn4JIBGS7cbo80ITTvBq1FLKhw9Wt+I=";
sha256 = "sha256-BlJZClStjkqliiuf8fTOcaZKQbCgXEUp0cUYxh52BkM=";
};
postPatch = ''