avro-c: 1.11.1 -> 1.11.2

This commit is contained in:
R. Ryantm 2023-07-26 09:10:17 +00:00
parent 12f21439d5
commit 4b8b1a06a6

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "avro-c";
version = "1.11.1";
version = "1.11.2";
src = fetchurl {
url = "mirror://apache/avro/avro-${version}/c/avro-c-${version}.tar.gz";
sha256 = "sha256-EliMTjED5/RKHgWrWD8d0Era9qEKov1z4cz1kEVTX5I=";
sha256 = "sha256-nx+ZqXsmcS0tQ/5+ck8Z19vdXO81R4uuRqGSDfIEV/U=";
};
postPatch = ''