s6-dns: update to 2.0.0.2
This commit is contained in:
parent
50c746f983
commit
ffed4e93be
@ -1,20 +1,23 @@
|
|||||||
{ stdenv, fetchurl, skalibs }:
|
{ stdenv, fetchgit, skalibs }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
version = "2.0.0.0";
|
version = "2.0.0.2";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "s6-dns-${version}";
|
name = "s6-dns-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchgit {
|
||||||
url = "http://www.skarnet.org/software/s6-dns/${name}.tar.gz";
|
url = "git://git.skarnet.org/s6-dns";
|
||||||
sha256 = "07k6rzgsgcxr0bq209as79sjn2nrcjj9mlmk9vvy1hvsag0xnkcq";
|
rev = "refs/tags/v${version}";
|
||||||
|
sha256 = "0y76gvgvg2y3hhr3pk2nkki1idjj6sxxcnvd29yd79v0419p2dl3";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontDisableStatic = true;
|
dontDisableStatic = true;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--includedir=\${prefix}/include"
|
"--includedir=\${prefix}/include"
|
||||||
"--libdir=\${prefix}/lib"
|
"--libdir=\${prefix}/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user