Merge pull request #185887 from r-ryantm/auto-update/avro-c++

avro-c: 1.11.0 -> 1.11.1
This commit is contained in:
Bobby Rong 2022-08-10 20:16:57 +08:00 committed by GitHub
commit 40ed274651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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