thrift: 0.11.0 -> 0.12.0 (#53509)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/thrift/versions
This commit is contained in:
parent
caa5ad4327
commit
a2c49a7f13
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "thrift-${version}";
|
name = "thrift-${version}";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://archive.apache.org/dist/thrift/${version}/${name}.tar.gz";
|
url = "https://archive.apache.org/dist/thrift/${version}/${name}.tar.gz";
|
||||||
sha256 = "1hk0zb9289gf920rdl0clmwqx6kvygz92nj01lqrhd2arfv3ibf4";
|
sha256 = "0a04v7dgm1qzgii7v0sisnljhxc9xpq2vxkka60scrdp6aahjdn3";
|
||||||
};
|
};
|
||||||
|
|
||||||
#enableParallelBuilding = true; problems on hydra
|
#enableParallelBuilding = true; problems on hydra
|
||||||
|
Loading…
Reference in New Issue
Block a user