forked from mirrors/nixpkgs
Merge pull request #121232 from r-ryantm/auto-update/avro-c
avro-c: 1.9.1 -> 1.10.2
This commit is contained in:
commit
192edf7df0
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue