avro-c: 1.8.2 -> 1.9.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/avro-c/versions
This commit is contained in:
parent
8abe5ee07e
commit
0153edf9a4
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, cmake, fetchurl, pkgconfig, jansson, zlib }:
|
{ stdenv, cmake, fetchurl, pkgconfig, jansson, zlib }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.8.2";
|
version = "1.9.0";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "avro-c-${version}";
|
name = "avro-c-${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 = "03pixl345kkpn1jds03rpdcwjabi41rgdzi8f7y93gcg5cmrhfa6";
|
sha256 = "1ch8z9jpkjxjx2zh28z0946gz3vwj1jnkrzg4vwvfa287128cml0";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user