avro-cpp: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm 2023-05-01 05:07:57 +00:00 committed by Arnout Engelen
parent c3e128f3c0
commit 55cfe4cc27
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA

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}/cpp/avro-cpp-${version}.tar.gz";
sha256 = "sha256-73DKihz+7XAX3LLA7VkTdN6rFhuGvmyksxK8JMranFY=";
sha256 = "sha256-LuxeWnCDULUP3slja5aKPjGBcDE+8tReyQmSEIdXGYw=";
};
nativeBuildInputs = [ cmake python3 ];